APCSA Unit 3

APCSA Unit 3

9th Grade

20 Qs

quiz-placeholder

Similar activities

Loops

Loops

5th - 12th Grade

16 Qs

U3 Review CSD

U3 Review CSD

9th - 12th Grade

19 Qs

Loops Quiz

Loops Quiz

9th - 12th Grade

16 Qs

Python Conditionals Practice

Python Conditionals Practice

9th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

Scratch

Scratch

9th Grade

21 Qs

Scratch

Scratch

5th - 9th Grade

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