AP Computer Science EOT 1 (option 1)

AP Computer Science EOT 1 (option 1)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Topic 1: Micro:bit Programming Recap Qiz

Topic 1: Micro:bit Programming Recap Qiz

9th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Shapes in Java Processing

Shapes in Java Processing

9th - 12th Grade

18 Qs

Variables

Variables

9th - 12th Grade

20 Qs

Lessons 1 - 3 - Low Stakes Test

Lessons 1 - 3 - Low Stakes Test

8th - 10th Grade

21 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Launchcode Unit 2

Launchcode Unit 2

9th - 12th Grade

20 Qs

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

AP Computer Science EOT 1 (option 1)

AP Computer Science EOT 1 (option 1)

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Samran Wiriyaphong

Used 15+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the above code segment that is designed to print all numbers from a list of integer values, called grades, that are between 90 and 100, inclusive.


Which of the following modifications can be made to the code to allow it to also print numbers from a variety of different ranges of values (e.g., 70 to 80, 85 to 95, 1 to 50, etc.)?

userPassword = "swordfish"

"swordfish"

userPassword != "swordfish"

userPassword ← INPUT

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the above code segments designed to find the area of a triangle (A = 1/2 bh).


Which of the following statements about the above programs is true?

Both programs will work as intended, but Program B is more readable.

Program A will work as intended, but Program B will not work as intended.

Program B will work as intended, but Program A will not work as intended.

Neither program will work as intended.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the above code.


Assuming that before this code is run, x = 1. What would be displayed at the end?

210

16

8

1

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the above code segment.


Which of the following best describes the result of running the code segment?

The number 0 is displayed.

The number 4 is displayed.

The number 10 is displayed.

Nothing is displayed; the program results in an infinite loop.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the formal name in computing for looping?

Iteration

Selection

Repetition

For While Do

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which paradigm is known for encapsulating the data structure with the functions

Procedural

Functional

Object Oriented

Event driven

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an Algorithm?

A set of Awesome dance moves, by Algo

a cure for Insomnia

A set of instructions for overcoming a problem

A systemic path to awesomeness

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?