Number Systems & Logic MCQs 2026
45 questions with detailed answers · 18 from past papers · 5 quiz batches available
Choose a Quiz Batch. Each batch has 10 questions from this topic, in order. Take them one by one to work through all 45 MCQs. Login to save your scores and see your best per batch.
Read each question, think about the answer, then click Show Answer to reveal the correct option and explanation. Load 10 at a time so it stays manageable — perfect for one-topic study sessions on the bus or during a break.
- Q1 medium
The hexadecimal number system is often used because it is
💡 Explanation:Hexadecimal is a compact shorthand for representing binary values.
- Q2 medium
The decimal number 10 in hexadecimal is
💡 Explanation:Decimal 10 equals A in hexadecimal.
- Q3 medium
The binary number 1111 equals which decimal number
💡 Explanation:Binary 1111 equals 8+4+2+1 = 15 in decimal.
- Q4 medium
The octal number 10 equals which decimal number
💡 Explanation:Octal 10 equals decimal 8.
- Q5 medium
The base of a number system is also called its
💡 Explanation:The base of a number system is also known as its radix.
- Q6 easy
The decimal number 4 in binary is
💡 Explanation:Decimal 4 equals 100 in binary.
- Q7 medium
A NAND gate is an AND gate followed by a
💡 Explanation:A NAND gate is an AND gate whose output is inverted by a NOT gate.
- Q8 medium
The hexadecimal digit C represents which decimal value
💡 Explanation:In hexadecimal, C equals decimal 12.
- Q9 easy
Which number system is most convenient for humans in daily life
💡 Explanation:The decimal system is the most convenient for everyday human use.
- Q10 medium
The output of an XOR gate when both inputs are 1 is
💡 Explanation:An XOR gate outputs 0 when both inputs are equal (1 and 1).
- Q11 easy
Which of the following is NOT a valid binary digit
💡 Explanation:2 is not a valid binary digit; binary uses only 0 and 1.
- Q12 easy
The number of bits in a nibble is
💡 Explanation:A nibble consists of 4 bits.
- Q13 medium
Which gate is known as the inverted OR gate
💡 Explanation:A NOR gate is an OR gate with an inverted output.
- Q14 Past Paper · PPSC/FPSC/NTS easy
The hexadecimal number system has a base of
💡 Explanation:The hexadecimal number system uses base 16.
- Q15 Past Paper · PPSC/FPSC/NTS easy
The octal number system has a base of
💡 Explanation:The octal number system uses base 8 (digits 0 to 7).
- Q16 Past Paper · PPSC/FPSC/NTS easy
The decimal number system has a base of
💡 Explanation:The decimal number system uses base 10.
- Q17 easy
How many digits are used in the binary system
💡 Explanation:Binary uses only two digits: 0 and 1.
- Q18 medium
Which digits are used in the octal number system
💡 Explanation:Octal uses the digits 0 through 7.
- Q19 Past Paper · PPSC/FPSC/NTS medium
In hexadecimal, the letter A represents the decimal value
💡 Explanation:In hexadecimal, A equals decimal 10.
- Q20 Past Paper · PPSC/FPSC/NTS medium
In hexadecimal, the letter F represents the decimal value
💡 Explanation:In hexadecimal, F equals decimal 15.
- Q21 easy
The decimal number 2 in binary is
💡 Explanation:Decimal 2 is written as 10 in binary.
- Q22 medium
The decimal number 5 in binary is
💡 Explanation:Decimal 5 equals 101 in binary (4+1).
- Q23 medium
The decimal number 8 in binary is
💡 Explanation:Decimal 8 equals 1000 in binary.
- Q24 Past Paper · PPSC/FPSC/NTS medium
The binary number 1010 equals which decimal number
💡 Explanation:Binary 1010 equals 8+0+2+0 = 10 in decimal.
- Q25 medium
The binary number 111 equals which decimal number
💡 Explanation:Binary 111 equals 4+2+1 = 7 in decimal.
- Q26 Past Paper · PPSC/FPSC/NTS hard
The decimal number 255 in binary is
💡 Explanation:Decimal 255 equals 11111111 in binary (eight 1s).
- Q27 Past Paper · PPSC/FPSC/NTS easy
A binary digit is also called a
💡 Explanation:A binary digit (0 or 1) is called a bit.
- Q28 medium
The rightmost bit in a binary number is called the
💡 Explanation:The rightmost bit is the Least Significant Bit (LSB).
- Q29 medium
The leftmost bit in a binary number is called the
💡 Explanation:The leftmost bit is the Most Significant Bit (MSB).
- Q30 Past Paper · PPSC/FPSC/NTS medium
In binary addition, 1 + 1 equals
💡 Explanation:In binary, 1 + 1 equals 10 (0 with a carry of 1).
- Q31 Past Paper · PPSC/FPSC/NTS medium
A logic gate that outputs 1 only when all inputs are 1 is the
💡 Explanation:An AND gate outputs 1 only when all of its inputs are 1.
- Q32 Past Paper · PPSC/FPSC/NTS medium
A logic gate that outputs 1 when at least one input is 1 is the
💡 Explanation:An OR gate outputs 1 when at least one input is 1.
- Q33 Past Paper · PPSC/FPSC/NTS medium
A logic gate that reverses or inverts its input is the
💡 Explanation:A NOT gate inverts its single input.
- Q34 medium
A logic gate that outputs 1 only when its inputs are different is the
💡 Explanation:An XOR gate outputs 1 only when its inputs differ.
- Q35 medium
The NOT gate is also called a/an
💡 Explanation:A NOT gate is also known as an inverter.
- Q36 Past Paper · PPSC/FPSC/NTS medium
Which of the following is called a universal gate
💡 Explanation:NAND (and NOR) are universal gates that can build any other gate.
- Q37 easy
How many inputs does a basic NOT gate have
💡 Explanation:A basic NOT gate has a single input.
- Q38 medium
The AND gate output is 0 when
💡 Explanation:An AND gate outputs 0 whenever at least one input is 0.
- Q39 medium
The OR gate output is 0 only when
💡 Explanation:An OR gate outputs 0 only when all inputs are 0.
- Q40 Past Paper · PPSC/FPSC/NTS medium
ASCII stands for
💡 Explanation:ASCII stands for American Standard Code for Information Interchange.
- Q41 Past Paper · PPSC/FPSC/NTS medium
Standard ASCII uses how many bits to represent a character
💡 Explanation:Standard ASCII uses 7 bits per character.
- Q42 Past Paper · PPSC/FPSC/NTS medium
How many characters can standard 7-bit ASCII represent
💡 Explanation:7-bit ASCII can represent 2^7 = 128 characters.
- Q43 Past Paper · PPSC/FPSC/NTS medium
Boolean algebra was developed by
💡 Explanation:George Boole developed Boolean algebra, the basis of digital logic.
- Q44 medium
BCD stands for
💡 Explanation:BCD stands for Binary Coded Decimal.
- Q45 Past Paper · PPSC/FPSC/NTS easy
The binary number system has a base of
💡 Explanation:The binary number system uses base 2 (digits 0 and 1).