Pipelining in RISC V and MIPS

Pipelining in RISC V and MIPS

University

5 Qs

quiz-placeholder

Similar activities

Session 7 | U

Session 7 | U

University

10 Qs

COMPUTER FUNDAMENTALS AND ORGANIZATION MCQ1

COMPUTER FUNDAMENTALS AND ORGANIZATION MCQ1

University

10 Qs

DAA-UNIT-4 QUIZ

DAA-UNIT-4 QUIZ

University

10 Qs

Quiz No. 2

Quiz No. 2

University

10 Qs

Introduction to Data Visualization

Introduction to Data Visualization

University

10 Qs

Analysis of Algorithms Quiz

Analysis of Algorithms Quiz

University

10 Qs

Quick CPU Quiz

Quick CPU Quiz

9th Grade - University

10 Qs

DP-100 Day 5_6

DP-100 Day 5_6

University - Professional Development

10 Qs

Pipelining in RISC V and MIPS

Pipelining in RISC V and MIPS

Assessment

Quiz

Computers

University

Hard

Created by

Hugo Delgado-Martí

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Technique for implementing parallelism that is transparent to the programmer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How often do instructions exit (instructions per time)

Throughput

Latency

CPI

Clock Okey

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Registers that ensure there is no overlap and have the name of the stages they connect

Instruction Registers

Memory Registers

Pipeline Registers

ALUout

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most advanced method of branch prediction

Predicted Taken

Predicted not Taken

1-Bit Dynamic branch prediction

2-Bit Dynamic branch prediction

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Most common data hazard

RAW

WAR

WAW

Structural