This document is a practice test for IGCSE Grade 9 covering chapters 7 and 8. It includes various questions related to pseudocode algorithms, validation checks, and flowchart completion. The test aims to assess students' understanding of programming concepts and algorithm design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views18 pages
Igcse CH-7 Test-2 QP and MS
This document is a practice test for IGCSE Grade 9 covering chapters 7 and 8. It includes various questions related to pseudocode algorithms, validation checks, and flowchart completion. The test aims to assess students' understanding of programming concepts and algorithm design.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18
IGCSE CH-7 and 8 TEST-2
PRACTICE TEST-2
GRADE 9
CH-7 AND 8
PAPER-2
JAGRUT AMIN [9898 206804] Page 1
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 2
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 3
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 4
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 5
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 6
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 7
IGCSE CH-7 and 8 TEST-2
JAGRUT AMIN [9898 206804] Page 8
IGCSE CH-7 and 8 TEST-2
10
[5]
JAGRUT AMIN [9898 206804] Page 9
IGCSE CH-7 and 8 TEST-2
11
JAGRUT AMIN [9898 206804] Page 10
IGCSE CH-7 and 8 TEST-2
12
JAGRUT AMIN [9898 206804] Page 11
IGCSE CH-7 and 8 TEST-2
13
14
JAGRUT AMIN [9898 206804] Page 12
IGCSE CH-7 and 8 TEST-2
15
JAGRUT AMIN [9898 206804] Page 13
IGCSE CH-7 and 8 TEST-2
16
JAGRUT AMIN [9898 206804] Page 14
IGCSE CH-7 and 8 TEST-2
17
JAGRUT AMIN [9898 206804] Page 15
IGCSE CH-7 and 8 TEST-2
18
a) State the purpose of this pseudocode algorithm .[1]
___________________________________________________________________ b) State four processes in the above algorithm. [4] ______________________________________________________________ _________________________________________________________ _____________________________________________________ c) Meaningful identifiers have not been used in this algorithm [3] suggest suitable meaningful identifiers for : the array :_____________________ the variable : T :_________________ C : __________________ L : __________________ 19 A programmer id designing an algorithm to calculate the cost of a length of rope. The program requirements are : Input two values : the length of rope in metres Length and the cost of one metre Cost Perform a validation check on the length to ensure that the value is between 0.5 and 0.6 inclusive
JAGRUT AMIN [9898 206804] Page 16
IGCSE CH-7 and 8 TEST-2
Calculate the price
Use the variable name given :
a) State the name of the validation check _________________________[1] b) Complete the flowchart for this algorithm. [6] c) Give two different sets of test data for this algoritham and state the purpose of each set [4] set 1 _____________________________________________________________ Purpose : _________________________________________________________ __________________________________________________________________ ___________________________________________________________________ Set 2: ________________________________________________________________ Purpose : ____________________________________________________________ _____________________________________________________________________ d) Describe an improvement that should be made to the requirements for this algorithm [2] __________________________________________________________________ ____________________________________________________________________ ___________________________________________________________________