AP Computer Science EOT 1 (option 1)

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Samran Wiriyaphong
Used 15+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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
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
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
Similar Resources on Wayground
15 questions
Programming Fundamentals Exam

Quiz
•
9th - 12th Grade
24 questions
AP CSP Unit 4 Test REVIEW

Quiz
•
11th Grade
15 questions
Unit 1. Introduction to Object-Oriented Programming Concepts

Quiz
•
9th - 10th Grade
20 questions
Python Next Steps Homework Quiz

Quiz
•
8th - 10th Grade
20 questions
Unit-1 Computational Thinking

Quiz
•
9th - 12th Grade
15 questions
WebDev Quiz 1 M1-4

Quiz
•
12th Grade
15 questions
INTRODUCTION TO OOP TECHNIQUE

Quiz
•
11th - 12th Grade
20 questions
Translators and Computing Languages: GCSE 9-1

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade