ONE 6th FORM Pseudocode

ONE 6th FORM Pseudocode

11th Grade

35 Qs

quiz-placeholder

Similar activities

T-Level DPDD: Selection Programming Concepts Quiz

T-Level DPDD: Selection Programming Concepts Quiz

11th Grade

31 Qs

Intro to Programming Final Review

Intro to Programming Final Review

9th - 12th Grade

30 Qs

PEMOGRAMAN DASAR CHECKK

PEMOGRAMAN DASAR CHECKK

9th - 12th Grade

30 Qs

Chapter_23_9608

Chapter_23_9608

11th - 12th Grade

40 Qs

Python programming

Python programming

11th Grade

30 Qs

Software DD and Hacking

Software DD and Hacking

11th Grade

30 Qs

Ujian Tengah Semester Informatika XI

Ujian Tengah Semester Informatika XI

11th Grade

30 Qs

Lesson 1.1 Vocab - CSE

Lesson 1.1 Vocab - CSE

9th - 12th Grade

30 Qs

ONE 6th FORM Pseudocode

ONE 6th FORM Pseudocode

Assessment

Quiz

Computers, Mathematics

11th Grade

Medium

Created by

Lorna Jarrett

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword in pseudocode is used for a whole number?

INTEGER

REAL

CHAR

STRING

Answer explanation

The keyword used for a whole number in pseudocode is INTEGER. It represents integers without decimal points.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a real number represented in pseudocode?

Without a decimal point

With at least one digit on either side of the decimal point

As a fraction

In exponential form

Answer explanation

A real number is represented in pseudocode with at least one digit on either side of the decimal point, making this the correct choice.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Boolean literals in pseudocode are represented as ________ or FALSE.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A ________ is a data type in pseudocode used for single characters.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare a boolean variable named 'IsActive' in pseudocode?

DECLARE IsActive: BOOLEAN

BOOLEAN IsActive DECLARE

DECLARE BOOLEAN IsActive

IsActive: DECLARE BOOLEAN

Answer explanation

The correct way to declare a boolean variable named 'IsActive' in pseudocode is by using the syntax: DECLARE IsActive: BOOLEAN.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare an integer variable named 'ItemCount' in pseudocode?

INTEGER DECLARE ItemCount

DECLARE ItemCount: INTEGER

DECLARE INTEGER ItemCount

ItemCount: DECLARE INTEGER

Answer explanation

The correct way to declare an integer variable named 'ItemCount' in pseudocode is by using 'DECLARE ItemCount: INTEGER'.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you correctly declare a real number variable named 'AverageScore' in pseudocode?

REAL AverageScore DECLARE

DECLARE REAL AverageScore

DECLARE AverageScore: REAL

AverageScore: DECLARE REAL

Answer explanation

The correct way to declare a real number variable named 'AverageScore' in pseudocode is by using the syntax 'DECLARE AverageScore: REAL'.

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?