Chapter 5: Number System and Digital Logic (Set-5)

A 9-bit unsigned register can represent values up to

A 255
B 512
C 1023
D 511

For 9-bit 2’s complement, the positive maximum is

A 256
B 257
C 255
D 511

For 9-bit 2’s complement, the most negative value is

A −255
B −256
C −257
D −511

In 2’s complement, the binary 01111111 (8-bit) equals

A −127
B 128
C −128
D 127

In 8-bit 2’s complement, 10000001 represents

A −128
B −1
C −127
D +129

If an 8-bit signed result exceeds +127, it causes

A Overflow
B Underflow
C Borrow only
D Parity error

In 2’s complement, adding numbers of opposite signs can overflow

A Always
B Only for 0
C Never
D Only for 1

The binary 11111111 is −1 in

A Unsigned only
B Pure magnitude
C BCD format
D 2’s complement

In sign-magnitude representation, two zeros exist because

A Carry repeats
B Base changes
C Sign bit varies
D Hex digits differ

In 1’s complement, −5 is formed by

A Flip bits only
B Flip then add 1
C Add 1 only
D Shift right

In 1’s complement subtraction, the end-around carry is

A Discarded
B Made zero
C Added back
D Treated as sign

If 1’s complement addition produces all ones, it indicates

A +0
B −0
C Overflow
D Underflow

Convert decimal 200 to binary

A 11001000
B 11101000
C 11011000
D 10101000

Hex C8 equals which decimal

A 180
B 190
C 200
D 210

Binary 11001000 equals which hex

A C8
B D8
C B8
D A8

A quick binary-to-hex conversion uses grouping into

A 2 bits
B 3 bits
C 4 bits
D 5 bits

Binary 100110011001 equals hex

A 9C9
B 939
C 99C
D 999

Octal 777 equals decimal

A 500
B 512
C 511
D 513

A 3-bit Gray code sequence ensures consecutive codes differ by

A 1 bit
B 0 bits
C 2 bits
D 3 bits

In a K-map, cells at opposite edges are considered

A Not adjacent
B Adjacent
C Diagonal only
D Invalid

A 4-variable K-map can form a group of 8 cells only if they are

A Any 8 cells
B Diagonal only
C Rectangular adjacent
D Randomly chosen

A K-map group of 4 cells eliminates how many variables

A 2 variables
B 1 variable
C 3 variables
D 4 variables

A K-map group of 2 cells eliminates

A 2 variables
B 3 variables
C 4 variables
D 1 variable

In Boolean algebra, A ⊕ B equals 1 when

A A=B
B A=0 only
C A≠B
D B=0 only

XOR of a bit with itself equals

A 0
B 1
C Same bit
D Complement bit

XOR with 0 gives

A 0
B 1
C Same input
D Complement input

XNOR with 0 gives

A A
B A’
C 0
D 1

A NAND gate output becomes 1 for inputs

A 11 only
B 00 only
C Any not 11
D 01 only

A NOR gate output becomes 1 for inputs

A 11 only
B Any not 00
C 01 only
D 00 only

A full adder carry-out can be written as

A AB + AC + BC
B A⊕B⊕C
C A+B+C
D (AB)’

Full adder sum is 1 when number of 1s is

A Even
B Always 3
C Odd
D Always 2

A multiplexer is often used to implement Boolean function by using

A Select as variables
B Random wiring
C Power as input
D Ground as output

In a 4-to-1 MUX, number of data inputs is

A 2
B 8
C 4
D 16

In a 4-to-1 MUX, select lines are

A 1
B 2
C 3
D 4

A 3-to-8 decoder has input bits

A 2
B 8
C 3
D 16

A 3-to-8 decoder outputs are

A 3
B 6
C 16
D 8

A priority encoder outputs the code for

A Highest active input
B Lowest active input
C Middle active input
D Random active input

In SR latch, the invalid input condition is

A S=0, R=0
B S=0, R=1
C S=1, R=1
D S=1, R=0

JK flip-flop when J=K=1 causes

A Reset always
B Set always
C Hold output
D Toggle output

In D flip-flop, next output equals

A Previous Q
B NOT D
C D input
D Clock only

ASCII code for uppercase letters and digits are examples of

A Printable characters
B Control codes only
C Parity bits
D BCD digits

BCD addition sometimes needs correction by adding

A 1
B 3
C 8
D 6

A parity bit can fail to detect errors when

A One bit flips
B Two bits flip
C No bit flips
D MSB is 1

Gray code is preferred in rotary encoders because

A Uses decimal digits
B Needs fewer wires
C One bit changes
D Has carry bit

A logic expression is in SOP form when it is

A OR of products
B AND of sums
C XOR of bits
D NOT of OR

A logic expression is in POS form when it is

A OR of products
B XOR of sums
C AND of sums
D NOT of AND

Converting SOP to NAND-only uses

A Decimal conversion
B ASCII mapping
C Parity grouping
D Bubble pushing

Converting POS to NOR-only mainly uses

A Division by 2
B Hex grouping
C De Morgan laws
D Parity check

In two’s complement, detecting overflow can use

A Carry into MSB XOR carry out
B LSB carry only
C Parity bit only
D Borrow bit only

A combinational circuit’s output changes

A Only at clock edge
B With input changes
C Once per second
D Only after reset

Leave a Reply

Your email address will not be published. Required fields are marked *