A user interface that uses icons and a mouse.
What is Graphical (GUI)
What is CSS?
This language, developed in the 1979, is known for its object-oriented features and was heavily influenced by C.
What is C++
The name for an element in a linked list?
What is a node?
What is device that cracked the German code during WWII?
Enigma machine sometimes referred to as the bombe
The most widely used operating system.
What is Windows?
Designed for web development, this language is used for creating dynamic content and has frameworks like React and Angular.
What is JavaScript
This structure allows elements to be inserted and removed in Last In, First Out (LIFO) order.
What is a stack?
This was the first commercially available computer programming language.
What is FORTRAN?
The most common source control option
What is Git?
The programming language that is most commonly associated with Appleās iOS app development
What is Swift?
The big O of search for a binary search tree
What is O(log n)?
Who is considered the father of modern computer science?
The popular operating system, launched in 1991, that also has its own mascot, Tux the penguin
What is Linux
This protocol is used to transfer hypertext requests and information between browsers and web servers
What is HTTP?
This lanugage, created in 1959, is still used by many banks today.
What is COBOL?
An algorithm for traversing a graph, which starts at the a vertex and explores as far as possible along each edge before backtracking.
What is DFS (Depth-First Search)?
The American research and development laboratory credited with the development of the Unix OS, C++, S, SNOBOL, AWK, AMPL, and others
What is Bell Labs?
This technique is used to train AI models by providing them with large amounts of data and allowing them to learn patterns and relationships from that data.
What is machine learning?
What is React?
The most efficient programming language
C
The observation that the number of transistors on integrated circuits doubles approximately every two years
What is Moore's Law