pahc 7

pahc 7

University

29 Qs

quiz-placeholder

Similar activities

GNIDOC ROUND 1

GNIDOC ROUND 1

University

25 Qs

CSDC_TEST

CSDC_TEST

KG - Professional Development

25 Qs

CODE BLOODED

CODE BLOODED

University

30 Qs

UAS Sistem Digital

UAS Sistem Digital

University

25 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

Quiz Arkom Pra UAS

Quiz Arkom Pra UAS

University

30 Qs

c programming

c programming

University

30 Qs

PHP Lesson 01 Quiz

PHP Lesson 01 Quiz

KG - University

27 Qs

pahc 7

pahc 7

Assessment

Quiz

Computers

University

Hard

Created by

Minh dbdb

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Intel 80186/80286 microprocessor has the following architecture:

[<$>] 4-bit

[<$>] 32-bit

[<$>] 16-bit

[<$>] 8- bit

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following computer lines is capable of processing floating point:

[<$>] 80386

[<$>] 80286

[<$>] 80186

[<$>] 80486

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the microarchitecture level, the PUSH instruction performs operations (note: ac (accumulator); sp (stack pointer); m (memory))

[<$>] sp:=sp-1; m[sp]:=ac

[<$>] m[ac]:=m[sp]; sp:=sp+1

[<$>] sp:=sp-1; m[sp]:=m[ac]

[<$>] ac:=m[sp]; sp:=sp+1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Intel 8008/8080 microprocessor has the following architecture:

[<$>] 4-bit

[<$>] 8-bit

[<$>] 16-bit

[<$>] 32-bit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the microarchitecture level, the LODL instruction performs operations (note: ac (accumulator); sp (stack pointer); m (memory); x (address value))

[<$>] ac:=m[sp+x]

[<$>] ac:=m[x]

[<$>] m[x]:=ac

[<$>] m[sp+x]:=ac

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the microarchitecture level, JPOS instructions perform operations (note: ac (accumulator); pc (program counter); x (address value))

[<$>] if ac=0 then pc:=x

[<$>] if ac <> 0 then pc:=x

[<$>] if ac < 0 then pc:=x

[<$>] if ac ≥ 0 then pc:=x

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the microarchitecture level, the SUBD instruction performs operations (note: ac (accumulator); sp (stack pointer); m (memory); x (address value))

[<$>] ac:=ac+m[sp+x]

[<$>] ac:=ac-m[sp+x]

[<$>] ac:=ac-m[x]

[<$>] ac:=ac+m[x]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?