Native mobile development

Native mobile development

University

20 Qs

quiz-placeholder

Similar activities

Basics of Programming

Basics of Programming

University

25 Qs

Penilaian Pemahaman OBE

Penilaian Pemahaman OBE

University

16 Qs

Language Development in the Bilingual/ Multilingual ECE CONTEXT

Language Development in the Bilingual/ Multilingual ECE CONTEXT

University

20 Qs

Google apps ( Part - 2 )

Google apps ( Part - 2 )

1st Grade - Professional Development

20 Qs

Python Fundamentals - Epsiode 02

Python Fundamentals - Epsiode 02

University

20 Qs

legal basis and theories

legal basis and theories

University

20 Qs

React Initial Review

React Initial Review

University

19 Qs

coding beast set 2

coding beast set 2

University

20 Qs

Native mobile development

Native mobile development

Assessment

Quiz

Education

University

Medium

Created by

Symbat Nurgaliyeva

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Swift?

A programming language developed by Microsoft.

A tool used to design user interfaces.

A powerful and intuitive programming language by Apple.

A library for handling backend databases.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of an optional in Swift?

To perform mathematical calculations.

To represent a value that can either exist or be nil.

To create loops for repetitive tasks.

To handle errors in Swift programs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid declaration of an optional?

let name = "John"

var score = Int!

var userName: String? = nil

let pi = 3.14

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code print?

"It's hot outside!"

"It's cold."

An error message

Nothing

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you declare a constant in Swift?

Using var keyword

Using const keyword

Using let keyword

Using final keyword

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logical operator ensures BOTH conditions are true?

&&

||

!

==

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will this loop print?

1 2 3 4

1 2 4

1 2

1 4

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?