Factors Affecting CPU Performance and Related Concepts

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

1/18

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to computer performance, CPU characteristics, memory management, software types, and data storage.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Clock Speed

The number of fetch-decode-execute cycles a CPU can perform per second; higher speeds result in a faster CPU.

2
New cards

Processor Cores

The individual processing units within a CPU; more cores lead to better CPU performance.

3
New cards

Cache Memory

A temporary storage area that holds frequently used data and instructions for quick access by the CPU.

4
New cards

Virtual Memory

An extension of RAM that temporarily uses secondary storage to manage overflow when RAM becomes full.

5
New cards

Solid State Drive (SSD)

A type of storage device that uses flash memory, which is faster and more robust than traditional hard drives.

6
New cards

HDD (Hard Disk Drive)

A traditional storage device that uses spinning disks to read/write data, typically slower than SSDs.

7
New cards

Operating System

The most important software that manages computer hardware and software resources and provides common services for computer programs.

8
New cards

Memory Management

The OS function that handles the allocation and deallocation of memory space as needed by programs.

9
New cards

Bus

A communication system that transfers data between components of a computer, including data, address, and control buses.

10
New cards

Cache Levels

Different types of cache memory; Level 1 is the fastest, Level 2 is slower, and Level 3 is the largest.

11
New cards

Embedded System

A computer system that is part of a larger device and designed to perform specific tasks.

12
New cards

Computer Architecture

The structure and organization of a computer's components, often described by the Von Neumann model.

13
New cards

Input/Output (I/O) Devices

Hardware components that allow communication between the computer and the outside world.

14
New cards

Software Utility

System software designed to help manage, maintain, or protect computer systems.

15
New cards

Simulation

The imitation of a process or system to study its behavior under various conditions.

16
New cards

Anti-Malware

Software designed to detect and eliminate malicious software from a computer.

17
New cards

Cloud Storage

A service that allows users to store data on remote servers accessed via the internet.

18
New cards

Registers

Small, fast storage locations within the CPU used to hold temporary data and instructions.

19
New cards

Process Management

The function of the OS that manages the execution of processes, allocating CPU time to each.