Programming Languages trivia

Related Trivia

C, Python, Java, JavaScript origins, creators, and syntax lore.

Programming Languages Mini Quiz

Test your knowledge with these top questions!

Question 1

Which object-oriented feature does Java deliberately omit?

Java allows a class to inherit from only one parent class, using interfaces for extra shared contracts.

Question 2

The Python language takes its name from which source?

Guido van Rossum named Python after the comedy troupe Monty Python's Flying Circus, not after the snake.

Question 3

Who created the C programming language at Bell Labs?

Ritchie wrote C while building the Unix operating system with Ken Thompson at Bell Labs in the early 1970s.

Question 4

Which company developed the JavaScript language in 1995?

Brendan Eich wrote the first version of JavaScript in about ten days while working at Netscape.

Question 5

The programming language C++ gets its name from an operator that performs what action?

In coding, '++' is the increment operator which adds 1 to a variable, signifying that C++ is the next step up from the C programming language.

Question 6

What insect did engineers find lodged in a Harvard Mark II relay in 1947?

In 1947, engineers found and taped a moth from a Harvard Mark II relay; the incident helped popularize the term "debugging".

Question 7

Python creator Guido van Rossum named the popular programming language after what?

Python is named after the British comedy group Monty Python, not the reptile.

Question 8

Netscape named its new programming language "JavaScript" to achieve what goal?

JavaScript has almost no actual relation to Java; the name was a marketing tactic to capitalize on Java's immense popularity at the time.