8.2-Pseudocode essentials

8.2-Pseudocode essentials

6th - 10th Grade

20 Qs

quiz-placeholder

Similar activities

PEMROGRAMAN DASAR

PEMROGRAMAN DASAR

10th Grade

20 Qs

Pemrograman Dasar

Pemrograman Dasar

10th Grade

20 Qs

PEMOGRAMAN DASAR

PEMOGRAMAN DASAR

10th Grade

20 Qs

Logika dan Algoritma

Logika dan Algoritma

10th Grade

25 Qs

BK Kelas 8

BK Kelas 8

8th Grade - University

15 Qs

ALGORITMA

ALGORITMA

8th Grade - University

17 Qs

ALGORITMA PEMROGRAMAN

ALGORITMA PEMROGRAMAN

10th Grade

20 Qs

soal sumatif 3 kelas 8

soal sumatif 3 kelas 8

8th Grade

15 Qs

8.2-Pseudocode essentials

8.2-Pseudocode essentials

Assessment

Quiz

Computers

6th - 10th Grade

Hard

Created by

Serkan Oektem

Used 10+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Keywords such as "if, for, input, etc", must be in upper case in IGCSE pseudocode notation.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identifiers (variable names) are in mixed case with upper case letters indicating the beginning of new words, e.g.

NumberOfStudents.

True

False

3.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following(s) is/are not the correct syntax of a command term in IGCSE pseudocode notation? (Select all applicable)

if ... then ... end if

REPEAT ... UNTIL ...

DECLARE

input

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following(s) follow(s) the IGCSE pseudocode notation and is/are a correct assignment(s)? (Select all applicable)

NUMBER ← 0

Number = 0

Number ← 0

Number ← "0"

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which format is the correct "Assignment" statement in the IGCSE pseudocode notation?

identifier = value

Identifier ← value

IDENTIFIER ← value

6.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following is/are the basic data type(s)? (Select all applicable)

STRING

INTEGER

REAL

CHAR

BOOLEAN

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

DECLARE Age : INTEGER

Is the above declaration of "Age" correct?

No

Yes

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?