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 Reliable

C Prudent

D Honest

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

A strchar()

B strnchar()

C strrchr()

D strrchar()

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 –27 and –13, –40

B –113 and –114, –227

C –11 and –16, –27

D –14 and –13, –27

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

A 10's-complement system.

B 2's-complement system.

C sign-magnitude system.

D 1's-complement system.

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

A Full adders have a carry input capability.

B Half adders can handle only single-digit numbers.

C Full adders can handle double-digit numbers.

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

Q6: The decimal value for E16 is:

A 1210

B 1510

C 1410

D 1310

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

A reduce propagation delay

B determine sign and magnitude

C add a 1 to complemented inputs

D increase ripple delay

Q8: Add the following hex numbers: 011016 + 1001016

A 1012016

B 0012016

C 1112016

D 1002016

Q9: The binary subtraction 0 – 0 =

A difference = 1
borrow = 1

B difference = 0
borrow = 1

C difference = 0
borrow = 0

D difference = 1
borrow = 0

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 0010  1110

B 1110  0000

C 0001  0011

D 0000  1110