Which type of program requires the most system resources?
a. Mobile app
b. Web app
c. Desktop app
C. Desktop app
You might also like to view...
Answer the following questions true (T) or false (F)
1. True/False: The two’s complement representation of +6710 in 8-bits is 10000112. 2. True/False: External documentation consists of comments within a program that explain the code, step by step. 3. True/False: When a program is written by identifying tasks and subtasks and then writing modules to deal with each task, this is known as modular programming.
Why would a programmer choose to use protected class members and not private class members?
A. In case specific variables or functions are needed by a derived class. B. So you can get any and all data from parent class. C. You should always use private class members for data security. D. None of the above.