Assignment 1.Docx
Assignment 1.Docx
2 Define Bus. Explain a single bus structure with a neat block diagram. CO1 L2
6 What is an operating system? Explain the user program and OS routine sharing CO1 L2
the processor.
7 Represent 85.125 in IEEE floating point using single-precision. CO1 L3
9 What are assembler directives? Answer any five assembler directives. CO1 L2
10 Consider a database of marks scored by students in 3 tests stored in memory starting at CO1 L3
address LIST. Each student record consists of a student ID followed by marks in 3 tests.
Assume each of them to be 4 bytes in size. There are 50 students in the class & this
value is stored at location NUM
i) Sketch the memory map showing all the details
ii) Develop an ALP using indexed addressing mode to compute the sum of
scores by all the students in Test 2 and store the results in location SUM.
Write appropriate comments