Exam 1 Flashcards

Terminology From Zybook

1
Q

Chapter 1

A

Topic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Personal computer (PC)
(Section 1.1)
A

A computer designed for use by an individual, usually incorporating a graphics display, a keyboard, and a mouse.

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

Server

A

A computer used for running larger programs for multiple users, often simultaneously, and typically accessed only via a network.

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

Supercomputer

A

A class of computers with the highest performance and cost; they are configured as servers and typically cost tens to hundreds of millions of dollars.

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

Embedded computer

A

A computer inside another device used for running one predetermined application or collection of software.

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

Personal mobile devices (PMDs)

A

are small wireless devices to connect to the Internet; they rely on batteries for power, and software is installed by downloading apps. Conventional examples are smart phones and tablets.

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

Cloud computing

A

refers to large collections of servers that provide services over the Internet; some providers rent dynamically varying numbers of servers as a utility.

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

Software as a Service (SaaS)

A

delivers software and data as a service over the Internet, usually via a thin program such as a browser that runs on local client devices, instead of binary code that must be installed, and runs wholly on that device. Examples include web search and social networking.

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

Multicore microprocessor

A

A microprocessor containing multiple processors (“cores”) in a single integrated circuit.

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

Acronym

A

A word constructed by taking the initial letters of a string of words. For example: RAM is an acronym for Random Access Memory, and CPU is an acronym for Central Processing Unit.

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

Terabyte (TB):

A

Originally 1,099,511,627,776 (240) bytes, although communications and secondary storage systems developers started using the term to mean 1,000,000,000,000 (1012) bytes. To reduce confusion, we now use the term tebibyte (TiB) for 240 bytes, defining terabyte (TB) to mean 1012 bytes. The figure below shows the full range of decimal and binary values and names.

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

Systems software:

A

Software that provides services that are commonly useful, including operating systems, compilers, loaders, and assemblers.

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

Operating system

A

Supervising program that manages the resources of a computer for the benefit of the programs that run on that computer.

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

Compiler

A

A program that translates high-level language statements into assembly language statements.

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

Binary digit

A

Also called a bit. One of the two numbers in base 2 (0 or 1) that are the components of information

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

Instruction

A

A command that computer hardware understands and obeys.

17
Q

Assembler

A

A program that translates a symbolic version of instructions into the binary version.

18
Q

Assembly language

A

A symbolic representation of machine instructions.

19
Q

Machine language

A

A binary representation of machine instructions.

20
Q

High-level programming language

A

A portable language such as C, C++, Java, or Visual Basic that is composed of words and algebraic notation that can be translated by a compiler into assembly language.