#1
What is the binary representation of the decimal number 10?
1010
ExplanationBinary representation of 10 in decimal is 1010.
#2
In hexadecimal, what does the letter 'A' represent?
10
ExplanationIn hexadecimal, 'A' represents the decimal value 10.
#3
Which of the following is a valid hexadecimal number?
1A3
Explanation1A3 is a valid hexadecimal number.
#4
What is the purpose of EBCDIC in computing?
To encode characters in mainframe systems
ExplanationEBCDIC is used to encode characters in mainframe computing systems.
#5
What is the purpose of a parity bit in binary data transmission?
To ensure even or odd number of 1s for error detection
ExplanationA parity bit in binary data transmission ensures an even or odd number of 1s for error detection.
#6
In a 32-bit floating-point representation, how many bits are typically used for the exponent?
11
ExplanationIn a 32-bit floating-point representation, 11 bits are typically used for the exponent.
#7
What is the purpose of ASCII in digital systems?
To encode characters as binary numbers
ExplanationASCII is used to represent characters as binary numbers in digital systems.
#8
What is the two's complement representation of -5 in a 4-bit system?
1101
ExplanationThe two's complement representation of -5 in a 4-bit system is 1101.
#9
In a 16-bit binary number, how many bits are used to represent the fractional part in IEEE 754 floating-point representation?
6
ExplanationIn a 16-bit binary number in IEEE 754, 6 bits are used to represent the fractional part.
#10
What is the purpose of Gray code in digital systems?
To simplify the design of electronic circuits
ExplanationGray code is used to simplify the design of electronic circuits in digital systems.
#11
What is the purpose of the Hamming code in error detection and correction?
To detect and correct errors in binary data
ExplanationHamming code is used to detect and correct errors in binary data.
#12
Which of the following is true about Little-endian and Big-endian architectures?
Big-endian stores the least significant byte first
ExplanationIn Big-endian architecture, the least significant byte is stored first.
#13
What is the significance of the most significant bit (MSB) in a binary number?
It represents the sign (positive or negative)
ExplanationThe MSB in a binary number indicates its sign, whether positive or negative.
#14
In digital systems, what does the term 'endian' refer to?
The order of bytes in a multi-byte data representation
ExplanationEndian refers to the byte order in a multi-byte data representation in digital systems.
#15
What is the purpose of the BCD (Binary Coded Decimal) representation?
To simplify arithmetic operations
ExplanationBCD representation is used to simplify arithmetic operations in digital systems.
#16
What is the significance of the term 'Nibble' in computing?
It represents half a byte
ExplanationA nibble in computing represents half a byte, consisting of 4 bits.
#17
What is the significance of the term 'Hexadecimal' in digital systems?
It is a base-16 number system
ExplanationHexadecimal is a base-16 number system commonly used in digital systems.