An example of when a file should not be used is:

a) to save the status of a video game for another session.
b) to save the value of a variable at runtime.
c) to log errors in the execution of a program.
d) these are all good examples of when files should be used.


b. To save the value of a variable at runtime.

Computer Science & Information Technology

You might also like to view...

C parameters use the ______ of a variable

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Add an ONLOAD attribute to your home page. Within that attribute, place a call to the alert function so that a greeting is displayed when the page loads.

For example, the alert window might display the message 'Hello and welcome to my page!'

Computer Science & Information Technology

Write a function to “blue-ify” a face. Write a function that accepts a picture as input. If any pixel has a blue value less than 150, then set that pixel’s color to white. Try it on a picture of a face and see what you get.

What will be an ideal response?

Computer Science & Information Technology

Client-based email accounts require a special program called an email client to be installed on your computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology