10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Network Security

Network Security

9th - 11th Grade

10 Qs

Bài tập trắc nghiệm C++(tiếp)

Bài tập trắc nghiệm C++(tiếp)

3rd Grade - University

10 Qs

Review

Review

9th - 12th Grade

10 Qs

Do You Know Your Keyboard?

Do You Know Your Keyboard?

5th - 10th Grade

15 Qs

PowerPoint Quiz 2

PowerPoint Quiz 2

9th Grade

13 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

Excel

Excel

10th - 12th Grade

15 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

10 CS // Pseudocode

10 CS // Pseudocode

Assessment

Quiz

Computers

9th - 11th Grade

Practice Problem

Hard

Created by

Kevin Gregson

Used 91+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?