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

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

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
Analyzes, configures and maintains computer; anti virus, backup software
Utility Software
26
Helps user accomplish specific tasks | -Producing documents, managing finances; Adobe photoshop, media player, Autocad, Instagram
Application Software
27
Communicates instructions to a computer; low (machine language) and high level language
Programming Language
28
Directly executed by the cpu; sequence of 1s and 0s; only language the computer understand
Low Level or Machine Language
29
Disadvantages of Machine Language
Tricky to write, follow and debug, easy to make mistakes, different CPUs use different languages
30
Advantage of High Level Language
Closer to human language, portable, can run on multiple computers with no modification; C#, Java, Basic
31
Original program in the high level language
Source Program
32
Corresponding machine code to a specific source program
Object Program
33
Compiler reads the source program and translates it into the corresponding object program
Compilation
34
Resulting machine code (compiled file); instructions will be carried out by the CPU
Execution
35
Random access memory, a type of computer memory that can be accessed randomly
RAM
36
Where is "RAM" found
Servers, PCs, tablets, smartphones and other devices, such as printers
37
Read-only memory, the permanent part of a computer's memory. Information stored there can be read but not changed.
ROM
38
Where is "ROM" found
Used for firmware updates. (Cartridge used with video game consoles, which allows one system to run multiple games)
39
What does && mean?
And
40
What does | | mean?
Or
41
What does ! mean?
Not equal to