Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Number Systems and Codes Questions
Binary addition fact — evaluate the statement: “The addition 1 + 0 doesn’t generate a carry bit; one does not exist.” Consider one-bit addition rules and carry generation conditions.
Hexadecimal to decimal — evaluate the statement: “64 hexadecimal equals 100 decimal.” Treat “64 hexadecimal” as the base-16 number 0x64 and verify its base-10 value.
Terminology — evaluate the statement: “Base is the same as radix.” In number-system language, are the terms “base” and “radix” interchangeable?
Binary Coded Decimal (BCD) — in digital electronics, BCD represents each decimal digit 0–9 independently. Each single decimal digit is encoded as which fixed-length binary pattern?
Unit-distance coding — which binary code progresses so that only one bit changes between any two successive code words (minimizing transition errors)?
Bit significance — in a fixed-width binary number, changing which bit causes the largest change in numeric value for a single-bit toggle?
Foundational base — digital electronics, logic gates, and computer arithmetic are fundamentally built on which numbering system?
Nonweighted, unit-distance identification — which of the following is a nonweighted binary code that also changes only one bit between successive values (a unit-distance code)?
Excess-3 (XS-3) BCD — which code represents each decimal digit by its 4-bit binary value after adding 3 to that digit (i.e., code = binary(digit + 3))?
1
2