The company that designed the first CPU
What is Intel?
The place where Apple, Dell, and Microsoft started their offices
What is a garage?
Time complexity of accessing an item in an array
What is O(1)?
The meaning of 'LAN'
The specific class of computer software that provides the low-level control for a device’s specific hardware
What is Firmware?
The year the first computer was invented
What is 1943?
The most popular computer system ever sold
What is the Commodore 64?
Time complexity of binary search?
What is O(log n)?
What is Hypertext Markup Language?
The application that has the file extension '.xls'
What is MS Excel?
The first mass-produced computer
What is the IBM 650?
The two founders of Apple
Who is Steve Jobs and Steve Wozniak?
The average time complexity of quick sort
What is O(n*logn)?
The meaning of 'PCB'
What is a printed Circuit Board?
What is str, int, float, complex, list, tuple, range, dict, set, frozenset, bool, bytes, bytearray, memoryview, and NoneType?
The first computer programmer
Who is Ada Lovelace?
The computer company invented the first floppy disks, hard disk drives, and DRAMS
What is IBM?
Time complexity of Depth-First Search
What is O(V)?
The meaning of 'ALU'
What is Arithmetic Logic Unit?
The core values of the Computer Science Honors Society
What is Equity, Service, and Excellence?
The first computer system that used color display
What is the Apple 1?
The current CEO of Microsoft
Who is Satya Nadella?
Time complexity of Breadth-first search when Adjacency List is used
What is O(V + E)?
The meaning of 'FLOPS'
What is Floating-point Operations Per Second?
The type of computer memory that requires power to maintain stored information
What is Volatile Memory?