Introduction to Arrays

Quiz
•
Computers
•
KG - University
•
Hard
Ryan Goulet
Used 167+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
ar
, given the following declaration:int[] ar = {2, 4, 6, 8 }
0, 1, 2, 3
1, 2, 3, 4
0, 2, 4, 6
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int
named img
?3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] ar = {2, 4, 6, 8 }; System.out.println( ar[0] + " " + ar[1] );
2 6
2 4
6 8
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] ar = {2, 4, 6, 8 }; ar[0] = 23; ar[3] = ar[1]; SOP( ar[0] + " " + ar[3] );
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] y = new int[5]; y[0] = 34; y[1] = 88; SOP( y[0] + " " + y[1] + " " + y[5] );
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] z = new int[9]; z[0] = 7; z[1] = 3; z[2] = 4; SOP(z[0] + z[1] + " " + z[5] );
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
AP CSA Review

Quiz
•
11th Grade
10 questions
CS1010 Lab 4

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
11 questions
Array

Quiz
•
University
12 questions
C# Arrays

Quiz
•
9th - 12th Grade
10 questions
Arrays in C (II yr 02.07.2020)

Quiz
•
University
15 questions
Java Arrays Prt 1Quiz

Quiz
•
9th - 12th Grade
14 questions
Data Structure

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade