Pseudocode Quiz

Pseudocode Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Unit 4 Vocabulary

Code.org Unit 4 Vocabulary

9th - 12th Grade

6 Qs

Code.org CSP

Code.org CSP

9th - 12th Grade

6 Qs

JavaScript Functions and Parameters

JavaScript Functions and Parameters

9th - 12th Grade

15 Qs

1er Quiz Fundamentos de Programación - SystemPlus

1er Quiz Fundamentos de Programación - SystemPlus

9th - 12th Grade

15 Qs

Exceptions

Exceptions

8th Grade - Professional Development

6 Qs

Python L1

Python L1

8th Grade - University

14 Qs

Ch 5 Practice

Ch 5 Practice

9th - 12th Grade

10 Qs

User Input in Python

User Input in Python

6th - 10th Grade

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