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: ABSOLUTE

A Faulty

B Deficient

C Scarce

D Limited

Q2: Do like this fprintf(stdout, "%s %d %f", str, i, a);

A returns a random number generator with a random value based on time.

B return a random number with a given seed value.

C returns a random number.

D returns a random number generator in the specified range.

Q3: How many inputs must a full-adder have?

A 4

B 3

C 5

D 2

Q4:
Convert each of the decimal numbers to two's-complement form and perform the addition in binary.
+13 –10
add –7 add +15

A 0001  0100    0000  0101

B 1111  0110    1111  0101

C 0000  0110    0001  1001

D 0000  0110    0000  0101

Q5:
Add the following binary numbers.
0010 0110   0011 1011   0011 1100
+0101 0101   +0001 1110   +0001 1111

A 0111 1011    0101  1001    0101  1011

B 0111 1011    0100  0001    0101  1011

C 0111 0111    0100  0001    0101  1011

D 0111 0111    0101  1001    0101  1011

Q6: The carry propagation delay in full-adder circuits:

A decreases in a direct ratio to the total number of FA stages.

B increases in a direct ratio to the total number of FA stages but is not a factor in limiting the speed of arithmetic operations.

C is normally not a consideration because the delays are usually in the nanosecond range.

D is cumulative for each stage and limits the speed at which arithmetic operations are performed.

Q7: What is the difference between a full-adder and a half-adder?

A Full-adder does not have a carry-out.

B Half-adder does not have a carry-out.

C Half-adder has a carry-in.

D Full-adder has a carry-in.

Q8: The summing outputs of a half- or full-adder are designated by which Greek symbol?

A lambda

B omega

C sigma

D theta

Q9:
Subtract the following hexadecimal numbers.
47   34   FA
–25   –1C   –2F

A 22    18    CC

B 22    17    CB

C 22    19    CB

D 22    18    CB

Q10:
What is the correct output of the adder in the given figure, with the outputs in the order:

A 11101

B 01101

C 10011

D 10111