Pipelining in RISC V and MIPS

Pipelining in RISC V and MIPS

University

5 Qs

quiz-placeholder

Similar activities

Quiz 6

Quiz 6

University

10 Qs

SRM COA

SRM COA

University

10 Qs

DP-100 Day 2

DP-100 Day 2

University - Professional Development

10 Qs

CArch Q2

CArch Q2

University

10 Qs

DAA-UNIT-4 QUIZ

DAA-UNIT-4 QUIZ

University

10 Qs

Instruction Set Architecture

Instruction Set Architecture

University

10 Qs

ASD Unit 2

ASD Unit 2

University

10 Qs

ARM BASICS Module 1

ARM BASICS Module 1

University

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