Andrew is using a word processing application to type out his résumé. Which of the following change happens "on the fly" as he t
ypes? A.
it changes the font size to a more readable one
B.
it highlights grammatically incorrect sentences
C.
it creates line breaks wherever required
D.
it automatically selects easily readable fonts such as Arial
Andrew is using a word processing application to type out his résumé. Which of the following change happens "on the fly" as he types?
A.
it changes the font size to a more readable one
B.
it highlights grammatically incorrect sentences
C.
it creates line breaks wherever required
D.
it automatically selects easily readable fonts such as Arial
On the fly refers to<u> something that is being changed while a process is still ongoing. </u>
In a word processing application, what is more likely to happen is (B) it highlights grammatically incorrect sentences. This would occur since Microsoft Word default settings would be to do this. The other options would not occur automatically; the user needs to intentionally pick to do them.
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.