Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

Pretest Aplikasi Pengolah Angka

Pretest Aplikasi Pengolah Angka

10th Grade

15 Qs

BTEC National ICT U2 - Data Types and Validation

BTEC National ICT U2 - Data Types and Validation

12th Grade

14 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Problem Solving : Design Solution

Problem Solving : Design Solution

12th Grade

15 Qs

IT - TYPING TUTOR

IT - TYPING TUTOR

9th Grade

10 Qs

Computer Lab Rules

Computer Lab Rules

9th - 12th Grade

13 Qs

CLASSROOM

CLASSROOM

10th Grade

10 Qs

Pseudocode Input

Pseudocode Input

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Lee Macri

Used 78+ 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 SELECT QUESTION

30 sec • 1 pt

We need variables to:

store and manipulate data.

store data.

manipulate data.

make fun of students.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

We need to give a variable a name so we can...

assign and retrieve values from memory.

be cool.

read code.

know what we're doing.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following correctly creates a variable?

DECLARE INTEGER AS x

DECLARE INT x

DECLARE non_binary AS BOOLEAN

DIM string As STRIN

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following correctly creates a variable?

DIM age AS x

DECLARE age AS INTEGER

DECLARE CORRECT AS string

INPUT user's full name

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the following pseudocode snippet do?


DECLARE car AS STRING

It creates a character variable named car.

Creates a new car object.

Nothing

It creates an address in memory which is referenced by the label car.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the following pseudocode snippet do?


car <- "Honda"

Assigns car to Honda.

Assigns a string value to car.

Assigns an integer value to car.

Nothing.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following correctly assigns a value to an integer variable?

STORE '5' IN x

STORE 5 IN x

INPUT x IN '5'

STORE x IN 5

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?

Discover more resources for Computers