Search Header Logo

Apple Swift Coding 1 - Lesson 6 - 7

Computers

9th - 12th Grade

Used 21+ times

Apple Swift Coding 1 - Lesson 6 - 7
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?