Home/Notes/Computer Fundamentals & Systems
Board Exam Notes

Computer Fundamentals & Systems Notes

Questions

2 questions per paper

Difficulty

Easy

Importance

Essential scoring section for KVS/NVS and DSSSB

Overview

Computer Fundamentals covers the essential architecture and logical foundations of computing systems, serving as the bedrock for technical recruitment exams. Mastering this topic requires understanding how hardware components translate instructions and how Boolean logic governs internal data processing. It is a high-yield area where conceptual clarity directly translates to accurate score conversion in teacher recruitment tests.

Computer Organisation Basics

This section focuses on the Von Neumann architecture, which describes the interaction between the CPU, memory, and input/output systems. Understanding the CPU cycle—Fetch, Decode, and Execute—is vital for answering questions regarding system performance and component roles.

  • ALU performs arithmetic and bitwise logical operations
  • Control Unit manages the execution of instructions
  • Registers are high-speed storage locations within the CPU
  • RAM is volatile, while ROM is non-volatile memory
  • Bus architecture consists of Data, Address, and Control buses

Number Systems

Aspirants must be proficient in converting values between Decimal, Binary, Octal, and Hexadecimal bases. Exam questions frequently test the ability to perform arithmetic within non-decimal bases or identify the range of numbers representable by a specific bit count.

  • Binary base is 2 (digits 0-1)
  • Octal base is 8 (digits 0-7)
  • Hexadecimal base is 16 (digits 0-9, A-F)
  • To convert base 10 to base N, use successive division
  • 2's complement is standard for representing signed integers

Boolean Logic

Boolean algebra provides the mathematical foundation for digital logic circuits, utilizing truth tables and fundamental laws to simplify expressions. Familiarity with logic gates and the theorems that govern their simplification is critical for solving circuit-based problems.

  • De Morgan's Laws: NOT(A AND B) = (NOT A) OR (NOT B)
  • Commutative law: A AND B = B AND A
  • Distributive law: A AND (B OR C) = (A AND B) OR (A AND C)
  • XOR gate outputs 1 only when inputs are different
  • NAND and NOR are universal gates

Formula Sheet

Decimal to Binary: Repeated division by 2

2's Complement: 1's Complement + 1

De Morgan's Theorem: (A + B)' = A' * B'

De Morgan's Theorem: (A * B)' = A' + B'

Exam Tip

Focus heavily on practicing 2's complement conversions and universal gate properties, as these are the most frequent points of confusion in competitive exams.

Common Mistakes

  • Confusing the number of bits required to represent a decimal number in binary conversion
  • Applying Boolean laws incorrectly by forgetting the precedence of AND over OR operations
  • Overlooking the difference between volatile and non-volatile memory categories

More Revision Notes

Ready to test yourself?

Play topic-wise Computer Fundamentals & Systems questions in Aspirant Arcade — gamified MCQ practice.

Download Free