Arrays Intro

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
DVHSAPCS undefined
Used 85+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
double[] stats = new double[3];
What is the range of the index?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
string status = "Win";
if(player[3] == 4)
status = "lose";
if(player[1] == 3)
status = "lose";
if(player[2] == 2)
status = "lose";
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
string status = "Win";
if(player[3] == 4)
status = "lose";
if(player[1] == 3)
status = "lose";
if(player[2] == 2)
status = "lose";
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers[i] = 2 * i + 1;
// Which index of the array holds the value of 5?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for(int i=0;i<10;i++)
deck[2*i] = 5;
// Which statement will not print out 5?
Console.WriteLine(deck[18]);
Console.WriteLine(deck[0]);
Console.WriteLine(deck[10]);
Console.WriteLine(deck[20]);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for(int i = 1; i<=100; i++)
numbers[i-1] = i/10;
//At what index will the first 2 occur?
1
2
19
20
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Array

Quiz
•
10th Grade
10 questions
Arrays

Quiz
•
11th Grade
10 questions
Programming

Quiz
•
1st - 10th Grade
10 questions
Arrays

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

Quiz
•
11th - 12th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
10 questions
Introduction to Arrays

Quiz
•
KG - University
15 questions
Struktur Kontrol Perulangan, Array, dan Function (Bahasa C)

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
26 questions
June 19th

Quiz
•
4th - 9th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
27 questions
STAAR English 1 Review

Quiz
•
9th Grade