This person is a famous computer engineer and is very rich
Bill Gates
This piece of hardware displays graphical information from the display server to the user
what company's logo is an fruit with a bite on the side?
Apple
This structure is defined in Python using LOOPS
What is a Control Structure?
An informal way of writing programs and is not specific to any language.
What is psuedocode?
This piece of hardware lets us transfer physical documents to pixel data on our computer
What is a scanner?
What company's logo is a circle made up of 4 colored squares?
What is Microsoft Windows
These 3 the programs are a part of the Google office suite
docs, sheets, slides, drive...
This structure is described in python through IF statements
What is a Decision Structure?
These languages are highly abstract and are typically easier to learn
What are High Level Languages?
This hardware lets sends video data to your computer
What is a webcam?
These computers are the size of a credit card and powerful enough to use as a web server
What is a Raspberry Pi?
Code that consists of 0's and 1's and closely interacts with the hardware of a computer
What is binary/machine language?
This function in Python lets us send information to the console output.
What is a print() function?
This interface converts hand-movement data into input for the desktop
What is a mouse?
The most used Operating System in the world?
GNU/Linux
This software allows us to compile, edit, and execute our python code
What is an IDE - Integrated Development Environment
Best know for inventing Python
Who is Guido van Rossum?
This company is most know for their work at Bell Labs in Murray Hill, NJ.
What is AT&T?
Needed to manipulated variables. Includes +, -, /, *, AND, OR.
What is an operator
These are repositories that are built into python, and can be created by users for specialized software projects
What is a Python library?