CompSci - Data Organisation Flashcards
mffffffhhgfgg (4 cards)
Operations on data structures
CSS TRIM
Copy
Search
Sort
Traverse
Remove
Insert
Merge
Multi-Level Index
Method of storing data in several levels, each representing a more detailed reference to the data it contains.
Collision Operations
Best
Rehashing - reapply algorithm or change
Daisy chaining - creates linked list at collision address
Linear probing - stores data at next free address
Overflow area - creates unsorted serial file to store collisions.
Worst
Errors That Can Occur Due To Left-Shift
Overflow, magnitude beyond the maximum bit capacity of the register
Underflow, magnitude too small to be represented accurately (1s dissappear)
SIgn change due to overflow into the signed bit