PLTW Activity 1.1.4 Guess a Number

PLTW Activity 1.1.4 Guess a Number

9th Grade

13 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Python Functions Quiz

Python Functions Quiz

9th - 12th Grade

10 Qs

Static/NonStatic

Static/NonStatic

9th - 12th Grade

11 Qs

CP M9 Assessment Review

CP M9 Assessment Review

9th - 12th Grade

12 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

Understanding Variable Scope in Swift

Understanding Variable Scope in Swift

9th Grade

10 Qs

Vocabulary Do Now 1

Vocabulary Do Now 1

9th - 12th Grade

10 Qs

PLTW Activity 1.1.4 Guess a Number

PLTW Activity 1.1.4 Guess a Number

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Joan Goldberg

Used 62+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What type of variable is currentX?

local scope

global scope

None of the above

local and global scope

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of variable is randomX?

local scope

global scope

None of the above

local and global scope

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stored data that is only used within a small part of a program and cannot be used by other parts of the program is a

local variable

global variable

None of the above

local variable and global variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stored data that may be used by any part of the program is a

local variable

global variable

None of the above

local variable and global variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using a large number of __________ variables adds complexity to your program, because all parts of the program can change ________ variables. Using __________ variables when possible saves time in debugging.

local, local, global

global, global, local

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of

Natural Language

Pseudocode

MIT App Inventor Blocks

Python

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of

Natural Language

Pseudocode

MIT App Inventor Blocks

Python

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?