Raspberry pie
Python
Design
OOP
Ryan's fun Questions
100

What version of Raspberry Pie do we use?

Raspberry Pie 3B+

100

A file containing python statements and definitions is? 

Module

100

The python interface to the tk gui system

What is Tkinter?

100

What does OOP stand for? 

Object-Oriented Programing


100

Who is always with us in class, but never coding?

Blanche 

200

What is the name of the operating system used in a raspberry pie?

Raspberry Pie OS

200

An object used as a container for storing data values is?

What is a variable?

200

How do you install Tkinter?

You Don't 

200

Things you think about when designing a program, usually made into a class are? 

What are objects?

200

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

300

What does GPIO stand for?

general-purpose input/output

300

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.

300

What command is used to display a message on the terminal interface?

Print

300

Creating an instance of a class is?

What is Instanciation? 

300

DOUBLE JEOPARDY

What is the rarest M&M color?

Brown

400

The command-line utility used on the raspberry pie is? and is based on? 

Terminal, Based on linux

400

Dividing code into useful blocks which sometimes return a value are? 

What is a function?

400

What command do you need to allow you to use the Tkinter library in your code?

From Tkinter import *

Import Tkinter as TK

400

Keeping functions safe from outside interference and misuse is?

What is encapulation? 

400

What are all the names of Snow Whites seven dwarfs? 

Grumpy, Dopey, Doc, Happy, Bashful, Sneezy and Sleepy

500

Before it was called raspberry pie OS, what was the name of the operating system?

Raspbian

500

How do you create a module?

Save code in a file with the extension .py

500

One of the most tricky parts of building a gui is?

laying out the different parts of your application to make it look good.

500

Showing only essential attributes and hiding unnecessary information is?

What is abstraction?

500

What country won the very first FIFA World Cup in 1930?

Uruguay