Test1

Test1

University

7 Qs

quiz-placeholder

Similar activities

Organisasi dan Arsitektur Komputer

Organisasi dan Arsitektur Komputer

University

8 Qs

DAA Quiz2

DAA Quiz2

University

10 Qs

Arsitektur Komputer

Arsitektur Komputer

University

10 Qs

Computer Science Key Terms

Computer Science Key Terms

9th Grade - University

10 Qs

c Programming

c Programming

University

9 Qs

Study of 8051

Study of 8051

University

10 Qs

UTS - Arsitektur Komputer

UTS - Arsitektur Komputer

University

11 Qs

221 - Quiz11 jumps

221 - Quiz11 jumps

University

12 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