Part II: Memory Table Exercise Flashcards

1
Q

Memory Address

A

A unique identifier for a memory location in a computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dereferencing

A

Accessing the value stored at a pointer’s address using the * operator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Null Pointer

A

A pointer that does not point to any valid memory location, usually set to nullptr in C++.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Pointer Arithmetic

A

Performing arithmetic operations on pointers to traverse arrays or memory locations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly