recap 12 miscellaneous H446 computer science

recap 12 miscellaneous H446 computer science

12th Grade

17 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

9th - 12th Grade

17 Qs

O Level Computer Science

O Level Computer Science

9th - 12th Grade

20 Qs

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

11th Grade - University

14 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Instructions & Programs

Instructions & Programs

9th - 12th Grade

22 Qs

History of Computing

History of Computing

7th - 12th Grade

15 Qs

Unit 4 - Translators

Unit 4 - Translators

12th Grade

16 Qs

Types of Software

Types of Software

4th - 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?