Retake Review 1

Retake Review 1

9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

1.TR - Alg i Prog - 09 - Relacijsk i logički operatori, ispis, u

1.TR - Alg i Prog - 09 - Relacijsk i logički operatori, ispis, u

9th Grade

11 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Unit 4 Review

Unit 4 Review

9th - 12th Grade

11 Qs

Introduction to Python Programming

Introduction to Python Programming

7th - 10th Grade

12 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

End of term assessment

End of term assessment

9th Grade

15 Qs

Retake Review 1

Retake Review 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Autumn Hart

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode?

A pokemon that looks like a tree but is actually made of stone

A representation of code that is not written in a real programming language

It's another name for flowcharts

A programming language used to make phone apps

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this logical operator? ||

AND

OR

NOT

Equal to

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this logical operator? !

AND

OR

NOT

Not equal to

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this logical operator? &&

AND

OR

NOT

Greater than or equal to

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these options is NOT a comparison operator?

>

<=

=

!=

Answer explanation

Remember, in programming, one equal sign is assignment (storing a value into a variable). The comparison operator that checks if two values are equal uses TWO equal signs (==).

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Read the pseudocode provided. Is the alligator happy (true)?
int x = 0;

Print x >= 0;

True (Happy Alligator)

False (Sad Alligator)

x >= 0

Not enough info

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all that apply: Which of the following are true? (Assume x = 17)

x == 17

x + 3 > 20

x <= 100

x != 500 && x > 500

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?