No matter how complicated a program is or looks it can all be broken down into a series of 0’s and 1’s.
1. Data stored in arrays is permanent data.
2. Files can only be stored on a computer’s hard drive.
3. No matter how complicated a program is or looks it can all be broken down into a series of 0’s and 1’s.
4. A field is a random group of characters.
5. To distinguish records, there has to be one field that’s unique for each instance; this is called the record key.
1. False, it’s lost when the array goes out of scope.
2. False, there are also magnetic disks, optical disks, magnetic tapes, and compact disks (CDs), and more.
3. True
4. False, it is a meaningful string of characters, such as a name or a job.
5. True.
You might also like to view...
The top row of the table body usually contains column ________ to identify the contents of the columns
Fill in the blank(s) with correct word
C appends the low-value hexadecimal byte ____ as the end-of-file (EOF) sentinel when a file is closed.
A. 0x00 B. 0x01 C. 0x99 D. 0xFF