Skip to main content
Chapter 2 of 29
Practice Quiz

Binary Logic

NIOS · Class 12 · Computer Science

Practice quiz for Binary Logic — NIOS Class 12 Computer Science. MCQs and questions with answers to test your preparation.

40 questions24 flashcards5 concepts

Interactive on Super Tutor

Studying Binary Logic? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for practice quiz and more.

1,000+ Class 12 students started this chapter today

Quick Quiz: Binary Logic

0/4

Tap an answer to check it instantly. No sign-up needed for these 4.

1

What is the decimal equivalent of the binary number (1010)₂?

2

What is the binary representation of the decimal number 13?

3

What is the octal equivalent of decimal number 19?

4

What is the hexadecimal equivalent of decimal number 229?

40 Questions·
multiple choice

Sample Questions

1multiple choice
1 marks

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

Show answer

00110

The 1's complement is obtained by flipping (inverting) every bit of the binary number. Step 1: Original binary number: 1 1 0 0 1 Step 2: Flip each bit — 1→0, 1→0, 0→1, 0→1, 1→0. Step 3: Result: 0 0 1 1 0 Step 4: So 1's complement of 11001 is 00110. Why others are wrong: 00111 would mean the last bit was not flipped. 11010 is an incorrect partial flip. Remember: every single bit must be inverted.

2multiple choice
1 marks

What is the 2's complement of the binary number 11001?

Show answer

00111

The 2's complement is found by taking the 1's complement and adding 1 to the LSB. Step 1: Original number: 11001 Step 2: Find 1's complement by flipping all bits: 00110 Step 3: Add 1 to the LSB: 00110 + 1 = 00111 Step 4: So 2's complement of 11001 = 00111. Formula: 2's complement = 1's complement + 1 Why 00110 is wrong: That is only the 1's complement, not the 2's complement. You must add 1 more.

3multiple choice
1 marks

What does ASCII stand for?

Show answer

American Standard Code for Information Interchange

ASCII stands for American Standard Code for Information Interchange. Step 1: ASCII is a character encoding standard used to represent text in computers. Step 2: It assigns a unique numerical value to each character (letters, digits, symbols). Step 3: For example, the uppercase letter 'A' has ASCII value 65, and lowercase 'a' has value 97. Step 4: This allows computers (which only understand numbers) to process text data. Key fact: ASCII values for A-Z range from 65 to 90, and a-z range from 97 to 122.

4multiple choice
1 marks

What is the ASCII value of the character 'A'?

Show answer

65

The ASCII value of uppercase 'A' is 65. Step 1: In ASCII, uppercase letters A to Z are assigned values from 65 to 90 respectively. Step 2: So A=65, B=66, C=67... Z=90. Step 3: Lowercase letters a to z have values from 97 to 122 (a=97, z=122). Step 4: The character '@' has ASCII value 64, which is just before 'A'. Why others are wrong: 97 is the ASCII value of lowercase 'a', 64 is '@', and 72 is 'H'.

+36 more questions available

Practice All

Frequently Asked Questions

What are the important topics in Binary Logic for NIOS Class 12 Computer Science?
Key topics in Binary Logic include Binary Logic – Complete Chapter Overview, Binary Logic - Comprehensive Concept Map, Binary Logic - Complete Chapter Overview. These are the concepts NIOS Class 12 examiners draw on most — study them first, then practise related questions.
How to score full marks in Binary Logic — NIOS Class 12 Computer Science?
Understand the core concepts first, then work through the 40 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Binary Logic chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for NIOS Class 12 Computer Science.