1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are the 3 different structures used to store strings?
Fixed length
Variable length with a size limit
Linked
What are the advantages of fixed length storage?
Easy to access and update data
What are the disadvantages of fixed length storage?
Waste of space due to blank spaces
Changing a misspelled word could change the entire record
What ways can we use dynamic storage?
Use of a marker to show the end of the string
Length of the string can be listed as an item in a pointer array
Describe how linked storage works?
Memory cell are assigned to each character and a link provides the address of the cell which contains the next character