Quiz 09 MIPS

Quiz 09 MIPS

University

10 Qs

quiz-placeholder

Similar activities

Basic SQL

Basic SQL

University

5 Qs

Episode 12 DSA Thursdays Sorting Algo

Episode 12 DSA Thursdays Sorting Algo

University

15 Qs

08. Java Static

08. Java Static

University

13 Qs

Operaciones con Lenguajes

Operaciones con Lenguajes

University

10 Qs

listas y ciclos

listas y ciclos

University

6 Qs

Intro to ML: Neural Networks Lecture 2 Part 2

Intro to ML: Neural Networks Lecture 2 Part 2

University

6 Qs

PreQuiz_CSA

PreQuiz_CSA

University

10 Qs

Exercise Database IT 7

Exercise Database IT 7

University

14 Qs

Quiz 09 MIPS

Quiz 09 MIPS

Assessment

Quiz

Computers

University

Medium

Created by

Dinusha Premasiri

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Meaning of the given line is ...........

lw $t0, L1($0)

Load immediate value to t0

Load t0 to L1

Load L1 to t0

Load immediate value L1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Meaning of ".text" in a program is ..................

Text variable is kept here

Starting of the program memory

End of text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is bit wise AND ?

and $t2, $t0, $t1

bitand $t2, $t0, $t1

badn $t2, $t0, $t1

AND $t2, $t0, $t1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

End of the program denotes using .................

li $v0, 5

syscall

li $v0, 15

syscall

li $v0, 3

syscall

li $v0, 10

syscall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows how to add an immediate value to t0 ?

add $t0, $t0, 4

addi $t0, $t0, 4

addi $t1, $t0, 4

add $t1, $t0, 4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

bne $t1, $zero, loop denotes ..............

Branch to loop if t1 equal to zero

Branch to loop if t1 equal to t0

Branch to loop if t1 not equal to zero

Branch to loop if t0 not equal to zero

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Branch to then if t2 is greater than 0 ................

bgt $t0, $0, then

bgt $t2, $0, then

bls $t2, $0, then

bgt $0, $t2, then

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?