Definitions Flashcards

1
Q

General purpose machine; programmable; can be given instructions that will be stored and used at a different time; able to process/change the info

A

Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A sequence of instructions that tell the computer how to perform a task/series of tasks

A

Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Composed of hardware and software

A

Computer System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The actual physical parts of a computer

A

Hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Program; enables the computer to perform tasks

A

Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

User is able to give the computer info; keyboards, microphone, mouse, webcam, USB, DVD, modem, touchscreen

A

Input devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Info can be given to the user from the computer; display, speaker, printer, USB, DVD, modem

A

Output Devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Modulates and demodulates; a device that turns digital data into modulated electrical signals and after transmission the signals are demodulates and received

A

Modem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Any devices that are attached to the box of the computer (input devices included)

A

Peripheral Devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Classifying Computers by Function

Information Appliances
Embedded
Servers
Workstation

A

Information Appliances - Designed to perform a specific task

Embedded - Computer that is part of another machine
or device

Servers - Computer designed to provide a service

Workstation - Computers intended

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Classifying Computers by Size

A

Supercomputer, mainframe, minicomputer, microcomputer, mobile computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Simple Model of a Computer

A

Input, cpu, output, memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Subsystem that transports data between components of the computer

A

Bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

CPU in an Extended Computer

A

Control unit (cu) - follows the instructions

Arithmetic logic unit (alu) - does mathematic calculations

Accumulator - has small amount of storage; used by alu, works under cu, advantage b/c of speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Physical devices used to store programs; can be temporarily or permanently

A

Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Physical devices used to store programs

A

Primary Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Auxiliary storage, uses input output channels to and transfers data to and from primary memory

A

Secondary Memory

18
Q

RAM; cleared at startup

A

Volatile

19
Q

ROM; contains basic start up info; allows the computer to start

A

Non-Volatile

20
Q

Basic Input/Output System; generates initial screen display, starts running the operation system

A

BIOS

21
Q

Programs that instruct the computer on how to perform basic tasks

  • Controls input of data
  • Manages storage space by keeping track of info
A

System Software

22
Q

System Software Functions

A

Controls input of data, manages storage space by keeping track of info, maintains security, detects equipment failure

23
Q

Types of System Software

A

Operating systems and utility software

24
Q

Operating System Examples

A

Windows, Mac, Linux, IOS

25
Q

Analyzes, configures and maintains computer; anti virus, backup software

A

Utility Software

26
Q

Helps user accomplish specific tasks

-Producing documents, managing finances; Adobe photoshop, media player, Autocad, Instagram

A

Application Software

27
Q

Communicates instructions to a computer; low (machine language) and high level language

A

Programming Language

28
Q

Directly executed by the cpu; sequence of 1s and 0s; only language the computer understand

A

Low Level or Machine Language

29
Q

Disadvantages of Machine Language

A

Tricky to write, follow and debug, easy to make mistakes, different CPUs use different languages

30
Q

Advantage of High Level Language

A

Closer to human language, portable, can run on multiple computers with no modification; C#, Java, Basic

31
Q

Original program in the high level language

A

Source Program

32
Q

Corresponding machine code to a specific source program

A

Object Program

33
Q

Compiler reads the source program and translates it into the corresponding object program

A

Compilation

34
Q

Resulting machine code (compiled file); instructions will be carried out by the CPU

A

Execution

35
Q

Random access memory, a type of computer memory that can be accessed randomly

A

RAM

36
Q

Where is “RAM” found

A

Servers, PCs, tablets, smartphones and other devices, such as printers

37
Q

Read-only memory, the permanent part of a computer’s memory. Information stored there can be read but not changed.

A

ROM

38
Q

Where is “ROM” found

A

Used for firmware updates. (Cartridge used with video game consoles, which allows one system to run multiple games)

39
Q

What does && mean?

A

And

40
Q

What does | | mean?

A

Or

41
Q

What does ! mean?

A

Not equal to