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 Reliable

B Stupid

C Honest

D Prudent

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

A strrchr()

B strnchar()

C strchar()

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 –113 and –114, –227

B –14 and –13, –27

C –11 and –16, –27

D –27 and –13, –40

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

A sign-magnitude system.

B 2's-complement system.

C 1's-complement system.

D 10'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 Full adders have a carry input capability.

C Half adders can handle only single-digit numbers.

D Full adders can handle double-digit numbers.

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 increase ripple delay

D add a 1 to complemented inputs

Q8: Add the following hex numbers: 011016 + 1001016

A 1012016

B 1112016

C 0012016

D 1002016

Q9: The binary subtraction 0 – 0 =

A difference = 0
borrow = 1

B difference = 0
borrow = 0

C difference = 1
borrow = 1

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

B 0010  1110

C 0000  1110

D 0001  0011