Retake Review 1

Retake Review 1

9th Grade

10 Qs

quiz-placeholder

Similar activities

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Dasar Pemrograman Python

Dasar Pemrograman Python

9th Grade

10 Qs

Conditional Statements

Conditional Statements

9th Grade

15 Qs

KUIS_INFORMATIKA_AlGO-PEMROGRAMAN_SMA_X

KUIS_INFORMATIKA_AlGO-PEMROGRAMAN_SMA_X

9th - 12th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

QUIZ : Creating an algorithms

QUIZ : Creating an algorithms

9th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

15 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

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