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?
PC4.8-PC4.9 CSC403 T2

Quiz
•
Computers
•
9th Grade
•
Hard
Shukria Arshe
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
create total = 5
var total = 5
declare total = 5
variable total = 5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
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
Similar Resources on Wayground
15 questions
AP CSP Unit 4: Lesson 15: Assessment Day

Quiz
•
9th - 12th Grade
10 questions
Programming Fundamentals

Quiz
•
9th - 10th Grade
15 questions
Y7 Python Mid Point

Quiz
•
7th - 12th Grade
11 questions
Variable Scope

Quiz
•
9th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
10 questions
MIT App Inventor Basics

Quiz
•
9th - 12th Grade
10 questions
TLE Q3 M5

Quiz
•
9th - 12th Grade
14 questions
Data types and Input

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade