0% found this document useful (0 votes)
15 views

CSA Assignments

Uploaded by

saniadanu5
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

CSA Assignments

Uploaded by

saniadanu5
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSA Assignment

Ques 1. Design full adder and derive the Boolean expressions for sum and carry outputs of the full
adder.

Ques 2. A computer uses a memory unit with 1024K words of 32 bits each. A binary instruction code
is stored in one word of memory. The instruction has 4 parts: an indirect bit, an operation code, a
register code part to specify one of 128 registers and an address part:

1. How many bits are there in the data and address


2. Draw the instruction word format and compute the number of bits required for each part.

Ques 3. Write micro-operations for implementing the following memory reference instructions:

1. BUN
2. STA
3. CLA
4. CMA

Ques 4. The content of PC in the basic computer is 3AF (all numbers are in hexadecimal). The
content of AC is 7EC3. The content of memory at address 3AF is 932E. The content memory at
address 32E is 09AC. The content of memory at address 9AC is 8B9F:

1. What is the instruction that will be fetched and executed next?


2. Show the binary operation that will be performed in the AC when the instruction is
executed. 1
3. Given the contents of registers PC, DR, AC and IR in hexadecimal at the end of the
instruction cycle. 4

Ques 5. Draw the diagram of a 4-bit binary adder- subtractor. Explain its working with the help of an
example.

Ques 6. Write short notes on any two of the following:

1. DMA
2. Interrupt cycle
3. Characteristics of GPU.

Ques 7. A two-word instruction is stored at location 500 with its address field at location 501. The
address field has the content as 600. The content of memory word at address 600 is 650. A
processor register R1 contains the number 300. Evaluate the effective address if the addressing
mode of the instruction is

1. Immediate
2. Direct
3. Indirect
4. Relative
5. Register-indirect
6. Indexed with R1 as the index-register.

You might also like