
Functions
Authored by Unknown Unknown
Information Technology (IT)
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to define a function in Swift?
func
function
def
method
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
func sum(_ numbers: Int...) -> Int {
var total = 0
for n in numbers {
total += n
}
return total
}
print(sum(1, 2, 3, 4))
10
1234
Error
nil
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
func outer() {
func inner() {
print("Inner function")
}
inner()
}
outer()
Inner function
outer
Error
nil
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
func divide(_ a: Double, _ b: Double) -> Double? {
if b == 0 {
return nil
}
return a / b
}
print(divide(10, 2)!)
5.0
nil
Error
Infinity
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
func factorial(_ n: Int) -> Int {
if n <= 1 { return 1 }
return n * factorial(n - 1)
}
print(factorial(4))
24
16
4
Error
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
HTML + CSS + JS
Quiz
•
University
8 questions
Understanding IF Functions in Spreadsheets
Quiz
•
7th Grade - University
7 questions
QUIZ SBD WEEK#11
Quiz
•
University
5 questions
SQL OPERATORS AFL
Quiz
•
11th Grade - University
10 questions
23CSR306_Unit I
Quiz
•
University
10 questions
Chapter Quiz
Quiz
•
University
10 questions
Comandos SQL
Quiz
•
University
10 questions
MongoDB Concepts 1
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
20 questions
Endocrine System
Quiz
•
University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
30 questions
W25: PSYCH 250 - Exam 2 Practice
Quiz
•
University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University
38 questions
Unit 8 Review - Absolutism & Revolution
Quiz
•
10th Grade - University