Search Header Logo

Swift Playgrounds Test

Authored by Victor Conde

Other

7th Grade

Used 2+ times

Swift Playgrounds Test
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? let a = 5 let b = 3 let c = a + b

8

Error

53

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a function in Swift?

def myFunction()

function myFunction()

func myFunction()

void myFunction()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the break statement in a loop?

To restart the loop from the beginning

To continue executing the loop

To skip the current iteration and move to the next

To end the loop immediately

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? let x = 10 let y = 5 if x > y { print("x is greater than y") } else { print("x is less than or equal to y") }

None of the above

Error

x is less than or equal to y

x is greater than y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the return keyword in a function?

To specify the output of the function

To end the execution of the function

To indicate that the function has completed successfully

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? let a = 10 let b = 20 let c = a * b

200

30

Error

300

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the continue keyword in a loop?

To skip the current iteration and move to the next

To end the loop immediately

To restart the loop from the beginning

To continue executing the loop

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?