Examlex

Solved

Russell Is Learning a New Memory Strategy Which Uses Embellishment

question 54

Multiple Choice

Russell is learning a new memory strategy which uses embellishment of information to help him to remember. Which of the following terms describes this memory strategy?


Definitions:

Self-Referencing

Involves an element or structure in computing that refers back to itself to establish relationships or define recursive operations.

Linked List

A data structure that consists of nodes, each containing data and a reference (link) to the next node in the sequence.

Structure Pointer Operator

The operator used to access members of a structure through a pointer in C/C++ (->).

Linked List

A linked list is a data structure consisting of a group of nodes which together represent a sequence. Each node contains data and a reference (link) to the next node in the sequence.

Related Questions