The child of a famous poet and English mathematician whom many historians consider the first programmer
Who is Ada Lovelace?
The more safe version of HTTP
What is HTTPS?
The programming language of the web
What is JavaScript?
A program statement that branches program execution based on some conditional (whether something is true)
What is an if statement?
Database
What is a place where you storage and manage data?
A computer scientist reponsible for decoding the encryption of German Enigma machines during the second world war
Who is Alan Turing?
a unique address that identifies a device on the internet or a local network
What is an IP Address?
An early language whose name shares its first 4 letters with "FORTNITE"
What is FORTRAN?
A program statement which wraps some code to be reused later
What is a function?
PNG
What is an image type?
One of the creators of the C programming language
Who is Dennis Ritchie/Ken Thompson?
The most common protocol on the Internet, which ensures proper transmission
What is TCP?
A programming language considered to be the successor of C
What is C++?
A type of loop that always executes at least once
What is a do while loop?
KISS
What is "Keep it simple, stupid"?
The creator of the Linux kernel
Who is Linus Torvalds?
A protocol used for mail transfer whose name starts with simple
What is SMTP?
The programming language that Linux is written in
What is C?
A symbol commonly seen at the end of programming statements.
What is a semicolon?
Spaghetti Code
What do you call code that is obviously badly written?
A US Navy admiral and one of the most well-known programmers
Who is Grace Hopper?
Different sections of a network are called ___
What are subnets?
One example of a functional programming language
What is ___?
A programming concept for generating an infinite amount of data
What is Trying to exit vim?
RTFM
What is "Read the fine manual"?