basic operation cycle of a computer; the process by which a computer retrieves program instructions (fetch) from memory, determines what actions the instruction requires (decode), and carries out those actions (execute and optionally store).
2
New cards
CPU (Central Processing Unit)
Primary component of a computer that processes instructions; it runs the operating system and applications, constantly receiving input from the user or active software programs; it processes the data and produces output, which may be stored by an application or displayed on the screen.
3
New cards
ALU (Arithmetic Logic Unit)
An integrated circuit within a CPU that performs arithmetic and logic operations.
4
New cards
CU (Control Unit)
Part of the CPU that implements the microprocessor instruction set; it extracts instructions from memory and decodes and executes them, and sends the necessary signals to the ALU to perform the operation needed.
5
New cards
register
A small, very fast, temporary, memory storage location.
6
New cards
memory address register
A register on the CPU that either stores the memory address from which data will be fetched to the CPU or the address to which memory will be sent and stored.
7
New cards
memory data register
A register on the CPU that contains the data read from or to be stored in main memory.
8
New cards
primary memory
The primary memory of a computer is made up of the Read-Only Memory (ROM) and the Random Access Memory (RAM), CPU registers and Cache Memory. These are the memory or storage locations directly accessible to the processor.
9
New cards
secondary memory/storage
This is a non-volatile/persistent storage device used to store the operating system, applications and data in a computer system so that they are available the next time the system is started.
10
New cards
RAM (Random Access Memory)
Often referred to as Main Memory or simply Memory its the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor.
11
New cards
ROM (Read-Only Memory)
"Built-In" computer memory containing data that normally can only be read, not written to. It is accessed at start up and stores the Basic Input Output System (BIOS).
12
New cards
cache memory
Memory storage built on or very close to the CPU to allow super fast read/write access.
13
New cards
bus
A connection between two or more components of a computer system used for transporting binary information.
14
New cards
data bus
In a computer system it is used to transfer data to and from the CPU and Main Memory.
15
New cards
address bus
In a computer system this communicates the memory location to be read from/written to.
16
New cards
persistent storage (non-volatile)
A digital storage facility that doesn't lose its data after it loses its power supply e.g. magnetic hard disc, CD, DVD, Flash Memory
17
New cards
operating system
A collection of programs used to allow a computer system to be used. Consists of Input/Output (IO) control, File management, Software/hardware interface, Memory management, User interface, Scheduling, Program execution control and Security.
18
New cards
memory management
The process of controlling and coordinating computer memory, assigning portions called blocks to various running programs to optimize overall system performance.
19
New cards
Multitasking
allowing a user to perform more than one task at a time.
20
New cards
word processor
a computer program that provides special capabilities beyond that of a text editor such as the WordPad program that comes as part of Microsoft Windows operating systems.
21
New cards
Spreadsheet
a computer application that simulates a physical spreadsheet by capturing, displaying, and manipulating data arranged in rows and columns
22
New cards
database management system
a program that lets one or more computer users create and access data in a database
23
New cards
email
software which allows users to send and recieve electronic messages, attach files and forward on to others.
24
New cards
browser
an application program that provides a way to look at and interact with all the information on the World Wide Web
25
New cards
CAD (Computer-Aided Design)
software used by architects, engineers, drafters, artists, and others to create precision drawings or technical illustrations.
26
New cards
graphic processing software
software that allows the creation and manipulation of digital graphics e.g. photograph editing and manipulation
27
New cards
GUI
a graphical user interface to a computer. The design for common components such as toolbars, menus and dialogue boxes, are often provided by the operating system.
28
New cards
Toolbar
a horizontal row or vertical column of selectable image "buttons" that give the user a constantly visible reminder of and an easy way to select certain desktop or other application functions, such as saving or printing a document or moving pages forwards or backwards within a Web browser.
29
New cards
Menu
a set of options presented to the user of a computer application to help the user find information or execute a program function.
30
New cards
dialogue box
a small area on a screen, in which the user is prompted to provide information or select commands
31
New cards
Bit (binary digit)
the smallest unit of data in a computer (0 or 1).
32
New cards
Byte
a unit of data that is eight binary digits (bits) long; can represent a letter, number, or typographic symbol.
33
New cards
Binary
a numbering scheme in which there are only two possible values for each digit: 0 and 1.
34
New cards
denary/decimal
the base-10 number system, probably the most commonly used number system. (numbers 0-9)
35
New cards
hexadecimal
a base-16 number system.
36
New cards
data representation
the methods used internally to represent information stored in a computer.
37
New cards
Integers
a whole number that can be positive, negative, or zero.
38
New cards
Characters
a printable symbol having phonetic or pictographic meaning and usually forming part of a word of text, depicting a numeral, or expressing grammatical punctuation.
39
New cards
RGB
A way to digitally represent colours using binary numbers to represent varying levels of red (R), green (G) and blue (B) light. The more bits used for each, the more colours can be represented but taking up more storage.
40
New cards
Boolean operator
simple words (AND, OR, NOT, or AND NOT) used as conjunctions to combine or exclude keywords in a search, resulting in more focused and productive results
41
New cards
AND
the output is true when both inputs are true; otherwise the output is false.
42
New cards
OR
the output is true if either or both of the inputs are true; if both inputs are false then the output is false.
43
New cards
XOR
the output is true if either, but not both, of the inputs are true; the output is false if both inputs are false or if both inputs are true.
44
New cards
NOT
reverses the logic state.
45
New cards
NAND
operates as an AND gate followed by a NOT gate; the output is false if both inputs are true; otherwise the output is true.
46
New cards
NOR
operates as an OR gate followed by a NOT gate; output is true if both inputs are false; otherwise the output is false.
47
New cards
truth tables
a breakdown of a logic function by listing all possible values the function can attain.
48
New cards
logic gates
an elementary building block of a digital circuit.