Pseudocode - Variables, I/O, SELECTION

Pseudocode - Variables, I/O, SELECTION

10th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

8.12 C++ Test on Classes

8.12 C++ Test on Classes

9th - 12th Grade

15 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

HTML

HTML

9th - 12th Grade

15 Qs

Programming Quiz

Programming Quiz

1st - 10th Grade

20 Qs

Parcial Laboratorio IIB - 4Baco

Parcial Laboratorio IIB - 4Baco

10th Grade

20 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Pseudocode - Variables, I/O, SELECTION

Pseudocode - Variables, I/O, SELECTION

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

James Skinner

Used 49+ 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?