Big Idea 4 (11-15%) Flashcards

1
Q

computing device

A

a physical artifact that
can run a program. EX: computers, tablets, servers, routers, and smart sensors.

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

computing system

A

a group of computing
devices and programs working together for a
common purpose.

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

computing network

A

a group of
interconnected computing devices capable of
sending or receiving data. (type of computing system)

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

path

A

between two computing devices on a
computer network (a sender and a receiver) is
a sequence of directly connected computing
devices that begins at the sender and ends at
the receiver.

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

routing

A

the process of finding a path from
sender to receiver.

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

bandwidth

A

the
maximum amount of data that can be sent in a
fixed amount of time. (bits per second)

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

Internet

A

a computer network
consisting of interconnected networks that
use standardized, open (nonproprietary)
communication protocols.

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

protocol

A

an agreed-upon set of rules that
specify the behavior of a system.

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

scalability

A

the capacity for
the system to change in size and scale to meet
new demands.

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

data streams

A

Information is passed through the Internet as
a data stream. Data streams contain chunks of
data, which are encapsulated in packets.

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

packet

A

contain a chunk of data and metadata
used for routing the packet between the origin
and the destination on the Internet, as well as
for data reassembly

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

redundancy

A

the inclusion of extra
components that can be used to mitigate
failure of a system if other components fail.

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

fault-tolerant

A

When a system can support failures and still
continue to function

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

sequential computing

A

a computational
model in which operations are performed in
order one at a time.

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

parallel computing

A

a computational model
where the program is broken into multiple
smaller sequential computing operations,
some of which are performed simultaneously

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

distributed computing

A

a computational
model in which multiple devices are used to run
a program.