Swift Flashcards

1
Q

Variable

A

A name that has a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Value

A

The data inside a variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of variables

A

Constants (let)

Regular (var)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of values

A
String
Integer
Doubles
Float
Boolean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Integer

A

A whole number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Boolean

A

True or false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

String

A

Anything with quotation marks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Double

A

A decimal number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Float

A

A long decimal number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Print

A

A program that lets you turn your coding into a organized structure.

Example:

print(“these are my Flashcards)

will turn into

these are my Flashcards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly