Past Paper 2018 Flashcards

1
Q

What is the function of the user interface?

A

Acts as the intermediary between the user and the kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the interrupt mechanism do?

A

Stops the fetch/execute cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of storage device is a hard disk?

A

Magnetic storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What will make your computer function faster?

A

Replace programs with up-to-date ones, Additional processor, Defragment the Hard Drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Each memory location has…

A

An address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does ISP stand for?

A

Internet Service Provider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of memory stores the bootstrap programme?

A

ROM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The user interface acts as an intermediary between…

A

The user and the Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When does Bootstrapping happen?

A

When you start up your computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the goals of the scheduling algorithm?

A

To maximises the throughput of the CPU, to make efficient use of processor time, to make efficient use resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Interrupts are given a priority level according to…

A

The order they are received

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If a hard drive is defragmented, how does this allow a computer to run faster?

A

Makes files contiguous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the units called that a program can be divided into?

A

Procedural units

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an object in the context of programming?

A

A program unit containing data and procedures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Types of translator

A

Compiler, Interpreter, Assemblers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the 3 components of the CPU?

A

Controller, ALU, Registers

17
Q

The primary key is….

A

The unique field used to identify a record

18
Q

What does implementation mean in computing?

A

Turning an algorithm into a computer program

19
Q

Excel is an example of a…

A

Flat database

20
Q

Types of external memory

A

External hard drives, Flash drives, CDs, Cloud Servers

21
Q

Machine clock

A

An electronic device that produces a pulse of electricity at regular intervals to synchronise the computer system

22
Q

The Database Management System (DBMS)….

A

Allows data to be amended and controlled

23
Q

What’s the difference between software and hardware?

A

Software is a part of a computer system that consists of data. Hardware is physical from which the system is built.

24
Q

Binary code is also called _____ which is also known as _____ generation

A

machine code, first

25
Q

What’s the difference between an Interpreter and a Compiler?

A

An interpreter translates one line at a time and gives accurate error messages where the error occurs. It’s easier to spot/edit mistakes. A compiler compiles the whole code in one go so it’s faster. It’s harder to spot/edit mistakes.

26
Q

What is encryption?

A

The secure transfer for data/files between parties.