Logic Gates
"General" Computer History
"General" Computer Science
Windows Operating Systems
Programming Languages
100

If both inputs are 1, the output it 1.

What is a AND Gate

100

This person is credited with creating the World Wide Web.

Who was Tim Berners-Lee?

100

The science of interpreting the means and methods of making computers think like humans.

What is Artificial intelligence?

100

The creator of Windows OS.

Who is Microsoft?

100

print("Hello World")

What is Lua?

200

Whatever is input, the opposite is the output.

What is a NOT Gate

200

The first generation computer part that made the computer extremely large in size.

What is a Vacuum Tube?

200

The unit used to measure the speed of a processor.

What are GHz?

200

Not a public release. Microsoft released these disks (dubbed the “Premiere Edition”) to selected vendors, analysts, and members of the press in the summer of 1985 to obtain feedback on the product.

What is Microsoft Windows 1.0: Premiere Edition?

200

<button onclick="window.print()">Print this page</button>

What is HTML?

300

If any of the inputs are 1, the output is 1.

What is a OR Gate

300

The invention led to the age of the personal computer industry.

What are Microprocessors?

300

The cycle that the CPU is continuously performing.

What is Fetch, Decode, Execute?

300

This was the successor to Windows 3.1 and included a number of important new features such as support for 32-bit Windows applications, long mixed-case filenames (up to 255 characters), and GUI improvements (e.g., Explorer, Start button, Taskbar, shortcuts).

It was also first version of Windows that required an 80386 CPU (preferably a D-stepping or later) and was released to manufacturing on July 14, 1995 and went on sale at midnight on August 24, 1995.

What is Windows 95: First Retail Release?

300

print("Hello","there!")

quit()

What is Python?

400

If both of the inputs are the same, the output is 1.

What is a XNOR Gate

400

Millions of transistors placed on a single chip.

What are Monolithic Integrated Circuits?

400

Refers to storage systems that do not lose their data when the power is removed.

What is Non Volatile?

400

Finalized in November 1987 and released on December 9, 1987.

What is Windows 2.03?

400

10 PRINT "TAKE A GUESS"

20 PRINT "GOOD LUCK"

What is Commodore 64 BASIC?

500

If both of the inputs are 1, the output is 0.

What is a NAND Gate?

500

A big thing today that did NOT result from the creation of the integrated circuit.

What is Internet Capability?

500

The idea of using the fetch-decode-execute cycle is known as the (what) architecture.

What is VonNeumann?

500

A pre-release version of Windows 95 since its extremely limited test release back in June 1995. It was one of the last (if not the last) test versions produced before Windows 95 was released to manufacturing on July 14, 1995 and went on sale at midnight on August 24, 1995.

What is Windows 95: Build 499?

500

read(*,*) item1, item2, item3
print *, item1, item2, item3
write(*,*) item1, item2, item3

What is Fortran 90?

M
e
n
u