checkpoint1-revision

checkpoint1-revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Coding Python 1.1. Statements & Variables

Coding Python 1.1. Statements & Variables

7th - 9th Grade

14 Qs

LESSON 5: CREATING ART WITH CODE

LESSON 5: CREATING ART WITH CODE

7th Grade - University

11 Qs

Quiz One Review

Quiz One Review

7th - 12th Grade

14 Qs

21Things4Students-Visual Learning

21Things4Students-Visual Learning

7th - 8th Grade

10 Qs

10.4 Python Lists

10.4 Python Lists

7th - 10th Grade

14 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 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.