What happens if you transfer an executable program file in ASCII mode?
What will be an ideal response?
The file will be corrupted: Any bytes that match a NEWLINE will be altered,
resulting in a program that will not execute properly.
Computer Science & Information Technology
You might also like to view...
__________ is the brain of a computer.
a. Hardware b. CPU c. Memory d. Disk
Computer Science & Information Technology
Which of the following provides a way to enforce the wall of an ADT?
a. Implement the ADT as a C++ class b. Always use public fields c. Never use private records together methods d. Link records together
Computer Science & Information Technology