Computer Systems fundamentals Flashcards

1
Q

What kind of memory do flash drives use?

A

EEPROM

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

What to do with DRAM to maintain it’s contents?

A

It constantly needs to be refreshed

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

What is cache memory in a computer made from?

A

SRAM

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

Which forms of memory is volatile?

A

SRAM and DRAM

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

What is volatile memory?

A

It’s memory in computer than needs power to keep data, it loses data when system is switched off. Temporary storage while programs run

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

Give 1 characteristic of SRAM

A

it does not need to be refreshed to maintain its content unlike DRAM

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

Which type of memory requires a battery to preserve its contents

A

CMOS

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

What is the main purpose of ROM

A

To provide the computer instructions at start up

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

On what amount of data that can be transferred in once cycle depend?

A

The width of a data bus

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

What is the word size of a CPU directly proportional to?

A

The width of the data bus

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

What is the data bus used for?

A

transfer data from one location to another

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

What determines the maximum amount of addressable memory?

A

The width of the address bus

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

What determines whether data is to be read or written?

A

The control bus

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

What does it imply if your CPU can use a 64-bit operating system?

A

The data bus has 64 channels

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

What is true if your address bus has 32 channels?

A

The maximum amount of addressable memory can be calculated as 2 to the power of 32

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

What is the control bus used for?

A

Provide interrupt requests, Provide timing signals

17
Q

What are polling and interrupts in computing?

A

Polling is a method where the CPU repeatedly checks the status of a device to see if it needs attention. It’s like continuously asking, “Are you ready yet?” Interrupts are signals sent by devices directly to the CPU, telling it to stop its current tasks and handle the urgent task. It’s like the device saying, “Stop and help me now!” Polling consumes more CPU time because it’s constantly checking, while interrupts are more efficient, allowing the CPU to perform other tasks until interrupted.

18
Q

What do you call a program that improves the efficiency of your computer system?

A

Utility

19
Q

What do you call a piece of software necessary for hardware to be compatible with the operating system?

A

Device driver

20
Q

What is the archive attribute used to do?

A

Mark a file requiring backing up

21
Q

When is the archive attribute reset?

A

After Full and Incremental backups

22
Q

What kind of operating system models are pre-emptive and co-operative?

A

Multitasking

23
Q

what is CMOS

A

CMOS is memory contained in the computer’s motherboard, powered by a battery, it stores BIOS settings such as system time and hardware configuration.

24
Q

What is EEPROM

A

(Electrically Erasable Programmable Read-Only Memory) is a type of non-volatile memory used in computers and other electronic devices to store small amounts of data that must be saved when power is removed.

an example is a flash drive

25
Q

Give 3 examples of utility programmes

A

Backup Software - Create copies of data so it can be restored in case of data loss.

Firewall - Monitor and control incoming and outgoing network traffic to help protect against unauthorized access.

Disk Cleaners - Remove unnecessary files to free up space on the hard drive.

26
Q

What method is used to provide virtual memory?

A

Paging

27
Q

Which component stores information about installed applications in Windows?

A

Registry

28
Q

Which layer of the operating system is responsible for the temporary storage of data and programs in current use?

A

Memory manager

29
Q

Which part of the operating system is always resident in memory?

A

Kernel

30
Q

What is a kernel in the context of an operating system?

A

The kernel is the core component of an operating system that manages the system’s operations and facilitates interactions between hardware and software components. It handles tasks like memory management, device management, and process scheduling.

31
Q

What is a spooler

A

A spooler is a program that manages the sending of print jobs to a printer or other output device. It queues these tasks, allowing the computer to continue other operations without waiting for the printing to complete.

32
Q
A