• 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/11

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;

11 Cards in this Set

  • Front
  • Back
Cable
Wire or glass fiber used to connect computers over a network.
Compiler
A program that translates a source program into machine code that can be converted into an executable program.
Fiber Optic
Cabling used for networking that uses fine strands of glass.
Hacking
Obtaining unauthorized access to protected resources.
Integrated Development Environment (IDE)
A programming tool that gives programmers a single
environment for building programs rather than using individual editors and debuggers.
Interface
The hardware and associated software needed for communication between processors and peripheral devices to compensate for the difference in their operating characteristics.
Interpreter
A program that translates and executes each instruction of a programming language before it translates and executes the next instruction.
Peripheral device
Any device that can communicate with a particular computer, for example: input/output units, auxiliary storage, printers.
Single Tasking
A mode of operation that allows only one program to be in use at any time.
Single-user System
A system that only allows one user at a time.
Truth Table
A table that describes a logic function by listing all possible combinations of input values and indication the output value for each combination.