Anything Goes 1
Python 1
Anything Goes 2
Python 2
150

What Sketchup tool allows you to assign materials and colors to pieces of your model?

Paint Bucket

150

What two values can be accepted as INPUT for this short python program?

house = input('type ENTER or RUN:') 

print('You have chosen to ' + house)

ENTER and RUN

150

What does CAD stand for?

Computer-Aided Design

150

In Python this is incorrect:   

     ‘Hello‘ 

How do we correct it?

"Hello"

200

Sketchup: Which tool allows you to delete a line or edge?

Eraser

200

0 and 1 (or 1 & 0)

Binary codes

200

Books, magazines, news articles (published or online), statistical data provided by an organization, school etc., radio and/or TV documentaries, biographies, textbooks, encyclopedia

Secondary Research

200

A type of variable that can only have two values, either true or false

Boolean

375

What type of chart did you use (in unit 2) to create a step-by-step plan for creating the playground model?

Gantt

375

What function is used to prompt the user to type a keyword or enter a command and returns what the user entered?

INPUT

375

A way of visually displaying a set of instructions or algorithm for any particular task

 Flowchart

375

What python function is used to print out/show the characters within parentheses?

PRINT

450

Set of instructions, rules or command that must be followed to execute an action or decision (usually by a computer)

ALGORITHM

450

What is  the name of the variable in this example code?

answer= input ('Type your favourite hobby:')

print("Glad to know that you like " + answer)

answer

450

Site visit, observation (and taking down notes), questionnaires, internet feedback, interviews (formal/informal), survey (postal, email, face to face), photographs and sketches you have taken/made yourself

Primary Research

450

In what format or extension are python files saved?

.py

700

Sketchup: To easily create a box (3D) you first make a rectangle and then use the ________ tool

push/pull

700

Correct or Incorrect?

answer= input ('Type your favourite hobby:')

print("Glad to know that you like " + Answer)

Incorrect

700

What RELATED CONCEPT are these questions related to?

Is the design going to be user-centered? How are the elements going to be creative, fun and safe to use?

Ergonomics

700

Python uses indentation to indicate a block of code. What happens if you miss an indentation?


It will give an error

M
e
n
u