17.01.2015 Views

129761-2015-syllabus

129761-2015-syllabus

129761-2015-syllabus

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Syllabus content<br />

2.3.3 Selection<br />

• use an ‘IF’ structure including the ‘ELSE’ clause and nested IF statements<br />

○ given pseudocode will use the following structure:<br />

IF <br />

THEN<br />

<br />

ENDIF<br />

○ or, including an ‘else’ clause:<br />

IF <br />

THEN<br />

<br />

ELSE<br />

<br />

ENDIF<br />

• use a ‘CASE’ structure<br />

○ given pseudocode will use the following structure:<br />

CASE OF <br />

: <br />

: <br />

...<br />

ENDCASE<br />

○ alternatively:<br />

CASE OF <br />

: <br />

: <br />

...<br />

OTHERWISE <br />

ENDCASE<br />

28 Cambridge International AS and A Level Computer Science 9608. Syllabus for examination in <strong>2015</strong>.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!