Unit 3: Introduction to Number System and Logic Gates - Practice Quiz

PHY175 — Modern Physics And Electronics 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 What is the decimal equivalent of binary ?

Number system conversion Easy
A.
B.
C.
D.

2 What is the binary equivalent of decimal ?

Number system conversion Easy
A.
B.
C.
D.

3 What is the Gray code equivalent of binary ?

Binary to Gray and Gray to binary code conversion Easy
A.
B.
C.
D.

4 What is the binary equivalent of Gray code ?

Binary to Gray and Gray to binary code conversion Easy
A.
B.
C.
D.

5 What is the Excess-3 code for decimal digit ?

Excess-3 Easy
A.
B.
C.
D.

6 Which decimal digit is represented by the Excess-3 code ?

Excess-3 Easy
A.
B.
C.
D.

7 Which BCD code represents the decimal digit ?

BCD Easy
A.
B.
C.
D.

8 How is decimal number represented in BCD?

BCD Easy
A.
B.
C.
D.

9 What is the 1's complement of binary number ?

Compliments Easy
A.
B.
C.
D.

10 What is the 2's complement of the 4-bit binary number ?

Compliments Easy
A.
B.
C.
D.

11 What is the result of binary addition ?

Binary arithmetic Easy
A.
B.
C.
D.

12 What is the result of binary subtraction ?

Binary arithmetic Easy
A.
B.
C.
D.

13 In 2's complement subtraction, what is added to the minuend?

Addition and subtraction using 2's complement Easy
A. The sign bit
B. The parity bit
C. The 2's complement
D. The 1's complement

14 Using 4-bit 2's complement, what is the result of ?

Addition and subtraction using 2's complement Easy
A.
B.
C.
D.

15 Which logic gate produces an output of only when all its inputs are ?

Logic gates Easy
A. NOT gate
B. OR gate
C. XOR gate
D. AND gate

16 What is the output of a NOT gate when its input is ?

Logic gates Easy
A.
B.
C. Undefined
D. The same input

17 According to the Boolean identity law, what is ?

Boolean algebra Easy
A.
B.
C.
D.

18 What does SOP stand for in Boolean algebra?

SOP and POS Easy
A. Sum of Powers
B. Sum of Products
C. Sequence of Products
D. Set of Parameters

19 Which expression is in Product of Sums form?

SOP and POS Easy
A.
B.
C.
D.

20 What is the main purpose of a Karnaugh map?

K-Map (up to 4 variables) Easy
A. To generate clock pulses
B. To simplify Boolean expressions
C. To store binary data
D. To convert decimal numbers

21 What is the binary equivalent of the decimal number ?

Number system conversion Medium
A.
B.
C.
D.

22 Convert the hexadecimal number to decimal.

Number system conversion Medium
A.
B.
C.
D.

23 What is the binary equivalent of the Gray code ?

Binary to Gray and Gray to binary code conversion Medium
A.
B.
C.
D.

24 Convert the binary number into Gray code.

Binary to Gray and Gray to binary code conversion Medium
A.
B.
C.
D.

25 What is the Excess-3 representation of the decimal number ?

Excess-3 Medium
A.
B.
C.
D.

26 The BCD code represents which decimal number?

BCD Medium
A.
B.
C.
D.

27 What is the 1's complement of the 8-bit binary number ?

Compliments Medium
A.
B.
C.
D.

28 What is the result of the binary addition ?

Binary arithmetic Medium
A.
B.
C.
D.

29 Using 5-bit 2's complement arithmetic, what is ?

Addition and subtraction using 2's complement Medium
A.
B.
C.
D.

30 Using 5-bit signed 2's complement arithmetic, what is the result of ?

Addition and subtraction using 2's complement Medium
A.
B.
C.
D.

31 A NAND gate has inputs and . What is its output?

Logic gates Medium
A.
B.
C.
D.

32 Which gate produces an output of only when its two inputs are different?

Logic gates Medium
A. XNOR gate
B. XOR gate
C. OR gate
D. AND gate

