APCSA Unit 3

APCSA Unit 3

9th Grade

20 Qs

quiz-placeholder

Similar activities

Final Review - Unit 4

Final Review - Unit 4

9th - 12th Grade

20 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Review Python Dictionaries

Review Python Dictionaries

9th - 12th Grade

18 Qs

App Lab

App Lab

6th - 9th Grade

15 Qs

Unit 4 Wrap-up

Unit 4 Wrap-up

9th - 12th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Game Lab Basics

Game Lab Basics

9th - 12th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

APCSA Unit 3

APCSA Unit 3

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Thomas Wright

Used 26+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this code return given checkMethod(false, true)?

1

0

-1

This method call will error.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this method call output given yesOrNo(true)?

"No"

"Yes"

0

This program will error

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Given the following call, what value would be returned for findTheMiddle(2110890125)?

8

the code will error

9

89

4.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which expression is true?

choose two

true && !true

!false || !true

true && false

false || false || true

false || false || !true

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this code output?

Hello Karel

Hello Karel

Second if statement!

Second if statement!

This program will print nothing

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this program print if the value of grade is 80?

A

B

C

nothing

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will the values of x and y be after this code segment runs?

x = 100

y = 200

x = 99

y = 100

x = 101

y = 101

x = 99

y = 199

x = 200

y = 100

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?