MIDTERM - BOOLEAN PRACTICE

Quiz
•
Computers
•
12th Grade
•
Medium
Amber Fowler
Used 21+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Wrong Wrong Correct Wrong
True True False True
Correct Correct Wrong Correct
Correct Wrong Correct
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In the procedure Mystery below, the parameter number is a positive integer. Which of the following best describes the result of running the procedure Mystery?
The procedure returns true when the initial value of number is 2, and it otherwise returns false.
The procedure returns true when the initial value of number is greater than 2, and it otherwise returns false.
The procedure returns true when the initial value of number is even, and it otherwise returns false.
The procedure returns true when the initial value of number is odd, and it otherwise returns false.
3.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Code for the procedure Mystery is shown below. Assume that the parameter p has been assigned a positive integer value (e.g. 1,2,3...) Which of the following shows a POSSIBLE result of calling the procedure?
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The following question uses a robot in a grid of squares. The robot is represented by a triangle, which is initially facing toward the top of the grid. Which of the following code segments will move the robot to the gray square along the path indicated by the arrows?
5.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
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
6.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
A computer science student completes a program and asks a classmate for feedback. The classmate suggests rewriting some of the code to include more procedural abstraction.
Which of the following is NOT a benefit of procedural abstraction?
Making the code more readable
Providing more opportunities for code reuse
Reducing the amount of duplicated code
Making the code run faster
7.
MULTIPLE SELECT QUESTION
2 mins • 2 pts
Assume that the two variables age and day have been initialized with the values shown.
var age = 16;
var day = "Monday";
Determine if the following statement evaluates to true or false.
(age > 10) && (age < 20)
TRUE
FALSE
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
AP CSP Exam Review

Quiz
•
9th - 12th Grade
20 questions
Python

Quiz
•
12th Grade
21 questions
APCSP 3B

Quiz
•
12th Grade
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
20 questions
AP CSP 1.1.6 - 1.1.9 Vocabulary

Quiz
•
9th - 12th Grade
20 questions
Higher SDD Revision

Quiz
•
11th - 12th Grade
20 questions
Python Programming Quiz

Quiz
•
9th - 12th Grade
26 questions
AP CSP Unit 7: Parameters, Returns, and Libraries

Quiz
•
9th - 12th 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