checkpoint1-revision

checkpoint1-revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

PROGRAM DEVELOPMENT LIFE CYCLE

PROGRAM DEVELOPMENT LIFE CYCLE

8th Grade

10 Qs

Quizizz: Lesson 2: Race to the Finish Quiz

Quizizz: Lesson 2: Race to the Finish Quiz

6th - 8th Grade

13 Qs

Lesson 8-9

Lesson 8-9

6th - 8th Grade

10 Qs

Creative Common License

Creative Common License

7th - 9th Grade

12 Qs

Computer Programming Test

Computer Programming Test

6th - 8th Grade

13 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

Computer Programming

Computer Programming

6th - 8th Grade

10 Qs

CP1-2022

CP1-2022

8th 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.