N5 Computer Systems

5.0(1)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Name the 3 components of the processor?

Arithmetic Logic Unit, Control Unit, Registers.

2
New cards

Which part of the processor carries out calculations?

Arithmetic Logic Unit

3
New cards

Which part of the processor temporarily stores data that is being processed?

Registers

4
New cards

Which part of the processor sends out signals that fetch instructions from the main memory?

Control Unit

5
New cards

Which part of the memory holds the boot strap loader

Read Only Memory (ROM)

6
New cards

Which part of the main memory stores data temporarily?

RAM

7
New cards

How is each memory location indetified in the main memory

A unquie address

8
New cards

Describe the purpose of the address bus

The address bus is used to transfer which memory location is to be used to read data from or to write data to

9
New cards

What language does the computer understand?

Low level language

10
New cards

What is high level language?

Computer language that humans can understand

11
New cards

Which translator will translate a line at a time?

An interpreter

12
New cards

Which translator will translate the whole code at once.

A compiler

13
New cards

Describe one advantage of an interpreter

It translates lines of code one at a time, making it easier to identify errors and edit.

14
New cards

Describe one advantage of a compiler

It translated the whole code, making it much quicker.

15
New cards

Identify the type of translator that reports errors at the end of the translation?

A Compiler

16
New cards

Indentify the type of translator that needs to be present in memory each time the program is executed?

An Interpreter