Topic 3.4 Video 1
Quiz
•
Computers
•
11th Grade
•
Medium
Myra Deister
Used 5+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
View the video at
https://apclassroom.collegeboard.org/d/hxzqb8l2s8?sui=8,3
If myAge is 15 what would be the output from the code displayed at timestamp 2:42?
You are 14.
You are 15.
You are old enough to learn to drive.
You are old enough for a license to drive.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following could be used to check for a C average in the program as described at timestamp 4:26.
else (myAverage >=69.45)
if (myAverage >= 69.45)
else if (myAverage >= 69.45)
if else (myAverage >= 69.45)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When creating a waterfall else if you should start with
the middle number
the largest number
the smallest number
the average number
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following code:
if (a == 1)
{
x = 3;
}
else if (a == 2)
{
x = 6;
y++;
} else {
x = 9;
}
if a = 3, what is the value of x?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is output by the code below?
let a = 75, b = 100;
if( a > 90)
if( b > 100)
print("go");
else if( b > 90)
print("it");
else
print("up");
print("on");
goon
itupon
iton
upon
on
Similar Resources on Wayground
10 questions
Ceaser Cipher
Quiz
•
1st - 12th Grade
10 questions
Controllo di Flusso in C++
Quiz
•
9th - 12th Grade
10 questions
Class-XI_IP_Python
Quiz
•
11th Grade
10 questions
Pretest awal kelas XII S
Quiz
•
11th Grade
10 questions
Управление циклом: else . 8 класс
Quiz
•
8th Grade - University
10 questions
INTRODUCTION TO PROBLEM SOLVING(MCQ)
Quiz
•
11th Grade
10 questions
Quiz Materi Excel
Quiz
•
9th - 12th Grade
10 questions
Quiz 2: Introduction to PHP
Quiz
•
11th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade