Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

Summary Full Notes - Chapter 11 - Programming - CIE Computer Science

Rating
-
Sold
-
Pages
3
Uploaded on
09-07-2026
Written in
2025/2026

Full notes for Chapter 11: Programming of the CIE A-Level Computer Science course (9618). Notes are written fully according to the specification and all past paper mark schemes. Note: assumes sufficient knowledge of coding in Python - these notes cover the additional knowledge/terms/definitions needed for the exam.

Show more Read less

Content preview

​11. Programming​

​1. Programming Basics​

​Constant – a named value that cannot change during the execution of a program​
CONSTANT <identifier> = <value>​

​e.g.​ ​
CONSTANT MaxSize = 50​

​Benefits of constants:​
​●​ ​Chance of error/inconsistency throughout the program is minimised as value only entered once,​
​and then referenced throughout the program​
​●​ ​Makes is much easier/quicker to maintain the program if the value of a constant needs to change,​
​so it only has to be changed once and updates throughout the entire program where it is used​
​●​ ​Makes the program easier to read/understand​

​Variable – a named value that can change during the execution of a program​

I​ n Pseudocode (and some other programming languages), the data type for each item must be declared​
​at the beginning before it can be used, and is identified by a unique name (identifier)​
DECLARE <identifier> : <data type>​

​e.g.​ ​
DECLARE count : INTEGER​

​An accepted (inclusive) integer range can also be specified e.g.​​
DECLARE count : 1 .. 10​

​ rocedure – a set of statements that can be grouped together and easily called in a program whenever​
P
​required, rather than repeating all of the statements each time - unlike a function, allows parameters to​
​be passed in byref​

​ unction – a set of statements that can be grouped together and easily called in a program whenever​
F
​required, rather than repeating all of the statements each time - unlike a procedure, a function always​
​returns a value​

​ ibrary routine – a tested and ready-to-use routine available in the development system of a​
L
​programming language that can be incorporated into a program​

​Good programming practice:​
​●​ ​Indentation and white space​
​●​ ​Use of comments​
​●​ ​Sensible/meaningful variable names (using Camel Case)​
​●​ ​Capitalisation of keywords​
​●​ ​Use of modular programming​
​●​ ​Use of local variables​

Document information

Uploaded on
July 9, 2026
Number of pages
3
Written in
2025/2026
Type
SUMMARY
£3.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
benjaminskn18

Also available in package deal

Thumbnail
Package deal
Full Notes - Full Course - CIE A-Level Computer Science
-
20 2026
£ 50.99 More info

Get to know the seller

Seller avatar
benjaminskn18 UCS
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
3 days
Number of followers
0
Documents
21
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions