KRHS Internet Lesson

Teacher Name:Mr Rung                          Date of Lesson: April/May

Course Name: C++                    Lesson Name: Chap 16.1a

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Answer the workbook questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

In a linked list, Data is contained in a structure called a node.

True         False


Question #2

The new operator allocates memory on the heap and the remove operator frees memory

True         False


Question #3

The statement my_ptr->element_name is the same as the statement (*my_ptr).element_name

True         False


Question #4

Dynamic data structures are stored in a portion of the memory called the heap.

True         False


Question #5

A static data structure occupies a different amount of memory every time the program is run.

True         False