Data Representation - DPP 02 (English)
Data Representation - DPP 02 (English)
Computer
DPP: 2
DATA REPRESENTATION
Q1 How many major categories of number systems (D) None of the above
are there concerning computers?
Q7 How many maximum characters can be
(A) Two (B) Three
represented using the standard Binary Coded
(C) Four (D) Five
Decimal (BCD) format?
Q2 One byte consists of _______ bits. (A) 32 characters (B) 64 characters
(A) 4 (B) 6 (C) 128 characters (D) 256 characters
(C) 8 (D) 10
Q8 EBCDIC stands for:
Q3 The decimal number system has ten digits (A) Extended binary coded decimal interchange
ranging from __________. code
(A) 0-9 (B) 1-10 (B) Extended Bit Code Decimal Interchange
(C) 0-10 (D) 2-11 Code
(C) Extended Bit Case Decimal Interchange
Q4 In the hexadecimal system, what is the range of
Code
numbers used?
(D) Extended Binary Case Decimal Interchange
(A) 0 to 7 (B) 1 to 16
Code
(C) 0 to 16 (D) 0 to F
Q9 ____________ and ____________ are the two
Q5 Which number system is also known as the
types of ASCII.
base 2 system?
(A) ASCII-7 and ASCII-8
(A) Decimal (B) Binary
(B) ASCII-4 and ASCII-16
(C) Octal (D) Hexadecimal
(C) ASCII-4 and ASCII-8
Q6 ________ is an 8-bit character-coding scheme (D) ASCII-8 and ASCII-16
used primarily on IBM computers.
Q10 ASCII-8 can represent ______________
(A) EBCDIC
characters.
(B) ASCII
(A) 256 (B) 255
(C) BCD
(C) 258 (D) 257
Answer Key
Q1 (C) Q6 (A)
Q2 (C) Q7 (B)
Q3 (A) Q8 (A)
Q4 (D) Q9 (A)
character-coding scheme primarily used on EBCDIC was devised in 1963 and 1964 by
IBM computers. IBM.
This scheme can code a total of 256 (28) Hence, the correct answer is "Extended binary
characters. coded decimal interchange code".
EBCDIC was devised in 1963 and 1964 by IBM. Q9 Text Solution:
The American standard code for information The American standard code for information
interchange (ASCII) is a 7-bit code, which interchange (ASCII) is a 7-bit code
means that only 128 characters, or 27 can be representing only 128 characters, or 27.
represented. Seven bits are used to represent each ASCII
Binary Coded Decimal, or BCD, is another character.
method for converting decimal numbers to There are two kinds of ASCII codes: ASCII-7
binary equivalents. and ASCII-8.
Hence, the correct answer is "EBCDIC". The basic set of ASCII-7 characters spans
Q7 Text Solution: from 0 to 127, each having seven bits.
Binary Coded Decimal is a 4-bit code used The basic set of ASCII-8 spans from 0 to 255,
to represent numeric data only. and the extended ASCII character has 8 bits.
A standard Binary Coded Decimal, also Hence, the correct answer is "ASCII-7 and
known as an enhanced Binary Coded ASCII-8".
Decimal format, is a 6-bit representation Q10 Text Solution:
scheme that can represent non-numeric The American standard code for information
characters. interchange (ASCII) is a 7-bit code
This allows for a total of 64 characters to be representing only 128 characters, or 27.
represented. However, manufacturers have added an
The standard Binary Coded Decimal eight-bit coding scheme to this coding
representation for the letter A is 1100012. scheme, allowing it to now provide 256
Hence, the correct answer is "64 characters". characters.
Q8 Text Solution: There are two kinds of ASCII codes: ASCII-7
EBCDIC stands for Extended Binary Coded and ASCII-8.
Decimal Interchange Code. The basic set of ASCII-7 characters spans
Extended Binary Coded Decimal from 0 to 127, each having seven bits.
Interchange Code (EBCDIC) is an 8-bit The basic set of ASCII-8 spans from 0 to 255,
character-coding scheme primarily used on and the extended ASCII character has 8 bits.
IBM computers. Hence, the correct answer is "256".
This scheme can code a total of 256 (28)
characters.