Computer Science • Answer Key

Activity 1.2.6: History of Programming Languages

A clean reference page for checking answers and understanding the main idea behind each one.

How to use this page

Each section gives the answer first, then explains why that answer matters in the larger history of computer science.

1

First machine algorithm

Who was the first person to create a machine algorithm, also known as a computer program? In what year?

Answer

Ada Lovelace in 1843.

Why

Ada Lovelace wrote the first machine algorithm for Charles Babbage’s machine.

Because

She understood that a machine could follow a sequence of instructions, not just do one calculation. That idea became the starting point for computer programming.

Back to top
2

First programming language

Who created what is known as the first programming language for computers? What was the program called?

Answer

Konrad Zuse created it in the early 1940s, and it was called Plankalkul.

Why

Plankalkul is considered the first true programming language for computers.

Because

It allowed engineers to store code and use instructions for repeated tasks, which made computer work more organized and much more efficient.

Back to top
3

Assembly Language

What did the creation of Assembly Language do?

Answer

Assembly Language simplified the instructions used to make a computer function.

Why

Before easier languages existed, programming a computer was much closer to writing in raw machine level instructions.

Because

Assembly made it easier for humans to tell the computer what to do without writing everything directly in machine code. It helped bridge the gap between people and the hardware.

Back to top
4

Oldest language still in use

What is the oldest programming language that is said to still be in use today? When was it created?

Answer

FORTRAN, created in 1957.

Why

FORTRAN was created by John Backus in 1957.

Because

Even though it is very old, it is still used for scientific, mathematical, and supercomputer work. That shows how powerful a well designed language can be.

Back to top
5

Python

When was Python invented? Name one company that uses this language.

Answer

Python was invented in 1991. One company that uses it is Google.

Why

Python was developed by Guido van Rossum in 1991.

Because

Python is high level, readable, and flexible, so it became one of the most popular languages in the world. The article also says Spotify uses Python, so that would be another correct company example.

Back to top
6

21st century language

Name one programming language developed in the 21st Century and the year it was invented.

Answer

Swift, 2014.

Why

Swift was developed by Apple in 2014.

Because

It was designed to be easier and more versatile for building apps. It also shows that programming languages keep changing as technology changes.

Back to top

Other acceptable answers for question 6

These would also be correct examples of languages developed in the 21st century.

C#, 2000
Scala, 2003
Groovy, 2003
Go, 2009