Search results

  1. S

    Sequential and Random files

    sequential: program needs to read entire file up until it hits the target element, elements can be different lengths, elements can be different data types random: program can jump dirrectly to required element, elements MUST be same length, elements must be same data type. this was in the...
Top