Unit 5 - Assembly Language

Unit 5 - Assembly Language

12th Grade

20 Qs

quiz-placeholder

Similar activities

Assembly

Assembly

12th Grade

17 Qs

Quiz on Programming Languages (IGCSE Computer Science)

Quiz on Programming Languages (IGCSE Computer Science)

12th Grade

20 Qs

Code Fiesta

Code Fiesta

9th Grade - University

20 Qs

1.2.2 Application Generation

1.2.2 Application Generation

12th Grade - University

20 Qs

iGCSE Computer Science: Programming Languages

iGCSE Computer Science: Programming Languages

9th - 12th Grade

20 Qs

SC025 - Topic 1 (Introduction to Programming

SC025 - Topic 1 (Introduction to Programming

KG - 12th Grade

20 Qs

Different Kinds of Code (Machine, assembly, compiled, scripting)

Different Kinds of Code (Machine, assembly, compiled, scripting)

12th Grade

17 Qs

CS Foundations-Intro to programming

CS Foundations-Intro to programming

7th Grade - University

20 Qs

Unit 5 - Assembly Language

Unit 5 - Assembly Language

Assessment

Quiz

Computers

12th Grade

Hard

Created by

R Woodruff

Used 62+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Low-level code using mnemonics converted by an assembler

Assembly Language

High Level Language

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Low-level code using mnemonics converted by an assembler

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all correct statements about assembly language

It is more complex for humans to understand than high level language

It is slower for computers to process than machine code

It is simpler for humans to understand than high level language

It is faster for computers to process than machine code

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the correct description of the assembly language code below:

LDR R1, 300

Load contents of memory location 300 into register 1

Load contents of register 1 into memory location 300

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the correct description of the assembly language code below:

MOV R2, R1

Copy contents of register 1 into register 2

Copy contents of register 2 into register 1

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the correct description of the assembly language code below:

SUB R3, R2, #5

Subtract the value 5 from register 2 and store the result in register 3

Subtract the value 5 from register 3 and store the result in register 2

Subtract the value stored in register 2 from the value 5 and store the result in register 3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of addressing is being used by the code statement below?

ADD R2, R1, #200

Immediate

Direct

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?

Discover more resources for Computers