MIDTERM - BOOLEAN PRACTICE

MIDTERM - BOOLEAN PRACTICE

12th Grade

25 Qs

quiz-placeholder

Similar activities

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

quiz_12_11_t3

quiz_12_11_t3

12th Grade

20 Qs

APCSP Big Idea 3, 4

APCSP Big Idea 3, 4

12th Grade

21 Qs

Python

Python

12th Grade

20 Qs

Recuperacion final parte 1

Recuperacion final parte 1

8th Grade - University

20 Qs

AP Computer Science A Year Review

AP Computer Science A Year Review

9th - 12th Grade

28 Qs

Higher SDD Revision

Higher SDD Revision

11th - 12th Grade

20 Qs

AP Computer Science Final Review

AP Computer Science Final Review

9th - 12th Grade

28 Qs

MIDTERM - BOOLEAN PRACTICE

MIDTERM - BOOLEAN PRACTICE

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Amber Fowler

Used 21+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?