PLTW Activity 1.1.4 Guess a Number

PLTW Activity 1.1.4 Guess a Number

9th Grade

13 Qs

quiz-placeholder

Similar activities

C++ Variables

C++ Variables

9th Grade

15 Qs

Chapter 11 Think Python Dictionary and Programming Concepts Quiz

Chapter 11 Think Python Dictionary and Programming Concepts Quiz

9th Grade

16 Qs

SEAC3 LO3 K-6 Computer Game Development Quiz

SEAC3 LO3 K-6 Computer Game Development Quiz

9th Grade

9 Qs

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

9th - 12th Grade

10 Qs

2.1.2 CSE Coding Fundamentals: Dead Reckoning

2.1.2 CSE Coding Fundamentals: Dead Reckoning

9th - 12th Grade

9 Qs

CSP Vocabulary

CSP Vocabulary

9th Grade - University

8 Qs

JS functions and variables

JS functions and variables

9th Grade

9 Qs

If-Else in Java

If-Else in Java

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?