Chapter 2 Flashcards
What is an input?
How data gets conveyed from the outside world into the computer
What is processing?
How the computer takes the data that it receives and deals with it.
What is output?
How data is conveyed to the user
What is Moore’s Law?
Components on silicon chips performance doubles every 18-24 months.
What is Metcalf’s law
Usefulness of a network increases by the square of the number of nodes of it.
What is a Network interface card
Device inside the computer that allows computers to connect to a network and the internet.
What is a BUS LAN topology
All of the deivces on the LAN are connected to a central cable or backbone.
What is a ring LAN?
Each device is connected to two others, one on either side.
What is a star LAN?
All devices are connected to a central hub.
What language protocol does Internet use?
TCP/IP
What language protocol do webpages use?
HTTP and HTML
What are CAT 5 and 6 wires used for?
Ethernet networks.
What quality of wiring should companies invest in?
The best since they may need the higher capacity in the future.
What is a router
Forwards data packets based on their IP.
What is a bridge?
Connects device to LAN by looking at MAC address. Looks at the end destination.
What is a HUB?
HUB has multiple ports and takes data in from one port and rebroadcasts them out on all the other ports.
What are switches? What type of device are they?
Smart devices that sends out data based on the port where it should go.
What is a gateway?
Connects networks that use different protocols to communicate
What is a PAN
Personal Area Network
What is the largest WAN?
The internet
When does a WAN become a MAN
A WAN that is found within a single metropolitian area is categorized as a MAN.
What is the data system that Google uses?
BIG Table
What is the type of storage used to store images?
BLOB (binary large object)
What is DDL? What do they do?
Data definition language that makes changes to the structure of the database by adding columns but not rows.
What is Data query language used for?
(C.R.U.D) Create retrieve Update Delete
What is a data mart?
A collection of data for a department or specific area of business.
What is OLAP? What do they do?
Online analytic processing - provides quick response to complex queries using the data stored in a data warehouse.