Swift Playgrounds Test

Swift Playgrounds Test

7th Grade

35 Qs

quiz-placeholder

Similar activities

song song 12345

song song 12345

4th - 7th Grade

32 Qs

Inside Tiger Book Unit 3

Inside Tiger Book Unit 3

6th - 8th Grade

34 Qs

b. inggris

b. inggris

7th Grade

35 Qs

AP Psych Name Game

AP Psych Name Game

KG - Professional Development

40 Qs

General Knowledge

General Knowledge

7th - 9th Grade

30 Qs

New Year 2020/21

New Year 2020/21

KG - Professional Development

36 Qs

Unit 4 Test Review (Nutrients) 20-21

Unit 4 Test Review (Nutrients) 20-21

6th - 12th Grade

34 Qs

1.01 Functions & Purposes of Business

1.01 Functions & Purposes of Business

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?