Describe a difference between an array and a linked list.

An array has a fixed data size and cannot hold more elements than said size, whereas a linked list can hold different numbers of elements.

MB

Related Computing A Level answers

All answers ▸

Write a function in pseudocode that determines if a given string is a palindrome


Describe two's complement.


Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?


What is the difference between validation and verification?