MENG 2530_Week 4 Review

MENG 2530_Week 4 Review

University

9 Qs

quiz-placeholder

Similar activities

8051 instruction set, addressing modes-2

8051 instruction set, addressing modes-2

University

10 Qs

ICT in education

ICT in education

1st Grade - Professional Development

10 Qs

USA Softball Awards and Appeals

USA Softball Awards and Appeals

University

10 Qs

R3 Master Plan

R3 Master Plan

University

8 Qs

3x3 OLL PLL

3x3 OLL PLL

KG - Professional Development

8 Qs

ОЭ3211

ОЭ3211

University

10 Qs

Fuentes de tensión y corriente

Fuentes de tensión y corriente

University

13 Qs

Đầu tư tài chính - 2

Đầu tư tài chính - 2

University

10 Qs

MENG 2530_Week 4 Review

MENG 2530_Week 4 Review

Assessment

Quiz

Professional Development

University

Hard

Created by

Nilufar Poshtiban

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The GPR registers are used for storing data and memory addresses.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The GPR registers in ARM are ____ .

8 bit

16 bit

32 bit

Depends on uC

3.

OPEN ENDED QUESTION

1 min • 1 pt

Write instructions to store byte value 0x95 into memory location with address 0x40.

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

“LDR R6, [R3]” puts the result in ____________?

R6

R3

Address pointed by R3

Address pointed by R6

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does “STRB R1, [R2]” do?

It copies R2 into location pointed to by R1.

It copies the lower byte of R2 into location pointed to by R1.

It copies R1 into location pointed to by R2.

It copies the lower byte of R1 into location pointed to by R2.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value in "MOV R2, #value" is ___ bits wide.

32

16

8

any size

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the followings is(are) illegal?

MOV R2, #0x50000

MOV R3, #0x50

MOV R1, 255

MOV 123, 0x50

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is (are) illegal?

ADD R2, #20, R1

ADD R1, R1, R2

ADD R5, R16, R3

ADD R2, R1, #20

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A given ARM has 0x3FFF as the address of the last location of its on-chip ROM. What is the size of on-chip Flash for this ARM?

4K

8K

16K

32K