Advanced Computer Architecture | NPTEL 2022 | Week 0 Assignment Solutions

This set of MCQ(multiple choice questions) focuses on the Advanced Computer Architecture NPTEL 2022 Week 0 Assignment Solutions.

Course layout

Answers COMING SOON! Kindly Wait!

Week 1: Assignment answers
Week 2: Assignment answers
Week 3: Assignment answers
Week 4: Assignment answers
Week 5: Assignment answers
Week 6: Assignment answers
Week 7: Assignment answers
Week 8: Assignment answers

NOTE: You can check your answer immediately by clicking show answer button. This set of “ Advanced Computer Architecture NPTEL 2022 Week 0 Assignment Solution” contains 10 questions.

Now, start attempting the quiz.

Advanced Computer Architecture NPTEL 2022 Week 0 Assignment Solutions

Q1. Which of the following is connected to a bidirectional data bus inside a processor?

a) MAR
b) PC
c) IR
d) MDR

Answer: d) MDR

Q2. Which of the following is also known as Load-store architecture?

a) Stack architecture
b) Accumulator architecture
c) Register-Memory architecture
d) Register-Register

Answer: d) Register-Register

Q3. In a MIPS RISC 5-stage  instruction pipeline, for a LOAD instruction the EXE stage:

a) Performs data transfer from the addressed memory location to the register
b) Read the address from the base register
c) Compute the effective address from base register and displacement
d) Write the result to destination register

Answer: c) Compute the effective address from base register and displacement

Q4. In a 5 stage RISC instruction pipeline, reading data from register file happens in:

a) ID stage
b) WB stage
c) MEM stage
d) IF stage

Answer: a) ID stage

Q5. A cache memory has 64 KB capacity, 64 byte block size and is 4-way set associative. The number of sets in the cache is _____

Answer: 256

Advanced Computer Architecture NPTEL week 0 Assignment Solutions

Q6. For a 16KB, 4-way associative cache with block size 16 bytes, what is the number of tag bits per block if the physical address capacity is 16MB?

a) 20 bit
b) 18 bit
c) 16 bit
d) 12 bit

Answer: d) 12 bit

Q7. If a 32 bit value (0x77662244) is stored in memory addresses 2000, 2001, 2002 and 2003 in little endian format, then location 2001 holds the value 

a) 0x77
b) 0x66
c) 0x22
d) 0x44

Answer: c) 0x22

Q8. A cache has hit rate of 90%, hit latency of 2 cycles and miss penalty of 20 cycles. The average memory access time is _____ cycles.

Answer: 4

Advanced Computer Architecture NPTEL week 0 Assignment Solutions

Q9. During an instruction fetch operation

a) Contents of MAR gets copied to PC.
b) Contents of PC gets copied to MDR.
c) Contents of MAR gets copied to IR.
d) Contents of PC gets copied to MAR.

Answer: d) Contents of PC gets copied to MAR.

Q10. Which all stages in a 5-stage RISC-MIPS instruction pipeline access the cache memory?

a) IF only
b) IF and ID
c) IF and MEM
d) MEM only

Answer: c) IF and MEM

Advanced Computer Architecture NPTEL week 0 Assignment Solutions

>> Next- Advanced Computer Architecture Week 1 Assignment Solutions


NPTEL answers: Problem solving through programming in C

Programming in Java NPTEL week 1 quiz answers

NPTEL – Python for Data Science assignment solutions

Nptel – Deep Learning assignment solutions

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

1 thought on “Advanced Computer Architecture | NPTEL 2022 | Week 0 Assignment Solutions”

Leave a Comment

Your email address will not be published. Required fields are marked *