Pseudocode

Pseudocode

12th Grade

58 Qs

quiz-placeholder

Similar activities

Računarski hardver

Računarski hardver

9th - 12th Grade

53 Qs

UH 1 bahasa pemograman

UH 1 bahasa pemograman

10th Grade - University

60 Qs

Apple Motion and Final Cut Pro X

Apple Motion and Final Cut Pro X

10th - 12th Grade

60 Qs

Computer Science Quiz

Computer Science Quiz

3rd - 12th Grade

59 Qs

Advanced HTML5 & CSS3 Part IV

Advanced HTML5 & CSS3 Part IV

9th - 12th Grade

55 Qs

#5 CIW Data Analyst - Certification Prep

#5 CIW Data Analyst - Certification Prep

9th Grade - University

54 Qs

Ulangan Harian

Ulangan Harian

12th Grade

60 Qs

on tap cuoi ki 1 tin 12

on tap cuoi ki 1 tin 12

12th Grade

60 Qs

Pseudocode

Pseudocode

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Moses Balogun

Used 31+ times

FREE Resource

AI

Enhance your content in a minute

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

58 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the definition of a variable?

A container which is used to store values such as the number of attempts a person tries to log on to a network.
A language that is similar to a real programming language, but is easier for humans to understand although it doesn’t actually run on a computer. It can easily be converted to a regular programming language.
A value that cannot be altered by the program during normal execution: the value stays the same. 
Messages to explain to others, and often to remind yourself, what the code is intended to do. 

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the definition of pseudocode?

A container which is used to store values such as the number of attempts a person tries to log on to a network.
A language that is similar to a real programming language, but is easier for humans to understand although it doesn’t actually run on a computer. It can easily be converted to a regular programming language.
A value that cannot be altered by the program during normal execution: the value stays the same. 
Messages to explain to others, and often to remind yourself, what the code is intended to do. 

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the definition of a constant?

A container which is used to store values such as the number of attempts a person tries to log on to a network.
A language that is similar to a real programming language, but is easier for humans to understand although it doesn’t actually run on a computer. It can easily be converted to a regular programming language.
A value that cannot be altered by the program during normal execution: the value stays the same. 
Messages to explain to others, and often to remind yourself, what the code is intended to do. 

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An identifier is the ‘name’ given to a variable. For example: 
distanceToSchool = 10
Which part is the identifier?

10
=
distanceToSchool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following assignment statements is assigning a number .

myAge = 21
myAge = "21"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following assignment statements is assigning text.

myName = "David"
myAge = 21

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct way to get the user to enter a value when written as pseudocode?

input (“Please enter the length”)
length == input ("Please enter the length")
length = (“Please enter the length”)
length = input (“Please enter the length”)

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?