Stack #2807592
Quiz yourself by thinking what should be in
each of the black spaces below before clicking
on it to display the answer.
Help!
|
|
||||
---|---|---|---|---|---|
show | The "User Interface" or UI of an app refers to how a person (user) interacts with the computer or app.
🗑
|
||||
show | objects, like buttons, images, text boxes, pull down menus, screens and so on.
🗑
|
||||
UI Events | show 🗑
|
||||
show | a program designed to run blocks of code or functions in response to specified events (e.g. a mouse click)
🗑
|
||||
show | an overarching term for the coding tasks involved in making your app respond to events by triggering functions.
🗑
|
||||
show | a command (onEvent in App Lab) that can be set up to trigger a function when a particular type of event occurs on a particular UI element.
🗑
|
||||
Callback function | show 🗑
|
||||
Debugging | show 🗑
|
||||
show | In JavaScript (and most programming languages) the most primitive type of memory you can use is called a variable. It's called a variable because it's a piece of memory in which you can change what's stored - its value can vary.
🗑
|
||||
Expression | show 🗑
|
||||
show | All values in a programming language have a "type" - such as a Number, Boolean, or String - that dictates how the computer will interpret it. For example 7+5 is interpreted differently from "7"+"5"
🗑
|
||||
show | dictates what portions of the code can "see" or use a variable, typically derived from where the variable was first created.
🗑
|
||||
show | Any sequence of characters between quotation marks (ex: "hello", "42", "this is a string!").
🗑
|
||||
Concatenate | show 🗑
|
||||
show | The common programming structure that implements "conditional statements".
🗑
|
||||
show | Another term for if statements -- statements that only run under certain conditions
🗑
|
||||
show | A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.
Resources
🗑
|
||||
show | A single value of either TRUE or FALSE
🗑
|
||||
show | in programming, an expression that evaluates to True or False.
🗑
|
||||
show | a programming construct used to repeat a set of commands while a boolean condition is true.
🗑
|
||||
Models and Simulations | show 🗑
|
||||
show | A generic term for a programming data structure that holds multiple items.
🗑
|
||||
Array | show 🗑
|
||||
Key event | show 🗑
|
||||
keyup | show 🗑
|
||||
show | event type triggered when key is pressed down on the keyboard
🗑
|
||||
event.key | show 🗑
|
||||
show | A typical looping construct designed to make it easy to repeat a section of code using a counter variable. The for loop combines the creation of a variable, a boolean looping condition, and an update to the variable in one statement.
🗑
|
||||
return | show 🗑
|
||||
Canvas | show 🗑
|
||||
show |
🗑
|
Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.
Normal Size Small Size show me how
Normal Size Small Size show me how
Created by:
chris10byrd