App Inventer Flashcards

(23 cards)

1
Q

Event

A

An action that makes something happen

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

Command

A

The blocks that do all the work

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

Palette

A

The section in design view that shows a list of components hat you can add to your app

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

Viewer

A

The section in the design view that shows what the app will look like

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

Components

A

the section in the design view that shows what items have already been added to your app

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

Property’s

A

The section in the design view that shows what you can change about the current component

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

Blockly

A

Blockly is the name of a visual programming editor that app inventors use to make blockers in the browser

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

Designer

A

The screen where you can drag and drop component pieces and design your app.

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

Media

A

The section in the design view that shows any images and sounds you have currently uploaded to your app

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

Accelerater

A

Non-visible component that can detect shaking

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

New components

A

Canvas,camera

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

New code

A

Long click (event),dragging (event)

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

Canvas

A

A two dimensional touch sensitive rectangular panel in app inventors on which drawing can be done and sprites

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

Heading

A

A property of the “ball” component in AppInventor. This specifies the direction in which the ball travels
Heading is measured in degrees

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

Interval

A

property of the “ball” component in AppInventor. This specifies the frequency of the ball movement
Interval is measure in milliseconds

17
Q

Radias

A

A property of the “ball” component in AppInventor. This specifies the size of the ball
Radius is measured in pixels

18
Q

Speed

A

property of the “ball” component in AppInventor. This specifies how fast the ball travels
Speed is measured in pixels per second

20
Q

Horizontal arrangement

A

A component in appinventor that lets you place things next to each other horizontally

23
Q

Conditional Statement

A

a set of rules performed if a certain condition is met. (Example - IF a checkbox is checked THEN execute the command)