Programming - PSEUDOCODE (IGCSE CIE)

Programming - PSEUDOCODE (IGCSE CIE)

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

Martin Richards

Used 43+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which are the lines that contains errors

3,4,6,7

5,6,7,9

5,6,8,9

2,3,4,9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State the data type of the variable MyName

MyName ← "Dhoni"

CHAR

STRING

INTEGER

REAL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following statement:

MyName ← "Bill" + 23

Bill23

BillW

Syntax Error

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming construct does the following statement show?


MyName ← "Bill Gates"

Sequence

Selection

Iteration

Assignment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the first Lady Programmer?

Lady Mo Blanc

Lady Ada Base

Lady Ada Lovelace

Lady Maria

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type can I use for telling the Gender variable like below?


Gender = 'F'

Gender = 'M'

STRING

ARRAY

CHAR

INTEGER

Honestly , I don't know

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?


A ← 23

B ← 12

C ← 2

D ← (A+B) * C

OUTPUT D

47

35

70

140

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?