Apple Swift Coding 1 - Lesson 6 - 7

Apple Swift Coding 1 - Lesson 6 - 7

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Eilat T1W2 Functions Quiz 1

Eilat T1W2 Functions Quiz 1

9th Grade

15 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

KSN Preparation #1

KSN Preparation #1

10th - 12th Grade

10 Qs

Функции C++

Функции C++

10th Grade

12 Qs

Revision - Optional Lesson

Revision - Optional Lesson

12th Grade

7 Qs

Python Fundamentals and Programming

Python Fundamentals and Programming

11th - 12th Grade

13 Qs

bài 28

bài 28

11th Grade - University

10 Qs

Python Quiz  -  5

Python Quiz - 5

4th - 11th Grade

10 Qs

Apple Swift Coding 1 - Lesson 6 - 7

Apple Swift Coding 1 - Lesson 6 - 7

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Used 21+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does API stand for?

Actually Pretty Important

Application Programming Interface

Available Program Interpretation

Automatic Program Input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What best describes an algorithm?

Only calculations that use advanced mathematics

The computer equivalent of rhythm

A step by step series of operations

The same thing as an identifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is API?

A safety check to make sure programs work

A tool for writing programs

A rating given to experienced programmers

The set of functions you can use with a particular programming area.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a benefit of using functios?

They can give you infinite loops

They keep your code organized.

They prevent repeated code

They make larger programs easier to understand

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With the following code, what would you expect to see in the console in a playground?


func saySomething ( ) {

print ("Functions are awesome")

saySomething( )

}

saySomething ( )

Functions are awesome, once

Functions are awesome, twice

Functions are awesome, repeated over and over and over

Nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With the following code, what would you expect to see in a console playground?


func saySomething ( ) {

print ("Functions are awesome")

}

saySomething ( )

saySomething

Functions are awesome

Nothing

Something

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With the following code, what would you expect to see in the console in a playground?


func saySomething ( ) {

print ("Functions are awesome")

}

Functions are awesome

saySomething

Something

Nothing

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?