The SDLC, CPU & Fetch-Execute Cycle

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

1/11

flashcard set

Earn XP

Description and Tags

Revision for Computer Science GEN Y12.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

CPU

CPU is the acronym for Central Processing Unit. It is responsible for executing instructions and processing data in a computer.

2
New cards

ALU

ALU is the Acronym for Arithmetic Logic Unit. It is responsible for performing arithmetic and logical operations within the CPU.

3
New cards

Clock Speed

The speed at which a CPU executes instructions and processes, measured in gigahertz (GHz). Higher clock speeds generally indicate better performance.

4
New cards

The Boot Process

The series of steps that a computer follows to start up and load the operating system, beginning when power is turned on. The steps are: POST, bootloader execution, loading operating system, final initialisation.

5
New cards

POST

Power-On Self-Test, a diagnostic process.

6
New cards

Bootloader Execution

The phase in the boot process where the bootloader is run to load the operating system into memory, typically after the POST.

7
New cards

Loading operating system

The step in the boot process where the operating system is loaded into the computer's memory, allowing it to take control of the system.

8
New cards

Final Initialisation

The last phase of the boot process where the operating system finalises its setup, ensuring all system components are ready for use.

9
New cards

Primary Memory

Data that is being stored for processes that are in action.

10
New cards

Secondary Memory

Memory that is being stored for everything, even while the computer is not running.

11
New cards

SOE

The acronym for Standard Operating Environment. This means that all hardware and software is standardised to a company’s needs.

12
New cards

Fetch-Execute Cycle

The cycle that the CPU uses to collect information, interrogate it, and execute a function based off this information.