
Units 6 and 7 Flashcard

Flashcard
•
Computers
•
11th Grade
•
Easy
Charles Herzek
Used 1+ times
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
In which instance would a data abstraction be most helpful in a program to track student information and class schedules?
Back
The program includes individual variables to store the names of each student rather than a single list of students.
2.
FLASHCARD QUESTION
Front
Which condition will print all items in a list to the console when placed in
Back
i < list.length
3.
FLASHCARD QUESTION
Front
What will be displayed in the console when this program runs?
Back
30
4.
FLASHCARD QUESTION
Front
What will be displayed when this program finishes running?
Back
5
5.
FLASHCARD QUESTION
Front
What will be displayed in the console when the following program runs?
Back
The program will result in an infinite loop
6.
FLASHCARD QUESTION
Front
What will the following program display in the console?
for(var i = 0; i < 4; i++){
console.log(i);
}
Back
0 1 2 3
7.
FLASHCARD QUESTION
Front
What will the following program display in the console?
var sum = 0;
for(var i = 0; i < 5; i++){
sum = sum + i;
}
console.log(sum);
Back
10
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
kata kerja transitif

Flashcard
•
10th Grade
15 questions
IT Computer Applications Study Guide

Flashcard
•
10th Grade
14 questions
Java Math and String Libraries

Flashcard
•
9th - 12th Grade
10 questions
CODEHS Looping Unit 5 Review

Flashcard
•
9th - 12th Grade
15 questions
Algebra 2 Test 2

Flashcard
•
11th Grade
15 questions
S1 exam

Flashcard
•
11th Grade
15 questions
THS Math Trig FA24 Angular and Linear velocity

Flashcard
•
10th - 12th Grade
15 questions
related rates

Flashcard
•
11th - 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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade