WorksheetsCSP 1.2 Quiz
Total questions: 70
Worksheet time: 27mins
Who created the computer language called COBOL?
Grace Hopper
Steve Wozniak
Mr. Torres
Who created the Apple computer?
Grace Hopper
Steve Wozniak
Mr. Torres
Which of the following images represent the Label component?
Which of the following images represent the Canvas component?
Which of the following images represent the Slider component?
Which of the following images represent the Button component?
When will global red be set to thumbPosition?
when the position of red_Slider1 is changed
when Canvas1 is dragged
when a circle is drawn on Canvas1
when PaintColor is set for the Canvas
When will a circle be drawn of Canvas1?
when the position of red_Slider1 is changed
when Canvas1 is dragged
when global red is set to thumbPosition.
when PaintColor is set for the Canvas
When PaintColor for Canvas be set?
when the position of red_Slider1 is changed
when Canvas1 is dragged
when global red is set to thumbPosition.
when a circle is drawn on Canvas1
What color is created be these blocks?
red
green
blue
grey
What color is created be these blocks?
red
green
blue
grey
What color is created be these blocks?
red
green
blue
grey
A number in base ten is a...
decimal number
binary number
hexadecimal number
octal number
What is the largest digit that can be used in the decimal number system?
9
10
1
0
What is the largest digit that can be used in the binary number system?
9
10
1
0
Which digits are used to represent a bit?
0 or 1
0 through 9
0 through 15
0 through 7
A byte is equivalent to...
8 bits
2 bits
4 bits
16 bits
Which decimal numbers can one byte represent?
0 through 255
0 or 1
0 through 8
any number
Convert the binary number 00012 to decimal.
1
2
4
8
15
Convert the binary number 00102 to decimal.
1
2
4
8
15
Convert the binary number 00112 to decimal.
1
3
5
8
15
Convert the binary number 01002 to decimal.
1
4
5
8
16
Convert the binary number 10002 to decimal.
1
4
5
8
16
How many btyes are used to represent the RGB values of a pixel?
3
24
8
255
What is used to represent a graphic image?
pixels
ASCII
UTF-8
Which are common codes that uses the binary system to represent alphabets and other characters?
ASCII
UTF-8
ASKII
FTU-8
What is the RGB value of green?
(255,0,0)
(0,255,0)
(0,0,255)
What is the RGB value of blue?
(255,0,0)
(0,255,0)
(0,0,255)
A compression method that results in losing data.
lossy compression
lossless compression
loser compression
lessloss compression
A compression method that results in preserving the original data.
lossy compression
lossless compression
loser compression
lessloss compression
Which compression formula ratio gives the Percent Compression?
Which compression formula ratio gives the Compression Ratio?
Data abstraction refers to...
using information while ignoring lower-level details of the structure of the information.
using information while being aware of lower-level details of the structure of the information.
using lower-level information and ignoring higher-level information.
Using higher-level information ad lower-level information.
Convert the 111111112 to decimal. (Hint: this is a byte)
256
8
9
255
What is an Event?
An action that causes something to happen
An action that doesn’t do anything in the App
An action that will allow you to look up and event
Something that is happening in the calendar
What is Event Handling
Event Handling is the coding involved in the events
Event handling is the way the user handles the events
Event handling is a type of code
Event handling is an app feature
What is the User Interface
Elements of which the user controls
Elements of which the coder controls
An interface with code
An interface with options
UI Elements
On screen buttons and options
Elements for code
Apps for the user
Artificial elements
The average salary for a mobile app developer is?
$45,000
$60,000
$75,000
$90,000
What are the three key parts of the App Inventor programming environment?
Android device
Viewer
Component Designer
Blocks Editor
This section is divided into sections and that contain components.
Blocks
Palette
Properties
Media
This section allows the app creator to develop the code that will run the app.
Blocks Editor
Design Editor
Viewer
Palette
Labels, buttons, and sensors are all examples of what?
Properties
Built-in controls
Components
Blocks
These are used to identify aspects of each screen or component.
Properties
Extensions
Blocks
Behaviors
True or False: Components can be either visible or non-visible.
True
False
This area shows a list of pictures and/or sound being used in the project.
Properties
Viewer
Palette
Media
True or False: a label component is an example of a non-visible component.
True
False
True or False: An accelerometer is an example of a non-visible component.
True
False
What is a app inventor?
spreadsheet
word processing
Cloud-based tool
database
Examples include buttons and sprites.
string
Which menu option allows you to create a new app?
Projects
Connect
Build
Help
Which menu option allows you to test your app?
Project
Connect
Build
Help
Which menu option do you choose to begin developing an app?
AI Companion
Start New Project
Save Project
Export Selected Project
Which menu option allow you to test your app via a WiFi connection?
AI Companion
Emulator
USB
Bluetooth
Which of these is NOT one of the 3 main screens in App Inventor?
Projects
Connect
Designer
Blocks
On the Palette, under which selection will you find a Button?
User Interface
Layout
Media
Sensors
On the Palette, under which item will you find the Accelerometer?
User Interface
Layout
Media
Sensors
The playing field for any App Inventor game is called a(n) ______?
Label
Canvas
Horizontal Alignment
Clock
When connecting App Inventor to your mobile device via AI Companion, QR in QR Code stands for?
Quick Read
Quick Ready
Quit Read
Quite Ready
In programming, this is an action that occurs as a result of the user or another source,
occassion
design
block
event
What is the purpose of this backpack icon?
store apps in it
delete unwanted blocks
export blocks to other apps
to make the page look pretty to make the page look pretty
An example of an event would be?
Mouse being clicked to hit mole
Pressing right left arrow keys
Key pad pressed to watch video
All of the above
A component that you can animate and that can interact with a canvas.
Image
Charcter
ImageSprite
Image Component
On the Blocks page, under which item will you find the "If-Then" blocks?
Control
Logic
Math
Text
