What does API stands for?
Application Programming Interface
Name a company that is known for popularizing large language models to general public?
OpenAI
Founders and general partners at the venture capital firm a16z.
Marc Andreessen, Ben Horowitz
What is the name of first computer programmer ever?
Ada Lovelace
What unit of measurement is used to indicate how fast a computer can perform calculations by measuring the number of floating-point operations it can do per second
Teraflops
What does this algorithm called?
```pseudocode
while not sorted(deck):
shuffle(deck)
```
Bogosort
Name a company that even after massive rebranding campaign still retains its old name to general public so much that, it's officially called "{company_name} formerly known as {old_company_name}"
X formerly known as Twitter
What Vinton Cerf and Robert Kahn are known for?
"inventing" internet
Bill gates supposedly said this iconic phrase:
"{memory_number} ought to be enough for anybody". How much memory he said?
640KB
Name this language
COBOL
Who is Larry Page?
co-founder of "Google"
What was the name of the first successful commercial relational database management system, released in 1983, based on the theoretical work of Edgar Codd?
IBM DB2
In object-oriented programming, what is the concept of hiding the internal state and requiring all interaction to be performed through an object's methods?
encapsulation
When did Commodore 64 was released to GA? (year)
1982
Which encoding algorithm is known for its ability to compress data by replacing common substrings with shorter codes, and is widely used in file compression formats like ZIP?
Lempel-Ziv-Welch (LZW) algorithm
Which computer network, developed in the late 1960s, was the precursor to the modern Internet and connected four major research universities in the United States?
ARPANET