Programming - PSEUDOCODE (IGCSE CIE)

Quiz
•
Computers
•
6th - 10th Grade
•
Medium

Martin Richards
Used 43+ times
FREE Resource
Student preview

20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade