Kartlar: 3 - Computer Systems (Leaving Cert)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:25 AM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Computer system

Combination of hardware (physical parts of the computer), software (programs or apps), data, and a user (human).

2
New cards

Computer architecture

How parts of a computer are physically and logically connected.

3
New cards

von Neumann architecture

A computer architecture designed by a computer scientist in 1945. It consists of four main components: a central processing unit (CPU), memory, a bus, and input/output devices.

4
New cards

Central Processing Unit (CPU)

Carries out computations on data by following instructions, resulting in an output. It contains the control unit, the arithmetic/logic unit (ALU), and registers.

5
New cards

ALU

Where arithmetic and logical processing takes place. It receives instructions and data from memory and operates on the data according to the instructions.

6
New cards

Registers

Temporary storage locations (memory) that the CPU can access quickly when carrying out operations on data.

7
New cards

Memory

Where data, instructions (programs), and results are stored. Modern computers use RAM (Random Access Memory) as internal memory for temporary storage of data and instructions being executed by the CPU.

8
New cards

RAM (Random Access Memory)

Volatile memory that holds data and instructions for the currently executing program but loses its contents when the computer loses power.

9
New cards

ROM (Read Only Memory)

Non-volatile memory that retains its contents even when the computer is powered off, and is typically used for storing important system information such as the computer's BIOS.

10
New cards

BIOS

Basic Input Output System, an example of non-volatile memory used to store the start up instructions of a computer.

11
New cards

Fetch-Decode-Execute Cycle

The process in which the CPU repeatedly gets the next instruction from memory, decodes it to reveal an instruction, runs the instruction, and sends the result back to memory if needed. This cycle happens millions of times per second on modern computers.

12
New cards

Clock

The timing source that controls the operations of the CPU. It generates a continuous stream of electrical pulses at a stable frequency, which are used to synchronize the operations of different circuits in the computer system.

13
New cards

Main factors which determine the speed of a computer

Clock speed, amount of main memory, number of cores, and cache size