Pseudocode - Variables, I/O, SELECTION

Pseudocode - Variables, I/O, SELECTION

10th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

Programming Recap - 9F5

Programming Recap - 9F5

9th - 11th Grade

15 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

Practical Programming - 9F5

Practical Programming - 9F5

8th - 11th Grade

14 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

8th - 12th Grade

21 Qs

Control Structures

Control Structures

9th - 12th Grade

20 Qs

Pseudocode - Variables, I/O, SELECTION

Pseudocode - Variables, I/O, SELECTION

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

James Skinner

Used 48+ times

FREE Resource

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

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?