Computational Thinking Skills Assessment

Computational Thinking Skills Assessment

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In computational thinking, which of these best illustrates the concept of decomposition? Options: Analyzing the problem without breaking it down., Breaking a complex problem into smaller, manageable tasks., Ignoring the problem and hoping it resolves itself., Combining multiple problems into one large task.

Back

Breaking a complex problem into smaller, manageable tasks.

2.

FLASHCARD QUESTION

Front

You are writing a computer program and practicing computational thinking skills. You define a procedure that effectively completes a part of the task and hides unnecessary details related to implementation. Which computational thinking skill are you practicing?

Back

Abstraction

3.

FLASHCARD QUESTION

Front

You are writing a computer program and simplify your code by replacing multiple lines of the same code with a repeat loop. Which computational thinking skill are you practicing?

Back

Pattern Recognition

4.

FLASHCARD QUESTION

Front

You are developing a computer program and you sequence together conditional statements, flow control, and procedure calls in order to complete a specific task. Which computational thinking skill are you practicing?

Back

Algorithmic thinking

5.

FLASHCARD QUESTION

Front

Your computer program includes the following function definition: function drive(distance, speed). This is an example of which computational thinking skill?

Back

Abstraction