What Sketchup tool allows you to assign materials and colors to pieces of your model?
Paint Bucket
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
What does CAD stand for?
Computer-Aided Design
In Python this is incorrect:
‘Hello‘
How do we correct it?
"Hello"
Sketchup: Which tool allows you to delete a line or edge?
Eraser
0 and 1 (or 1 & 0)
Binary codes
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
A type of variable that can only have two values, either true or false
Boolean
What type of chart did you use (in unit 2) to create a step-by-step plan for creating the playground model?
Gantt
What function is used to prompt the user to type a keyword or enter a command and returns what the user entered?
INPUT
A way of visually displaying a set of instructions or algorithm for any particular task
Flowchart
What python function is used to print out/show the characters within parentheses?
Set of instructions, rules or command that must be followed to execute an action or decision (usually by a computer)
ALGORITHM
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
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
In what format or extension are python files saved?
.py
Sketchup: To easily create a box (3D) you first make a rectangle and then use the ________ tool
push/pull
Correct or Incorrect?
answer= input ('Type your favourite hobby:')
print("Glad to know that you like " + Answer)
Incorrect
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
Python uses indentation to indicate a block of code. What happens if you miss an indentation?
It will give an error