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-to-decimal conversion practice Convert the binary number 10011010 (base 2) to its decimal (base 10) equivalent.
Binary subtraction basics Compute the result of 111₂ − 001₂ and express the answer in binary.
Decimal-to-hexadecimal conversion Convert the decimal number 5238 (base 10) to base 16 (hexadecimal). Provide the hex digits without any prefix.
Decimal fraction to binary conversion Convert the decimal number 151.75 (base 10) to binary (base 2).
Decimal-to-binary by repeated division When converting a positive decimal integer to binary using repeated division by 2, the first remainder obtained corresponds to which bit of the final binary result?
Detecting invalid BCD digits Which 4-bit pattern below is not a valid Binary-Coded Decimal (BCD) code for a single decimal digit?
Binary vs. BCD — conceptual distinction What is the correct statement that distinguishes pure binary coding from Binary-Coded Decimal (BCD)?
Binary to Gray-code conversion Convert the 4-bit binary number 1100₂ to its equivalent Gray code.
Octal-to-decimal conversion Interpret 17 (base 8) as an octal number and convert it to decimal (base 10).
Number System Representation — BCD vs. Straight Binary How many BCD code bits and how many straight binary bits are required to represent the decimal number 643? Provide the total bit counts for each scheme.
Octal Number System — Practical Advantage Which statement best describes the common advantage of using octal notation in digital electronics and computer systems?
Base Conversion — Binary to Hexadecimal Convert the binary number 1100101000110101 to its hexadecimal equivalent. Choose the correct hex representation.
Binary Fraction to Decimal — Point Positioning Convert the binary number 1001.0010 to its decimal value. Show the integer and fractional contributions clearly.
Hexadecimal Digits A to F — Decimal Equivalents In hexadecimal notation, the letters A through F correspond to which consecutive decimal values?
Binary to Octal Conversion — Grouping by Threes Convert the binary number 001101011 to octal. Choose the correct base 8 representation.
Data Size Terminology — Relative Length Considering the common terms bit, byte, nibble, and word, which is typically the longest unit of data width in general computer architecture usage?
Word Size Identification — Valid Widths Which of the following is not commonly used as a processor word size in mainstream computing contexts?
Octal to Decimal — Positional Evaluation Convert the octal number 35 (base 8) to its decimal equivalent. Show the weighted sum explicitly.
Binary Coded Decimal (BCD) — Digit Representation In BCD coding, each decimal digit 0 through 9 is represented by which type of binary code width?
Binary conversion practice — base-10 to base-2 Convert the decimal number 64 (base 10) into its binary representation (base 2).
1
2
3
4
5
6
7
8
9
10
11