Search Header Logo

MIDTERM - BOOLEAN PRACTICE

Authored by Amber Fowler

Computers

12th Grade

Used 22+ times

MIDTERM - BOOLEAN PRACTICE
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Media Image

Wrong Wrong Correct Wrong

True True False True

Correct Correct Wrong Correct

Correct Wrong Correct

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

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

Media Image

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?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

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?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Media Image

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?