Digital Logic Fundamentals: Number Systems and Circuits

Question 1 (Compulsory – Short Answers)

(a) What is a Number System?

A number system is a way of representing numbers using a set of symbols and a base (radix). Examples include:

  • Decimal (base 10)
  • Binary (base 2)
  • Octal (base 8)
  • Hexadecimal (base 16)

(b) Why Digital Computers use Binary Number System?

Digital computers use binary because:

  • Electronic circuits have two states: ON (1) and OFF (0).
  • Binary is reliable and easy to implement.
  • It results in less error in data processing.

(c) Convert (1001.0010)₂

Read More

Core Concepts in Software Development and Analysis

Data Dictionary

A data dictionary is a centralized repository that defines the structure, relationships, and attributes of data elements used in a system. It includes names, types, sizes, allowable values, and descriptions of each data element. Used in databases and software development, it ensures consistency, clarity, and data integrity. It serves as a reference for developers, analysts, and stakeholders, improving communication and system documentation.

Function Point vs. Lines of Code (LOC)

  • 1.
Read More