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

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;

31 Cards in this Set

  • Front
  • Back

internal memory (1.1)

(also main memory) volatile data storage spaces that are accesible to the CPU

graphics card (1.1)

a printed circuit board that controls output to a display screen or monitor

sound card (1.1)

a printed circuit board that controls output to speakers and headphones

network interface card (NIC) (1.1)

a printer circuit board that allows the computer to communicate with other devices over a network

Applications software (1.1)

programs that carry out operations for specific applications, such as word processing, spreadsheets or presentations. Application softwares cannot run on its own without system software

System software (1.1)

system software provides the services that the computer requires to operate

Operating system (OS) (1.1)

the operating system is a collection of programs to control and manage all of the software and hardware of the computer system

utility software (1.1)

Part of the system software that can analyse, configure, optimise and maintain a computer to keep it working as well as possible

Compilers (1.1)

convert the program written by a human in high-level language into code that the microprocessor can understand (binary code)

linkers (1.1)

take one or more of the files produced by the compilers and combines them into a program that the microprocessor can execute

computer (1.1)

a device that follows a set of instructions to carry out logical and arithmetical operations

computer system (1.1)

a computer combined with other equipment to carry out desired functions

hardware (1.1)

the physical parts of a computer system, the parts you can touch. This includes the motherboard, CPU keyboard, mouse, printer, and so on

software (1.1)

programs or applications that give instructions to the computerto tell it what to do

component (1.1)

the parts that make up a whole machine. The internal parts are usually referred to as components and the external devices as 'peripherals'

central processing unit (1.1)

the unit which performs most of the processing inside a computer

control unit (CU) (1.2)

- coordinates the actions of the computer and manages the various components of the computer and controls the execution of program instructions


- sends out control signals to the other parts of the CPU

arithmetic and logic unit (ALU) (1.2)

- carries out arithmetical and logical operations


- addition, subtraction, multiplication, division, comparisons

clock (1.2)

- controls the rate at which the CPU works


- one instruction per pulse; pulses per second is called the clock speed


- the higher the clock speed, the faster the CPU will be able to carry out the program instructions

registers (1.2)

- memory storage locations within the CPU

random-access memory (RAM) (1.2)

- attached to the motherboard


- stores data and applications while they are being used


- volatile : loses the data once the computer is switched off

read-only memory (ROM) (1.2)

- memory that has data preinstalled so it cannot be removed ; can be read but not changed


- non-volatile : data is retained even when the power is switched off

input devices (1.2)

- any hardware device that sends data to a computer

output device (1.2)

- any device used to send data from a computer to another device or user

backing storage device (1.2)

a secondary storage device that will continue to hold data even after the computer has been turned off (measured in GB or TB)

operating system (1.3)

a set of programs that controls how the computer interacts with the users and peripherals

user interfaces (1.3)

- the system that people use to interact with the computer or communicate with the operating systems



command line interface (CLI) (1.3)

- users type in commands to instruct the computer


- require very little computer power


- commands have to be entered accurately (but they are not very obvious)



graphical user interface (GUI) (1.3)

- visual interfaces


- easy to use (represented by icons)


- use up a lot of the internal memory to run and take up a lot of storage space

dialogue-based interface (1.3)

- speech commands - uses voice to send instructions to the computer


- needs to learn the words the computer will accept


- difficult to program and are expensive

gesture-based interface (1.3)

- input from human movements


- no use of a mouse / no need to type in commands