Test1

Test1

University

7 Qs

quiz-placeholder

Similar activities

221 - Quiz11 jumps

221 - Quiz11 jumps

University

12 Qs

Review chapter 7,and 8

Review chapter 7,and 8

University

11 Qs

Organisasi dan Arsitektur Komputer

Organisasi dan Arsitektur Komputer

University

8 Qs

Arduino Kod Okur Yazarlığı 2

Arduino Kod Okur Yazarlığı 2

5th Grade - University

12 Qs

csharp

csharp

University

10 Qs

Loops

Loops

University

7 Qs

DEMP CS #10

DEMP CS #10

University

8 Qs

Computer Organization and Architecture

Computer Organization and Architecture

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