What is Computational Thinking?
Which are the pillars of Computational Thinking?
First pillar of Computational Thinking that must be applied to solve a problem
Identify three situations where computers apply pattern recognition
Provide three examples of abstraction
What is an algorithm?
Which are the properties of algorithms?
Mention three examples of algorithms
What are the main components of an algorithm?
What is a Chatbot?
What is Algorithmic Bias?
What are the causes of algorithmic bias?
Mention 2 examples of algorithmic bias
What is 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
What is the general algorithm for an app?
Which are the prefixes to name each Thunkable component?
Variables and components are the same (True / False)
Assign a proper name for each component of the Split Bill calculator
(using the prefix that corresponds)
What is the difference between a label and a text input?
What is the block that allows to establish a simple condition in Thunkable?
Write the algorithm of an app that based on the user's age displays that he can drive having at least 18 years otherwise show he can not drive yet.