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
Class notes

A-level AQA Computer Science DATA STRUCTURES AND ABSTRACT DATA TYPES

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

Level up your programming and theory skills with these expertly written notes covering the Data Structures and Abstract Data Types 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
Institution
Course

Content preview

DATA STRUCTURES AND ABSTRACT DATA TYPES.

Data structures are used by computers as the containers within which
information is stored. Different data structures exist, and some are better
suited to different types of data than others. When storing data, a
programmer must decide which of the data structures available is the best
to use.

An array is an indexed set of related elements. 2d= Array Maze = { {Wall,
Path, Wall}, {Path, Path, Wall}, {Wall, Path, Wall}}




Abstract data structures don’t exist as data structures, instead they make
use of other data structures such as arrays to form a new way of storing
data.

A queue is an abstract data structure based on an array. Just like a
queue at a bus stop, the first item added to a queue is the first to be
removed. Because of this, queues are referred to as “first in, first
out” (or FIFO) abstract data structures. Queues are used by
computers in keyboard buffers, where each keypress is added to the
queue and then removed when the computer has processed the
keypress. This ensures that letters appear on the screen in the same
order that they were typed. The breadth first search algorithm uses
a queue to keep track of which nodes in a network have been
visited.

A linear queue has two pointers, a front pointer and a rear pointer.
These can be used to identify where to place a new item in a queue
or to identify which item is at the front of the queue.

A circular queue is a type of queue in which the front and rear
pointers can move over the two ends of the queue, making for a
more memory efficient data structure.

Written for

Study Level
Examinator
Subject
Unit

Document information

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

Subjects

$8.40
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
leyladavidson

Also available in package deal

Get to know the seller

Seller avatar
leyladavidson Bedford College
Follow You need to be logged in order to follow users or courses
Sold
2
Member since
1 year
Number of followers
0
Documents
22
Last sold
1 month ago
Leyla's A-level Geography and Computing Notes

Welcome to my store! These notes are getting me consistent A and A*, so enjoy!! Everything is £5.99 :D I would love if you could pop a review after purchases since it helps a lot :) 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 tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right 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 aced 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