Swift Playgrounds Test

Swift Playgrounds Test

7th Grade

35 Qs

quiz-placeholder

Similar activities

b. inggris

b. inggris

7th Grade

35 Qs

Christmas Carols 6th

Christmas Carols 6th

6th - 8th Grade

33 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

30 Qs

Pop Music Trivia

Pop Music Trivia

6th - 8th Grade

31 Qs

ESL class

ESL class

KG - 10th Grade

33 Qs

Scharf "Pop" Culture

Scharf "Pop" Culture

6th - 8th Grade

30 Qs

ESL Pretest for Portuguese Speakers

ESL Pretest for Portuguese Speakers

KG - Professional Development

30 Qs

Rung chuông vàng khối teenagers VAS

Rung chuông vàng khối teenagers VAS

6th - 8th Grade

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