checkpoint1-revision

checkpoint1-revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

CMU CS Academy Unit 2 Checkpoint

CMU CS Academy Unit 2 Checkpoint

6th - 8th Grade

14 Qs

CODE: Debugging

CODE: Debugging

8th - 10th Grade

13 Qs

Python

Python

KG - 9th Grade

8 Qs

Code.org (1-8)

Code.org (1-8)

5th - 8th Grade

10 Qs

Indexing and Slicing in Python

Indexing and Slicing in Python

4th Grade - University

10 Qs

Types of Software (Week 2)

Types of Software (Week 2)

6th - 11th Grade

12 Qs

Python

Python

7th - 9th Grade

12 Qs

Scratch Exam 8

Scratch Exam 8

8th Grade

14 Qs

checkpoint1-revision

checkpoint1-revision

Assessment

Quiz

Computers

8th Grade

Medium

Created by

adhra almansoori

Used 44+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is decomposition?

a)     Steps you follow to solve a problem.

a)     Breaking down problems into smaller subproblems.

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the name for breaking down problems into subproblems?

  Decomposition

     Algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is pseudocode?

a.     It is code in the Python language.

   It is an algorithm written in the English language.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

   Which sentence about pseudocode is true?

  It is intended for humans to read.

a.     It is intended for computers to read.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Look at the code below. What is the problem with the code?

Lines 1 and 2 should be indented.

  num1 and num2 variables need to be converted to integers.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is a nested loop?

When you use a repetition inside another repetition.

When you have a loop inside an if statement.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Look at the code below. If the printed result is 8, what code is in the yellow line

result = checkpoint1(2, 4)

checkpoint = result(8)

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement below is true?

You should use attribution for code you have used.

  You should never give attribution for code you have used.

9.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement below is NOT true?

You can use things created by others when they have a free license

You can use anything you find on the internet without paying.