AP CSP Unit 3

AP CSP Unit 3

11th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

Programming Techniques

Programming Techniques

12th Grade

40 Qs

Python Test

Python Test

8th - 12th Grade

40 Qs

Computer Science Exam

Computer Science Exam

9th - 12th Grade

30 Qs

AP CSP Programming Test

AP CSP Programming Test

9th - 12th Grade

40 Qs

Tech+ 4.3

Tech+ 4.3

11th Grade - University

30 Qs

Arduino Programming Quiz

Arduino Programming Quiz

11th Grade

40 Qs

CS 1: Big Idea #3 Practice

CS 1: Big Idea #3 Practice

9th Grade - University

32 Qs

CS Python Fundamentals

CS Python Fundamentals

7th - 11th Grade

30 Qs

AP CSP Unit 3

AP CSP Unit 3

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Jennie Phipps

Used 515+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Multiple functions within a program can have the same name
True
False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Two different functions in a program could contain the same code (accomplish the same task)
True
False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programming languages have more "words" than natural (spoken/written) languages
True
False
They have about the same number of words

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true regarding naming functions? 
Function names can be reused multiple times
A function name should be as descriptive as possible to indicate what the function does.
Function names should be organized alphabetically
The function name should begin with a number that indicates the order in which it should be executed.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct way to call the function called "doMath" with a parameter of 5?
doMath(5);
function doMath(5);
doMath();
doMath{5};

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which are true regarding high-level and low-level programming languages?
I. High-level can be more abstract
II. Low-level is harder to find errors
III. High-level is more easily understood by humans. 
I and II
I, II, and III
II and III
III only

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an example of abstraction?
Writing a function for code you repeat often
Using logic symbols like < and >
Numbers are converted from one base to another
There is an error in the code

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?

Discover more resources for Computers