C1. Computer Basics

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

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.

32 Terms

1
New cards

Personal Computer

A machine that is used to create documents, send email, and explore the world wide web.

2
New cards

Desktop Computer

A computer that is small enough to fit on a desk.

3
New cards

Supercomputers

A computer that is large enough to fill entire rooms and can perform quadrillions of calculations per second.

4
New cards

Computer

A device that receives, stores, and processes information.

5
New cards

Hardware

The physical components of the computer, such as the monitor.

6
New cards

Software

The programs that execute on the computer, carrying out tasks such as word processing or accessing the web.

7
New cards

Von Neumann Architecture

Identifies three essential components that work together to function as a computer.

  • Named after John von Neumann in the early 1950s

    • Include: Memory, CPU, and Input/Output.

8
New cards

Input/Output devices

Allow users to communicate with the computer by entering commands and then viewing the results.

9
New cards

Memory

Stores information for the computer to process.

10
New cards

Programs

Instructions specifying the steps necessary to complete specific tasks.

11
New cards

Central Processing Unit (CPU)

Carries out programmatic steps in order to process data.

12
New cards

Stored-program computers

Can initiate different tasks by retrieving different programs from memory.

  • Computers that use the Von Neumann arch are called this.

13
New cards

Digital devices

They store and process information as binary digits, or bits.

14
New cards

Bits

A unit of data that corresponds to one of two potential values, which we may think of as 0 and 1.

  • Also known as binary digits

15
New cards

Byte

A collection of 8 bits

16
New cards

Kilobyte (KB)

1,024 Bytes

  • A thousand

17
New cards

Megabytes (MB)

1,048,576 bytes

  • A million

18
New cards

Gigabyte (GB)

1,073,741,824 bytes

  • a billion

19
New cards

Terabyte (TB)

1,099,511,627,776 bytes

  • a trillion bytes

20
New cards

Cache memory

Usually built into the CPU chip itself, utilizes high-speed circuitry to provide extremely fast access to data.

  • A memory technology

21
New cards

RAM memory

Stands for Random Access Memory

  • Packaged on separate chips, communicates with the CPU using lower-speed circuitry.

    • Data stored cannot be accessed as quickly

22
New cards

Main memory

Cache and RAM together form this, which is holding all the data that the CPU is actively using.

23
New cards

Volatile

Meaning that it requires a constant flow of electricity to maintain its stored values

24
New cards

Hard drive

A metal disk that stores bits as magnetized and non-magnetized spots.

  • The disk rotates under a sensor, which detects the spots and interprets them as bits.

25
New cards

Solid-state drive (SSD)

Stores data as electrical charges in a series of memory cells made up of non-volatile electronic circuitry.

26
New cards

CD (compact disk)

A plastic and aluminum disk that stores up to 700MB of data as patterns on its reflective surface.

27
New cards

Flash drive

They utilize the same technology as solid-state drives, and can store massive amounts of data and provide fast access.

28
New cards

Input devices

Allow the computer to receive data and instructions from an external source, such as a person entering commands at a keyboard.

  • Examples:

    • Keyboards

    • Microphones

    • Scanners

29
New cards

Output devices

allow the computer to display or broadcast its results.

  • Examples:

    • Monitors

    • Printers

    • Speakers

30
New cards

Operating system

A collection of programs that controls how the CPU, memory, and IO devices work together to execute programs.

31
New cards

Kernel

Manages the CPU’s operation, controlling how data and instructions are loaded from memory and accessed by the CPU.

32
New cards

Graphical User Interface (GUI)

Uses intuitive, visual elements to simplify the process of viewing files and executing programs.