GUIs
Python img
Python Data Types
The WEB
More WEB
100

GUI

What is a Graphical User Interface?

100

This keyword brings the resource into your code so it can be used.

What is import?

100

A data type that consists of whole numbers and their opposites.

What is int?

100

Provides a human-friendly address for internet destinations.

What is Domain Name System (DNS)?

100

</body>

What is the proper way to close the body of html?

200

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?

200

This is the short name given to the matplotlib.pylot module.

What is PLT?

200

Data type that always has a decimal.

What is float?

200

More surreptitious than sweet, these keep track of your activities online so pages can tailor your experience.

What are cookies?

200

An external webpage tool that uses a graph or a picture to extract meaning from data.

What is Cascading Style Sheet (CSS)?

300

The field of computer science that focuses on how people and machines communicate. 

What is Human Computer Interaction (HCI)?

300

The name of the library being imported.

What is matplotlib?

300

True or False - nothing else.

What is Boolean?

300

What is the top level domain?

300

Used to encrypt a message for someone else using Public Key encryption.

What is the recipients public key?

400

Interactions that rely on the sense of touch.

What are haptics?

400

This is the module that we want to use/

What is pyplot?

400

Usually text, but can really be any characters.

What is a string?

400

Known as this, it develops web standards.

What is the World Wide Web Consortium (W3C)?

400

JavaStript is a good example of this.

What is client side scripting?

500

A pattern that separates a program into the data, the observer, and the controller.

What is Model-View-Contoller (MVC) pattern?

500

For the ndarray object img, len(img) gives you this.

What is the image height?

500

Similar to a list but immutable.

What is a tuple?

500

SYN 6, ACK 7, SYN 34, ACK 35

What is a Transmission Control Prototype (TCP) handshake?

500

A tool that can combine data across several MySQL tables into one result (used in a query).

What is a JOIN command?