Advanced Computer Architecture | NPTEL 2022 | Week 1 Assignment Solutions

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

Course layout

Answers COMING SOON! Kindly Wait!

Week 0: Assignment answers
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 1 Assignment Solution” contains 10 questions.

Now, start attempting the quiz.

Advanced Computer Architecture NPTEL 2022 Week 1 Assignment Solutions

Q1. Which one of the following MIPS pipeline stages calculates effective address (EA) for a STORE instruction?

a) Instruction Fetch
b) Instruction Decode
c) Execute
d) Memory Access

Answer: c) Execute

Q2. Which of the following statements is FALSE with respect to fetching operations?

a) Contents of MAR are transferred to the address bus.
b) Contents of MDR are transferred to IR.
c) Instruction is transferred from the memory to the PC.
d) Contents of PC are transferred to MAR.

Answer: c) Instruction is transferred from the memory to the PC.

Q3. Which one of the following is not a SPEC 2006 floating-point benchmark?

a) wrf
b) astar
c) soplex
d) namd

Answer: b) astar

Q4. An instruction pipeline was designed with five stages. Individually each stage will take 2.9 ns, 2.7 ns, 4.3 ns, 3.1 ns, and 3.2 ns, respectively. The pipeline latch latency is 0.3 ns. What is the minimum cycle time of the pipeline?

a) 16.2 ns
b) 4.3 ns
c) 4.6 ns
d) 16.5 ns

Answer: c) 4.6 ns

Q5. Which one of the following Special purpose register holds the operation code of the currently executing instruction?

a) Stack Pointer
b) Program Counter
c) Base Register
d) Instruction Register

Answer: d) Instruction Register

Advanced Computer Architecture NPTEL week 1 Assignment Solutions

Q6. The 8-bit hexadecimal values 0x08, 0x07, 0x06, and 0x05 are stored in memory addresses 5000, 5001, 5002, and 5003, respectively. A processor that follows a little-endian format reads a 32-bit word from the memory location 5000. What is the value that is read by the processor?

a) 0x05060708
b) 0x08080808
c) 0x08070605
d) 0x05050505

Answer: a) 0x05060708

Q7. Which one of the following is also known as Load-Store architecture?

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

Answer: b) Register-Register Architecture

Advanced Computer Architecture NPTEL week 1 Assignment Solutions

Q8. A 32:232 decoder is connected to the memory address bus of a processor. Assume word length is 1 byte. What can be the capacity of the memory to which the decoder is connected?

a) 32 KB
b) 4 MB
c) 64 KB
d) 4 GB

Answer: d) 4 GB

Advanced Computer Architecture NPTEL week 1 Assignment Solutions

Q9. Which one of the following statements is FALSE with respect to the instruction pipeline?

a) Pipelining can increase the throughput of a system.
b) Pipelining partitions the system into multiple independent stages with buffers placed between the stages
c) Pipelining reduces the latency of each individual instruction.
d) Unbalanced lengths of pipeline stages reduces overall speedup.

Answer: c) Pipelining reduces the latency of each individual instruction.

Q10. A new multimedia unit (MU) that is added to a processor speeds up the completion of multimedia instructions given to the processor by 5 times. Assuming a program has 30% multimedia instructions, what is the overall speedup gained while running the program when it is executed on the processor with the new MU than when it is run on the processor without this MU?

Answer: 1.310,1.320

Advanced Computer Architecture NPTEL week 1 Assignment Solutions

<< Prev- Advanced Computer Architecture Week 0 Assignment Solutions

>> Next- Advanced Computer Architecture Week 2 Assignment Solutions


DISCLAIMER: Use these answers only for the reference purpose. Quizermania doesn't claim these answers to be 100% correct. So, make sure you submit your assignments on the basis of your knowledge.

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 1 Assignment Solutions”

Leave a Comment

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