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

In a positional number system, the value of a digit depends mainly on its base and its position within the number. Which concept explains this idea clearly?

A Parity rule
B Gray coding
C Bit masking
D Place value

The decimal number system uses ten unique symbols from 0 to 9. What is its radix?

A 10
B 2
C 8
D 16

In binary number system, how many different digits are used to represent all values?

A One digit
B Two digits
C Eight digits
D Ten digits

Which number system is most suitable for representing internal data in digital computers?

A Decimal
B Octal
C Binary
D Roman

A hexadecimal digit can represent how many distinct decimal values?

A 16 values
B 8 values
C 10 values
D 15 values

In binary, the rightmost bit is known as the least significant bit because it has the lowest power of 2. Which power does it represent?

A
B
C
D 2⁰

Convert decimal 15 into binary form.

A 1110
B 1011
C 1111
D 1101

Convert binary 1001 into decimal value.

A 9
B 7
C 8
D 10

In octal system, each digit corresponds exactly to how many binary bits?

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

Convert hexadecimal F into decimal value.

A 12
B 13
C 14
D 15

In unsigned 4-bit binary, what is the highest possible value?

A 7
B 8
C 15
D 14

The process of adding 1 to the 1’s complement of a number produces which form?

A Gray code
B 2’s complement
C BCD form
D Sign magnitude

In 2’s complement representation, the most significant bit primarily indicates what?

A Sign bit
B Carry bit
C Parity bit
D Borrow bit

Binary addition of 1 + 1 gives what result?

A 1
B 11
C 10
D 0

A logic gate that produces output 1 only when both inputs are 1 is called?

A OR gate
B XOR gate
C NOR gate
D AND gate

A gate that inverts its input value is known as?

A NOT gate
B XOR gate
C NAND gate
D AND gate

The output of OR gate is 0 only when?

A All inputs 1
B Any input 1
C All inputs 0
D Inputs differ

NAND gate is called universal gate because it can implement?

A Only AND
B Only OR
C Only NOT
D Any logic function

Boolean algebra works with how many logic values?

A One value
B Two values
C Three values
D Four values

According to identity law, A + 0 equals?

A 0
B 1
C A
D A’

In Boolean algebra, A · 1 equals?

A A
B 0
C 1
D A’

Complement rule states that A + A’ equals?

A 0
B A
C 1
D A’

A truth table for 2 input variables contains how many rows?

A 2
B 4
C 3
D 8

Half adder circuit produces which two outputs?

A Sum and Borrow
B Input and Output
C Set and Reset
D Sum and Carry

Full adder differs from half adder because it has?

A No carry
B Only one input
C Carry-in input
D No output

A multiplexer selects data based on?

A Select lines
B Data lines
C Output lines
D Power lines

A demultiplexer distributes one input into?

A One output
B No output
C Two inputs
D Many outputs

BCD code is mainly used to represent?

A Binary digits
B Hex digits
C Decimal digits
D ASCII letters

Even parity ensures total number of 1s is?

A Even
B Odd
C Zero
D Prime

ASCII code is mainly used for representing?

A Colors
B Characters
C Images
D Signals

A binary code in which two successive values differ by only one bit is known as?

A BCD code
B ASCII code
C Gray code
D Excess-3

In Excess-3 code, each decimal digit is represented by adding which value to its BCD equivalent?

A 3
B 1
C 2
D 6

The output of XOR gate for inputs 1 and 0 is?

A 0
B 10
C 11
D 1

In Boolean algebra, the expression A · A simplifies to?

A 0
B 1
C A
D A’

The Boolean expression A + A simplifies to?

A 0
B A
C 1
D A’

Which logic gate outputs 1 only when inputs are different?

A AND gate
B OR gate
C NOR gate
D XOR gate

The binary equivalent of decimal 32 is?

A 100000
B 10000
C 110000
D 10010

How many cells are there in a 3-variable Karnaugh map?

A 4
B 6
C 8
D 16

In Karnaugh map grouping, groups must contain how many cells?

A Any number
B Power of two
C Prime number
D Exactly four

The binary multiplication 101 × 10 equals?

A 1010
B 1110
C 1001
D 1100

In digital circuits, combinational logic depends only on?

A Past outputs
B Clock pulse
C Memory state
D Present inputs

Sequential logic circuits differ because they include?

A Only gates
B No inputs
C Memory elements
D Only outputs

The smallest unit of digital information is called?

A Bit
B Byte
C Nibble
D Word

A group of 8 bits is known as?

A Nibble
B Byte
C Word
D Parity

In 2’s complement system, subtraction is performed by?

A Direct subtraction
B Multiplying values
C Adding complement
D Dividing values

A flip-flop stores how many bits of information?

A 2 bits
B 4 bits
C 8 bits
D 1 bit

The output of XNOR gate is 1 when inputs are?

A Equal
B Different
C Both 0 only
D Both 1 only

In Boolean algebra, the law A + 1 equals?

A 0
B 1
C A
D A’

In a 2-input AND gate, how many input combinations produce output 1?

A 2
B 3
C 1
D 4

Binary division by 2 is equivalent to performing which operation?

A Right shift
B Left shift
C XOR operation
D NOT operation

Leave a Reply

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