Introduction to Computer Engineering MCQs (Part-9)

What is the smallest unit of data in a computer?

A Kilobyte
B Bit
C Word
D Byte

What is the binary equivalent of the decimal number 5?

A 110
B 111
C 100
D 101

What does the term “two’s complement” refer to in computing?

A Negative number encoding
B Hexadecimal system
C Positive number encoding
D Binary subtraction method

Which of the following number systems is used by computers internally to process data?

A Octal
B Hexadecimal
C Binary
D Decimal

What is the primary purpose of Boolean algebra in computing?

A Manage memory
B Design logic circuits
C Solve arithmetic problems
D Store data

Which of the following is an example of a Boolean operation?

A Subtraction
B Addition
C Multiplication
D AND

What is the decimal equivalent of the binary number 1101?

A 15
B 10
C 13
D 12

Which number system is used for representing data in digital electronics?

A Binary
B Octal
C Hexadecimal
D Decimal

What is the role of a “logic gate” in a computer?

A Execute programs
B Control data flow
C Store data
D Perform calculations

Which Boolean expression represents the OR operation?

A A’ + B’
B A’ * B’
C A + B
D A * B

What is the purpose of using hexadecimal in computing?

A To represent binary data more compactly
B For data encryption
C For complex calculations
D To convert decimal to binary

What is the process of converting a binary number to decimal called?

A Summation
B Conversion
C Multiplication
D Subtraction

Which of the following is true about the binary number system?

A It represents data as decimal values
B It is rarely used in computing
C It uses 10 symbols
D It is based on two symbols: 0 and 1

What is a primary advantage of using Boolean algebra in computer design?

A It simplifies circuit design
B It increases processing speed
C It enhances data storage
D It reduces memory usage

What is the primary function of the NOT operator in Boolean algebra?

A Negates the input
B Compares two inputs
C Adds two values
D Combines two inputs