Apple Swift Coding I - Lesson 11-16 (REORDER)
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Used 18+ times
FREE Resource
Enhance your content in a minute
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the code snippet that would produce the error:
Invalid reeducation of ‘myFirstWord’
let myFirstWord = "juice"
let myFirstWord = "banana"
let myFirstWord = "bye"
myFirstWord - "anemone"
myFirstWord = "uh oh"
var myFirstWord = "indubitably"
myFirstWord = "dada"
myFirstWord = 1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code snippet print out?
let number = 100
if number > 99 {
print ("What a smallish number !")
{ else if number < 150 {
print ("That's not so big.")
{
print ("Goodbye.")
“What a smallish number!”
“What a Smallish number!”
What a Smallish number!” “Goodbye.”
“That’s not so big.” “Goodbye.”
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What’s the effect of setting the main dish for tuesdayMenu on wednesdayMenu?
Var tuesdayMenu = DinnerMenu (mainDish: "veggie stew", sideDish" "bread", beverage: "fizzy water")
let wednesdayMenu = tuesdayMenu
tuesdayMenu.mainDish = "chicken parmesan"
A. Wednesday’s main dish is now “chicken parmesan” because wednesdayMenu is a was assigned to be equal to tuesdayMenu.
A. Wednesday’s main dish is now “veggie stew.” Because wednesdayMenu is a separate instance value from tuesdayMenu
A. The code fails with an error because wednesdayMenu is a constant and cannot be changed.
None of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why does the code have the error “Use of unresolved identifier ‘isBelow’” on the marked line?
isBelow should be declared before the if statement and value assigned inside
There is a spelling mistake in the constant name
The “let” statement should be “var”
The line with the error should read:
Return isBelow: Bool
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code snippet print out?
let number = 100
if number > 99 {
print ("what a large number !")
} else {
print ("That's not so big.")
}
print ("Goodbye.")
"What a large number!"
"What a large number!" "That's not so big"
"That's not so big" "Goodbye."
"What a large number!" "Goodbye."
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the code snippet that would produce the error:
Use of unresolved identifier ‘myFirstWord’
let myFirstWord = "juice"
let myFirstWord = "banana"
let myFirstWord = "bye"
myFirstWord - "anemone"
var myFirstWord = "indubitably"
myFirstWord = "dada"
myFirstWord = 1
myFirstWord = "uh oh"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the code snippet that would produce the error:
Cannot assign to value: ‘myFirstWord’ is a “let’ constant
let myFirstWord = "juice"
let myFirstWord = "banana"
let myFirstWord = "bye"
myFirstWord = "anemone"
myFirstWord = "uh oh"
var myFirstWord = "indubitably"
myFirstWord = "dada"
myFirstWord = 1
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
22 questions
Presaberes Decimo
Quiz
•
10th Grade
22 questions
AS Data Types and Programming Constructs
Quiz
•
10th - 12th Grade
21 questions
Y3 Unit 1
Quiz
•
3rd Grade - University
21 questions
G9 Robotics
Quiz
•
9th Grade
23 questions
Bài 22. Thực hành cập nhật bảng dữ liệu có tham chiếu
Quiz
•
11th Grade
22 questions
Round 1: Hack The Quest
Quiz
•
8th Grade - University
24 questions
Html
Quiz
•
9th Grade
21 questions
เทคโนโลยีอินเทอร์เน็ต ม.5
Quiz
•
10th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
