Comp Sci Unit 2 #4

Quiz
•
Computers
•
11th Grade
•
Easy
Nick Nessralla
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The variable age is to be used to represent a person’s age, in years. Which of the following is the most appropriate data type for age ?
Boolean
number
string
list
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Directions: The question or incomplete statement below is followed by four suggested answers or completions. Select the one that is best in each case.
The code segment below is intended to swap the values of the variables first and second using a temporary variable, temp .
Which of the following can be used to replace <MISSING CODE> so that the code segment works as intended?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following program, which uses the variables start, end, and current.
What is displayed as a result of executing the program?
1 3
3 3
3 4
4 4
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Directions: For the question or incomplete statement below, two of the suggested answers are correct. For this question, you must select both correct choices to earn credit. No partial credit will be earned if only one correct choice is selected. Select the two that are best in each case.
Which of the following are benefits of using well-named variables in a computer program?
Select two answers.
The program will run faster.
The program will be easier for people to read.
The program will have a greater data storage capacity.
The program will be easier to modify in the future.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume that the variables alpha and beta each are initialized with a numeric value. Which of the following code segments can be used to interchange the values of alpha and beta using the temporary variable temp ?
I and II only
I and III only
II and III only
I, II, and III
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code segment, which uses the variables r, s, and t.
r ← 1
s ← 2
t ← 3
r ← s
s ← t
DISPLAY (r)
DISPLAY (s)
What is displayed as a result of running the code segment?
1 1
1 2
2 3
3 2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The variable is Open is to be used to indicate whether or not a store is currently open. Which of the following is the most appropriate data type for is Open ?
Boolean
number
string
list
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
BJC Unit 2 Concepts Review

Quiz
•
10th Grade - University
15 questions
AP Computer Science Principles Unit 1

Quiz
•
9th - 12th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
10 questions
Global and local variables

Quiz
•
10th - 12th Grade
10 questions
Code.org Unit 5 Vocab Quiz 1

Quiz
•
9th - 12th Grade
10 questions
Variable warm-up activity

Quiz
•
6th Grade - University
5 questions
Programming Day 1

Quiz
•
10th - 12th Grade
10 questions
Comp Sci Unit 2 #9

Quiz
•
11th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade