"En Taro Adun" is a phrase used by

PCLP2 Lab 06 Recap

Quiz
•
Computers
•
University
•
Hard

Anonymous Anonymous
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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;
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the effect of the following code sequence: "lea eax, [array + ecx]"
eax = array[ecx];
eax = &array[ecx];
array[ecx] = eax;
array[0] = eax;
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of EDX after the following code sequence: "mov dh, FFh"
0xFF00
0xFF
The code doesn't change EDX
Error
0xFF0000
Similar Resources on Quizizz
10 questions
FCPC - COMPORG - MAct2

Quiz
•
University
10 questions
java script

Quiz
•
University
10 questions
ESTOU POR DENTRO DO ASSUNTO? Linguagem PHP

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
Weekly Contest #3 - TechXNinjas

Quiz
•
University
14 questions
Array output

Quiz
•
University
10 questions
8.2 Arrays Cambridge IGCSE 0478

Quiz
•
10th Grade - University
10 questions
Godot проверка 1

Quiz
•
7th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade