Chapter 6: Computer System and Networks

studied byStudied by 23 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 20

21 Terms

1
computing device
is a physical artifact that can run a program. 
New cards
2
computer
is a computing device, but not all computing devices are computers.
New cards
3
computing system
is a group of computing devices and programs working together for a common purpose.
New cards
4
computer network
is a group of interconnected computing devices capable of sending or receiving data
New cards
5
bandwidth
of a computer network is the maximum amount of data that can be sent in a fixed amount of time.
New cards
6
path
between two computing devices on a computer network (a sender and receiver) is a sequence of directly connected computing devices that begins at the sender and ends at the receiver. 
New cards
7
Routing
is the process of finding a path from sender to receiver.
New cards
8
**Internet Protocol**
is responsible for addressing and routing your online requests.
New cards
9
**Transmission Control Protocol**
is a protocol that defines how computers send packets of data to each other. 
New cards
10
packets
Data traveling in the internet is broken down into small chunks of data called
New cards
11
**User Datagram Protocol**
is a protocol that allows computer applications to send messages without checking for missing packets to save on time needed to retransmit missing packets. 
New cards
12
\n

**FAULT TOLERANCE**
When a system can support failures and continue to function
New cards
13
internet
refers to the hardware.
New cards
14
World Wide Web
refers to the software used on the internet.
New cards
15
Sequential computing
is a computational model in which operations are performed in order one at a time.
New cards
16
sequential solution
takes as long as the sum of all of the steps.
New cards
17
parallel solution
takes at least as long as the longest branch in the program.
New cards
18
problem
is broken into discrete instructions.
New cards
19
parallel computing solution
takes as long as the longest of the tasks done in parallel.
New cards
20
Parallel computing
is needed for real-world simulations and modeling.
New cards
21
Distributed computing
allows problems to be solved that could not be solved on a single computer because of either the processing time or storage needs involved.
New cards
robot