recap 12 miscellaneous H446 computer science

recap 12 miscellaneous H446 computer science

12th Grade

17 Qs

quiz-placeholder

Similar activities

Language translator

Language translator

12th Grade

19 Qs

Instructions & Programs

Instructions & Programs

9th - 12th Grade

22 Qs

Computer Language Quiz

Computer Language Quiz

9th Grade - University

16 Qs

Assignment 1 - Introduction to C

Assignment 1 - Introduction to C

9th Grade - University

20 Qs

Quiz on Programming Languages (IGCSE Computer Science)

Quiz on Programming Languages (IGCSE Computer Science)

12th Grade

20 Qs

Translators and Computing Languages: GCSE 9-1

Translators and Computing Languages: GCSE 9-1

9th Grade - University

20 Qs

Assembly

Assembly

12th Grade

17 Qs

CodeU3 RevQz

CodeU3 RevQz

10th - 12th Grade

15 Qs

recap 12 miscellaneous H446 computer science

recap 12 miscellaneous H446 computer science

Assessment

Quiz

Computers

12th Grade

Hard

Created by

David Price

Used 17+ times

FREE Resource

17 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Intel's Pentium chip uses

____________ to execute as many as six instructions simultaneously.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Using pipelinlng, the computer architecture allows the next instructions to be fetched at the same time as

the processor is performing arithmetic or logic operations, holding them in a ___________ close to the processor

until the instruction can be performed.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

what's the relationship between the word size/length for a CPU and the width of the data bus?

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

A data bus has 65536 different binary values. How many ASCII characters can be transmitted at once?

Answer explanation

65536 is 2 to power 16. That means the data bus is 16 wide. ASCII needs 7 bits (8 for extended ASCII).

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In round robin scheduling, processes are despatched on a first in first out (FIFO) basis, with each process

in turn being given a limited amount of CPU time called a ____ _____ or quantum. If the process does not

complete before its time expires. or before a higher priority interrupt occurs, the despatcher gives the

CPU to the next process.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which processor scheduling algorithm separate processes into categories based on their need for the processor?

Answer explanation

The algorithm implements several job queues and jobs can move between queues, depending on how much processor time they use. Since input/output (110) is so much slower than processor speed, it is efficient to try and keep the 110 devices as continuously busy as possible, so that a bottleneck does not

occur when several programs simultaneously need to send data to the printer, for example. While one job is printing, other jobs can use the processor. The aim is to maximise processor use.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A _______ ___________ can be defined as any instance where software is used to take on the function of the machine, including executing intermediate code or running an operating system within another to emulate

different hardware.

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?