PLTW Activity 1.1.4 Guess a Number

PLTW Activity 1.1.4 Guess a Number

9th Grade

13 Qs

quiz-placeholder

Similar activities

Variable Scope

Variable Scope

9th Grade

11 Qs

Chapter 11 Think Python Dictionary and Programming Concepts Quiz

Chapter 11 Think Python Dictionary and Programming Concepts Quiz

9th Grade

16 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

Intro Loop Vocabulary

Intro Loop Vocabulary

9th - 12th Grade

12 Qs

Computer Science Principles Unit 5 Part 1

Computer Science Principles Unit 5 Part 1

9th - 12th Grade

15 Qs

SEAC3 LO3 K-6 Computer Game Development Quiz

SEAC3 LO3 K-6 Computer Game Development Quiz

9th Grade

9 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

PLTW 1.1.5 Guess a Number 1 Player

PLTW 1.1.5 Guess a Number 1 Player

9th 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?