Search Header Logo

Apple Swift Coding I - Lesson 11-16 (REORDER)

Computers

9th - 12th Grade

Used 18+ times

Apple Swift Coding I - Lesson 11-16 (REORDER)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?