Answer:
Operating System.
Explanation:
All the properties listed in the question are handled by the Operating system.
Operating system:-It is a software that manages the computer hardware,provides common services for the programs of the computer and software resources.
Some of the most popular operating systems are as following:-
- Microsoft Windows.
- Apple MACOS
- Linux.
There are also other operating systems present out there these are some of the mostly used OS's.
Answer:
The three Linux distributions are Arch Linux, Ubuntu and Fedora. In order to get more detailed information go to the wikipedia page of comparision of linux distributions.
Strengths and Features of these three are attached.
The two linux newsgroups are
1) Comp.os.linux.announce
2)comp.os.linux.networking
Explanation:
The answer is Cloud Computing. It access calendars, contact information, email, files and folders, instant messaging, presentations, and task lists over the internet. This means, if you have a device and an internet connection, you can have your "office" anywhere, anytime.
Answer:
Option c is the correct answer for the above question.
Explanation:
A loop is used to repeat some lines in some specific times which depends on some conditions of the loop. If a person wants to print "welcome" on 5 times then he can do this by two ways one is writing a print statement 5 times and the other is states a loop that executes 5 times through condition. The loop is described or written by three necessary points which are:-
- The fist is to initialize the initial value which tells the compiler for the starting point of the loop.
- The second is to any action for that condition variable which takes the loop for the direction of ending points.
- The third is a condition that defines the ending point of the loop.
The above question also states about the loop in which first and second points are given then the third point is necessary to complete the sentence which is states in option c. Hence the option c is correct while the other is not because--
- Option 'a' states about the class operator which is not the part of the loop.
- Option b states about the documentation plan which is also not the part of the loop.