10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python

Python

9th Grade

15 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

coding

coding

KG - Professional Development

15 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Input Commands Quiz

Input Commands Quiz

10th Grade

15 Qs

10 CS // Pseudocode

10 CS // Pseudocode

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Kevin Gregson

Used 90+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?
the series of steps to solve a problem or perform an action.
a way in which a computer thinks
a computer program
a planning tool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a flowchart?
a diagram that shows the inputs, outputs and processes in an algorithms.
a way to write a computer program
a programming language
a chart used to show the results of something

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is meant by a process?
an action that takes place.
a way of calculating something
an output from a system
a way of inputting information into a computer program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is meant by pseudocode?
simplified programming code that is not language specific, used to design algorithms.
it's a type of programming language
code that can be used on any type of computer
a debugging tool to improve programming code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the OCR pseudocode keyword for outputting to the screen?
HINT: Same as Python
print
output
display
show

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the OCR pseudocode for inputting text from the keyboard?
HINT: Same as Python
name = input("Enter name")
name = enter("Enter name")
keyboard = ("Enter name")
ENTER name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The python code for a FOR LOOP is:
for i in range(0,10):
print("Hi")
what is the OCR pseudocode for this?
HINT: Pseudocode includes the last number - Python doesn't
for i = 0 to 9
print("Hi")
for i = 0 to 10
print("Hi")
for i in range= 0 to 10
print("Hi")
for i  (0 to 9)
print("Hi")

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?