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 ▸

Represent the denary number 5.625 as an unsigned binary fixed point number with three bits before and five bits after the binary point.


What is an OOP (Object Oriented Programming) language?


How can XOR be used in encryption and what type of encryption is this ?


How do I solve a Karnaugh Map?