AP Computer Science EOT 1 (option 1)

AP Computer Science EOT 1 (option 1)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Robust programming MCQs

Robust programming MCQs

9th - 11th Grade

20 Qs

AQA GCSE Computer Science - 3.6.1 Security Terminology

AQA GCSE Computer Science - 3.6.1 Security Terminology

8th - 10th Grade

20 Qs

CP 1 ~ 5.01/5.02 - Programming Errors & Debugging

CP 1 ~ 5.01/5.02 - Programming Errors & Debugging

10th Grade

18 Qs

Unit 2.3 Robust Programs MCQs L1

Unit 2.3 Robust Programs MCQs L1

10th - 11th Grade

20 Qs

Computer Crimes and Computer Ethics

Computer Crimes and Computer Ethics

6th - 10th Grade

21 Qs

Conditional Statements

Conditional Statements

9th Grade

15 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th Grade

15 Qs

JAVA Math Operations

JAVA Math Operations

9th - 10th 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?