Swift Playgrounds Test

Swift Playgrounds Test

7th Grade

35 Qs

quiz-placeholder

Similar activities

Fragments, Run-ons, and Comma Splices

Fragments, Run-ons, and Comma Splices

6th - 12th Grade

30 Qs

blake shelton is hot

blake shelton is hot

5th Grade - Professional Development

39 Qs

webMethod Final Review Session

webMethod Final Review Session

7th - 12th Grade

36 Qs

2010s Music Trivia

2010s Music Trivia

6th - 12th Grade

30 Qs

Vocabulay

Vocabulay

4th - 8th Grade

35 Qs

Mwd theory practice

Mwd theory practice

1st - 12th Grade

32 Qs

ESL Pretest for Portuguese Speakers

ESL Pretest for Portuguese Speakers

KG - Professional Development

30 Qs

Business Functions & Depts

Business Functions & Depts

6th - 8th Grade

33 Qs

Swift Playgrounds Test

Swift Playgrounds Test

Assessment

Quiz

Other

7th Grade

Hard

Created by

Victor Conde

Used 2+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?