This animal is the mascot of Linux.
What is a penguin?
This letter is used to denote runtime complexities in algorithms.
What is O?
This is the ASCII code for a null byte.
What is 0?
This year was the release of the first iPhone.
What is 2007?
This is the acronym for CPU.
What is Central Processing Unit?
The application "GIMP" was made to replace this software.
What is photoshop?
This data structure consists of an array of characters.
What is a string?
65 is the ASCII code for this letter.
What is A (capital)?
This computer is commonly known for being a cipher machine during World War 2.
What is the Enigma machine?
This is the acronym for IDE.
What is Integrated Development Environment?
This is the most commonly used open source license on Github.
What is the MIT license?
This data structure can dynamically grow and shrink in capacity.
What is a vector?
This is the ASCII code for "!".
What is 33?
This was the year that the Unix epoch started.
What is 1970?
This is the acronym for WYSIWYG.
What is What You See Is What You Get?
This person founded both the GNU project and the Free Software Foundation.
Who is Richard Stallman?
This search algorithm traverses a tree by exploring all the nodes at each depth first before moving on to the next.
What is breadth first search?
This ASCII code moves the cursor to the end of the line.
What is 13?
This observation states that the number of transistors in an IC roughly doubles every 2 years.
What is Moore's law?
This is the acronym for GLIBC.
What is GNU C Library?
This awards show is considered the Oscars of open source software.
What is the Infoworld Bossie Awards?
This algorithm is used for finding out what day of the week it is.
What is the "Doomsday Algorithm"?
This is the number of printable ASCII characters.
What is 95?
The Apollo Guidance Computer, used to land on the moon during the Apollo missions, had this much RAM.
What is 4 kilobytes?
This is the acronym for GNOME.
What is GNU Network Object Model Environment?