Exploring Swift Basics

Exploring Swift Basics

10th Grade

19 Qs

quiz-placeholder

Similar activities

CPU Components Quiz

CPU Components Quiz

10th Grade - University

14 Qs

Microsoft Excel Review Quiz

Microsoft Excel Review Quiz

10th Grade

20 Qs

IT/CS Review Quizzizz

IT/CS Review Quizzizz

6th Grade - University

15 Qs

Pengenalan Web dan HTML

Pengenalan Web dan HTML

10th Grade

18 Qs

G4-Microprocessors and Their Uses

G4-Microprocessors and Their Uses

4th Grade - University

15 Qs

Pemahaman Berfikir Komputasional

Pemahaman Berfikir Komputasional

9th Grade - University

20 Qs

Konversi Bilangan

Konversi Bilangan

10th Grade - University

15 Qs

Understanding Computer Systems

Understanding Computer Systems

7th Grade - University

20 Qs

Exploring Swift Basics

Exploring Swift Basics

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Medium

Created by

Jaesan Ryfle-Turi

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Grace wants to greet her classmates in Swift. Which code should she use to print a friendly message?

echo 'Hello, World!'

System.out.println('Hello, World!')

print('Hello World!')

print("Hello, World!")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Elijah and Lily are building a cool Swift app together! They need to store the number of apples they collected. Which basic data type should they use for whole numbers in Swift?

String

Int

Float

Double

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

James and Ava are having a debate in class. James says the result of the Boolean expression true && false is true, while Ava disagrees. Who is correct? What is the result of the expression?

false

true

true || false

false && true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Emma wants to make sure her favorite number never changes in her Swift code. Which of the following is the correct way for Emma to declare a constant?

define constantName = value

const constantName = value

let constantName = value

var constantName = value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arjun wants to create a list of his favorite numbers in Swift. Which of the following is the correct way for Arjun to create an array of integers?

let arrayName = [1, 2, 3]

let arrayName = Int[]

var arrayName = [Int]{}

let arrayName = new Array()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Henry, David, and Mason are learning Swift together. They come across the forEach function and wonder what it does. Can you help them figure it out?

The forEach function runs some code for each element in a collection.

The forEach function filters elements based on a condition.

The forEach function sorts elements in a collection.

The forEach function returns a new collection of elements.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aiden is learning Swift and wants to show the value of his variable myVariable on the screen. Which line of code should Aiden use to print it out?

print(myVariable)

display(myVariable)

echo myVariable

log(myVariable)

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?