Is it essential to install an operating system in a computer? Are software's included in OS? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 20

Is it essential to install an operating system in a computer? Are software's included in OS?

26th Apr 2019, 1:32 PM
Prachi Chauhan
Prachi Chauhan - avatar
10 Antworten
+ 21
You can use a computer without installing an operating system on it itself. Instead you install the operating system on a bootable USB drive. To do that you can use Rufus. https://rufus.ie/ Rufus is a small utility, which can format and create bootable USB flash drives, such as USB keys or pen drives, and memory sticks. Rufus is useful in the following scenarios: If you need to create USB installation media from bootable ISOs for Windows, Linux, and UEFI. If you need to work on a system without an OS installed.
6th May 2019, 1:46 PM
ron
+ 19
DOS, stands for disc operating system. but I think Machine language, is the only way you can interact with a computer that does not have an operating system.
28th Apr 2019, 11:14 AM
ron
+ 17
ron I agree Rufus is a good utility. It makes any computer usable without an operating system or a working HDD.
8th May 2019, 10:24 PM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 8
Operating system act as an interface between you (user) and computer hardware.Without operating system it is difficult to interact with your computer.And hence it is essential to install it in computer.
26th Apr 2019, 1:43 PM
Rstar
Rstar - avatar
+ 7
Jason Mackjoo But DOS is also a type of operating system
26th Apr 2019, 3:24 PM
Rstar
Rstar - avatar
+ 4
Without os you may use DOS
26th Apr 2019, 2:58 PM
Jason Mackjoo
Jason Mackjoo - avatar
+ 4
You are right Rstar
26th Apr 2019, 3:33 PM
Jason Mackjoo
Jason Mackjoo - avatar
+ 4
Without an OS you wouldn't be able to run software on it.
28th Apr 2019, 1:07 AM
Sonic
Sonic - avatar
+ 3
A computer without an OS is like a person without a mind.
27th Apr 2019, 11:49 AM
Logomonic Learning
Logomonic Learning - avatar
+ 2
It isn’t essential but it makes your life easier. Otherwise you’d be using a lot of machine code or assembly language for the low level hardware conversations. That would become exhausting for most people very quickly and most people would lose interest in computers because they wouldn’t know how to make their computer do stuff. The best alternative to not using a popular OS is to using a less common one and improve it yourself OR make your own OS which would be almost the same as improving an unpopular one, just with more initial work. In any case, interesting question.
29th Apr 2019, 12:27 AM
Hazmat
Hazmat - avatar