Search Header Logo

Pseudocode - Variables, I/O, SELECTION

Authored by James Skinner

Computers

10th - 11th Grade

Used 55+ times

Pseudocode - Variables, I/O, SELECTION
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct psuedocode for input (e.g. someones age)

INPUT age
INPUT "age"
age <- INPUT
age = INPUT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct pseudocode for OUTPUT (e.g. Someones ageo)

OUTPUT "age"
OUTPUT age
age <- OUTPUT
age = OUTPUT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct psuedcode for declaring a variable (e.g. age)

DECLARE age
DCLARE age as INT
DECLARE age as INGEGER
DECLARE <- AGE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct pseudocode for initilising a variable (e.g. age)

age = 0
age == 0
0 <- age
age <- 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct psuedcode for declaring a variable (e.g. first name)

DECLARE firstName as STRING
DECLARE firstName== STRING
DECLARE firstName <- STRING
DECLARE firstName = STRING

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct pseudocode for initilising a variable (e.g. first name)

firstName <- "Hello"
firstName <- " "
firstName <-
firstName == " "

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the following variable name: my address?

Nothing
No capital letters
It contains spaces

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?