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 Wayground
10 questions
AP CS A Unit 7 Quiz PRACTICE

Quiz
•
9th - 12th Grade
10 questions
C#

Quiz
•
11th Grade
10 questions
PreTest Larik/ Array

Quiz
•
11th Grade - University
17 questions
Массивы в Pascal ABC

Quiz
•
10th Grade
16 questions
Python

Quiz
•
11th Grade
15 questions
AP Computer Science A Review 1

Quiz
•
10th - 12th Grade
10 questions
AP CS A Unit 6 Quiz PRACTICE

Quiz
•
9th - 12th Grade
10 questions
Chapter 05 Worksheet

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade