-
The physical file in the whole exercise is
- A. The paper on which you wrote the words
- B. The JPG image file
- C. The Text file
- D. All the above
-
The human-readable files are
- A. The physical paper and Text file
- B. The JPG file and Text file
- C. None of the above
-
The binary files are
- A. JPG or image file
- B. The OCR or text file
- C. The physical paper
- D. None of the above
-
The text files are
- A. The .txt file
- B. The .jpg file
- C. Both the above
-
How many symbols did you write on paper? Does it match with the count generated by the
hand.cprogram?
-
When the compiled program (hand.exe) is executed as
hand.exe podcast.txtit- A. It does not execute
- B. Reports the count of characters in podcast.txt
- C. It does nothing
-
When the compiled program (hand.exe) is executed as
hand.exeit- A. Reads the file
hand.txtand prints the count - B. Prints an error message if the
hand.txtfile does not exists - C. Both of the above
- A. Reads the file
-
Do the count values for both your python and C programs match? If they don't, what is the reason?