0% found this document useful (0 votes)
39 views2 pages

Mca Notes

Notes For Student

Uploaded by

lipusatyaranjan5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views2 pages

Mca Notes

Notes For Student

Uploaded by

lipusatyaranjan5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Quiz Test: Digital Logic Design (MCPC1001)

Course: Master of Computer Applications (MCA)


Name:

Roll No: Section:

All Questions are Compulsory


1. Assuming all the numbers are in 2’s complement representation, which of the following is
divisible by 11110110?
A. 11101010 B. 11100010 C. 11111010 D. 11100111
2. If (84)x (in base x number system) is equal to (64)y (in base y number system), then
possible values of x and y are
A. 12, 9 B. 6, 8 C. 9, 12 D. 12, 18
3. Let A = 1111 1011 and B = 0000 1011 be two 8-bit signed 2’s complement numbers. Their
product in 2’s complement representation is
A. 11001001 B. 10011100 C. 11010101 D. 10101101
4. The HEX number (CD.EF)16 in octal number system is
A. (315.736)8 B. (513.637)8 C. (135.673)8 D. (531.367)8
5. 8-bit 2’s complement representation a decimal number is 10000000. The number in
decimal is
A. +256 B. 0 C. -128 D. -256
6. The range of signed decimal numbers that can be represented by 7-bit 1’s complement
representation is
A. -64 to + 63 B. -63 to + 63 C. -127 to + 128 D. -128 to +127
7. Decimal 54 in hexadecimal and BCD number system is respectively
A. 63, 10000111 B. 36, 01010100 C. 66, 01010100 D. 36, 00110110
8. The signed 2’s complement representation of (-589)10 in Hexadecimal number system is
A. (F24D)16 B. (FDB3)16 C. (F42D)16 D. (F3BD)16
9. The base of the number system for which the following operation is to be correct (66/5) =
(13)
A. 6 B. 7 C. 8 D. 9
10. The 16’s complement of BADA is
A. 4525 B. 4526 C. ADAB D. 2141
11. Which of the following logic expressions is incorrect?

A. 1 ⊕ 0 = 1 B. 1 ⊕ 1 ⊕ 1 = 1 C. 1 ⊕ 1 ⊕ 0 = 1 D. 1 ⊕ 1 = 0

12. Which of the following is a sequential circuit?

A. Multiplexer B. Decoder C. Counter D. Full adder

13. Which of the following is the most efficient to perform arithmetic operations on the
numbers?
A. Sign-magnitude B. 1’s complement C. 2’s complement D. 9’s complement

14. Which of the following binary number is the same as its 2's complement?
A. 1010 B. 0101 C. 1000 D. 1001

15. The Excess-3 code is also called


A. Cyclic Redundancy Code B. Weighted Code

C. Self-Complementing Code D. Algebraic Code

16. The 2-input XOR has a high output only when the input values are

A. low B. high C. same D. different

17. Which of the following operation is commutative but not associative?

A. AND B. OR C. NAND D. EXOR

18. A multiplexer with a 4-bit data select input is a

A. 4:1 multiplexor B. 2:1 multiplexor C. 16:1 multiplexor D. 8:1 multiplexor

19. The Boolean function x'y' + xy + x'y is equivalent to

A. x' + y' B. x + y C. x + y' D. x' + y

20. The switching expression corresponding to f (A, B, C, D) = Σ (1, 4, 5, 9, 11, 12) is

A. BC'D' + A'C'D + AB'D B. ABC' + ACD + B'C'D

C. ACD' + A'BC' + AC'D' D. A'BD + ACD' + BCD'

You might also like