Answer:
I think the answers are input, processes, output
Answer: A) Installed
Explanation: Installed application work on the system on which they are installed .They are supposed to persist the required speed of processing to execute the task ,enough memory and other resources as well to fulfill the need of the application functioning.
Other option is incorrect because cloud based application run with help of internet service via web browser so they resources in this applications based on the internet connectivity and browser's speed .Thus, the correct option is option(A).
Answer:
Create a shortcut on the toolbar
Explanation:
You can use process of elimination. alphabetizing would not help to find it quicker, but it is an easier way. Deleting all icons wouldn't help at all. And placing all icons in a folder would make it even messier. So, it is creating a shortcut. Plus, I got it right on my test :)
Answer:
1. The home tab
2. Font group
3. The small arrow at the bottom right of the font command group.
4. On "Font" heading (then "All text" subheading)
Explanation:
The following explanation will help Su in accomplishing her task.
1. Go to the home tab;
2. From the home tab, Su will have access to various command groups but in her case, she needs the Font command group.
3. There's a small arrow located at the bottom left of the font command group section; clicking on this arrow will open the font dialogue.
4. On the font dialogue, there are two headings. The "font" heading and the "character spacing" heading.
In her case, she needs the "Font" heading. The font heading also has various subheadings. To access the underline colour option, she needs the "All text" subheading.
See attachment for picture guide.
Answer:
Option D is correct.
Explanation:
Option D is correct because when the condition if (list[j] < temp) is tested it only gets true when element in list[] array at <em>jth</em> position is less than the value in <em>temp</em> and after that it increments the value of c by this statement: c++ and so c is incremented from 0 to as much times as much elements in list[] are lesser than temp.