PLTW Activity 1.1.4 Guess a Number

PLTW Activity 1.1.4 Guess a Number

9th Grade

13 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles - Unit 4: Variables, Conditionals

AP Computer Science Principles - Unit 4: Variables, Conditionals

9th - 12th Grade

10 Qs

Variables

Variables

7th - 10th Grade

16 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Programming Techniques

Programming Techniques

9th Grade

18 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st Grade - University

12 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Python Input/Output

Python Input/Output

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?