wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.
A well defined series of steps you go through to solve a problem is called an . . .
a)
Algorithm.
b)
Procedure.
c)
Event.
d)
Sorting routine.
2.
-18 is which data type?
a)
Int
b)
String
c)
Float
d)
Bool
3.
The text "Hello World!" is what data type?
a)
Int
b)
String
c)
Float
d)
Bool+
4.
the value true is which data type?
a)
Int
b)
String
c)
Float
d)
Bool
5.
The data value 3.14159 is of which data type?
a)
Int
b)
String
c)
Float
d)
Bool
6.
In MIT App Inventor there are two views the App developer uses to make an App: the Design View and the Blocks view. The Design View is where . . .
a)
the app developer makes changes to what the end user will sees when they interact with the app.
b)
the app developer writes the code that changes what happens when the app is used.
c)
The backlog is keep before it becomes the sprint list.
d)
arguments and procedures are stored.
7.
In MIT App Inventor there are two views the App developer uses to make an App: the Design View and the Blocks view. The Blocks View is where . . .
a)
the app developer makes changes to what the end user will sees when they interact with the app.
b)
the app developer writes the code that changes what happens when the app is used.
c)
The backlog is keep before it becomes the sprint list.
d)
Arguments and Procedures are stored.
8.
A prioritized list of features that an app should have when it is finished is called a . . .
a)
Backlog.
b)
Sprint Task List.
c)
Data List.
d)
An Event Handler.
9.
A list of tasks taken from the backlog that can be completed within a two week time line is called a . . .
a)
Backlog.
b)
Sprint task list.
c)
Procedure
d)
Event Handler
10.
A button click is an an example of . . .
a)
an Event.
b)
a Procedure
c)
a Argument
d)
a Backlog
11.
The process of saving your App as you develop it with different names to indicate which iteration of the app is most current is called
a)
version control.
b)
procedure building.
c)
using a naming convention.
d)
SCRUM.
12.
Camel Case is an example of ...
a)
a naming convention.
b)
version control.
c)
Python format.
d)
a data type.
13.
The process of joining together two or more variables, possible of different data types, into a string is called . . .
a)
concatenation.
b)
version control.
c)
naming convention.
d)
conventional wisdom.
14.
This block of code is an example of . . . 
a)
event handler.
b)
conditional statement.
c)
programming loop.
d)
a procedure that uses arguments.
15.
This block of code is an example of . . .
a)
an event handler.
b)
a conditional statement.
c)
an iterative loop.
d)
a non-visible component.