🎴 Flashcard Mode

Computer Science Fundamentals

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following best describes aliasing?

AnswerClick to flip back
A
Multiple symbolic names and one data location
💡 Explanation:

Aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program.

Change Mode