Selection Quiz 2

Selection Quiz 2

12th Grade

15 Qs

quiz-placeholder

Similar activities

Fundamentos de swift

Fundamentos de swift

12th Grade

17 Qs

Python Intermediate Level

Python Intermediate Level

12th Grade

10 Qs

Lesson 1.8 to 1.11 Questions

Lesson 1.8 to 1.11 Questions

9th - 12th Grade

20 Qs

Python Basic 1

Python Basic 1

12th Grade

20 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Code.org Unit 5

Code.org Unit 5

9th - 12th Grade

15 Qs

Python Quiz

Python Quiz

3rd Grade - Professional Development

11 Qs

Python Programming

Python Programming

5th Grade - University

15 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?