100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Lecture notes

A-level AQA Computer Science PROGRAMMING

Rating
-
Sold
-
Pages
3
Uploaded on
15-08-2025
Written in
2025/2026

Level up your skills with these expertly written notes covering the Programming topic from the AQA A-level Computer Science specification. Whether you're preparing for Paper 1 or reinforcing your understanding throughout the year, this resource is designed to make complex concepts crystal clear (used and made by a consistently A/A* student). What’s Inside: - Detailed explanations - Clear breakdown to reinforce understanding - Key terminology to help you apply concepts effectively - Structured summaries aligned with the AQA spec for efficient revision

Show more Read less








Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
August 15, 2025
Number of pages
3
Written in
2025/2026
Type
Lecture notes
Professor(s)
Nil
Contains
All classes

Content preview

PROGAMMING.

A data type is the values it can take/operations which can be performed
on it.
Integer is a whole number.
Float is a number with a decimal/ fraction.
Boolean is a value which is true or false.
Character is a single number, letter or symbol.
String is a collection of characters.
Data is a way of storing a point in time, many different formats are used.
Pointer / Reference is a way of storing memory addresses. All variables are
pointers (refers) to objects.
Arrays are finite, indexed set of related elements each of which has the
same data type. cars = ["Ford", "Volvo", "BMW"]

User-defined data types are derived from existing data types to create a
customised data structure. For example, a shop might use a user-defined
data type called Customer to store information about their customers.
(E.g. Forename, Surname and EmailAddress).

Variables are changeable values. Variable declaration is creating a
variable for the first time, giving it a name and sometimes a data type.
This allocates a portion of the computer’s memory to the variable.
Constants are unchangeable values. Using a named constant improves
readability, maintainability, error reduction, and consistency. Constant
declaration is the same as variable declaration, but when creating a
constant.
Assignment is giving a constant or variable a value.
Iteration is repeating an instruction. For = definite while= in
Selection is comparing values and choosing an action based on those
values.
Subroutine is a set of instructions with a name. Will be defined, then
called later in program. The program flow will “jump” to the sub routine,
once it is done it returns to the flow. A procedure is a type which simply
preforms a task, whereas a function is a type that preforms and returns a
value using a return statement.
Library subroutines is predefined subroutine in the languages.
Imported at the start of the program.
Parameters/argument in parentheses are used to pass data to a
subroutine. Order is important. Arguments appear in subroutine
calls. Arguments vary from call-to-call parameters part of subroutine
definition.
If the variable is in scope the values can be accessed.


Iteration involves repeating a block of code.
Definite: number of looping is known (for).
Indefinite: number of looping is not known, executes until condition
is true (while). You can have the condition at the start which is the
£7.66
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
leyladavidson

Also available in package deal

Thumbnail
Package deal
A-level AQA Computer Science PAPER ONE PACKAGE NOTES
-
4 2025
£ 30.64 More info

Get to know the seller

Seller avatar
leyladavidson Bedford College
View profile
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
10 months
Number of followers
0
Documents
20
Last sold
7 months ago
Leyla's A-level Master Notes in CS and GEO!

Welcome to my store, your destination for academically rigorous, exam-focused resources tailored for AQA A-Level Computer Science and OCR Geography who achieves A/A* consistently . Curated by a high-achieving student from Bedford College, these notes are designed to elevate your understanding and performance. Each document is: - Aligned with current specifications and mark schemes - Structured for efficient revision and deep comprehension - Enriched with case studies, and technical terminology - Ideal for students aiming for top grades and conceptual clarity

Read more Read less
0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

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

Frequently asked questions