FREE! Click here to Join FunTrivia. Thousands of games, quizzes, and lots more!
Quiz about The History of Computing
Quiz about The History of Computing

The History of Computing Trivia Quiz


My career followed the growth of the data processing industry. At the time I attended college there were no majors in data processing. I gained most of my training on my own or on the job.

A multiple-choice quiz by denmarks. Estimated time: 6 mins.
  1. Home
  2. »
  3. Quizzes
  4. »
  5. Science Trivia
  6. »
  7. Computers
  8. »
  9. History of Computing

Author
denmarks
Time
6 mins
Type
Multiple Choice
Quiz #
233,815
Updated
Dec 03 21
# Qns
10
Difficulty
Difficult
Avg Score
5 / 10
Plays
1464
- -
Question 1 of 10
1. Before the development of mainframe computers, data processing was done with cards. They were sorted, merged, and run through tabulating machines to create reports. What was a person called who worked in this field? Hint


Question 2 of 10
2. Punch cards were commonly called IBM cards, except by employees of Univac. They were invented by Herman Hollerith and measured 7 3/8" by 3 1/4". Why was this size chosen? Hint


Question 3 of 10
3. Each punch card had 80 columns and each column contained one or more punches to represent letters, numbers, and special characters. Many companies continued to use round holes after IBM developed the rectangular hole since IBM held the patent.


Question 4 of 10
4. In the early 1960s the IBM 1620 was introduced and used in many colleges. I was able to play with the one at UCLA. It was unique for the following reason. Hint


Question 5 of 10
5. If you saw the statement "add pay to total" what computer language would you be looking at? Hint


Question 6 of 10
6. A high level language could usually be run on any computer while a low level was designed for a specific computer.
Which of the following is a low level language?
Hint


Question 7 of 10
7. The Tabulating Machine Company became which of the following companies? Hint


Question 8 of 10
8. The IBM 360-67 was a virtual computer. What did that mean it was capable of doing? Hint


Question 9 of 10
9. A computer tape needed a ring to be inserted into its reel in order to use it.


Question 10 of 10
10. You are looking at a cobol program and see "pic x(10)". What does that mean? Hint



(Optional) Create a Free FunTrivia ID to save the points you are about to earn:

arrow Select a User ID:
arrow Choose a Password:
arrow Your Email:




Most Recent Scores
Mar 16 2024 : Guest 73: 7/10
Feb 01 2024 : comark2000: 10/10

Score Distribution

quiz
Quiz Answer Key and Fun Facts
1. Before the development of mainframe computers, data processing was done with cards. They were sorted, merged, and run through tabulating machines to create reports. What was a person called who worked in this field?

Answer: Tab Operator

A tab operator worked in a tab room. The title came from the tabulating machines that created the final reports. He was surrounded by file cabinets containing millions of punch cards.
2. Punch cards were commonly called IBM cards, except by employees of Univac. They were invented by Herman Hollerith and measured 7 3/8" by 3 1/4". Why was this size chosen?

Answer: It was the standard size of banknotes.

They were designed to be the same size as banknotes and fit into existing banknote boxes.
3. Each punch card had 80 columns and each column contained one or more punches to represent letters, numbers, and special characters. Many companies continued to use round holes after IBM developed the rectangular hole since IBM held the patent.

Answer: True

There were 12 positions in each column that were named from top to bottom the 12, 11, 10 or 0, and 1-9 punches. Numbers were represented by 1 punch in the 0-9 position. Letters had 2 punches, 1 in the 10-12 zone and 1 in the 1-9 position. IBM held the patent on rectangular punches.
4. In the early 1960s the IBM 1620 was introduced and used in many colleges. I was able to play with the one at UCLA. It was unique for the following reason.

Answer: It could only add and subtract by using a table.

The IBM 1620 could only do addition, subtraction, and multiplication by using a table. Division was done using programming. Input, output, and control could be done with an electric typewriter.
5. If you saw the statement "add pay to total" what computer language would you be looking at?

Answer: Cobol

Most languages allowed you to use a formula such as total = total + pay. Cobol was more formal though it did have the capability by using the compute statement. Compute total = total + pay. Basic had the optional word "let" before a formula.
6. A high level language could usually be run on any computer while a low level was designed for a specific computer. Which of the following is a low level language?

Answer: Assembly

Assembly language consisted of mnemonics that represented the actual machine code. The advantage over straight machine language is that it would let you use names instead of actual memory addresses.
7. The Tabulating Machine Company became which of the following companies?

Answer: IBM

The Tabulating Machine Company was started in the late 19th century by Herman Hollerith, the inventer of the punch card. It became IBM in 1924.
8. The IBM 360-67 was a virtual computer. What did that mean it was capable of doing?

Answer: All of these

The IBM 360-67 was used for testing programs since everything could be run within a virtual computer and could not effect other users.
9. A computer tape needed a ring to be inserted into its reel in order to use it.

Answer: False

A ring only needed to be inserted to write on the tape.
10. You are looking at a cobol program and see "pic x(10)". What does that mean?

Answer: It is describing the format of a field as 10 alphanumeric characters.

The pic statement showed the format of a field in a record or a storage variable. X represented alphanumeric and 9 represented numeric. A number in parenthesis was a repetition factor. S9(7)V99 would represent a signed numeric field with 7 digits before the decimal point and 2 after.
Source: Author denmarks

This quiz was reviewed by FunTrivia editor crisw before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.
3/29/2024, Copyright 2024 FunTrivia, Inc. - Report an Error / Contact Us