What is a workaround? When is a workaround useful?

What will be an ideal response?


A workaround is a method or feature that accomplishes the same result as another feature that fails to work properly due to a bug or other malfunction. Workarounds are useful to help a user be as productive as possible while a permanent solution to a problem is developed.

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct way to close a file stream named outFile?

a. outFile.close(); b. outFile.close; c. outFile.close("project.txt"); d. close(outFile);

Computer Science & Information Technology

What character is used to signify the beginning of a comment statement?

(A) asterisk (B) exclamation mark (C) apostrophe (D) backslash

Computer Science & Information Technology

Write a program that tests the class RoomOccupancy described in the previous exercise.

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ encloses the objects in a group as one unit

A) dotted border B) moving marquee C) solid border D) set of sizing handles

Computer Science & Information Technology