Pseudocode Quiz

Pseudocode Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Mixed Review

AP CSP Mixed Review

9th - 12th Grade

6 Qs

Python Quiz

Python Quiz

3rd Grade - Professional Development

11 Qs

python String

python String

8th - 11th Grade

5 Qs

Pseudocode

Pseudocode

9th - 11th Grade

15 Qs

Code.org Unit 5

Code.org Unit 5

9th - 12th Grade

15 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Unit 4 Code.org

Unit 4 Code.org

9th - 12th Grade

6 Qs

Pseudocode Quiz

Pseudocode Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Hira manzoor

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 7 MOD 3 in pseudocode?

2.33

1

3

0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator calculates 5² in pseudocode?

5 * 2

5 ** 2

5 ^ 2

5 × 2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Num1 ← 10 and Num2 ← 3, what is Num1 DIV Num2?

3.33

3

1

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which condition checks if Age is exactly 18?

Age > 18

Age = 18

Age <> 18

Age <= 18

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Num1 <> Num2 mean?

Num1 is less than Num2

Num1 is greater than Num2

Num1 is not equal to Num2

Num1 equals Num2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator means "greater than or equal to"?

>

<=

>=

=>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is (Temperature > 30) AND (Humidity > 80) TRUE?

Only if temperature > 30

Only if humidity > 80

If both conditions are true

If either condition is true

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?