Section 1 Flashcards

1
Q

The computer and human have what similar characteristics (4)

A
  1. Perform simple and complex tasks
  2. Enter, receive, and store information
  3. Give instructions
  4. Short-term vs. long-term memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A programmable, electronic device that performs specifically tasks (simple and complex) assigned by a computer program through an IPOS cycle is a __________.

A

Computer

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

While performing tasks, computers store and process _____ to generate __________.

A

data, information

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

A computers ________ gives commands tot he ________ to perform tasks.

A

software, hardware

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

The physical components of a computer system (keyboard, mouse, CPU, monitor, printer, hard disks, etc) is it’s ___________.

A

hardware

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

Programs that allow computers to perform specific tasks or applications are called _________. It has two main categories; _________ __________ and ___________ _________.

A

software

system software and application software

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

A new computer comes with system software known as the _____________ _______. It is required to interface with the computer and manages all the computer ________ and ________.

A

Operating system; hardware and software

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

Microsoft Word, Powerpoint, and Excel are examples of ____________ ________ __________.

A

Application Software Packages

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

The Information Processing Cycle is known as IPOS, which stands for?

A

Input/Processing/Output/Storage

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

Entering Data into the computer is which part of the IPOS acronym?

A

Input

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

Performing operations on the data is which part of the IPOS acronym?

A

Processing

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

Presenting the results is which part of the IPOS acronym?

A

Output

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

Saving data, programs, or output for future use is which part of the IPOS acronym?

A

Storage

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

_______ is a collection of text, numbers, images, audio, and video that has not been processed yet.

A

Data

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

__________ is processed data that may aid in making decisions, answering questions, or getting results that take a meaningful form.

A

Information

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

6 basic types of data

A
  1. Text
  2. Graphic
  3. Audio
  4. Video
  5. Date/Time
  6. Multimedia
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which data type? Collection of alphabet letters, numbers, and special characters.

A

Text Data

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

Which data type? Photographs, mathematical charts, and drawings.

A

Graphic Data

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

Which data type? Sounds, such as music and voice.

A

Audio Data

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

Which data type? Moving pictures and images.

A

Video Data

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

Which data type? Date and time of a specific event

A

Date/Time Data

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

Which data type? Combinations of text, number, and/or audio/video.

A

Multimedia

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

A systematic way to write or represent any number is called a _________ _______.

A

number system

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

Any character or piece of data typed on a keyboard must be converted to a ________ _______ _______, which is interpreted and processed by a computer.

A

