What version of Raspberry Pie do we use?
Raspberry Pie 3B+
A file containing python statements and definitions is?
Module
The python interface to the tk gui system
What is Tkinter?
What does OOP stand for?
Who is always with us in class, but never coding?
Blanche
What is the name of the operating system used in a raspberry pie?
Raspberry Pie OS
An object used as a container for storing data values is?
What is a variable?
How do you install Tkinter?
You Don't
Things you think about when designing a program, usually made into a class are?
What are objects?
What are the days and times of office hours since day one?
October - Wendsday 7:00 - 8:00
November, December - Tuesday, Thursday 9:00-9:00
What does GPIO stand for?
general-purpose input/output
DOUBLE JEOPARDY
What is an IDE and what are the components?
Integrated devleopment environment which typically contains a code editor, a compiler, and a debugger.
What command is used to display a message on the terminal interface?
Creating an instance of a class is?
What is Instanciation?
DOUBLE JEOPARDY
What is the rarest M&M color?
Brown
The command-line utility used on the raspberry pie is? and is based on?
Terminal, Based on linux
Dividing code into useful blocks which sometimes return a value are?
What is a function?
What command do you need to allow you to use the Tkinter library in your code?
From Tkinter import *
Import Tkinter as TK
Keeping functions safe from outside interference and misuse is?
What is encapulation?
What are all the names of Snow Whites seven dwarfs?
Grumpy, Dopey, Doc, Happy, Bashful, Sneezy and Sleepy
Before it was called raspberry pie OS, what was the name of the operating system?
Raspbian
How do you create a module?
Save code in a file with the extension .py
One of the most tricky parts of building a gui is?
laying out the different parts of your application to make it look good.
Showing only essential attributes and hiding unnecessary information is?
What is abstraction?
What country won the very first FIFA World Cup in 1930?
Uruguay