Calculating the File Size of a Text File (2 marks)
Given a text file with 1,000 characters where each character is stored using 8 bits, calculate the file size in kilobytes (KB). Use the formula: file size = bits per character x number of characters, and convert the result to kilobytes (1KB = 8,000 bits).
Calculating the File Size of a Text File (2 marks) Read More »