
3.2 Check in

Passage
•
Computers
•
9th Grade
•
Medium
Kabir Singh
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Halloween candy is ranked number 1 according to the data provided?
Reese's Miniatures
Twix
Reese's Peanut Butter Cup
Snickers
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the percentage preference for Kit Kat?
81.6%
76.8%
73.4%
76.7%
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which candy is less preferred, Reese's Pieces or Milky Way?
Reese's Pieces
Milky Way
They have the same preference percentage
Cannot be determined from the data provided
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an initializer list in the context of arrays?
A method to initialize array elements to zero
A function that is called when an array is created
A comma-separated list of values or objects given inside curly braces
A special type of array that can change size dynamically
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of an array?
The length of the array
The memory address where the array is stored
A unique identifier for each element in an array
The value stored at a particular position in an array
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you change the first value of a double array named 'temps' to 85.1?
temps[0] = 85.1;
temps[1] = 85.1;
temps[85.1] = 0;
temps[85.1] = 1;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you store the value of the second element of a double array named 'temps' in a variable called noonTemp?
noonTemp = temps[2];
noonTemp = temps[1];
noonTemp = temps[0];
noonTemp = temps;
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is assigning a value to a position in a 1D array similar to assigning a value to a variable? How is it different?
Similar: Both involve specifying a location to store a value. Different: Arrays can store multiple values, variables only one.
Similar: Both can store multiple values. Different: Variables use indices, arrays do not.
Similar: Both use curly braces for assignment. Different: Arrays require an index, variables do not.
Similar: Both are used to store integers only. Different: Arrays can be multidimensional, variables cannot.
Similar Resources on Wayground
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
8 questions
CSC400: Swift Arrays

Quiz
•
9th Grade
9 questions
C++ Quiz 5: Searching and Sorting Algorithms

Quiz
•
7th - 12th Grade
10 questions
Белгіленген сипаттары бар элементті іздеу

Quiz
•
9th - 12th Grade
10 questions
Notes on Blender: Section 16B

Quiz
•
6th Grade - University
10 questions
Одномерные массивы целых чисел

Quiz
•
9th Grade
10 questions
Computational Thinking

Quiz
•
8th - 12th Grade
6 questions
Reproductor de Videos

Quiz
•
9th - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade