AP CSP Unit 3 Simple Review

AP CSP Unit 3 Simple Review

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

3.4 Microbit RETRIEVAL PRACTICE

3.4 Microbit RETRIEVAL PRACTICE

6th - 9th Grade

10 Qs

Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

Python Functions 1

Python Functions 1

12th Grade

12 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

CodeHS 2.8 Functions to 2.12 User Input Review

CodeHS 2.8 Functions to 2.12 User Input Review

9th - 12th Grade

10 Qs

Online Assignment grade IX, March 19 - 2020

Online Assignment grade IX, March 19 - 2020

9th Grade

10 Qs

Code.org APCSP Unit 7 Assessment

Code.org APCSP Unit 7 Assessment

9th - 12th Grade

13 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

AP CSP Unit 3 Simple Review

AP CSP Unit 3 Simple Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Brian Rehmann

Used 101+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is NOT true about functions in programming?

Functions are reusable programming abstractions.

Functions help reduce the complexity of writing and maintaining programs.

Functions cannot make calls to other functions within the same program.

Once defined, a function can be called many times from different parts of a program.

Functions help break a problem into logical chunks.

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

A piece of code you can use over and over again
Function
Abstraction
Non-Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An extra piece of information passed to a function to customize it for a specific need

Parameter

Library

Function

Block

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

What is the most likely outcome of running the code shown at right?

It will draw a star with each side 150 pixels long.

The program will stop with an error at line 3 because parameters may not be used in for loops.

The program will stop with an error at line 5 because it is dividing by 0.

The program will run without error, but will not draw anything.

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Which of the following images represents the most likely output produced by the code segment given below?

Media Image
Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the code. The dots are only appearing on the right side of the screen. What number should I change so the dots draw across the entire bottom?

250

330

340

450

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many waves will there be?

Between 5-20

Between 2-10

Between 100-200

Unknowable

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How much blue will there be in the Sea Grass?

Between 5-20

Between 2-10

Between 100-200

0