checkpoint1-revision

checkpoint1-revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

Creative Commons

Creative Commons

7th - 9th Grade

12 Qs

NCCE Intro to Python

NCCE Intro to Python

8th - 9th Grade

10 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Creative Commons Logos

Creative Commons Logos

7th - 8th Grade

11 Qs

Lists, Subroutines and Sequence in Pseudocode - Python

Lists, Subroutines and Sequence in Pseudocode - Python

1st - 11th Grade

14 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

Computer Science

Computer Science

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