Comp Sci Unit 2 #4

Comp Sci Unit 2 #4

11th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Review

AP CSP Review

9th - 12th Grade

10 Qs

Variables in Computer Science

Variables in Computer Science

9th - 12th Grade

6 Qs

Computer Science Variables

Computer Science Variables

9th - 12th Grade

6 Qs

Variables Computer Science

Variables Computer Science

9th - 12th Grade

6 Qs

Comp Sci Quiz #6

Comp Sci Quiz #6

11th Grade

10 Qs

CSP-Selection and Iteration

CSP-Selection and Iteration

9th - 12th Grade

10 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Comp Sci Unit 2 #4

Comp Sci Unit 2 #4

Assessment

Quiz

Computers

11th Grade

Easy

Created by

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

Media Image

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?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

Media Image

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

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?