Computing Key Glossaries

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

1/32

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Storage Devices

Store memories, such as Hard Drive.

2
New cards

RAM

Random Access Memory - short term memory

3
New cards

ROM

Read Only Memory - Permanent memory that can’t be changed.

4
New cards

CPU

Central Processing Unit - takes input and returns output after processing info given.

5
New cards

Output Devices

Devices which output info, e.g. Monitor

6
New cards

Input Devices

Devices that provides input, e.g. keyboard

7
New cards

Software

The programs and other operating information used by a computer. 

8
New cards

Hardware

Physical elements that make up a computer or electronic system.

9
New cards

Operating System Software (OS)

An operating system is initially loaded into the computer by a boot program and manages all of the other application programs in a computer.

10
New cards

Application Software (App)

Application software is a type of computer program that performs a specific personal, educational, and business function.

11
New cards

Modem

A modem, which stands for "modulator-demodulator," is a device connecting your home to your internet service provider (ISP) through a physical connection.

12
New cards

Sound Card

A device which can be slotted into a computer to allow the use of audio components for multimedia applications. 

13
New cards

Video Card

A printed circuit board controlling output to a display screen. 

14
New cards

Motherboard

A motherboard is the main printed circuit board (PCB) in a computer.

15
New cards

ALU (Arithmetic Logical Unit)

Mathematical Calculation Unit.

16
New cards

Control Unit

Co – ordinate the activity of the CPU, decoding instructions from RAM and sends control signals to control data around the CPU.

17
New cards

Cache

Provides temporary storage that the CPU can access very quickly.

18
New cards

Clock

The CPU is constantly fetching and executing instructions and the speed it does this is determined by an electronic clock. Each tick of the clock represents one step in the FDE cycle.  

19
New cards

Registers

Registers are memory locatiosn within the CPU taht hold data temporarily and can be accessed very quickly.

20
New cards

The Von Neumann Architecture

The Von Neumann architecture consists of a single, shared memory for programs and data, a single bus for memory access, an arithmetic unit, and a program control unit.

21
New cards

Buses

  • Address Bus - carries memory addresses for locations to be read from or written to

  • Data bus - carries data between CPU and memory

  • Control bus - carries control signals around the CPU and memory. 

22
New cards

Program Counter (PC)

Holds the location in the next instruction/data address in Main Memory.

23
New cards

Increment

  • a. one of a series of regular consecutive additions.

  • b. a minute increase in quantity.

  • c. something gained or added.

24
New cards

Memorry Address Register (MAR)

The contents of the PC are copied here and are used as the location of the instruction in memory and then transferred along the Address Bus. 

25
New cards

Memory Data Register (MDR)

Once Data/Instructions are brought from the Memory Address in Main Memory – they are placed in the MDR.  

26
New cards

Current Instruction Register (CIR)

The instructions stored in the MDR are copied here. 

27
New cards

Accumulation (ACC)

Results of the calculations made by the ALU are placed into the accumulator. 

28
New cards

Syntax

Rules and Language of coding.

29
New cards

IPO Cycle

Input, Processing, Output.

30
New cards

GUI

Graphical User Interface - Users interact with electronic devices via visual indicator representations. 

31
New cards

Command Line Interface (CLI)

A command line interface (CLI) is a software mechanism you use to interact with your operating system using your keyboard which came out in the mid1960s 

32
New cards

Fetch - Execute Cycle

The Fetch – Execute Cycle is a process used by a computer's central processing unit (CPU) to run instructions. Each cycle retrieves an instruction from memory (fetch), translates it into a series of commands (decode), and then performs the required action (execute). 

33
New cards

Program Counter (PC)

Holds the location in the next instruction/data address in Main Memory. The PC keeps track of the memory location (address) for the next instruction.