AP CSA 5.3 (Comments)

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Herman Galioulline
Used 12+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
I only
III only
I and II only
II and III only
I, II, and III
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
num1 > 0, num2 > 0
num1 >= 0, num2 >= 0
num1 >= num2
num2 >= num1
No precondition is required.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
/* Precondition: m <= n */
/* Precondition: n <= m */
/* Precondition: m >= 0 and n >= 0 */
/* Precondition: m <= 0 and n <= 0 */
/* Precondition: m <= 0 and n >= 0 */
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
/* Precondition: 0 <= oldString.length() */
/* Precondition: 0 < j and 0 < k */
/* Precondition: 0 <= j and 0 <= k */
/* Precondition: j <= k */
/* Precondition: 0 <= j <= k <= oldString.length() */
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
/* Precondition: 0 < n < str.length() - 1 */
/* Precondition: 0 <= n <= str.length() - 1 */
/* Precondition: 0 <= n <= str.length() */
/* Precondition: n > str.length() */
/* Precondition: n >= str.length() */
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
0 <= index < phrase.length()
0 <= index < key.length()
0 <= index < phrase.length() + key.length()
0 <= index < phrase.length() - key.length()
0 <= index < phrase.length() - index
Similar Resources on Quizizz
10 questions
AP CSP Review

Quiz
•
9th - 12th Grade
10 questions
9 класс Информатика Одномерный массив данных

Quiz
•
9th - 10th Grade
10 questions
IGCSE Computer Science - Chapter 9: Problem-Solving and Design

Quiz
•
9th - 10th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
11 - IF ELSE

Quiz
•
11th Grade
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
10 questions
Post Test Excel Logika IF

Quiz
•
10th Grade
10 questions
APCSA - Unit 3

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University