Search Header Logo

10 CS // Pseudocode

Authored by Kevin Gregson

Computers

9th - 11th Grade

Used 93+ times

10 CS // Pseudocode
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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")

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?