PC4.8-PC4.9 CSC403 T2

PC4.8-PC4.9 CSC403 T2

9th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch Programming

Scratch Programming

5th - 9th Grade

15 Qs

CodeHS 4.9 Local Variables and Scope

CodeHS 4.9 Local Variables and Scope

9th - 12th Grade

7 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Java Scope mini quiz

Java Scope mini quiz

9th - 12th Grade

9 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

MIT App Inventor Basics

MIT App Inventor Basics

9th - 12th Grade

10 Qs

escape sequence

escape sequence

9th Grade

12 Qs

Introduction to Variables

Introduction to Variables

9th Grade

11 Qs

PC4.8-PC4.9 CSC403 T2

PC4.8-PC4.9 CSC403 T2

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Shukria Arshe

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct Swift playground statement that is used to assign a new variable with the name total and initialize it to 5?

create total = 5

var total = 5

declare total = 5

variable total = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is the value of variable Time2 after executing the code segment below?

0

7

13

20

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following refers to the value of variable count after executing the code fragment above?

1

3

5

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following conditions makes the character collect exactly five gems in the code segment below?

counter>4

counter>5

counter>7

counter>10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false?

You cannot declare the same variable name more than once within a block,

You cannot declare the same variable name more than once within a block, even if a block contains other blocks.

A class’s instance variables override locally declared variables with the same names that are declared within the class’s methods.

A variable ceases to exist, or goes out of scope, at the end of the block in which it is declared.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable whose scope is located to the program, it can be used and updated by any part of the code. this scope is typically derived from the variable being declared (created) outside of any function, object, or method

Global Variable

Small Variable

Limited Variable

wideVariable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable with a scope is one that can only be seen, used and updated by code within the same scope. Typically this means the variable was declared (created) inside a function -- includes function parameter variables.

Global Variable

Local Variable

Limited Variable

wideVariable

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?