Search Header Logo

PC4.8-PC4.9 CSC403 T2

Authored by Shukria Arshe

Computers

9th Grade

Used 4+ times

PC4.8-PC4.9 CSC403 T2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?