Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 10 (Q.No. 45)
45.
In which of the following, each data item contains at most 2 points
List structure
LISP
List sorting
List head
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Neeraj pal said:   1 decade ago
List Processing(LISP).

Shewangizaw Bogale said:   9 years ago
LISP (list processing): is a programming language that was designed for easy manipulation of data strings.

It is a commonly used language for artificial intelligence (AI) programming.

Jeftha Dkhar Dann said:   6 days ago
Yes, it's List structure

In a list structure, especially in linked lists or tree representations, each data item (node) contains at most two points (links/pointers): One to the data,

One (or two in case of doubly-linked lists) to the next/previous node.
LISP → a programming language for list processing, not the structure itself.
List sorting → refers to arranging list items, not structure.
List head → refers to the first element of a list.
So, the correct answer is List structure.

Post your comments here:

Your comments will be displayed after verification.