binary number system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
The _______ of a number system tell you how many digits will be used to represent a number.
base
26
All characters typed on a computer are first converted to their decimal equivalent and then to the a _______ code.
binary
27
To transfer a decimal number to binary code you must:
1. Divide the decimal number by 2, giving you a quotient and a remainder 2. Divide the quotient from step 1 by 2, giving another quotient and another remainder. 3. The division by 2 continues until the quotient is 0 and remainder is 1. The very last remainder digit it written first, then the next is second, until all digits are written.
28
Find the binary code for letter A, where the decimal number is 65.
1. 65/2= quotient 32 remainder 1 2. 32/2=quotient 16 remainder 0 3. 16/2=quotient 8 remainder 0 4. 8/2=quotient 4 remainder 0 5. 4/2=quotient 2 remainder 0 6. 2/2=quotient 1 remainder 0 7. 1/2=quotient 0 remainder 1 binary code = 1000001
29
Machine language uses what two digits? Hint" Binary numbers"
0 and 1
30
What language does computers use to process data or information that is made solely from two numerical values (0 and 1)?
Machine
31
bits is short for?
Binary Digits
32
To represent data in a computer system, any character typed must be converted into an eight big binary code that is a combination of eight 0's and 1's in _______ (or Uni-code) coding schemes.
ASCII
33
Digits 0 and 1 (bits) represent the smallest unit of information - computers use a group of eight bits, known as ______, which is a combination of 0's and 1's, to present any _____________ typed.
bytes, character
34
Binary digits 0 and 1 act like an _________ switch, where 0 is the _____ state and 1 is the _____ state.
electrical; off, on
35
______ ____ is any data in computer machine language or binary digit form that is handled by computers or mobile devices.
Digital Data
36
ASCII stands for
American Standard Code for Information Interchange
37
EBDCIC stands for
Extended Binary-Coded Decimal Interchange Code
38
_____ is the universal international coding standard that represents characters from other languages and uses a 16 binary digit (2 bytes) patterns. The first 256 characters are the same as the ASCII coding system.
Unicode
39
Operators are special symbols used to manipulate numeric values and perform __________ on one, two, or three operands and return a single result.
operations
40
Examples of arithmetic operators are:
+ - / *
41
Examples of comparison operators are:
> < >= <= and !=
42
Name the 6 categories of computers
1. Supercomputers 2. Mainframe computers 3. Personal Computers (PC) 4. Mobile Devices 5. Wearable computers 6. Embedded computers
43
All computers go through the _______ cycle and need hardware, an operating system, and __________ to perform their operations.
IPOS, software
44
____________ were designed to perform complex mathematical calculations at extremely high speed. They are used by governments and are also used for scientific research. They are the most expensive and are very large in size.
Supercomputers
45
____________ computers are large, expensive, and powerful computers that allow thousands of users to perform tasks simultaneously. Large companies use these computers, so multiple employees can access computer records at the same time.
Mainframe
46
__________ computers are often referred to as a desktop computer, they are compact and include a mouse, keyboard, CPU, monitor and printer, an internal hard disk and flash drives, etc.
Personal
47
___________ computers are portable and easy-to-carry devices. They include cell phones, GPS, PDA, laptops, and pagers.
Mobile Devices
48
______ _______ is a mobil computing device that has its own operating system and includes a small keyboard, some have a touch-sensitive screen, a built-in processing hardware device, LCD or other screen, storage via read-only memory (ROM) chip, network connectivity, anti-virus software, and a rechargeable battery.
Cell Phones
49
_______ _________ _________ are handheld devices that carry information in a digital (binary number) form. They can store contact information, photos, games, songs, calculator. They can connect to the internet, have a mini keyboard and stylus, LCD screen, ROM, and a RAM chip for additional programs, can transfer data to other devices, anti-virus software, and can sync to a computer with a USB cable.
Personal Digital Assistant (PDA)
50
_________ ___________ ______ is a collection of satellites that constantly orbit earth. Designed, built, and operated by the US Military - provides precise 3-dimensional geographic locations to a GPS receiver on earth by analyzing signals sent by satellites. Today they are built into newer mobile devices, used for navigation.
Global Positioning System (GPS)
51
_________ _________ __________ is a mobile electronic device that plays and supports digital audio files and images on it's hard drive or flash memory cards.
Portable Media Player
52
_________ __________ are portable, thin, lightweight, and easy-to-carry computer that can have the same power and capabilities as desktop computers
Laptop computers
53
__________ _________ are worn on some part of the body, used in applications that require people to record and send data via the Internet or to perform computations while doing something else. Come in he form of headsets, watches, jackets, and eyeglasses. An example is an insulin pump.
Wearable computers
54
__________ computers are small computer chips that are built inside another operating product or device and perform a specialized function. Used in almost every product or appliance we encounter in our daily lives.
Embedded
55
___________ devices are attached to the computer system in order to perform a variety of tasks.
Peripheral
56
6 categories of computer hardware devices
1. input device hardware 2. processing device hardware 3. output device hardware 4. storage device hardware 5. communication device hardware 6. network device hardware
57
Keyboard, mouse, I-pen, Digital pen, point of sale POS terminals, ATM's, audio devices, imaging and video devices, sound card devices, touch input devices, gaming input devices, biometric input devices, scanning devices, and devices for the handicap are all examples of ________ devices.
input
58
fax machines, page and handheld scanners, optical mark readers (scantron), magnetic card readers,, magnetic ink character recognition readers (MICR), bar code readers, and RFID's are examples of __________ devices.
scanning
59
______________ is the main circuit board of a computer system unit. It includes the CPU, RAM, chipset, expansion slots, basic input/output system (BIOS), serial and parallel ports for peripheral devices, a battery-operated chip for the clock, controllers, and expansion buses to connect expansion cards.
Motherboard
60
___________ ______ are located on the back of the system unit, are opening in the motherboard where you insert extra cards such as a sound card or modem card.
Expansion slot
61
____________ _____ are added to a system in order to provide additional functionality, such as expanding your sound options or a network interface card (NIC) to connect to a network.
Expansion card
62
Hierarch of Computer Memory
1. CPU Registers 2. Cache level 1 3. Cache level 2 4. Cache level 3 5. Random Access Memory (RAM) 6. Secondary Storage Device (Hard Disk) * *Virtual Memory - when RAM runs out of space to store programs.
63
_____ _________ is used to access certain pieces of data or instructions quickly and has 3 levels
Cache
64
_______ ______ ________ is a volatile, temporary working memory of the computer where all data, instructions, programs, or documents are stored while the computer is in use. All contents are lost when the computer is turned off.
Random Access Memory (RAM)
65
________ _______ is used when there is not enough RM left to store programs that a user is trying to execute, an OS sets aside a certain portion of storage on the hard disk to act s addition RAM and store the data.
Virtual Memory
66
________ are connectors located on the back or front of a computer system and are used to connect various peripheral devices to the system unit, such as a printer or scanner.
Ports
67
_______ ports send one bit of data at a time, like one care moving on one lane of a highway.
Serial
68
__________ ports sent two or more bits of data at a time and are much faster than serial ports. They are like a multilane highway.
Parellel
69
_______ ________ _____ ports are used to connect a wide variety of input, output, or peripheral devices, such as printers, keyboards, external hard drives., etc.
Universal serial bus (USB)
70
___________ ports help a computer communicate with other computers or get access to networks.
Connectivity
71
___________ ports look similar to phone jacks but wider and are used to connect a computer to another computer, local network, or external DS or cable model.
ethernet
72
_________ ports are digital devices that connect via USB 2.0 and allow the fastest transfer of data.
FireWire
73
Graphics ports or video ports are used to connected a _________ to a computer.
monitor
74
______ ports connect headphones or microphones to a computer.
Audio
75
_______ ports connect speakers to a computer
Speaker
76
_________ __________ _____ is the "brain", a hardware chip mounted on the motherboard and it executes instructions given by a user or a computer program to perform specific tasks. It also contains RAM chips, video cards, and sound cards.
CPU Central Processing Unit
77
The speed of the CPU is measured in __________, the higher the faster the speed.
gigahertz GHz
78
Another way to measure the speed is the number of instructions per second it can process, measured by ____, ____, and ____.
MIPS, BIPS, TIPS
79
What are the 3 components of the CPU?
Arithmetic/logic unit (ALU), control unit, and CPU registers
80
The ______ ______ ____ performs all required arithmetical and logical (comparison) operations to complete a particular task by executing all the required instructions.
Arithmetic/logic unit (ALU)
81
The ALU can calculate arithmetic operators and _________ operators such as >, =, <=, and =.
Relational
82
The ______ ____ of the CPU manages all the operations of the computer system, including managing the 4 states of a CPU Machine cycle. It receives every instruction of a computer program in sequence, interprets it, and gives instructions to the appropriate part of the system to complete the task.
Control Uni
83
CPU __________ are special storage areas of the CPU meant for use solely by the CPU. Any data or instructions that need processing must be present in one, otherwise it will not be processed by the ALU.
Registers
84
The __________ __________ holds instructions currently being processes.
Instruction Register (IR)
85
The _____ ________ holds the data items that are being processed.
Data Register
86
The ________ ________ holds the intermediate and the final results of processing.
Storage Register
87
The ________ ________ stores the addresses of each data item or instruction in RAM.
Address Register
88
The ________ ________ ________ holds data as well as addresses of data and instructions.
General Purpose Register
89
The ________ _________ ________ holds the status of the computer program.
Special Purpose Register
90
What are the four stages of the CPU machine cycle?
1. Fetch Instruction, where the program is brought into the temporary memory (RAM), where it stays until finished. 2. Decode Instruction, where it finds what operations need to be done, and then gives instructions to registers to bring the necessary data into the ALU. 3. Execute Instruction, where the ALU now performs all necessary operations . 4. Store Results in CPU Registers, where the generated result is stored in one of the CPU registers.
91
A computer output device is ___________ that provides information to one or more people an translates the machine language back to human language.
hardware, examples are monitor, printer, and speakers.
92
Text, Numerical, Audio, Graphics, Picture, Alphanumeric, Audio/Video are all data types of _______ devices.
output
93
Images on a monitor are created by joining a number of ______.
pixels
94
The ___________ of a monitor is described by stating the number of pixels horizontally and the number vertically.
resolution
95
____ ______ is the distance between the centers of two pixels, the lower, the sharper an image is on a monitor.
dot pitch
96
Printing speed is measured by ______-___- _______.
pages per minute (PPM)
97
_____ Printers have wire pins that touch the paper to create the text or image.
Impact
98
____-_______ printers do not actually touch the paper.
Non-impact
99
______ printers create high-quality black and white or color photos.
Photo
100
A _____ printer is a high-speed, high-quality non-impact printer.
laser
101
A ______ printer is small, lightweight, battery-powered printer that prints from mobile devices, such as a laptop, tablet or smartphone.
mobile
102
______-________ printers accommodate paper with widths up to 60 inches, and are used to print maps, circuit diagrams, and blueprints.
Large-format
103
____ _________ are used as output devices on a computer and can send or receive documents using telephone lines.
fax machine
104
A _____________ office machine can print, scan, copy, or fax a document.
multifunction
105
______ output devices allow user to listen to speech, music, and other sounds. They can include speakers and headsets.
Audio
106
________ devices can store system software, application programs, data and instructions that can later be retrieved, edited, and saved again.
Storage
107
Hard disks, flash drives, and CD/DVD/Blue-ray disks are the most common ________ ________.
storage devices
108
Every computer requires at least one internal ________ _______ medium, known as the hard disc to store the operating system, application programs, data, and information.
magnetic storage
109
Magnetic storage stores operating system, application programs, data, and information on a disc's surface in the form of a magnetic particle that exist in two binary states, 0 and 1. When the binary state is 0, the magnetic particle is/is not magnetized? When it is binary state 1, the magnetic particle is/is not magnetized?
``` 0 = not magnetized, no data stored in that bit 1 = magnetized, data is stored in that bit ```
110
When ___________ a hard disk for use it's disk is divided into tracks and further into sectors. Each has a number called an ________ and is ready to store data, information, OS, and other programs. If not formatted, no data can be stored on it.
formatting, address
111
Name the Units of Measurement for Memory and the approximate number of bytes in each: (6)
``` Byte, 1 KB, 1,000 MB, 1M GB, 1B TB, 1T PB, 1024 TB ```
112
A group of sectors form a ______, which is the smallest amount of disk space that can store data and information and assign a memory address. It can contain 2-8 sectors.
cluster
113
A hard disk is made up of a number of _______, each is made from rigid material such as aluminum, and is mounted not eh same spindle as other platters. Each platter is made up of a number of tracks and sectors, and data is stored magnetically.
platters
114
A _________ is a vertical section of a track that passed through all the platters, a single movement of the read/write head accesses all the platters within this.
Cylinder
115
The hard drive is always assigned the letter _.
C
116
CD's and DVD's are flat optical disks made from _______.
plastic
117
Laser beam technology is used to write data on CD's in the form of ____ and ____. Which of these has data recorded and is burned by a laser beam?
Pit and Land; pit
118
_______ is between hardware and software, it contains program instructions (software) that are going to be executed routinely on hardware.
Firmware
119
The transfer of data or information from computer to another is called ___________ or ___________.
communication or transmission
120
Two types of communication media:
wired and wireless
121
________ technologies used for communication include fiber optic cables, twisted-pair cables, coaxial cables, digital subscriber line (DSL), and integrated services digital network (ISDN).
Wired
122
_____ _______ _______ are made from transparent fiberglass or plastic fibers where data is sent in the form of light pulses.
Fiber Optic Cables
123
_________-____ cables are comprised of two individual copper wires that are wrapped with an insulation material such as plastic and are twisted to protect against crosstalk. They can be Unshielded or Shielded.
Twisted-pair
124
_________ cables are made of copper with four layers; electric copper wire - the core, insulating flexible material - insulates the core, thin woven copper shield - conducting layer, and an insulating plastic layer known as a plastic jacket.
coaxial
125
________ _________ ____ is a transmission medium and high-speed internet service that transmits digital signals using telephone network cables. You can both talk and surf the web at the same time. The speed is determined by the distance from your computer to the DSL Service Provider office.
Digital Subscriber Line (DSL)
126
__________ _________ ________ ________ is a transmission medium that digitally transmits voice, video, graphics, and text data using a digital telephone network.
integrated services digital network (ISDN)
127
________ transmission use radio waves or infrared light to transmit data through the air. They include bluetooth, Wi-Fi satellite, infrared, cellular, and microwave.
Wireless
128
Wi-Fi is a wireless local area network (WLAN) that uses _______ signals to connect wireless computers and other devices through the internet for data transmission.
radio
129
__________ _______ ______ provides wireless Internet connections to mobile devices at places such as malls, airports, and schools. There are two types: ________ and ___.
Wireless Access Points (WAP); Hotspots and 3G.
130
Communication ___________, known as space stations, receive microwave transmitted signals from a station on earth. They are commonly used by GPS devices, video conferencing, etc.
satellites
131
____________ ___________ is a technology that uses microwave (radio waves) and integrated technologies for high-speed data transmission. It requires line of sight and are installed on the tops of buildings or on mountains.
Microwave transmission
132
_______ __________ allows people to communicate anywhere in the world without being connected via wired phone or cables. The newest one is Wireless 4G.
Wireless technology
133
_________ Wireless Transmission Technology (IR) used infrared light waves to transmit data between computers and peripheral devices such as keyboards, printer, and smart phones. It requires line of sight to exchange data.
Infrared
134
Messages sent over a packet-switched network between two devices is sub-divided into units called packets. Each packet stores one unit of _______ data. They can also be called frame, block, cell or segment.
binary
135
The _______ ________ provides the destination address (IP address) of the packet as well as information about the length of the packet, the originating IP address, the packet number in the sequence of packets, the protocol to determine the type of packet being transmitted and information to perform any error checking operations.
packet header
136
The _________ ____ contains the actual message.
packet body
137
The ________ ______ contains a sequence of bits that indicate the end of the message, it also optional.
packet footer
138
_______ _________ is the process of sub-dividing the original message into small units or packets and then transmitting them over the Internet to their destination.
Packet switching
139
Modems, sound cards, MIDI's, and network interface cards are types of __________ ________. They enable one computer user to communicate with another to share data, information, programs, and instructions using a communication medium.
communication devices
140
A _______ is a communication modulating and demodulating device used in computer networks to convert digital signals to analog signals and vice-versa.
modem
141
__________ ______ are inside computer systems and are attached tot he system boards, they are connected to a telephone and a telephone jack.
Internal modems
142
________ ______ are found inside mobile computing devices, such as notebooks, cell phones, or PDA's and connect wirelessly to the Internet.
Wireless modems
143
___-__ ______ are electronic devices that convert a digital signals to an analog signal.
Dial-up modems
144
______ _____ are digital modems that allow users to send and receive digital data over the Internet using a cable television network.
cable modems
145
____ ______ are used to send data signals using an ISDN data communication medium.
ISDN modems
146
___ ______ send and receive digital signals using a DSL data communication medium.
DSL modems
147
_____ ____ are used for sound input through a microphone and sound output through speakers.
Sound cards
148
_______ __________ ______ _________ (MIDI) is an industry-standard protocol that enables electronic musical instruments such as keyboard controllers, computers, and any other electronic equipment, to communicate, control, and synchronize with each other.
musical instrument digital interface
149
A _________ __________ ____ is a hardware device that allows a computer to communicate with other computers on a network.
network interface card
150
A network ____ is any electronic device that is capable of sending, receiving, or forwarding data in a computer network using a communication medium. This is a point at which two networks intersect.
Node
151
For all network devices to communicate effectively, the network is divided into 7 layers, knows as the ____ _____ ______________ _________ Model or OSI Model.
Open System Interconnection Reference Model
152
The seven OSI Model layers from top to bottom are:
``` Application Layer - 7 Presentation Layer - 6 Session Layer - 5 Transport Layer - 4 Network Layer - 3 Data-link Layer - 2 Physical Layer - 1 ```
153
The _________ layer involves programs that respond to a user's request as well as the responses to that request to use the network for applications such as email and file transfer. It is handled by Gateway communication devices.
Application
154
The ___________ layer converts and formats the data into the proper syntax or form so that when sent to another node, it is correctly understood. It is handled by Gateway communication devices.
Presentation
155
The ________ layer manages all of the aspects that deal with the exchange of data between applications. It is handled by Gateway communication devices.
Session
156
The ________ layer is responsible for completing data transfer between the notes by placing the data in packets and adding the destination address, header and other information. It is handled by Gateway communication devices.
Transport
157
the _______ layer routes and forwards the packets to their destination by addressing messages and converting the logical address into the physical address of the receiving node. It is handled by routers.
Network
158
The ___-___ layer contains the source and destination addresses and handles the delivery of data to the receiving computer using the physical layer. It is handles by Switches and Bridges communication devices.
data-link
159
The _________ layer is responsible for sending bits of data stream from the sending computer to the receiving computer. It encodes the data by converting 0's and 1's of data into a physical signal and decodes the data by converting the physical signal into 0's and 1's. It is handled by Hub and Repeaters.
Physical
160
Computer __________ devices are electronic devices in a network, which include gateways, switches, hubs, bridges, repeaters, and routers.
network
161
A ________ interfaced between two networks using different protocols.
gateway
162
A _____ handles and controls the data in transmission to a computer whose destination address appears on the data packet.
switch
163
A ______ transmits data between two different LAN's.
bridge
164
A ____ connects all the computers in a LAN and enables them to communicate with each other. It also handle the exchange of data between the computers in that network.
hub
165
A _________ aka amplifier, amplifies the strength of the incoming signals on a network and retransmits them so that they can travel long distances without losing their integrity.
repeater
166
A ______ ______ links two or more networks through wires or radio signals and enables them to deliver data to the destination computer.
network router
167
Name the 3 basic components of the computer
a system unit, a monitor, and a keyboard/mouse device
168
The _______ ____ is made up of plastic or metal and is the main unit of a desktop computer and it's components enable the computer to perform its functions.
system unit
169
Inside the system unit you will find: (name 4)
``` motherboard rom chip ram chip power supply unit expansion slots for NIC, sound card, video card, or model card Internal disk drives such as hard disk or CD/DVD A system clock A bus Expansion buses Ports ```
170
A ___ uses electrical connections, known as pathways, to connect various parts of the computer with the CPU and RAM.
bus
171
_________ _____ are electrical connection that connect the motherboard to all types of expansion cards.
expansion buses
172
The back and front of the system units include serial and parallel ____ for audio and speakers, firewire and ethernet, and memory card for devices such as digital cameras.
ports
173
A ________ _______ is a particular group of computers and devices that, using communication devices, communication media, and communication protocols, allows the computer on the network to communicate with each other.
computer network
174
_____________ ________ are a set of standard rules that govern how data will be transmitted and received between computers in a network, they are managed protocols such as HTTP, FTP, and TCP/IP.
communication protocols
175
The Internet Peer-to-Peer networks are the most common example of locally controlled networks, where each ____ on the computer can communicate directly with every ____ on the network.
node - this is the Peer-to-Peer (P2P) Networks
176
A client computer is a computer this is searching for data or information on a home computer or a networked computer. A ______ computer provides that data or information to the client computer.
server - this is the Client/Server Architecture
177
A _____ ____ ______ is a computer network in which the connected computers are within a short distance of each other.
Local Area Network (LAN)
178
____ ____ _______ are networks that cover large areas. Companies with nationwide, citywide or worldwide usually use them.
Wide Area Networks (WAN)
179
A ______________ area network is a type of WAN the covers a city or campus of a college.
Metropolitan Area Network (MAN)
180
A ______ ______ network is a type of WAN in which one company acts as an agent between two parties to provide network connections and some additional services for a fee.
Value added network (VAN)
181
____________ ________ Architecture is the use of collaborative software to enable different departments or people of an organization to access data, share computer resources, and other resources to reduce the number of communication protocols in use.
Enterprise Network Architecture
182
_______ is a unifying Internet protocol that lets organizations tie together workgroups and division LAN's and connect with the Internet.
TCP/IP
183
____ ________ (HTTP, HTML, and XML) integrate user interfaces, applications, and data, letting organizations build intranets.
Web protocols