• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back
Arithmetic logic unit - a component of the CPU that performs calculating functions such as addition and subtraction.
ALU
A family of low-level programming languages.
Assembly Language
A number system that contains two digits, 0 and 1. Also known as base 2.
Binary
The smallest unit of data in computing represented by a 1 in binary.

Bit

Translator software that translates high level programming code into machine code.
Compiler

The component of the CPU that manages instructions.


Control Unit

Central processing unit - the brains of the computer that processes program instructions. Also called a microprocessor.

CPU

To run a computer program


Execute

A number system using 16 characters from 0-9 and A-F, also known as base 16 and hex.

Hexadecimal

A single action that can be performed by a computer processor.

Instruction

A program that translates high level programming languages into machine code. Programs can either be interpreted or compiled.

Interpreter

Also called object-code, this is low-level code that represents how computer hardware and CPUs understand instructions. It is represented by binary numbers.

Machine Code

Operation code (also called an operator). Specifies instructions that can executed by a CPU in machine code, eg in an instruction like "move the value 3 to the memory address X", the opcode is copy.



Opcode
Data that is manipulated by opcodes in a CPU machine code instruction set, eg in an instruction like "move the value 3 to the memory address X", the operand is the value 3.
Operand
A piece of hardware that connects to a computer, eg a mouse, keyboard, printer or scanner.
Peripheral
Sequences of instructions for a computer
Program

A register within the CPU that records the current instruction being executed.


Program Counter

The section of high speed memory within the CPU that stores data to be processed.
Register

The written code that creates a computer program.


Source Code
An application that displays web pages.
Web Browser