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

A Unethical

B Irreverent

C Unholy

D Irreligious

Q2: Input/output function prototypes and macros are defined in which header file?

A stdio.h

B dos.h

C stdlib.h

D conio.h

Q3: The frequency of the clock waveform is defined as the reciprocal of the clock period.

A True

B False

Q4: For a 4-bit parallel adder, if the carry-in is connected to a logical HIGH, the result is:

A the same as if the carry-in is tied LOW since the least significant carry-in is ignored.

B that carry-out will always be HIGH.

C a one will be added to the final result.

D the carry-out is ignored.

Q5: What is the first thing you will need if you are going to use a macrofunction?

A A complicated design project

B An experienced design engineer

C Good documentation

D Experience in HDL

Q6:
Perform subtraction on each of the following binary numbers by taking the two's-complement of the number being subtracted and then adding it to the first number.
01001        01100
00011        00111

A 01100    10011

B 00110    00101

C 10110    10101

D 00111    00100

Q7: Solving –11 + (–2) will yield which two's-complement answer?

A 1110 1101

B 1111 0011

C 1110 1001

D 1111 1001

Q8:
Multiply the following binary numbers.
1010   1011   1001
×0011   ×0111   ×1010

A 0001  1101    0100  1101    0101  1010

B 0001  1110    0100  1101    0101  1010

C 0001  1110    0100  1101    0101  1011

D 0001  1110    0100  1100    0101  1010

Q9:
Add the following BCD numbers.
0110   0111   1001
0101   1000   1000

A 0000  1011    0000  1111    0001  0111

B 0000  1011    0000  1111    0001  0001

C 0001  0001    0001  0101    0001  0111

D 0001  0001    0001  0101    0001  0001

Q10:
Add the following hexadecimal numbers.
3C   14   3B
+25   +28   +DC

A 60    3C    116

B 61    3D    117

C 62    3C    118

D 61    3C    117