Selection Quiz 2

Selection Quiz 2

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Revision Tour

Python Revision Tour

12th Grade

10 Qs

Introduction to Programming

Introduction to Programming

9th - 12th Grade

16 Qs

Project Stem Python Unit 1 Test Review

Project Stem Python Unit 1 Test Review

9th - 12th Grade

17 Qs

קלט פלט משתנים והוראות השמה

קלט פלט משתנים והוראות השמה

7th Grade - University

20 Qs

recap DIN h446

recap DIN h446

12th Grade

11 Qs

APCSA - Unit 3

APCSA - Unit 3

9th - 12th Grade

10 Qs

Big Idea 3

Big Idea 3

9th - 12th Grade

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?