Pipelining in RISC V and MIPS

Pipelining in RISC V and MIPS

University

5 Qs

quiz-placeholder

Similar activities

Multimedia-Unit-I

Multimedia-Unit-I

University

10 Qs

SAP - Prefinal Quiz

SAP - Prefinal Quiz

University

10 Qs

Azure - Modern Data Warehousing

Azure - Modern Data Warehousing

University

10 Qs

Von Neumann Architecture

Von Neumann Architecture

8th Grade - University

10 Qs

OCR A-Level CS 1.1.1d

OCR A-Level CS 1.1.1d

University

7 Qs

Service Analytics Warm Up

Service Analytics Warm Up

University

10 Qs

HPC -I

HPC -I

University

10 Qs

Q1 - DM

Q1 - DM

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