33 Simplify the Boolean expression .

Boolean algebra Medium
A.
B.
C.
D.

34 Using De Morgan's theorem, simplify .

Boolean algebra Medium
A.
B.
C.
D.

35 Which of the following is in standard Sum of Products (SOP) form?

SOP and POS Medium
A.
B.
C.
D.

36 Which of the following is in Product of Sums (POS) form?

SOP and POS Medium
A.
B.
C.
D.

37 Using a 3-variable K-map, simplify .

K-Map (up to 4 variables) Medium
A.
B.
C.
D.

38 Using a 4-variable K-map with variables ordered as , simplify .

K-Map (up to 4 variables) Medium
A.
B.
C.
D.

39 Using a 4-variable K-map, simplify .

K-Map (up to 4 variables) Medium
A.
B.
C.
D.

40 Simplify the Boolean expression .

Boolean algebra Medium
A.
B.
C.
D.

41 Convert the hexadecimal number to its equivalent octal representation.

Number system conversion Hard
A.
B.
C.
D.

42 Which base-7 representation is exactly equivalent to ?

Number system conversion Hard
A.
B.
C.
D.

43 The 6-bit reflected Gray word is received with its third bit from the left inverted. What decimal value is represented by the corrupted Gray word?

Binary to Gray and Gray to binary code conversion Hard
A.
B.
C.
D.

44 What is the binary equivalent of the reflected Gray-code word ?

Binary to Gray and Gray to binary code conversion Hard
A.
B.
C.
D.

45 Two decimal numbers are represented in Excess-3 code as and . What is the Excess-3 representation of their decimal sum?

Excess-3 Hard
A.
B.
C.
D.

46 Two BCD digits, and , are added along with an input carry of . After decimal correction, what are the output carry and BCD sum digit?

BCD Hard
A. Carry , digit
B. Carry , digit
C. Carry , digit
D. Carry , digit

47 Using 8-bit one's-complement arithmetic, what bit pattern results from before interpreting its sign?

Compliments Hard
A.
B.
C.
D.

48 A fixed-point octal register has six integer digits and two fractional digits. What is the 8's complement of in this register?

Compliments Hard
A.
B.
C.
D.

49 Evaluate the unsigned binary product .

Binary arithmetic Hard
A.
B.
C.
D.

50 When the unsigned binary number is divided by , what are the quotient and remainder?

Binary arithmetic Hard
A. Quotient , remainder
B. Quotient , remainder
C. Quotient , remainder
D. Quotient , remainder

51 In 8-bit two's-complement arithmetic, what stored result and overflow status are obtained for ?

Addition and subtraction using 2's complement Hard
A. , overflow occurs
B. , no overflow occurs
C. , no overflow occurs
D. , overflow occurs

52 A 6-bit two's-complement processor evaluates . What result is stored, and does signed overflow occur?

Addition and subtraction using 2's complement Hard
A. , overflow occurs
B. , no overflow occurs
C. , no overflow occurs
D. , overflow occurs

53 A circuit uses only NAND gates: , , , and . Which function does implement?

Logic gates Hard
A.
B.
C.
D.

54 A circuit uses only NOR gates: , , , and . Which function does implement?

Logic gates Hard
A.
B.
C.
D.

55 Simplify using Boolean algebra.

Boolean algebra Hard
A.
B.
C.
D.

56 Which expression is equivalent to ?

Boolean algebra Hard
A.
B.
C.
D.

57 Given , which is its canonical POS representation?

SOP and POS Hard
A.
B.
C.
D.

58 For three variables ordered as , convert to canonical SOP form.

SOP and POS Hard
A.
B.
C.
D.

59 Use a 4-variable K-map to minimize in SOP form.

K-Map (up to 4 variables) Hard
A.
B.
C.
D.

60 A minimal two-level SOP realization of is , but it has a static-1 hazard. Which SOP expression is hazard-free?

K-Map (up to 4 variables) Hard
A.
B.
C.
D.