First Quiz Flashcards

0
Q

Who was Blaise Pascal

A

Invented Pascaline
First “digital calc”
Worked based on gears like car odometer

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

Who was John Napier

A

Invented Napier’s rods
Used as calculators
Slide rule

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

Who was Charles Babbage

A

Created difference engine
Laid theory of removable memory
Early theory of programming

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

Who was Herman Hollerith

A

Created census counting machine
Implemented Babbage’s ideas
Founded IBM

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

Describe first generation computers

A

Primary input was punch cards
Used valves as on/off switch
Very little memory
Programmed in machine language, then assembly

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

Describe 2nd gen computers

A

Introduced transistors
Core memory and disk storage
Use of high level programming
-Fortran, COBOL

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

Describe 3rd gen comps

A
Use integrated circuits
Terminals replaced punch cards
IBM introduced compatible family of computers 
Operating systems developed
Now pervaded most areas of business
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe 4th gen comps

A
Use of microprocessors 
PCs developed by IBM
VLSI (very large scale of integration)
chips used
Secondary storage reached Gb
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe 5th gen comps

A
Next generation of comps
AI controlled computers
Voice recognition
Quantum computers
Goal is to allow comps to learn and self organize
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Moore’s Law

A

Density of silicon chips will double every year

Mostly accurate

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

Describe the end of Moore’s Law

A

Chips can’t physically hold any more transistors before the would melt from the heat produced

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

What are the five forms of computers

A

1: Mainframe
2: Minicomputers
3: Microcomputer
4: Internet
5: Pervasive computing

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

What are mainframe comps

A

All hardware centralized

Users access via dumb terminals

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

What are minicomputers

A

Same as mainframe just smaller/faster

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

What are microcomputer

A

Personal Computers

Connection to mainframe by network only

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

What is Internet

A

Enables computer interaction on global scale.

Uses global standard protocols

16
Q

What is pervasive computing

A

Making computers mobile

I.e. laptops, cell phone etc.

17
Q

What are the two tasks of the CPU

A

Math and Information Flow Management

18
Q

What’s the address bus

A

One way outgoing path the computer uses to request information from rest of system

19
Q

What’s the data bus

A

Two way path that carries data from system to CPU

20
Q

What’s RAM

A

Random Access Memory
Working memory
Go download moar

21
Q

What’s the I/O bus

A

Connects chipset with internal/external

I.e hard drive, flash, optical disks

22
Q

What’s the BIOS ROM

A

Basic Input/Output System Read Only Memory

Boots computer

23
Q

What’s the clock

A

Timing pulse to system

GHz of chips

24
Q

What’s cache

A

Amount of memory stored on CPU

Very volatile but very fast

25
Q

What are two types of GPU

A

Dedicated and Integrated

26
Q

What’s Dedicated GPU

A

Plugs into motherboard and uses its own RAM. Much, much better

27
Q

What’s integrated GPU

A

Resides in motherboard and shares system RAM

28
Q

What are the 5 core functions of Operating Systems

A
Supervision of hardware
Hardware utilities
Security
Communication services
Software utilities
29
Q

What is UNIX

A

Early operating system whose code is still used
Experiment at AT&T
Written in C