3710 Ch 6 and 7

3710 Ch 6 and 7

University

7 Qs

quiz-placeholder

Similar activities

Microprocessor - Intel 8088 - Part 2

Microprocessor - Intel 8088 - Part 2

University

12 Qs

Logic and Shift Operations Quiz

Logic and Shift Operations Quiz

University

10 Qs

Python Basics

Python Basics

University

10 Qs

The CPU

The CPU

KG - University

11 Qs

Assignment for 06/07/2020

Assignment for 06/07/2020

University

10 Qs

Basic Computer Organisation

Basic Computer Organisation

University

9 Qs

Basics of Computers

Basics of Computers

University

10 Qs

Instruction Set Architecture

Instruction Set Architecture

University

10 Qs

3710 Ch 6 and 7

3710 Ch 6 and 7

Assessment

Quiz

Computers

University

Hard

Created by

Roland Howell

Used 13+ 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