GUI
What is a Graphical User Interface?
This keyword brings the resource into your code so it can be used.
What is import?
A data type that consists of whole numbers and their opposites.
What is int?
Provides a human-friendly address for internet destinations.
What is Domain Name System (DNS)?
</body>
What is the proper way to close the body of html?
The part of a program that decides what to do in response to an event, such as the click of a mouse.
What is an Event Handler?
This is the short name given to the matplotlib.pylot module.
What is PLT?
Data type that always has a decimal.
What is float?
More surreptitious than sweet, these keep track of your activities online so pages can tailor your experience.
What are cookies?
An external webpage tool that uses a graph or a picture to extract meaning from data.
What is Cascading Style Sheet (CSS)?
The field of computer science that focuses on how people and machines communicate.
What is Human Computer Interaction (HCI)?
The name of the library being imported.
What is matplotlib?
True or False - nothing else.
What is Boolean?
What is the top level domain?
Used to encrypt a message for someone else using Public Key encryption.
What is the recipients public key?
Interactions that rely on the sense of touch.
What are haptics?
This is the module that we want to use/
What is pyplot?
Usually text, but can really be any characters.
What is a string?
Known as this, it develops web standards.
What is the World Wide Web Consortium (W3C)?
JavaStript is a good example of this.
What is client side scripting?
A pattern that separates a program into the data, the observer, and the controller.
What is Model-View-Contoller (MVC) pattern?
For the ndarray object img, len(img) gives you this.
What is the image height?
Similar to a list but immutable.
What is a tuple?
SYN 6, ACK 7, SYN 34, ACK 35
What is a Transmission Control Prototype (TCP) handshake?
A tool that can combine data across several MySQL tables into one result (used in a query).
What is a JOIN command?