AP Computer Science EOT 1 (option 1)

AP Computer Science EOT 1 (option 1)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Java-Chapter 12 Exam

Java-Chapter 12 Exam

9th - 12th Grade

20 Qs

AP CS Principles ALGORITHMS AND PROGRAMMING

AP CS Principles ALGORITHMS AND PROGRAMMING

11th Grade

20 Qs

AP Computer Science Principles Practice

AP Computer Science Principles Practice

10th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Conditional Statements

Conditional Statements

9th Grade

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