wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Xcode and Playgrounds

Total questions: 9

Worksheet time: 2hrs 15mins

Name
Class
Date
1.
When was playground first introduced into Xcode?
a)
In Xcode 6
b)
In Xcode 7
c)
In Xcode 8
d)
In Xcode 5
2.
What version of Xcode are we using in class?
a)
Xcode 6
b)
Xcode 7
c)
Xcode 8
d)
Xcode 5
3.
What are the steps to open a new playground? 
a)
Open -> New -> Playground
b)
File -> Open -> Playground
c)
File -> New -> Playground
d)
File -> Playground
4.
Playground is a light way to test out code without fully starting a new app project
a)
True
b)
False
5.
On Xcode you save your work before you start the project. 
a)
False
b)
True
6.
What connects all components of code? 
a)
Output
b)
Variable
c)
String 
d)
If Statement
7.
What is the acronym to String? 
a)
st
b)
string
c)
strg
d)
str
8.
What is the acronym to variable? 
a)
var
b)
varb
c)
va
d)
varbl
9.
When you place an equal sign it is placing that text into a variable called message. 
a)
True
b)
False