Answer:
a) "Quit"
c) "Q only
Explanation:
Given
<em>String s = "Go"; </em>
<em>while ((!s.equals("q"))&& (!s.equals(""))) {</em>
<em>System.out.println("In loop"); </em>
<em>s = scnr.next();</em>
<em>}</em>
<em />
Required
What input causes another execution
Analyzing the while condition
<em>while ((!s.equals("q"))&& (!s.equals(""))) </em>
<em />
This can be split into:
<em>!s.equals("q")) && (!s.equals(""))</em>
<em />
Meaning
When s is not equal to "q" and when s is not an empty string
<em />
In other words,
the loop will be executed when user input is not "q" and user input is not empty.
So, from the list of given options: The loop both will be executed when:
a) Input is "Quit"
c) Input is Q only
<em>Input of q will terminate the loop, hence b and d are incorrect</em>
<em />
Answer:The system partition and the boot partition are computing terms for disk partitions of a hard disk drive or solid-state drive that must exist and be properly configured for a computer to operate. There are two different definitions for these terms: the common definition and the Microsoft definition. - Wikipedia.
Explanation:
Answer: The advantage of the optical fibre over the other medium of the communication are as follows:-
- The bandwidth of the optical fibre is comparatively higher than the other communication media
- The security in regard with the loss of data can be tracked easily as compared with other copper wire medium of communication.Thus, the security system of optical fibre is more reliable.
- The capacity of the fibre and the transmission power is also high as compared with other media of the communication such as copper wires,etc.
- The optical fibre is less space consuming than other communication medium.
Answer:
D.Mean
Explanation:
average function find mean of the functions
Answer:
True
Explanation:
Application softwares are programs that runs in an operating system environment, to perform a specific task. There are different types of application software, they are database applications, word applications, spreadsheet applications, graphics or paint applications etc.
Application softwares differ by the platform on which they run. That is an application built for Windows OS, would only run in windows OS and application for Android run only on Android.