Unit-1 Computational Thinking

Unit-1 Computational Thinking

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

AP CSP Vocab #1

AP CSP Vocab #1

9th - 12th Grade

20 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

Coding Basics SC-1

Coding Basics SC-1

7th - 12th Grade

20 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

GHS Coding Vocab

GHS Coding Vocab

7th - 10th Grade

16 Qs

Unit-1 Computational Thinking

Unit-1 Computational Thinking

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Suprabha Malhar-Jain

Used 75+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid reason for giving variables meaningful names in a program?

A programmer will find it easier to read and understand the code since they will know what the variables represent.

The compiler will be able to parse the code faster since it will know the purpose of each variable.

The memory required to store the variables will be reduced as the possible values which can be stored by each variable can be determined from their names.

The code will run with fewer errors since the CPU can interpret what the variable represents from its name.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes good practice when naming variables in code?

  1. Use names which contain as few different characters to aid the compiler and shorten compile times
  2. Use names which show in what order the variables were introduced to make it easier to find the value of a variable
  3. Use names which describe what each variable represents to make code easier to understand
  4. Use concise names to avoid typos and keep code tidier

All of the above

2, 3 & 4 only

3 & 4 only

2 & 4 only

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. Which of the 4 computational thinking skills are required to complete the following task?: You and your family are planning a road trip through all of the capitals in the Europe and you have the job of figuring out the shortest route possible to save on the cost of fuel.

Algorithm Design

Decomposition

Pattern Recognition

Abstraction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. What is the minimum number of bits you would need to encode the 26 letters of the alphabet plus a space -- for a total of 27 characters?

5 bits

10 bits

9 bits

27 bits

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8 bits is enough to represent 256 different numbers. How many total bits do you need to represent 512 (twice as many) numbers?

9 bits

17 bits

10 bits

16 bits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

move 10 steps then stop

broadcast RUN when distance is close

make sprite run when distace is close

glitch out

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following incomplete algorithm appears in a Scratch script for a sprite, and is intended to draw a rectangle.

Media Image
Media Image
Media Image
Media Image

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?