Swift Programming Course Assessment

Swift Programming Course Assessment

Professional Development

30 Qs

quiz-placeholder

Similar activities

CINEASTE 2.0 ROUND 1

CINEASTE 2.0 ROUND 1

KG - Professional Development

25 Qs

Welding Symbols Assessment

Welding Symbols Assessment

9th Grade - Professional Development

25 Qs

2018 Mechanical Chapter 14

2018 Mechanical Chapter 14

Professional Development

25 Qs

SJIT ECE PLACEMENT PRACTICE TEST-2

SJIT ECE PLACEMENT PRACTICE TEST-2

Professional Development

25 Qs

Python_Basics_1

Python_Basics_1

Professional Development

30 Qs

debug quiz part 2

debug quiz part 2

Professional Development

25 Qs

STEAM-ARDUİNO/CNC/DRONE modulları

STEAM-ARDUİNO/CNC/DRONE modulları

Professional Development

25 Qs

MarkLogic Bootcamp Evaluation

MarkLogic Bootcamp Evaluation

Professional Development

25 Qs

Swift Programming Course Assessment

Swift Programming Course Assessment

Assessment

Quiz

Specialty, Education, Other

Professional Development

Medium

Used 8+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following values would be best represented with a constant

Name

Age

Location

Score

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following would be best represented with a variable?

Name

Birthday

Age

Address

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a constant?

const

let

var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable?

const

var

let

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refers to the automatic detection of the data type of an expression in a programming language

Function

Variable

Type

Type Inference

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using type inference, which of the following variables would be assgined a Double type?

var state = "Metro Manila"

let country = "Philippines"

let population = 1243456

let speedLimit = 75.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Will the code compile? Why?

let number : Double = 3

Yes, because the compiler will assign the value 3.0 to number

Yes, becuase 3 is a Double

No, because 3 is not a Double

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?