-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoperating.html
68 lines (57 loc) · 5.35 KB
/
operating.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OS | PAGE</title>
<!-- stylesheet -->
<link rel="stylesheet" href="laptop.css">
</head>
<body>
<div class="container">
<center><h1>OPERATING SYSTEM (OS)</h1> <img src="img/operating.png" alt="" widhth="300" height="300"></center>
<!-- <p>While choosing the right display for your laptop,you will need to decide the right screen size, and the right resolution for your usage</p>
<h6>1.Screen size 2. Display resolution 3. Other factors </h6> -->
<!-- <p>Each laptop's specifications are based on different combinations of these 5 aspects. Lets Explain -</p> -->
<p><b>The operating system controls the hardware of the laptop, and allows other softwares to communicate with the hardware<br>
It manages all software and hardware,including files,memory and connected devices.<br>
It lets you interact with your laptop and your programs in the simplest possible way.</b></p>
<br><p><i>Some tips - Laptop with pre-installed Windows may require MS Office to be installed separately.<br>
Laptops with preinstalled Microsoft Office usually carry the Microsoft Office Home & Student version, which contains only Powerpoint, Excel, Word and OneNote. if you are looking for other office productivity software such as email systems or project management systems you may have to purchase them separately.</i></p>
<B><p>Here's a list to help you choose from the various operating systems available to power your laptops:</p></B>
<center><h6>Windows</h6></center>
<p><b>Usages -</b>It is the most commonly used Operating System. However, all Laptops may not come with preinstalled Windows.<br> A DOS laptops will need separate purchase and installation of Windows.</p>
<p><b>Compatible software - </b>Any software to be installed on the machine needs to be compatible with its Operating System.<br> Most common software are Windows compatible.</p>
<p><b>Preinstalled Software - </b>Trial versions of a few software are preinstalled. Not all Windows laptops come with MS Office full version preinstalled.<br> Laptops with preinstalled full MS office versions will be called out separately by the manufacture. </p>
<center><h6>Mac OS</h6></center>
<p><b>Usage -</b>All Apple Laptops are preinstalled with Mac OS.<br>The Software and hardware on MacBooks are designed by Apple to work in sync,providing a smooth performance.</p>
<p><b>Compatible software -</b>Any software to be installed on the machine need to be compatible with Mac OS.</p>
<p><b>Preinstalled Software</b>Apple's own software like Pages and keynote are preinstalled. MS Office to be purchased separately. </p>
<center><h6>Chrome OS</h6></center>
<p><b>Usage -</b>Works on Chromebooks. While there are a few offline apps. high quality internet is required to work effectively as it is primarily cloud-based.</p>
<p><b>Compatible Software -</b>Any software to be installed needs to be compatible with Chrome OS.</p>
<p><b>Preinstalled Software -</b>Limited software loaded with others available as apps from Google Play store. It has Google's built-in virus and malware protection.</p>
<center><h6>Linux</h6></center>
<p><b>Usage - </b>It is open source operating system commonly used by programmers. However,it is not as intuitive as windows and not advised for most normal users.</p>
<p><b>Compatible Software -</b>Any software to be installed on the machine needs to be compatible with the Linux distribution. COmpatible software options are usually more limited than for Windows.</p>
<p><b>Preinstalled Software -</b>May vary by Linux distribution. Easily downloadable open-source software such as VLC.LibreOffice.Mozilla Firefox is available on the Internet.</p>
<center><h6>DOS</h6></center>
<p><b>Usage -</b>Most basic OS. However no other software will operate on the device. The user needs to install Windows or Linux as per her needs.</p>
<p><b>Compatible Software -</b>No compatible softwares available - needs to have Windows/Linux Installed first.</p>
<p><i>Some tips - <br>
1. If you are planning on exclusive using windows 10.it is often better to buy a laptop with pre-installed Windows. A standalone Windows license often costs more than the difference in price of a laptop with and without Windows.<br>
2. If you plan to buy a Linux/DOS based machine and later install Windows, make sure tou contact a professional or download the correct drivers only from the manufacturer's website.<br>
3.If you plan to use your laptop for a small business or other professional usage,it might be worthwhile to consider a device with Winodws 10 Pro, which has more advanced security features.However, laptops with Windows 10 pro are usually significantly more expensive.<br>
4. Windows does not mean office. A laptop with preinstalled Windows operating system will still require Microdoft Office installation unless called out explicitly. </i></p>
<div class="footer-bottom">
<div class="container">
<p class="copyright"> <center>
© <h7>2023 Gautam Gaming All Right Reserved by </h7><a href="https://github.com/gautammahar" class="copyright-link">gautamop</a>
</center>
</p>
</div>
</div>
</div>
</body>
</html>