Binary Logic
NIOS · Class 12 · Computer Science
Flashcards for Binary Logic — NIOS Class 12 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.
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 flashcards and more.
1,000+ Class 12 students started this chapter today
What is a binary number system and why do computers use it?
Answer
A binary number system uses only two digits: 0 and 1 (base 2). Computers use binary because: 1. Electronic components have two stable states (ON/OFF, HIGH/LOW) 2. These states map naturally to 0 and 1…
Convert the decimal number 25 to binary using successive division method
Answer
Using successive division by 2: 25 ÷ 2 = 12 remainder 1 (LSB) 12 ÷ 2 = 6 remainder 0 6 ÷ 2 = 3 remainder 0 3 ÷ 2 = 1 remainder 1 1 ÷ 2 = 0 remainder 1 (MSB) Reading remainders from bottom to top: (25…
What are octal and hexadecimal number systems and their bases?
Answer
Octal (Oct) Number System: - Base: 8 - Digits used: 0, 1, 2, 3, 4, 5, 6, 7 - Why used: More compact representation than binary - Example: (17)₈ = 1×8 + 7 = 15 in decimal Hexadecimal (Hex) Number Syst…
Convert decimal 47 to octal number
Answer
Using successive division by 8: 47 ÷ 8 = 5 remainder 7 (LSB) 5 ÷ 8 = 0 remainder 5 (MSB) Reading remainders from bottom to top: (47)₁₀ = (57)₈ Verification: 5×8 + 7×1 = 40 + 7 = 47 ✓ This method is…
Convert decimal 156 to hexadecimal
Answer
Using successive division by 16: 156 ÷ 16 = 9 remainder 12 (LSB, which is C in hex) 9 ÷ 16 = 0 remainder 9 (MSB) Reading remainders from bottom to top: (156)₁₀ = (9C)₁₆ Verification: 9×16 + 12×1 = 1…
How do you convert a binary number (1101)₂ to decimal?
Answer
Use the place value method by multiplying each digit by its corresponding power of 2: (1101)₂ = 1×2³ + 1×2² + 0×2¹ + 1×2⁰ = 1×8 + 1×4 + 0×2 + 1×1 = 8 + 4 + 0 + 1 = (13)₁₀ Steps …
Convert octal number (345)₈ to decimal
Answer
Use the place value method by multiplying each digit by its corresponding power of 8: (345)₈ = 3×8² + 4×8¹ + 5×8⁰ = 3×64 + 4×8 + 5×1 = 192 + 32 + 5 = (229)₁₀ Key points: - Start…
Convert hexadecimal number (2A7)₁₆ to decimal
Answer
Use the place value method by multiplying each digit by its corresponding power of 16: (2A7)₁₆ = 2×16² + A×16¹ + 7×16⁰ Remember: A = 10, so: = 2×256 + 10×16 + 7×1 = 512 + 160 + 7 …
+16 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Binary Logic for NIOS Class 12 Computer Science?
How to score full marks in Binary Logic — NIOS Class 12 Computer Science?
How many flashcards are available for Binary Logic?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Binary Logic
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
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.