Untitled Flashcards Set

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

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.

23 Terms

1
New cards

What is the 'brains' of the computer called?

Central Processing Unit (CPU)

2
New cards

What are the main components of a CPU?

Control Unit (CU), Arithmetic Logic Unit (ALU), Registers.

3
New cards

Give three examples of registers.

IR (Instruction Register), PC (Program Counter), ACC (Accumulator).

4
New cards

How is processing speed measured?

In cycles per second (Hz), commonly expressed in gigahertz (GHz).

5
New cards

What is the base unit of storage space?

A bit; 8 bits make up one byte.

6
New cards

What is RAM?

Random Access Memory; temporary storage for data and instructions for currently running programs.

7
New cards

Explain the fetch-decode-execute cycle.

Instructions are fetched from RAM, decoded by the CPU, and then executed.

8
New cards

Give three examples of features of modern CPUs.

Multiple Cores, Cache, Turbo Boost.

9
New cards

What does a GPU do?

A Graphics Processing Unit renders 3D graphics and performs mathematical operations.

10
New cards

What is a bus?

A data highway connecting computer components; bus width affects data transfer speed.

11
New cards

Give two examples of types of disk-based storage.

Hard Disk Drive (HDD) and Blu-ray, DVD, CD.

12
New cards

What are the two main types of storage drives?

Solid-state drives (SSDs) and Hard disk drives (HDDs).

13
New cards

What are the different types of flash memory technology?

SLC, MLC, TLC, and QLC flash memory.

14
New cards

Give two examples of techniques used to extend the lifespan of flash memory.

Provisioning and Wear levelling.

15
New cards

Give three examples of types of flash-based storage.

USB 'thumb' drive, SSD, and SSHD.

16
New cards

How are display monitor sizes measured?

Measured diagonally in inches.

17
New cards

What does display resolution refer to?

Dimensions of the display, reported as '(number of pixels wide) x (number of pixels tall)'.

18
New cards

What are the two main types of panel technology used in displays?

Twisted Nematic (TN) and In Plane Switching (IPS).

19
New cards

Give an example of an input device, an example of an output device and an example of a hybrid device.

Input: Keyboard; Output: Monitor; Hybrid: Touchscreen.

20
New cards

What are the two main types of built-in touchscreens?

Resistive and Capacitive touchscreens.

21
New cards

What is an embedded system?

A computer that performs a limited range of functions as part of a larger system.

22
New cards

Give five examples of embedded systems.

Robots, Cars, Aircraft, Digital watches, Fitness trackers.

23
New cards

What are file allocation units?

Storage organized into units that cannot be divided, typically 4 KB in size.