Swift Playgrounds Test

Swift Playgrounds Test

7th Grade

35 Qs

quiz-placeholder

Similar activities

ladybug and chat noir

ladybug and chat noir

7th Grade

34 Qs

ESL Pretest for Portuguese Speakers

ESL Pretest for Portuguese Speakers

KG - Professional Development

30 Qs

Testing strategies and behaviors

Testing strategies and behaviors

6th - 8th Grade

40 Qs

TAYLOR SWIFT

TAYLOR SWIFT

6th - 8th Grade

33 Qs

HCT CB Level 1 List 3 ADWC

HCT CB Level 1 List 3 ADWC

4th Grade - University

30 Qs

Descendants 2 Lyrics Challenge

Descendants 2 Lyrics Challenge

KG - Professional Development

30 Qs

Mwd theory practice

Mwd theory practice

1st - 12th Grade

32 Qs

Miraculous Ladybug: Kwamis (Season 1-3)

Miraculous Ladybug: Kwamis (Season 1-3)

KG - Professional Development

35 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?