Pseudo code ('fake' code)

Pseudo code ('fake' code)

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

10th Grade

10 Qs

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

Code Org

Code Org

10th - 12th Grade

15 Qs

Variables and Constants Recap

Variables and Constants Recap

9th Grade

6 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

C++ Quiz 3: Functions

C++ Quiz 3: Functions

7th - 12th Grade

7 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Online Assignment grade IX, March 19 - 2020

Online Assignment grade IX, March 19 - 2020

9th Grade

10 Qs

Pseudo code ('fake' code)

Pseudo code ('fake' code)

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

O Hawkridge

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the definition of pseudo code?

A memory location that stores a value.

Isn't a real programming language. Helps you think about algorithms.

A value that cannot be altered by the program during normal execution.

Messages to explain to others, and often to remind yourself, what the code is intended to do. 

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the role of a constant in programming?

A variable that can change its value during the execution of a program.

A fixed value that remains unchanged throughout the execution of a program. 

A type of loop that repeats a block of code a specific number of times.

A function that takes input and returns a value based on that input.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An identifier is the ‘name’ given to a variable. For example: 
distanceToSchool = 10
What is the value of the variable?
10
=
distanceToSchool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following assignment statements is assigning a number .

myAge = 21
myAge = "21"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following assignment statements is assigning a string.

myName = "David"
myAge = 21

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A constant is a value that cannot be altered by the program during normal execution: the value stays the same. 
True
False

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?