Multiple choice In liner linked list, each node is divided into_____ parts. 5 4 3 2 Reveal answer Fill a bubble to check yourself D Correct answer Explanation In a singly (linear) linked list, each node contains two parts: the data (information) and the pointer (address) to the next node.