Basic Data Structures - Intro to CS

Quiz
•
Computers
•
12th Grade
•
Medium
Christina Perry
Used 26+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
[1, 3, 4, 5]
2
[1, 2, 3]
[4, 5]
[1, 2, 4, 5]
3
[3, 4, 5]
[4, 5]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following array:
var groceries = ["milk", "eggs", "bread", "cookies"];
Which of the following statements will change "bread" to "coffee"?
groceries.push("coffee");
groceries[2] = "coffee";
groceries["bread"] = "coffee";
groceries[3] = "coffee";
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose we have a list schoolList shown below:
var schoolList = ["Richland", "Hanford", "Pasco"];
We want to write a function addSchool that will take a school list and an item as a parameter and add the item on to the end of the school list.
Which of the following is the correct implementation of addSchool?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following function bombers do?
Returns a copy of the list list, and does not modify the contents of the list.
Returns a copy of the list list, and leaves list empty.
Returns a new list containing the elements of the list list in reverse order, and leaves list empty.
Returns a new list contatining the elements of the list list in reverse order, and does not modify the contents of the list.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
-1
1
0
2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What elements can be stored in data structures?
Any kind of objects (anything you can store in a variable)
Strings of text and numerical values
Strings of text, numerical values, and booleans
numerical values
7.
DRAG AND DROP QUESTION
1 min • 1 pt
How do we add 6 on the end of this array?
var nums = [1, 2, 3, 4, 5];
nums (a)
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
2D Lists and Arrays

Quiz
•
10th - 12th Grade
12 questions
Javascript Arrays

Quiz
•
9th - 12th Grade
20 questions
Uji Pemahaman Struktur Data

Quiz
•
9th Grade - University
13 questions
Dojo - Type Inference

Quiz
•
1st - 12th Grade
20 questions
APCS A - Array 6.1,6.2,6.3,6.

Quiz
•
9th - 12th Grade
15 questions
Area and Arrays

Quiz
•
10th - 12th Grade
20 questions
JDVP Activity

Quiz
•
12th Grade - University
14 questions
Arrays, lists, tuples, stacks and queues

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade