CP Final Exam Review 3

CP Final Exam Review 3

6th Grade

28 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Lessons 12-17

Code.org Unit 3 Lessons 12-17

6th - 8th Grade

25 Qs

CS First: Scratch Review

CS First: Scratch Review

6th - 8th Grade

30 Qs

Scratch G5

Scratch G5

6th Grade

30 Qs

Coding Test - Little Einsteins June 2023

Coding Test - Little Einsteins June 2023

6th - 8th Grade

30 Qs

Scratch End of Unit Assessment

Scratch End of Unit Assessment

6th Grade

24 Qs

Unit 4 - Programming the Frog maze

Unit 4 - Programming the Frog maze

6th Grade

23 Qs

Year6 REVISION third term-1

Year6 REVISION third term-1

6th Grade

24 Qs

Codesters

Codesters

6th - 8th Grade

24 Qs

CP Final Exam Review 3

CP Final Exam Review 3

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Jacob Bradford

Used 12+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What can cause a logic error?
Bad spacing
Wrong condition or math
Too many variables
Using lists

Answer explanation

A logic error happens when the code runs but gives the wrong result due to incorrect reasoning.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What tool shows all items and their frequencies?
Timeline
Chart
Dot plot
Video

Answer explanation

A dot plot is a type of chart that displays the frequency of individual values.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is an event you can program?
User clicks the stage
Variable increases

Answer explanation

An event reacts to user input like key presses or mouse clicks.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which value is returned by `min([3, 6, 1, 9])`?
9
3
1
6

Answer explanation

The min() function returns the smallest value in a list of numbers.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is a loop keyword in Python?
repeat
run
for
next

Answer explanation

Loops let the program repeat actions without writing code multiple times.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to add an item to a list?
insert()
append()
add()
push()

Answer explanation

The append() method adds a new item to the end of the list.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will `if 'a' in ['a', 'b', 'c']:` return?
False
Error
True
Loop

Answer explanation

This checks if 'a' is in the list, and returns True because it is

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?