Pathway

Pathway

Professional Development

45 Qs

quiz-placeholder

Similar activities

intern mcqs OMR Dept. 10 july

intern mcqs OMR Dept. 10 july

Professional Development

50 Qs

Round-1 Quiz

Round-1 Quiz

Professional Development

50 Qs

PLC TEST

PLC TEST

Professional Development

45 Qs

แบบทดสอบวิชาไมโครคอนโทรลเลอร์

แบบทดสอบวิชาไมโครคอนโทรลเลอร์

KG - Professional Development

45 Qs

Aircraft drawing

Aircraft drawing

Professional Development

45 Qs

Topic 1 Multiple Choices Questions

Topic 1 Multiple Choices Questions

Professional Development

46 Qs

Week 4 - test

Week 4 - test

Professional Development

40 Qs

Linux Pro Chapters 1-3

Linux Pro Chapters 1-3

Professional Development

44 Qs

Pathway

Pathway

Assessment

Quiz

Other

Professional Development

Hard

Created by

chien nguyen

Used 10+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which keyword is used to declare a constant in Swift?

let

var

const

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Swift, can the value of a constant be changed after it has been declared?

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Swift data type is used to represent a sequence of characters?

String

Character

Array

Set

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which property can be used to get the number of characters in a string in Swift?

count

length

size

sizeOf

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can we write a single-line comment in Swift?

<!-- This is a comment -->

/* This is a comment */

// This is a comment

# This is a comment

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is readLine() used for in Swift?

To read a text file

To read user input from the command line

To read data from a URL

To read an array

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Swift, what does the ! symbol mean when placed after a variable?

It declares a new Optional variable

It increments the value of a variable

It implicitly unwraps an Optional variable

It indicates a factorial operation

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?