If both inputs are 1, the output it 1.
What is a AND Gate
This person is credited with creating the World Wide Web.
Who was Tim Berners-Lee?
The science of interpreting the means and methods of making computers think like humans.
What is Artificial intelligence?
The creator of Windows OS.
Who is Microsoft?
print("Hello World")
What is Lua?
Whatever is input, the opposite is the output.
What is a NOT Gate
The first generation computer part that made the computer extremely large in size.
What is a Vacuum Tube?
The unit used to measure the speed of a processor.
What are GHz?
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?
<button onclick="window.print()">Print this page</button>
What is HTML?
If any of the inputs are 1, the output is 1.
What is a OR Gate
The invention led to the age of the personal computer industry.
What are Microprocessors?
The cycle that the CPU is continuously performing.
What is Fetch, Decode, Execute?
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?
print("Hello","there!")
quit()
What is Python?
If both of the inputs are the same, the output is 1.
What is a XNOR Gate
Millions of transistors placed on a single chip.
What are Monolithic Integrated Circuits?
Refers to storage systems that do not lose their data when the power is removed.
What is Non Volatile?
Finalized in November 1987 and released on December 9, 1987.
What is Windows 2.03?
10 PRINT "TAKE A GUESS"
20 PRINT "GOOD LUCK"
What is Commodore 64 BASIC?
If both of the inputs are 1, the output is 0.
What is a NAND Gate?
A big thing today that did NOT result from the creation of the integrated circuit.
What is Internet Capability?
The idea of using the fetch-decode-execute cycle is known as the (what) architecture.
What is VonNeumann?
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?
read(*,*) item1, item2, item3
print *, item1, item2, item3
write(*,*) item1, item2, item3
What is Fortran 90?