computer systems exam questions Flashcards

1
Q

State two advantages of using cloud storage instead of local storage

A
  • enables user to access their data from more places/devices;
  • enables user to more easily share data with others (can make parts of their
    cloud storage publicly available) // To allow sharing of files;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

State two reasons why computers have more RAM than cache memory.

A
  • RAM is cheaper (per byte);
  • Typically, the capacity of cache memory is not enough to store both data and
    programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Many new computers use solid-state storage for secondary storage rather than
magnetic storage.
Explain why solid-state storage is not fitted to every new computer

A

SSDs are (relatively) expensive // have higher cost per (giga)byte;
SSDs (typically) have lower capacity (than magnetic hard drives);

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

what is the ASCII/ unicode value for “a”?

A

97

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

what is the ASCII/ unicode value for “z”?

A

122

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

what is the ASCII/ unicode value for “A”?

A

65

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

what is the ASCII/ unicode value for “Z”?

A

90

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

what is sample resolution

A

the number of bits per sample

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

State two issues with only using usernames and passwords in an authentication
system.

A
  • (weak) passwords are easily cracked
  • it is difficult to verify the actual identity of the person logging in
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe one security measure that could be used, in addition to a password, to
make sure that a user is who they are claiming to be.

A

Biometrics;
(to be authenticated) reference data is compared to the individual’s (unique)
biometric data;

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

State two reasons why data are compressed

A
  • to reduce file size
    to make it faster to transmit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the role of the clock in the CPU

A

Regulates the timing and speed of the operations and send out a regular electronic pulse

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

Describe the roles of the control unit in the CPU

A

coordinates the actions of the CPU, decodes instructions, sends control signals

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

Describe the role of the register in the CPU

A

holds the data used when the executing an instruction

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

Define software

A

Programs executed by the hardware

17
Q

Define system software

A

Controls or manages the computer

18
Q

Define application software

A

Used for end user tasks

19
Q

Explain the role of main memory in the execute stage of the fetch execute cycle

A

Data required by the instruction may be fetched from the main memory, result of instruction may be stored in the main memory

20
Q

Describe fetch stage

A

The next instruction is fetched from the memory to the CPU

21
Q

Describe the decode stage

A

the instruction is decoded

22
Q

State one advantage of writing programs in assembly language instead of high level language

A

Programs written in assembly language interact directly with the hardware

23
Q

How does a program translate? (1)

A

A compiler translate all the original program code before execution