[go: up one dir, main page]

0% found this document useful (0 votes)
67 views2 pages

Prelim Exam

The document discusses various topics related to microprocessors including: - 3 buses are connected to the 8085A microprocessor. - I/O devices allow communication with users and other computers. - A signed byte with value 96H is equivalent to -106 in decimal. - 4 memory locations are required for the declaration "data dB_”ikaw”". - The register array is part of the 8088/8086 system architecture and acts as scratchpad memory. - Unpacked BCD stores data with one byte per digit. - The 8088 is an 8-bit microprocessor while the question asks for a non-8-bit microprocessor. - The hexadecimal number DFFF

Uploaded by

Kaecee Wong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

Prelim Exam

The document discusses various topics related to microprocessors including: - 3 buses are connected to the 8085A microprocessor. - I/O devices allow communication with users and other computers. - A signed byte with value 96H is equivalent to -106 in decimal. - 4 memory locations are required for the declaration "data dB_”ikaw”". - The register array is part of the 8088/8086 system architecture and acts as scratchpad memory. - Unpacked BCD stores data with one byte per digit. - The 8088 is an 8-bit microprocessor while the question asks for a non-8-bit microprocessor. - The hexadecimal number DFFF

Uploaded by

Kaecee Wong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1. How many buses are connected as part of the 8085A microprocessor?

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.

1. Find the hidden 5-byte message @ Address 0070. (5pts)


2. Find the hidden 5-byte ASCII message @ Address 0079. (5pts)
3. Find the equivalent decimal value of the signed – double word @ address
006C which is stored using Big Endian Method. Note: Big Endian method
stores the most significant byte at the least numbered memory location.
(5pts)
4. Find the decimal equivalent of the single precision floating point number
stored at address 0086 which is stored using Big Endian method. (5pts)
5. Find the decimal equivalent of the unsigned double word-sized data on the
address 0068 stored using Big Endian. (5pts)

You might also like