3710 Ch 6 and 7

3710 Ch 6 and 7

University

7 Qs

quiz-placeholder

Similar activities

CHP1: INTRODUCTION TO CAO

CHP1: INTRODUCTION TO CAO

University

10 Qs

Simple Quiz

Simple Quiz

University

10 Qs

C Programming Basics -  002

C Programming Basics - 002

University

10 Qs

Unit 3 CA-quizz

Unit 3 CA-quizz

University

10 Qs

Control Operations and Instruction Sets Quiz

Control Operations and Instruction Sets Quiz

University

10 Qs

BBA I sem

BBA I sem

University

10 Qs

CPU and Von Neumann Architecture Quiz

CPU and Von Neumann Architecture Quiz

8th Grade - University

10 Qs

Lukes really hard quiz

Lukes really hard quiz

University

10 Qs

3710 Ch 6 and 7

3710 Ch 6 and 7

Assessment

Quiz

Computers

University

Hard

Created by

Roland Howell

Used 14+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these jump instructions would be used for this unsigned comparison:
<=

jz

jle

jb

jbe

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the correct jump condition instruction to go in the blank?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CMP is the same as ____, but only updates flags

SUB

ADD

AND

TEST

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is in ax after the instructions run? (Include the 'h')

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is in ax after the instructions run? (Include the 'h')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which register is automatically one of the operands of a 32-bit MUL instruction?

eax

ebx

ecx

esp

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is not used to sign extend operands for IDIV?

CBW

CWQ

CWD

CDQ