NEW
Font size
Worksheets1.1.2 CSE Algorithms and Coding Fundamentals
Total questions: 18
Worksheet time: 9mins
A non-visible component that can detect shaking and measure acceleration in three dimensions
Canvas
ImageSprite
AccelerometerSensor
Label
An image that moves on the Canvas based on the tilt of the device.
Canvas
ImageSprite component
AccelerometerSensor
Label
A canvas is a two-dimensional, touch-sensitive, rectangular panel that the user can draw on and the sprite can move on.
canvas
ImageSprite component
label
accelerometerSensor
A piece of text displayed on the user interface.
Canvas
ImageSprite component
AccelerometerSensor
Label
What does Fill parent do for height and width of an object?
Leaves the assigned area black
Sets height and width to 50%
Sets the height to the max height available and width to the max width available
Fill parent does not effect height and width
What is the Z-axis?
It represents where an object is vertically on the screen
Represents what goes into and out of the screen.
It represents where an object is horizontally on the screen.
The smallest unit of data storage that a program can use.
Strings
Variables
Integers
Floats
What are arguments?
The values that a program provides to a function or subroutine.
Text values
Whole number values
Floating decimal point values
A whole number that does not have a decimal or any digits after the decimal.
integer
float
strings
Boolean
A type of number that provides very precise information by including all the numbers after the decimal.
interger
float
strings
Boolean
Text or characters displayed by a program.
integer
float
strings
Boolean
A data type that only has two values, usually denoted as true or false.
interger
float
strings
Boolean
Joining together, without changing, separate items into one
Arguments
Variables
Concantenation
Strings
+, -, *, and / are known as
arithmetic operators
relational operators
logical operators
<, > , = are know as
arithmetic operators
relational operators
logical operators
Conditional statements (true, false) are known as:
Arithmetic operators
Relational operators
Logical operators
To identify errors or bugs in computer hardware or programs and fix them.
Program
Arguments
Variables
Debug
What is an algorithm?
a program
an application
a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
