POST TEST (Tracy-Python)

POST TEST (Tracy-Python)

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Recording Software Button Identification Quiz

Recording Software Button Identification Quiz

8th Grade - University

10 Qs

Scratch Coding

Scratch Coding

6th Grade

18 Qs

Advance Feature Microsoft Excel

Advance Feature Microsoft Excel

8th Grade

10 Qs

DRAFTING TOOLS

DRAFTING TOOLS

7th Grade

11 Qs

Tracy's World

Tracy's World

6th - 8th Grade

12 Qs

Intro to CS-Python Unit 2 Quiz 1

Intro to CS-Python Unit 2 Quiz 1

8th - 12th Grade

15 Qs

MOAC Excel 2016 Lesson 05

MOAC Excel 2016 Lesson 05

8th - 12th Grade

14 Qs

Bootstrap Unit 1-4 Review

Bootstrap Unit 1-4 Review

6th - 12th Grade

13 Qs

POST TEST (Tracy-Python)

POST TEST (Tracy-Python)

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Melaine Pornia

Used 9+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables allow us to:

Name different parts of our programs

Use english words to communicate with Tracy

Store information to use in our programs

Change the words Tracy recognizes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Top Down Design makes it easier to solve a problem by:

Breaking the problem down into smaller parts

Starting your code from the first command

Starting with the biggest function and then moving to smaller ones

Making each function hold only one command

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an example of using Top Down Design?

Breaking a large code up into functions

Writing code for one part of a function before tackling the whole thing

Using descriptive names for variables

Separating a large problems into smaller ones

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a way functions make our code more readable?

Function names can describe what the function is completing

Functions break our code into smaller, separate parts

Each function only contains one command

Functions shorten our code by reusing code that has already been written

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What two things must be included in your function definition?

A function name and commands to be performed

Function variables and commands to be performed

Commands to be performed and function arguments

A function name and function variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the proper way to call the function three_circles?

def three_circles:

three_circles():

def three_circles():

three_circles()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comments are:

Written for humans to read and understand

Only needed when a program is over 50 lines

Commands performed by the computer

Always blue when Python recognizes them

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?