answersLogoWhite

0

📱

Operating Systems

Operating systems, both proprietary and open-source, include those produced by Microsoft, Linux, and Apple Mac

4,423 Questions

How do you completely reinstall your computer operating system if you have nothing on there right now?

Your question raises a host of others, such as; what happened to the original operating system, is this a brand new hard drive, did you buy this computer at a yard sale, and, most importantly do you have the restore desk(s)? Assuming that you do, (because it is beyond this forum if you do not,) there are certain steps that must be followed. If this is a relatively new computer, and came with Windows XP, you need to put the (first, if more than one,) restore disk in the CD-ROM/R/W drive, (the one that takes music CD's), turn the computer off, and then turn it back on again. You should see a line of text when the computer comes back up, asking you what you want to do. Select "System Restore", press enter, and the rest should happen automatically. If this is an older computer, which ran on Windows 98, you will need the installtion CD-ROM or floppy disks, and the "Windows Start Up" floppy disk. Insert the Start Up disk into the floppy disk drive, start the computer, and, if your copy of Windows 98 is on a CD, select option 1 when the computer asks if it should start with CD-ROM drivers loaded. If your copy of Windows is on floppy disks, select option 2. In either case, you will see a DOS prompt in a few moments, which will look like this "A:\" At this point, either put the Windows CD in the CD drive, or disk one in the floppy drive, and type in "set up." Follow the instructions and your system will be restored. IF the above steps do not work for you, take the machine and the software to a professional.

In what ways is the modular kernel approach similar to the layered approach?

The modular kernel approach requires subsystems to interact with each other through carefully constructed interfaces that are typically narrow (in terms of the functionality that is exposed to external modules). The layered kernel approach is similar in that respect. However, the layered kernel imposes a strict ordering of subsystems such that subsystems at the lower layers are not allowed to invoke operations corresponding to the upper layer subsystems. There are no such restrictions in the modular kernel approach, wherein modules are free to invoke each other without any constraints.

Is time sharing also multi programming?

of course... time sharing is multiprogramming... and not vice versa

When you turn on the computer your time and date has changed to 10 years and the time always 12.Why is this?

The BIOS of your computer's motherboard has a "real time clock", but like any clock, if there's no power getting to it, the clock resets. Computer motherboards have a BIOS that are powered by a battery when the computer is off. If this battery dies, the BIOS resets to default values and will not hold time and date information. It sounds like it's time for you to replace the battery on your motherboard.

What stores the data which tells the computer how to load the operating system when it is switched on or rebooted?

A computer boots up by first running a program in Read Only Memory (ROM) that is built into the computer's motherboard. This program is called the Power-On Self Test (POST) and Basic Input/Output System (BIOS). After checking the hardware, the program consults a nonvolatile parameter memory (called "PRAM" or "CMOS" for historical reasons) that acts like Flash memory in that it can be changed but retains its information without power. From this parameter memory, the program in ROM decides where to look for the next step.

Typically the next step is to read the first block ("boot block") off of the first hard drive into memory and run the program in it. Other options are to read the first block off the floppy, the CD-ROM, or from the network.

In the hard drive situation, the program in the boot block figures out which disk partition is the active partition, loads the boot block from that partition into memory, and runs that program. This allows you to have different operating systems on different partitions and choose which one to run by changing active partitions.

The second boot block program loads a more elaborate loader program from the disk, which in turn loads the operating system (finally!).

Most PCs have a "BIOS screen" that you can get to by a key sequence (F1 or ESC) during the boot process. This BIOS screen allows you to change the nonvolatile parameter memory; however, it is possible to make changes that will keep your computer from booting, so be careful. For example, bad values in "RAM Timings" will cause serious problems.

How operating systems manages hardware?

OS's manage hardware by creating a uniform set of functions or operations that can be performed on various classes of devices (for instance read x bytes at address y from hard drive of any type).

These general functions rely on a layer of drivers that provide specific means to carry out operations on specific hardware. Drivers are usually provided by the manufacturers, but the OS must provide a way to load and use drivers, as well as detect the device and select an appropriate driver if several are available.

What is the operating system called?

There is no "the" operating system.

There are LOTS of different ones available.

Windows XP, Windows Vista

Linux

Mac OSX

and much more... There is no "the" operating system.

There are LOTS of different ones available.

Windows XP, Windows Vista

Linux

Mac OSX

and much more...

What are the three computer operating systems?

Windows, Linux, Mac OSX are currently the three most popular computer operating systems. Other operating systems are Solaris, BeOS, Google Chromium os, and many more.

What part of software allow the operating system to communicate with peripheral devices?

The device drivers allow the operating system to communicate with peripheral devices.

When was Universal Time-Sharing System created?

Universal Time-Sharing System was created in 1966.

What is desktop operating system?

Desktop Operating SystemA desktop operating system is one that is intended for a desktop computer (Unless you are a network administrator or something like that, you probably use a desktop computer.) These OSes usually come with things that one would probably use at a desk. For example, Windows sometimes comes with Microsoft Office pre-installed.

What is local buffer in OS?

In computing, a buffer is a region of memory used to temporarily hold data while it is being moved from one place to another. Typically, the data is stored in a buffer as it is retrieved from an input device (such as a keyboard) or just before it is sent to an output device (such as a printer). However, a buffer may be used when moving data between processes within a computer. This is comparable to buffers in telecommunication. Buffers can be implemented in either hardware or software, but the vast majority of buffers are implemented in software. Buffers are typically used when there is a difference between the rate at which data is received and the rate at which it can be processed, or in the case that these rates are variable, for example in a printer spooler.
Source(s):

What are the function of operating system in ubuntu?

Ubuntu is an operating system and it has all typical functions: resource allocation, filesystem and storage management, handling of input and output operations, communication between applications and the hardware.

How operating system of a personal computer comes into working order?

A PC going through its booting sequence upon staring, a personal computer's CPU runs the instruction located at the memory location of the Basic Input/ Output System (BIOS). It contains a jump instruction that transfer execution to the location of the BIOS startup program. This program runs a Power On Self Test to check that devices the computer rely on are functioning; it also initializes these devices.

Then the BIOS go through a preconfigured list of devices until it finds one that is bootable. If the BIOS find a bootable device, it loads and executes its boot sector. In the case of a hard drive, this is referred to as the master boot record (MBR) and is often not operating system specific. Usually MBR code checks the partition table for an active portion. If one is found, the MBR code loads that partition's boot sector and executes it. The boot sector is often operating system specific, however in most operating systems its main function is to load and execute the kernel, which continues startup and in the case of multi-user operating systems prompt the login screen.

How do you stop windows automatic updates?

Go to start-All programs and on the top you will find windows update.Open it and Click" change settings" and make changes like updating manually or as you like

What are process states in operating system?

To put it in simple terms, we write our computer programs in a text file and when we execute this program, it becomes a process which performs all the tasks mentioned in the program.

When a program is loaded into the memory and it becomes a process, it can be divided into four sections ─ stack, heap, text and data

Where can one find open source software?

Open-source software is found and hosted on a number of sites. Sourceforge.net is probably the most popular. GNU Savannah is another. Google Code is a fairly recent alternative that also hosts only free software.

How do you refresh BIOS of a system?

Reinitialising the BIOS

As BIOS setup is used to edit hardware settings, changing them might cause the system to become unstable, and it might not even restart. When this happens, the changes to the BIOSmust be cancelled, and the default settings must be restored.

If the computer boots up and you can access the BIOS, it will usually allow you to return to the default settings. In PhoenixBIOS, press F9 to return the configuration to the defaults set by the manufacturer. In AwardBIOS, press F9 to restore the previous settings, F6 to restore Award BIOS's default settings, and F7 to restore the defaults set by the motherboard's manufacturer.

If you cannot access the BIOS using standard procedures, most motherboards include a jumper for resetting the default values. Simply change the jumper's position, then leave it there for about ten seconds.

What is General characteristics of optimal operating system?

What exactly do you mean by 'optimal operating system'? If you don't define the term there is no way to answer the question.

Operating system that is reliable and high performing?

OS that is reliable is Linux coz it don't play .exe files in it which are generally virus(some times not most) which affects system generally.even the MNC are turning up to this OS for security and some other purpose like open source.I am NT much aware of its performance

What is operating system. Explain the functions of operating system?

The OS, Operating system, controls everything that is software and major hardware based. From applications to handling inputs and running the hardware in a correct manner.

How does a septic system operate?

Everything from toilet or kitchen sink to laundry washing machine discharge into sewer line than exit the house , from there go into whats called the holding tank there everything rest and settle, the heavy stuff to the bottom of tank and the liquids to the top , from there ones the liquids reach a certain height in the holding tank, liquids will go out of another opening located at a lower level from the coming appeased side coming from the house and will send it by gravity through soled pipe to what is called the leaching system , witch is pipes with halls on one half side through out the length , and they are lade under ground and away from an active area and the holding tank ,with the halls facing down , where already gravel have bean lade down to allow fluids to come out of the pipe halls and be absorbed by the leach field ,

Leaching system size i depends on the size of the house and amount of bedrooms ,

Back at the holding tank ones the heavy stuff gets too high it will give a bad smell and a slow drain problem , than its time to call MR. stinky's septic service . hope i gave you some idea how it works

S. SALMUS.