Chapters 1-3 Flashcards

(30 cards)

1
Q

Computers originated from what in the early 1900’s?

A

Telephone switches

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

When decade were the first computers built?

A

1940’s

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

When did the industrial age begin? Describe this time period.

A

Late 1700’s. Transformed civilization towards manufacturing goods, leading to mass migration to cities, creation of strong nations, world wars, doubling of lifespans and thus dramatic world population growth.

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

When did the information age begin? Describe this time period.

A

1990’s. Human activity shifting from traditional industry to creating/managing/using computerized information.

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

Describe the sales record of computers from 1940s to 2000s

A

1940s and 1950s only few existed for gov’t and business
1950s computer chip invented
1960s and 1970s increase in business purcheses
1980s home use purchases
2000s appeaering in form of tablets, smartphones, etc

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

Describe ASCII

A

Developed in 1963, uses 7 bits per code and has codes for 128 characters

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

what were the top two jobs of 2014?

A

software developers and computer systems analyst

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

Explain how virtual memory works

A

The operating system creates a special file on the hard drive called a swap file. It’s totally controlled by operating system and is used as virtual memory. This allows you to load more programs and upload more data files. Anything that won’t fit in RAM can fit in this special file

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

What is the downside to virtual memory?

A

The more that is swapped between RAM and hard drive (swap files) the slower the computer becomes. Essentially the more RAM you have the better. The less the hard drive is accessed the better.

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

What is thrashing mode?

A

computer becomes unusable; illusion that nothing is happening like mouse not moving/will not move for a long while

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

Order RAM, Cache, CPU, and Storage Devices from fastest to slowest.

A

CPU, Cache, RAM, Storage Devices

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

Why does a CPU run a program from memory, coping the program and other needed data into memory after running it?

A

Because accessing a drive is slower than accessing memory

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

Describe memory

A

expensive; smaller than a drive; only fit a part of the program and data.

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

Order computers from fastest to slowest.

A

Supercomputer, Mainfraimes, Mid-range computers,

PC’s, and Mobiles

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

What is the most common computer input device?

A

keyboard

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

what are two main problems with keyboards?

A

they are slow and error-prone

17
Q

What is an integrated circuit (IC)?

A

also called a chip, a fingernail-sized device where transistor circuits appear on.

18
Q

What is a server farm?

A

a collection of thousands of servers, typically located in large buildings specially equipped to provide electrical power, cooling, physical security, and accessibility for repairs.

19
Q

What is a graphics processor?

A

a special CPU chip whose hardware is specially designed for fast graphics and video processing.

20
Q

What is the first mainstream high-level language?

A

Fortran (Formula Translation)

21
Q

What program converts a high-level language to assembly/machine language?

22
Q

Describe ARPANET

A

Came online 1969. 4 computers, military network, de-centralized network (originally to survive a nuclear attack)

23
Q

Describe NSFNet

A

1980s, funded by the US National Science Foundation as a further network “backbone” creation, connecting universities and government research labs, mostly for email and file transfers.

24
Q

What two things merged in the 1980s to make up the Internet?

A

ARPANET and NSFNet

25
What is Internet?
a connection of billions of computers using the Internet Protocol’s communication rules.
26
Describe the World Wide Web
Early to mid 1990s was created, made internet easy to use, and caused number of people starting to use internet to increase exponentially
27
Describe computer communication
A computer communicates via the Internet by sending a packet, containing information like an address for a destination computer, the data size, and the data itself (email message, web page, piece of video, etc.). Packets travel over communication links which may be wires, but include fiber optic cables and wireless satellite communications too. Packets travel through several other computers on a path to a destination.
28
What is the largest maker of Internet routes and also one of the oldest router companies?
Cisco (1984)
29
What is IPv4?
the original Internet Protocol, 32-bit addresses.
30
What is IPv6?
newer version of IPv4, uses 128-bit addresses