Unit 3 Lessons 1-9 (APCSP Code.org)

Unit 3 Lessons 1-9 (APCSP Code.org)

9th - 12th Grade

88 Qs

quiz-placeholder

Similar activities

Scratch Game development camp-1

Scratch Game development camp-1

1st - 9th Grade

93 Qs

AP CSP 300PT Quizizz 12-6 - FRI SUB

AP CSP 300PT Quizizz 12-6 - FRI SUB

9th - 12th Grade

86 Qs

Unit 1.1 How IT can be used to fulfil the needs of organisations

Unit 1.1 How IT can be used to fulfil the needs of organisations

11th Grade

88 Qs

OCR GCSE Computer Science - J276 1.1 - 1.7

OCR GCSE Computer Science - J276 1.1 - 1.7

KG - Professional Development

91 Qs

EHE Module 03: Information Security Threats

EHE Module 03: Information Security Threats

12th Grade

93 Qs

Cybersecurity Midterm

Cybersecurity Midterm

9th - 12th Grade

93 Qs

GCSE Computer Science - Paper 2 (Algorithms & Programming)

GCSE Computer Science - Paper 2 (Algorithms & Programming)

12th Grade

89 Qs

G11 First Quarter Exam

G11 First Quarter Exam

11th Grade

90 Qs

Unit 3 Lessons 1-9 (APCSP Code.org)

Unit 3 Lessons 1-9 (APCSP Code.org)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tom Parslow

Used 160+ times

FREE Resource

88 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1. What does a “FOR LOOP” do? What is the variable, “I”, used for?

a. FOR LOOP repeats a function for a set number of times; I is the number of times repeated

b. I is a parameter of the function, and for only performs an action if certain circumstances are met

c. The FOR LOOP is a function and I the absolute value of the function

d. The FOR LOOP controls the order functions are called on outside of the for loop; I is the number of functions it controls

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1. When is a good time to use a parameter?

Choice A: When you need to repeat the same line of code multiple times without re-writing it each time

Choice B: When you need to change the height, length, or size of something you are coding

Both A and B

Neither A nor B

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

moveForward() is an example of this:

Parameter

Function

Conditional

Library

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This is a type of code that allows you to repeat a certain code over and over again without having to manually put it in.

Function

Parameter

Loop

API

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an example of abstraction?
 a. A loop to draw multiple birds
 b. A function to draw a bird
 c. moveForward (25) 
d. arcLeft (90)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A collection of commands made available to a programmer:

Algorithm

Manual

API

AIG

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In programming, an expression that evaluates to True or False. 

Abstraction
Boolean Expression
Aggregate Expression
None of the above

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?