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
28 questions
AP Computer Science Final Review

Quiz
•
9th - 12th Grade
20 questions
MS Access Terminology

Quiz
•
9th - 12th Grade
20 questions
Recursion

Quiz
•
12th Grade
20 questions
City & Guilds Award in Business Processes

Quiz
•
12th Grade
20 questions
CLASS_XII_SERIES_MCQ

Quiz
•
12th Grade
20 questions
JavaScript Basics Test

Quiz
•
10th - 12th Grade
21 questions
CodeHS JavaScript

Quiz
•
8th - 12th Grade
20 questions
APCSP Exam Fall

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade