Erstellt von Rosa Luz Estevané Rodríguez
vor fast 4 Jahre
|
||
Frage | Antworten |
Image:
Cover2 (binary/octet-stream)
|
Instructions: 1. The exam will be in Canvas 2. Bring your computer fully charged with with Respondus Lockdown browser installed |
What is a variable? | |
When and how should you use a variable? | |
Which are the rules to name a variable? | |
What is camelCase? | |
Select the only valid variable name : a) street.name b) #product c) 3rd semester d) appName | The only valid name is: d) appName Variable names should not have special characters, spaces and must start with a letter |
Name the basic components of a Thunkable app | |
Which are the prefixes to name each Thunkable component? | |
What is data validation? | It's the process carried out by the app to ensure the data entered by the user is logical, complete, and within acceptable limits. |
Why is data validation necessary? | |
Which are the basic validation rules? | |
How can we check if the user input is NOT a number? | |
What are the results when a condition includes the keywords AND / OR / NOT? | |
¿ | |
Select the value that does NOT meet the following validation criteria and triggers the alert message: | |
Where should be set the blocks to calculate results when validating? | |
What type of feedback could be given in Thunkable when data is invalid? | |
What is peventive design? | |
How do you remove the red border shown in a text input after validating? | |
What is a list in Thunkable? | |
What's the index in a list? | |
For what is used the index of a list in Thunkable? | |
How can you show a list in the screen? | |
How can we get the index or item that was clicked in a list? | |
How can you add a new element into a list? | |
How can you delete an element from a list? | |
How can you confirm if the user wants to delete? | |
How can you keep a running total variable | |
What are the most common errors when developing Thunkable apps? | |
What makes an app to crash? | |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.