Apple Swift Coding I - Lesson 3 - 4

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Used 9+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the escape character for?
Undoing the last program command
Telling the computer to quit an app
Skipping the rest of the string
Treating the next character in a special way
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the escape character for coding in Swift?
/
\
!
'
ESC
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a character in programming?
A distinguished coder like Ada Lovelace or Alan Turing
A letter from A to Z
A piece of a string like a letter punctuation mark, or number
The first 140 ADCII symbols
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The second line below has a "use of unresolved identifier" error. What does that mean?
Names need to match capital and lowercase letters; it should be playgroundName
playGroundName isn't a String
The string interpolation is done wrong; it should use a /
You can't repeat names
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the expression "1" + "1"
Hint: Not sure? Open the Strings playground, type it in and try it. That's not cheating: programmers try out little bits of code in Playgrounds all the time.
2
"2"
11
"11"
"1 1"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these are strings?
let myLuckyNumber = 42
"\"Curiouser and curiouser,\" said Alice."
Neither
Both A and B
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these are strings?
"$9.99"
"100%"
Neither
Both A and B
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
code.org CSP Unit 3 Review 20-21

Quiz
•
9th - 12th Grade
14 questions
Computer Programming Quiz

Quiz
•
10th Grade
15 questions
Quiz on String

Quiz
•
12th Grade
10 questions
Computational Thinking

Quiz
•
8th - 12th Grade
15 questions
FSWI - CH4 T1

Quiz
•
KG - Professional Dev...
10 questions
matplotlib

Quiz
•
10th Grade
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade