
Understanding Swift Variables and Scope

Quiz
•
Computers
•
9th Grade
•
Medium
Iman Meg
Used 4+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable in Swift?
A constant value that cannot be changed
A named storage that can hold a value
A function that performs a specific task
A type of loop used in programming
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to declare a variable in Swift?
`let age = 25`
`var name = "John"`
`int height = 180`
`string city = "New York"`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between `let` and `var` in Swift?
`let` is used for loops, `var` is used for functions
`let` declares a constant, `var` declares a variable
`let` is used for strings, `var` is used for integers
`let` is used for global scope, `var` is used for local scope
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a global variable?
A variable declared inside a function
A variable declared outside all functions
A variable declared inside a loop
A variable declared inside a conditional statement
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the scope of a local variable?
It can be accessed from anywhere in the program
It can only be accessed within the block where it is declared
It can be accessed by all functions in the program
It can be accessed by all classes in the program
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct data type in Swift?
`integer`
`float`
`Int`
`double`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Swift code? ```swift var x = 10 x = 20 print(x) ```
10
20
30
Error
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about variable state is true?
A variable's state cannot change during program execution
A variable's state is its current value at any point in time
A variable's state is determined by its data type
A variable's state is always initialized to zero
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following Swift code? ```swift let pi = 3.14 pi = 3.14159 ```
3.14
3.14159
Error
0
Similar Resources on Wayground
11 questions
Super heros!!!!

Quiz
•
KG - University
10 questions
T3_PC6.1 & PC6.2

Quiz
•
9th Grade
11 questions
Javascript Lists Lecture Knowledge Check

Quiz
•
9th - 12th Grade
13 questions
JavaScript Variables

Quiz
•
3rd Grade - University
8 questions
Flask Quiz

Quiz
•
9th - 12th Grade
10 questions
Introducción a JavaScript I

Quiz
•
9th Grade
10 questions
Символьные величины 9 класс

Quiz
•
9th Grade
14 questions
Python Syntax

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade