image not found

Oops! That page can't be found.


Directions to Solve

In the following questions choose the word which is the exact OPPOSITE of the given words.

Q1: INDISCREET

A Stupid

B Honest

C Reliable

D Prudent

Q2: Which standard library function will you use to find the last occurance of a character in a string in C?

A strrchar()

B strrchr()

C strnchar()

D strchar()

Q3: The 2's-complement system is to be used to add the signed binary numbers 11110010 and 11110011. Determine, in decimal, the sign and value of each number and their sum.

A –113 and –114, –227

B –27 and –13, –40

C –14 and –13, –27

D –11 and –16, –27

Q4: The most commonly used system for representing signed binary numbers is the:

A sign-magnitude system.

B 1's-complement system.

C 10's-complement system.

D 2's-complement system.

Q5: What is the major difference between half-adders and full-adders?

A Nothing basically; full-adders are made up of two half-adders.

B Half adders can handle only single-digit numbers.

C Full adders have a carry input capability.

D Full adders can handle double-digit numbers.

Q6: The decimal value for E16 is:

A 1510

B 1410

C 1210

D 1310

Q7: Fast-look-ahead carry circuits found in most 4-bit full-adder circuits:

A increase ripple delay

B determine sign and magnitude

C reduce propagation delay

D add a 1 to complemented inputs

Q8: Add the following hex numbers: 011016 + 1001016

A 1012016

B 1002016

C 1112016

D 0012016

Q9: The binary subtraction 0 – 0 =

A difference = 1
borrow = 0

B difference = 0
borrow = 0

C difference = 0
borrow = 1

D difference = 1
borrow = 1

Q10:
Convert each of the decimal numbers to 8-bit two's-complement form and then perform subtraction by taking the two's-complement and adding.

A 0000  1110

B 1110  0000

C 0001  0011

D 0010  1110