
AP Computer Science A Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Used 275+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
float stats[3];
What is the range of the index?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
{2, 3, 5, 8, 9, 11};
How would you access the fourth element in nums
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
numbers[i] = 2 * i + 1;
// Which index of the array holds the value of 5?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int items[ ][ ] =
{ {0,1,3,4} , {4,3,99,0,7} , {3,2} } ;
Which of the following statements replaces the 99 with 77?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
float values[ ][ ] =
{ {1.2, 9.0, 3.2},
{9.2, 0.5, 1.5, -1.2},
{7.3, 7.9, 4.8} } ;
what is in values[3][0]?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Unit 8 - Searching and Sorting

Quiz
•
9th - 12th Grade
15 questions
Computer Science Review

Quiz
•
10th - 12th Grade
15 questions
AP Computer Science A Quiz

Quiz
•
12th Grade
10 questions
Списки, срезы, индексы, кортежи

Quiz
•
4th Grade - Professio...
10 questions
C Programming - Dia Aberto - EPC

Quiz
•
9th - 12th Grade
12 questions
APCSA Unit 7

Quiz
•
9th - 12th Grade
6 questions
PPS MCQ on 22.11.2024

Quiz
•
10th Grade - University
10 questions
Advanced Java Study Guide

Quiz
•
11th - 12th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade