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
Exam (elaborations)

AQA A-LEVEL COMPUTER SCIENCE FINAL EXAM 2026 WITH 300+ PREP QUESTIONS AND WELL-VERIFIED CORRECT ANSWERS | ALREADY GRADED A+ | GUARANTEED PASS | COMPUTER SCIENCE LATEST EXAM 2026 [BRAND NEW]

Rating
-
Sold
-
Pages
56
Grade
A+
Uploaded on
29-01-2026
Written in
2025/2026

AQA A-LEVEL COMPUTER SCIENCE FINAL EXAM 2026 WITH 300+ PREP QUESTIONS AND WELL-VERIFIED CORRECT ANSWERS | ALREADY GRADED A+ | GUARANTEED PASS | COMPUTER SCIENCE LATEST EXAM 2026 [BRAND NEW] What is a primitive data type? A data type that can only contain one value What is a composite/compound data type? A data type built by combining primitive data types, e.g. a class. What is a data structure? A collection of data that is organised to allow efficient processing. What is an abstract data type? A conceptual model that describes how data is organised and which operations can be carried out on the data, with no information as to how this is implemented.

Show more Read less
Institution
AQA A-LEVEL COMPUTER SCIENCE
Module
AQA A-LEVEL COMPUTER SCIENCE

Content preview

AQA A-LEVEL COMPUTER SCIENCE
FINAL EXAM 2026 WITH 300+ PREP
QUESTIONS AND WELL-VERIFIED
CORRECT ANSWERS | ALREADY GRADED
A+ | GUARANTEED PASS | COMPUTER
SCIENCE LATEST EXAM 2026 [BRAND
NEW]




What is a primitive data type?
A data type that can only contain one value




What is a composite/compound data type?
A data type built by combining primitive data types, e.g. a class.




What is a data structure?
A collection of data that is organised to allow efficient processing.




What is an abstract data type?

,A conceptual model that describes how data is organised and which operations
can be carried out on the data, with no information as to how this is
implemented.




What is a static data structure?
A data structure that reserves memory for a set amount of data, e.g. a fixed-size
array




What is a dynamic data structure?
A memory efficient data structure which changes in size dynamically.




What are some disadvantages of a dynamic data structure versus a static data
structure?
- Accessed by memory location rather than index, which is sequential, so can
take longer to access data.
- Additiomal memory is needed for pointers.




What is a disadvantage of a static data structure verus a dynamic data structure?
A static data structure can waste memory if it isn't all used, e.g. if an array is
initialized with size 100, but only 10 elements are stored.




What is a queue?
A FIFO (first in, first out) abstract data type.

,How does a queue work?
A pointer to the front of the queue is maintained, as well as one to the rear.




What is a priority queue?
A queue where each element has a priority. Elements are inserted into the queue
depending on their priority relative to the current elements.




What are the main operations available on a queue?
- Enqueue
- Dequeue
- IsEmpty
- IsFull




Time complexity of a linear search
O(n)




Prerequisite of a binary search
The list must be ordered.




Time complexity of a binary search
O(log n)

, Binary search method
- Choose the middle item in the list
- If the item is the target, the search is complete
- Otherwise, if the target is greater than the middle item, discard the lower half
of the list. Else, discard the higher half.




A binary search tree is an example of which type of tree?
Rooted tree




Time complexity of a bubble sort
O(n^2)




Time complexity of a merge sort
O(n log n)




Steps of a merge sort
- Split the list into two lists
- Continue until there are only lists of size 1
- Combine lists in order




How are signed numbers stored using two's complement?
The first bit is negative

Written for

Institution
AQA A-LEVEL COMPUTER SCIENCE
Module
AQA A-LEVEL COMPUTER SCIENCE

Document information

Uploaded on
January 29, 2026
Number of pages
56
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • aqa
  • aqa a level

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
winnieelizabeth424 Johns Hopkins University
View profile
Follow You need to be logged in order to follow users or courses
Sold
53
Member since
2 year
Number of followers
5
Documents
1160
Last sold
1 week ago
A SILVER-TOP RATED SELLER ON STUVIA WITH WELL DETAILED AND VERIFIED STUDY DOCUMENTS ASSURED WITH EXCELLENT AND REMARKABLE RESULTS. GUARANTEED SUCCESS( A+)

As a dedicated MSc Nursing student at John Hopkins University, I combine academic excellence with practical experience to create well researched and comprehensive study materials. My resources cover a wide range of ATI modules and certifications designed to help you excel. Whether you are looking to deepen your understanding in your nursing career or preparing for your next big test, my study guides are designed to be your trusted companion. Explore my resources today and take the next step towards your success!

Read more Read less
4.4

8 reviews

5
5
4
1
3
2
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