AP CSA 5.3 (Comments)

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Herman Galioulline
Used 13+ 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 Wayground
10 questions
Java: repetition control structure for & while

Quiz
•
10th - 12th Grade
10 questions
HTML Basics

Quiz
•
7th - 10th Grade
10 questions
KS3 GCSE Computer Science (Programming / Python)

Quiz
•
7th - 11th Grade
10 questions
2022 高二下半年小测验1 String.h & Function

Quiz
•
12th Grade
10 questions
Quiz z C++ ZSCKR Sypniewo - Technikum kl. 3

Quiz
•
11th Grade
10 questions
Python: Relational Operators

Quiz
•
9th - 10th Grade
10 questions
Quiz 13 - For Loops

Quiz
•
11th Grade
10 questions
TN Bài 12 xâu kí tự _ Cô Tuyết

Quiz
•
10th Grade
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