Pseudocode and Selection

Pseudocode and Selection

8th Grade

45 Qs

quiz-placeholder

Similar activities

Computational Thinking

Computational Thinking

6th - 8th Grade

48 Qs

CSP Unit 4 Test (Variables, Conditionals, & Functions)

CSP Unit 4 Test (Variables, Conditionals, & Functions)

7th - 8th Grade

40 Qs

AP Java Quiz 1

AP Java Quiz 1

KG - University

50 Qs

ICT - Revision

ICT - Revision

5th - 8th Grade

40 Qs

Ucertify Programming and Logic Review

Ucertify Programming and Logic Review

7th - 8th Grade

40 Qs

J277 1.2.4 Sound/Image Representation

J277 1.2.4 Sound/Image Representation

8th - 12th Grade

42 Qs

Year 8 Term Exam

Year 8 Term Exam

8th Grade

45 Qs

Pseudocode and Selection

Pseudocode and Selection

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Alfian Syafii

Used 4+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is pseudocode?

A fake code that use plain language

A specific programming language that all computers use

A diagrammatic representation of a set of instructions

The real code that computers can understand

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

IF THEN has ___________

One condition

Two conditions

Three conditions

More than three conditions

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A condition is ___________

a statement that is either True or False

True statement

False statement

a statement that is neither True nor False

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

IF statement is a ___________ statement?

Assignment

Sequence

Selection

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

An identifier is the ‘name’ given to a variable. For example: 
distanceToSchool = 10
Which part is the identifier?
10
=
distanceToSchool

distance

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following assignment statements is correct?

myAge <-- 13

myAge is 13

myAge & 13

myAge , 13

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following assignment statements is assigning text.

myName <-- "anonym"

myName is anonym

myName <-- anonym

myName is "anonym"

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?