CP Final Exam Review 3

CP Final Exam Review 3

6th Grade

28 Qs

quiz-placeholder

Similar activities

Scratch Coding grade 4 and above_18April20

Scratch Coding grade 4 and above_18April20

4th - 12th Grade

24 Qs

Scratch Quiz Y7

Scratch Quiz Y7

6th Grade - University

25 Qs

NEW Coding 2 Performance Final

NEW Coding 2 Performance Final

6th - 8th Grade

25 Qs

2.5 Quiz (Scratch)

2.5 Quiz (Scratch)

6th - 8th Grade

28 Qs

CS First: Scratch Review

CS First: Scratch Review

6th - 8th Grade

30 Qs

HT 3 - Scratch Assessment

HT 3 - Scratch Assessment

6th Grade - University

30 Qs

S1 summative Test- Programming

S1 summative Test- Programming

6th - 7th Grade

25 Qs

code.org course F Sprites 6th

code.org course F Sprites 6th

5th - 7th Grade

23 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?