Selection Quiz 2

Selection Quiz 2

12th Grade

15 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles

AP Computer Science Principles

9th - 12th Grade

14 Qs

AP CSP Review

AP CSP Review

9th - 12th Grade

10 Qs

Big Idea 3

Big Idea 3

9th - 12th Grade

15 Qs

Python Part 1

Python Part 1

1st Grade - University

16 Qs

Unit 4 Test JS

Unit 4 Test JS

9th - 12th Grade

15 Qs

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

CS Python Fundamentals Unit 3 Review

CS Python Fundamentals Unit 3 Review

9th - 12th Grade

20 Qs

Selection Quiz 2

Selection Quiz 2

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Curtis Forbes

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a condition?

num1 > num2

num1 + num2

num1 & num2

num1 , num2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to the following symbols:

>, <, >=, <=, =, <>

arithmetic operators

logic operators

relational operators

equations starters

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating and IPO chart, what goes in the Input column?

process

input

actions

nouns

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In the following statement the IF is the ___________ part

if num1 > num2 then

print "The first number is greater"

else

print "The second is greater"

end if

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In the following statement the ELSE is the ___________ part

if num1 > num2 then

print "The first number is greater"

else

print "The second is greater"

end if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements allows data to be stored in the variable price?

Print "Enter Price"

Read price

Print Price

Price = 100

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the following statement?

READ age

Prompt for age

Calculate the age

Display the age

Store the age

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?