What event handlers could you use with a player component? What do these components do
Call_player.stop, call_player.start, call_player.pause, and call_player.vibrate. These cause the player to stop, start, pause and vibrate.
7
New cards
When you add components to the screen they are set with default values of what
properties
8
New cards
What programming style does App Inventor use
Event driven programming
9
New cards
What tool is used to test your code without using a real phone or tablet
emulator
10
New cards
How do you add components in the Design view
You drag and drop them from the palette on the left and side of the screen
11
New cards
Where can you find a conditional block in App inventor
Under the control section
12
New cards
What are the parts of a conditional statement? What do they do
If then and else. Allows the user to choose between different actions
13
New cards
What are some examples of good names for a button
Dogbutton mlkbutton etc.
14
New cards
What is hardware? Give four examples
The electronic and mechanical components that carry out the instructions of a computer program. Motherboard RAM CPU monitor/screen
15
New cards
What is software
The program(s) that control a computer
16
New cards
What is a CPU
A Central Processing Unit which is the part of the computer's hardware that interprets and runs the computer program.
17
New cards
What do you call someone who writes programs
programmer
18
New cards
What is the difference between low-level and high-level programming languages
Low level programming languages are understandable to a computer. High level programming languages are understandable to humans.
19
New cards
Give an example of an event on your phone
Me clicking on an app
20
New cards
How long is a millisecond
1/1000th of a second
21
New cards
Define abstraction
An abstraction is the simplification of a complicated concept or object
22
New cards
List the following hardware components from the lowest to highest level of abstraction. RAM chip motherboard physical circuit logic gate integrated circuit