Search Header Logo

PCLP2 Lab 06 Recap

Authored by Anonymous Anonymous

Computers

University

Used 2+ times

PCLP2 Lab 06 Recap
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"En Taro Adun" is a phrase used by

the Protoss, in Starcraft

the Tauren, in World of Warcraft

the Dothraki, in Game of Thrones

the Borgs, in Star Trek

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the effect of the following code sequence: "mul ebx"

The content of EBX is multiplied with the content in EAX

The content of EBX is multiplied with the content in ECX

The result is stored in EBX:EAX

The result is stored in EDX:EAX

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of the following code sequence: "var: dd 10, 11, 12, 13"

"var" is an array, containing the values 10, 11, 12, 13, each stored on 4 bytes

"var" is an array, containing the values 10, 11, 12, 13, each stored on 2 bytes

"var" is a variable with the value 10, stored on 4 bytes

"var" is a variable with the value 13, stored on 4 bytes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of the following code sequence: "array: resd 10; var: equ $-array"

var is equal to 40

var is equal to 10

var stores the address of "array"

var stores the last element of "array"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of the following code sequence: "mov eax, [array + ecx]"

eax = array[ecx];

eax = &array[ecx];

array[ecx] = eax;

array[0] = eax;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of the following code sequence: "mov [array], [array + ecx]"

Error

array[0] = array[ecx];

array[ecx] = array[0];

array = array[ecx];

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of the following code sequence: "mov [array], 0"

Error

array[0] = 0;

array = 0;

array[1] = 0;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?