05-10-2024 Assignment 1, Due by 11-10-2024
05-10-2024 Assignment 1, Due by 11-10-2024
1. Differentiate between microprocessors: 8086 and 8088, 80186 and 80286. (5)
2. In 8086 architectures, if a code segment = 1234H and Instruction pointer (IP) = 00AB
show (5)
a. The logical address
b. The offset address
And also calculate
c. The physical address
d. The lower range
e. The upper range of code segment
3. In a computer system that uses segmentation, if the segment register contains the
value 5AF8 and the offset register contains 00C3, what is the 16-bit physical address?
(3)
4. Using following information, calculate the physical address of each segment for
general computer 8086 architectures.
CS = 1234H, DS = 2456H, SS = 5464H, SP = 1100H, IP = 1232H, DI = 0020H. (5)
5. Fill the below memory contents using your SAP ID digits but in binary form. For
example, sample id: 70141234 (12)
Address Sample Data
00F0 7 (00000111)
00F1 0 (00000000)
00F2 1 (00000001)
00F3 4 (00000100)
00F4 1 (00000001)
00F5 2 (00000010)
00F6 3 (00000011)
00F7 4 (00000100)
Using above information, answer the following questions:
Part a: What are the contents of
i) memory word at address 00F2?
Part b: What is
i) Bit-5 of byte 00F4