Prelim Exam
Prelim Exam
3
2. The devices that provide the means for a computer to communicate with the
user or other computers are referred to as: I/O
3. If data1 holds the 96H and it is assumed that the data is a signed byte, what is
the values of the data in terms of decimal? -106
4. Which of the following declarations will require 4 memory locations?
data dB_”ikaw”
5. It is part of the 8088/8086 System Architecture which is considered as the
scratch pad memory. Register array
6. It is data format that stores data one byte per digit. Unpacked BCD
7. Which of the following is not an 8-bit microprocessor? Intel 8088
8. Which of the following hexadecimal numbers, representing signed 16-bit binary
numbers, results in overflow when multiplied by 4? Here, a negative number is
represented in 2’s compliment. DFFF
9. Which of the following is the appropriate reason why the mantissa is not
normalized in the floating point representation? The maximum number of
significant digits can be maintained.
10. Which of the following is not part of the Execution Unit of 8086/8088
microprocessor? Instruction pointer
11. In the year 1970, an inventor named Bomar developed a device. What is that
device? Palm calculator
12. What is the capacity of the Intel 4004? 4k x 4
13. Intel 8088 can execute an instruction in just _________? 2.0 microseconds
14. How many instructions per seconds can in Intel 8085 execute? 500k
15. 8088 microprocessor has_________. 16-bit address bus
16. Which of the following are the three basic sections of a microprocessor unit?
Control and timing, register, and arithmetic/logic unit (ALU)
17. Because microprocessor CPU’s do not understand memories as they are, they
have to be converted to ______. Binary machine code
18. When was the first 8-bit microprocessor introduced? 1974
19. When referring to instruction words, a mnemonic is: a short abbreviation for the
operation to be performed
20. The _________ ensures that only one IC is active at a time to avoid a bus
conflict cause by two ICs writing different data to the same bus. Address
decoder
Caesar cipher is a type of substitution cipher in which each letter in the plaintext is
replaced by a letter some fixed number of positions down the alphabet. For
instance, using the example cipher below you’d write “GeEk” as “JhHN” – “4A 68
48 6E” in ASCII.
Plain: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Cipher: DEFGHIJKLMNOPQRSTUVWXYZABC
0068 87 AC 12 34 FF EB
80 58 50 6C 46 75
52 63 4F 6E 74 4F
72 4A 4C 66 4E 49
54 FF FF FF FF FF
C3 90 30 00 00 00
Given the data on the memory above with the starting address of 0068H
decipher the following messages found in the following addresses. Use the Caesar
cipher above to get the real message. Small and Big letters will apply the ASCII
code format.