• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back

What did Charles Babbage develop?

He developed the concepts for two steam powered machines known as the Difference engine and the Analytic Engine

Who succeeded in building the Difference Engine?

Pehr George Scheutz. The Difference Engine was made for calculating mathematical tables.

Who is Herman Hollerith and what did he do?

Herman Hollerith was a mechanical engineer who invented a new punched card technology which proved faster than other methods. He also set up his own company known as IBM

What did Alan M. Turing create?

Alan Turing created the Turing machine.

Who teamed up with IBM to create the Mark I computer?

Howard T. Aiken. The Mark I could handle negative and positive numbers, carry out long calculations in their natural sequence, use a variety of mathematical functions and is fully automatic.

What did John W. Mauchly and J. Presper Eckert Jr. design?

They designed and built the first large-scale electronic digital computer from 18000 vacuum tubes and 1500 relays.

Who worked on the ENIAC project?

John von Neumann. He also played a major role in the development of EDVAC, an improves version of ENIAC.

Mauchly and Eckert developed what computer in 1951?

They developed the UNIVAC I. The UNIVAC I was considered to be the first commercially viable electronic digital computer.

What computer was purchased from the University of Toronto in 1952?

The FERUT. The FERUT was a copy of the MARK I that Alan M. Turing made in the University of Manchester.

When were vacuum tubes replaced?

Vacuum tubes were replaced in the late 1950s - early 1960s. They were replaced with transistors.

What hardware development did the 1st generation include?

Vacuum tubes, card input/output, magnetic drum memory.

What hardware development did the 5th generation have and when?

RISC, parallel computers, optical storage. Year 1980+

Who was the first person to be considered the first computer programmer.

Ada, Countess of Lovelace

What did assembly language allow programmers to do?

Assembly language let programmers write instructions using letter symbols rather than binary operation codes

What are some advantages of assembly language compared to machine language?

Assembly language is easier and faster to write, easier to debug, easier to change at a later date.

What does machine oriented mean?

A program written to run on one computer which will not work on another

What is BASIC?

BASIC is a programming language that undergraduate students could easily learn and use on a time-shared basis on a large computer.

Who developed FORTRAN?

John Backus developed FORTRAN

What is object-oriented programming?

It is a method of designing and writing programs based on the concept that a program is a collection of objects which work together.

What is information put into a computer? Out of a computer?

Input and Output

What internal part of the computer processes information?

The CPU. The CPU does the work and determines the order in which operations are performed.

A USB drive is an example of what?

A secondary storage device

ROM is used to store what kind of information?

It stores information that the computer needs in order to function.

What are some examples of hardware?

An example of hardware includes the hard disk, keyboard, mouse, monitor, printer, speakers, light pens, barcode readers, disk drives and CD ROMs

What is a programming environment?

A programming environment is a set of tools that includes an editor for entering and changing the program, a compiler or interpreter for translating programs into a machine language that the computer can understand and sometimes a debugger.