Test1

Test1

University

7 Qs

quiz-placeholder

Similar activities

Exploring Addressing Modes

Exploring Addressing Modes

University

10 Qs

TRP System Arch

TRP System Arch

9th Grade - University

10 Qs

Quiz OSK 14

Quiz OSK 14

University

10 Qs

3.1 Computer Architecture Cambridge IGCSE 0478

3.1 Computer Architecture Cambridge IGCSE 0478

10th Grade - University

10 Qs

Loops

Loops

University

7 Qs

Concept of Cache Memory

Concept of Cache Memory

University

10 Qs

basic computer design

basic computer design

University

10 Qs

Computer Architecture

Computer Architecture

University

10 Qs

Test1

Test1

Assessment

Quiz

Computers

University

Hard

Created by

Adilkhan Khamza

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is f?

Register

WREG

Accumulator

label

2.

MULTIPLE SELECT QUESTION

10 sec • 2 pts

What is w?

Register

WREG

Accumulator

label

3.

MULTIPLE SELECT QUESTION

20 sec • 3 pts

MOV instruction is

Move to the specified label.

Move the contents of the default Working register WREG into the specified file register.

Move contetns of file register to the specified label.

Move the contents of the specified file register to the destination register

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Instruction GOTO

Go to register or accumulator

Go to address or label

Go to command or instruction

Go to register

5.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

Start ____ 05h

MOVWF PORTA

6.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

Start ...

goto ___

end movlw 0h

movwf PORTB

goto Start

7.

FILL IN THE BLANK QUESTION

1 min • 2 pts

Start movlw 05h

movwf PORTA

____ Start