Logo

Computer Programming Trivia

Flex your coding cred and laugh in the face of bugs while you tackle Java lambdas, Python indents, and SQL queries—prove you're more than just a stack overflow lurker.

EXAMPLE QUESTIONS

Released in 2014, which version of Java introduced lambda expressions and the Stream API?

Java 8

Java’s “write once, run anywhere” slogan depends on platform-independent bytecode executed by which virtual machine?

JVM

In Python, code blocks are defined using significant what, rather than curly braces or 'begin'/'end'?

Indentation

In 1995 at Netscape, Brendan Eich built a web scripting language in just 10 days—later renamed LiveScript and then JavaScript. What was its original internal name?

Mocha

In SQL, which statement is used to retrieve data from a database table?

SELECT