Strings and Things
Chars and Vars
Interpretation of Interpolation
Literally String Literals
Potpourri
100

This is a series of characters

What is a String?

100

Often an image used to convey a message, these characters are compatible with Swift

What is an emoji?

100

Swift created this as a way to make inserting things into strings easier

What is string interpolation?

100

A string literal is a sequence of characters surrounded by these punctuation marks

What are quotation marks?

100

Shreyas, Eric, and Nathan are in these grades respectively

What is 10th, 11th, and 12th?

200

The action of adding to strings together via a “+” symbol is known as this

What is concatenation?

200

These represent positions of characters within a string

What are string indices?

200

The more successful method of combining Strings in Swift between interpolation and concatenation

What is Interpolation?

200

A multiline string literal uses this many quotation marks at the beginning and end of the string

What is 3?

200

English people tend to use this word instead of zero and this value represents an empty variable

What is nil?

300

This describes a string that has been modified, a term that is also used in biology

What is mutated?

300

Unicode employs various representations of chars and strings, this such representation could be said to lack both magnitude and direction

What is Unicode Scalar Representation?

300

In order to signify string interpolation, one must add this symbol in front

What is a backslash?

300

A slash is used in the middle of a multiline string literal to convey this;

What is neater source code?

300

Shreyas, Eric, and Nathan made a fire presentation of this many slides

What is 10?

400

A string is of this type, a type that ensures that a new copy is made when it is assigned to another constant or variable

What is value type?

400

In October 2019, Emoji 12.1 added 168 new Unicode emojis, bringing the total number of emojis up to this number

What is 3178?

400

Interpolation is used to create a string from a mix of things. A clue to one of the things that may be interpolated is quite literally in this clue if interpreted correctly

What are literals?

400

The reason why string literals are used is this

What is to represent a sequence of characters that form a null-terminated string?

400

This was the color of the first slide

What is Red Orange?

500

The term for a part of a string minus “string” added with the type of life represented by fish produces this word

What is submarine?

500

U+1F425 is the Unicode scalar value for this emoji, also known as the offspring of a rooster and a hen that is oriented forward

What is a front-facing baby chick?

500

The computer interprets print(#"6 times 7 is \#(6 * 7)."#) and prints out a string with these as the last two numerical digits printed

What is 42?

500

There are many special characters in string literals. in particular represents this term, which could also be described as something drawn by a horse on its way home

What is a carriage return? (\r)

500

This graduate of the University of Portland, the Alma Mater of Mrs. Wetterer, is the mastermind behind Swift

Who is Chris Lattner?

M
e
n
u