Which is the definition for Computational Thinking?
Computational thinking - General review of the course

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Fabiola Chávez Romero
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
A problem-solving thought process in which a problem is defined and structured, in order to arrive at an effective solution in a finite time with a specific sequence of steps
The systematic way a computer operates by executing lines of code.
The method for writing and running programs to accomplish specific tasks.
The process of coding and programming in a particular computational language, such as Python.
Answer explanation
Computational thinking allows us to take a complex problem, understand what the problem is and develop possible solutions.
We can then present these solutions in a way that a computer, a human, or both, can understand
2.
MATCH QUESTION
1 min • 2 pts
Match the computational thinking pillar with its definition:
Algorithm design
The pillar that fragments a complex problem into smaller, simpler problems.
Decomposition
The pillar where unimportant details are filtered or ignored, focusing on the key information or the ESSENCE of the problem.
Abstraction
The pillar that identifies similarities or trends within problems to simplify the approach and establish standard solutions.
Pattern Recognition
The pillar where a set of specific instructions are defined to solve a specific problem.
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is not one of the six characteristics of a good algorithm?
General and Precise:
The algorithm should be applicable to a broad set of problems while providing specific instructions to achieve the desired outcome.
Sequential and Ordered:
The steps of the algorithm must be organized one at a time in a specific order, ensuring that each step logically follows the previous one.
Defined and Finite:
An algorithm should have a clear starting point and a goal, with a limited number of steps that can be completed in a finite amount of time.
Ambiguous and Flexible:
The algorithm should allow for various interpretations and adjustments, adapting to different situations without strict guidelines
4.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
What is happening on this program?
The code creates a turtle and draws one large circle with a radius of 100 units.
The code creates a turtle that draws a series of circles with a decreasing radius, starting from 100 units and reducing the size by 10 units until the radius reaches cero.
The code creates a turtle and defines a size function that draws a circle with a radius of 100 units, then the program uses a loop to draw 10 different circles.
The code creates a turtle and defines a size function that draws a circle with a radius of 100 units.
Answer explanation
The variable size starts in 100.
WHILE the variable size is more than cero, Turtle will draw a circle and decrease the size by 10 units.
5.
MATCH QUESTION
1 min • 2 pts
Match the columns:
DATA
Processed and organized data with a meaning. It is useful for decision-making.
INFORMATION
A “package” that contains data. A named memory location whose content can change throughout the program's execution.
VARIABLE
Raw unprocessed facts and figures that are collected for future analysis or reference.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following best describes the difference between a FOR loop and a WHILE loop in programming?
A WHILE loop requires an index or counter variable, but a FOR loop does not.
A for LOOP is used when the number of needed iterations is known. A WHILE loop is used when the number of iterations is unknown or depends on a certain condition.
Both FOR and WHILE loops are used only when the exact number of iterations is known in advance.
A FOR loop runs until a condition is false, a WHILE loop runs a set number of times.
7.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
What will be the result of this program?
Two equal squares will be drawn, one on top of the other.
Two rectangles of different sizes will be drawn on the same place.
One square will be drawn.
Nothing will be drawn.
Answer explanation
A function named Shape1 is defined to draw a square with sides measuring 150 units.
The function is called to draw a square at the origin and then then turtle is moved without drawing to a new location to draw a new square.
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
14 questions
Code.org Unit 3

Quiz
•
9th - 12th Grade
9 questions
Block Coding

Quiz
•
3rd - 9th Grade
15 questions
KS4 - Python Turtle

Quiz
•
9th - 11th Grade
15 questions
Python Quiz

Quiz
•
10th Grade
10 questions
Flow Charts

Quiz
•
1st - 10th Grade
12 questions
Python Loops

Quiz
•
9th - 11th Grade
12 questions
Hour of Code

Quiz
•
6th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade