answersLogoWhite

0

📱

Operating Systems

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

4,423 Questions

What is kernel customization?

Kernel customization refers to the process of modifying the operating system kernel to better fit specific hardware requirements, optimize performance, or add new features. This can involve altering configuration settings, adding or removing modules, and tweaking parameters to enhance system functionality or security. Commonly seen in Linux-based systems, kernel customization allows developers and advanced users to create tailored environments for specific applications or use cases. Ultimately, it enables greater control over system behavior and resource management.

What are two operating systems that are found on mobile devices?

Two common operating systems found on mobile devices are Android and iOS. Android, developed by Google, is an open-source platform used by a variety of manufacturers, while iOS is Apple's proprietary operating system specifically designed for iPhones and iPads. Both offer unique features and app ecosystems, catering to different user preferences.

What is system view and user view of os?

The system view of an operating system (OS) focuses on the internal mechanisms and architecture that manage hardware resources, facilitate process scheduling, memory management, and ensure security and stability. In contrast, the user view emphasizes the interface and experience that users interact with, including application access, file management, and graphical user interfaces (GUIs). While the system view is concerned with efficiency and performance, the user view prioritizes usability and accessibility. Both perspectives are essential for understanding how an OS operates and serves its users.

Key management challanges involved in building operating and maintaining information systems today?

Q.No: 1(a) Discuss the challenges and opportunities that business managers face in managing information system and information technologies.

(b) Describe all the components and resources of an information system.

Answer

(a)

Management Information System - Information Technology

Management information system or management information services, and pronounced as separate letters, MIS refers broadly to a computer-based system that provides managers with the tools for organizing, evaluating and efficiently running their departments. In order to provide past, present and prediction information, an MIS can include software that helps in decision making, data resources such as databases, the hardware resources of a system, decision support systems, people management and project management applications, and any computerized processes that enable the department to run efficiently.

Within companies and large organizations, the department responsible for computer systems is sometimes called the MIS department. Other names for MIS include IS (Information Services) and IT (Information Technology).

Information Technology is the hardware, software and telecommunications used interchangeably. These technologies provide the means to transmit, store and retrieve data, voice and video to anyplace in the world in real time.

Challenges:

1. Workforce downsizing

2. Information overload

3. Employee mistrust

4. Difficult to built

5. Security breaches

Opportunities:

1. Enhanced global competitiveness

2. Capture market opportunities

3. Support corporate strategy

4. Enhance worker productivity

5. Improve quality of goods and services

Information Systems are indispensable to the business, industry, academia and any organization to meet the future challenges Management information systems encompass a broad and complex topic. To make this topic more manageable, boundaries will be defined. First, because of the vast number of activities relating to management information systems, a total review is not possible. Those discussed here is only a partial sampling of activities, reflecting the author's viewpoint of the more common and interesting developments. Likewise where there were multiple effects in a similar area of development, only selected ones will be used to illustrate concepts. This is not to imply one effort is more important than another. Also, the main focus of this paper will be on information systems for use at the farm level and to some lesser extent systems used to support researchers addressing farm level problems (e.g., simulation or optimization models, geographic information systems, etc.) and those used to support agribusiness firms that supply goods and services to agricultural producers and the supply chain beyond the production phase.

Secondly, there are several frameworks that can be used to define and describe management information systems. More than one will be used to discuss important concepts. Because more than one is used, it indicates the difficult of capturing the key concepts of what is a management information system. Indeed, what is viewed as an effective and useful management information system is one environment may not be of use or value in another.

Lastly, the historical perspective of management information systems cannot be ignored. This perspective gives a sense of how these systems have evolved, been refined and adapted as new technologies have emerged, and how changing economic conditions and other factors have influenced the use of information systems.

(b)

There are five major components or resources that must come together in order to produce an Information system.

Let's discuss each in detail: -

1. Hardware: The term hardware refers to machinery. This category includes the computer itself, which is often, referred to as the central processing unit (CPU), and all of its support equipments. Among the support equipments are input and output devices, storage devices and communications devices.

2. Software: The term software refers to computer programs and the manuals (if any) that support them. Computer programs are machine-readable instructions that direct the circuitry within the hardware parts of the IS to function in ways that produce useful information from data. Programs are generally stored on some input / output medium, often a disk or tape.

3. Data: Data are facts that are used by programs to produce useful information. Like Programs, data are generally stored in machine-readable form on disk or tape until the computer needs them.

4. Procedures: Procedures are the policies that govern the operation of a computer system. "Procedures are to people what software is to hardware" is a common analogy that is used to illustrate the role of procedures in a IS.

5. People: Every IS needs people if it is to be useful. Often the most over-looked element of the Information System is the people, probably the component that most influence the success or failure of information systems.

The major types of information systems are shown in the below model:

Types of Information System

What are the least four tasks for which the operating system is responsible?

The operating system is responsible for managing hardware resources, facilitating user interfaces, and providing security and access control. However, it is not responsible for tasks such as executing application-specific functions, managing application-level data, or performing content creation. Additionally, it does not directly handle user-specific tasks like document editing or graphic design. Instead, these activities are typically managed by applications that operate on top of the OS.

What component provides the fastest medium for hosting and storing an operating system?

The fastest medium for hosting and storing an operating system is typically a solid-state drive (SSD), particularly those using NVMe (Non-Volatile Memory Express) technology. NVMe SSDs offer significantly higher data transfer speeds and lower latency compared to traditional hard disk drives (HDDs) and even SATA SSDs. This results in quicker boot times and faster application loading, enhancing overall system performance.

What are operating functions in bank?

Operating functions in a bank refer to the essential processes and activities that ensure the smooth and efficient functioning of the bank's daily operations. These include transaction processing, customer service, risk management, compliance, and the management of financial products. Additionally, they encompass back-office activities like bookkeeping and settlements, as well as front-office functions that involve customer interactions and sales. Overall, these functions are critical for maintaining financial stability, regulatory compliance, and customer satisfaction.

How many programes can run at a time on a single operating system?

There are a number of factors in play that all contribute to the maximum number of applications that can run at once, including RAM, swap, handles, committed memory, threads, and processes. A typical system with 4GB of RAM and 4GB of swap may be able to run approximately 150-300 smaller programs, such as web browsers, simple text editors, etc. Larger programs will reduce this estimate.

The largest server configuration of Windows, assuming the hardware existed to support it, would allow up to 8 million small programs to run, or more usefully, about 250,000-500,000 "typical" sized programs.

At some point, the number of CPUs and/or cores may also come into play, as running many programs at once will slow down the CPU. This maximum is far more noticeable on systems with tons of RAM and a slower processor. Assuming the programs are (mostly) idle, the estimates above would work, but during peak usage, the system would slow to a crawl.

Each processor or core can comfortably run a program at normal speed around 5% assuming light CPU usage. This would place the limit around 20 programs per core or processor installed; 8 cores would be around 160 total programs.

The maximum number of applications that can be run will depend on CPU responsiveness, total RAM used, and many other factors. This number may range from 1 large program to dozens, hundreds, or thousands of small programs. The only way a user can find out what the limits are of their system is to open as much as they can until the system won't let them; that is their maximum number.

There's hardly anyone that knows the internal limits of Windows, but the limits are high enough that it doesn't really matter, since RAM, CPU usage, and disk capacity would prevent any system from reaching the theoretical internal limits of the Windows Kernel.

What are the advantages and disadvantages of multiuser operating system?

They have many advantages in workplace such as enabling employees to refer to and update a shared corporate database. The travel industry uses a multi-user system to manage bookings of airline tickets; travel agents around the world using the system can access information on available seats as readily as an airline's own office

When a user issues a command to start application software the operating system locates the program in and loads it into memory.?

When a user initiates a command to start application software, the operating system (OS) first locates the executable file associated with the application on disk storage. It then reads the necessary information, such as the program's metadata and dependencies, and allocates memory for the application. Finally, the OS loads the program into memory, setting up the required resources and context for the application to run, allowing it to execute commands and interact with the user.

What is an example of a human API?

when a Painter uses social media to show the progress of a Mural and takes suggestions from viewers

If there are n processes and each process waits p time in waiting state then CPU utilization is?

In a scenario where there are ( n ) processes and each process waits ( p ) time in a waiting state, the CPU utilization can be calculated using the formula: ( \text{CPU Utilization} = 1 - \left( \frac{p}{p + \text{Execution Time}} \right) ). However, without the specific execution time of each process, it is difficult to provide an exact utilization percentage. Generally, as the waiting time increases relative to the execution time, CPU utilization decreases. Thus, higher waiting times lead to lower CPU efficiency.

What is operating system of 8085?

The 8085 microprocessor does not have an operating system in the modern sense, as it is a simple, 8-bit microprocessor designed for basic control and data processing tasks. It operates using machine language instructions directly executed by the hardware. Typically, developers create custom programs that run on the 8085, tailored to specific applications rather than relying on a pre-defined operating system. However, it can be used with simple monitor programs or firmware that facilitate basic input-output operations and task management.

Which type of ventilation system provides a supply of clean air and reduces contaminants and fumes from the operating room?

The type of ventilation system that provides a supply of clean air and reduces contaminants and fumes in the operating room is known as a "laminar flow ventilation system." This system delivers filtered air in a unidirectional flow, minimizing turbulence and ensuring that airborne contaminants are swept away from the surgical site. By maintaining a sterile environment, it helps reduce the risk of infections and improves overall patient safety during procedures.

Where do counties and municipalities get most of their operating funds?

Counties and municipalities primarily obtain their operating funds through property taxes, sales taxes, and various fees and charges for services. Additionally, they may receive state and federal grants, allocations, and other intergovernmental revenues. The combination of these sources allows local governments to finance essential services such as public safety, infrastructure maintenance, and community development. Overall, the reliance on specific funding sources can vary significantly based on local economic conditions and policies.

How can salespeople could be given remote access to this system by using RemoteApp?

Salespeople can be given remote access to the system using RemoteApp by configuring the application on a Remote Desktop Services (RDS) server. This allows them to run the application as if it were installed locally on their devices, while the processing occurs on the server. By securely connecting to the server via a remote session, salespeople can access the system from anywhere, ensuring they have the tools they need to perform their tasks efficiently. Proper security measures, such as VPNs and user authentication, should also be implemented to protect sensitive data.

What does an operating system typically include?

An operating system typically includes a kernel, which manages hardware resources and system processes, along with system libraries that provide essential functions for application development. It also includes a user interface, such as a command line or graphical interface, to facilitate user interaction. Additionally, it incorporates system utilities for managing files, processes, and system settings. Overall, an operating system acts as a bridge between hardware and software applications, ensuring efficient operation and resource management.

What operating systems have the ability to run more than one application program at a time.?

Most modern operating systems, including Windows, macOS, Linux, and various Unix-based systems, support multitasking, allowing multiple application programs to run simultaneously. This capability is made possible through process scheduling and memory management techniques that allocate system resources efficiently. Additionally, mobile operating systems like Android and iOS also support multitasking, enabling users to switch between apps seamlessly.

What is the second step in the progression of the operating system interface was icons?

The second step in the progression of the operating system interface was the introduction of icons, which represented applications, files, and functions visually. This graphical element made it easier for users to interact with the system by allowing them to click on images rather than typing commands. Icons simplified navigation and enhanced user experience, leading to the development of graphical user interfaces (GUIs) that became standard in modern operating systems.

When a user logs into a system how does the system verify that the password was correctly supplied?

When a user logs into a system, the system typically hashes the supplied password using the same hashing algorithm used during password storage. It then compares the generated hash with the stored hash in the database. If the two hashes match, the system verifies that the password was correctly supplied, granting access to the user; if not, access is denied. This process ensures that passwords are never stored in plaintext, enhancing security.

Why an operating system as sophisticated as Solaris as released free of any payment?

Solaris along with Linux and its many distributions and quite a few others are open source operating systems. These operating systems aren't designed by any one company or group of people. While many of the people working on them do consistently it is a work of many individuals and groups creating bits and pieces of the code that make up the o.s. These people have decided that collaborating and sharing freely their work and coding knowledge is more beneficial to creating a productive and truly user oriented experience. Another bonus is that a lot of these operating systems can be customized to a ridiculous level because the source code that makes it up is accessible to you at any time unlike Microsoft. It has a few disadvantages as well in the way of there is no set development schedule or deadlines, it is worked on as possible and updated when able by the community although in all reality they usually in my opinion work a tad quicker than mainstream companies. Another drawback is that quite a few software companies refrain from or are long in the making of variations of their software that works native on the open source o.s.'s because it can be a bit frustrating sometimes due to the amount of customization that a lot of people put into their o.s. which renders some portion of their software invalid at times, however usually again the developers come to the aid of users and make quick ports or fixes or even apps such as Wine that are capable of handling the task.

So I've rambled sorry for that but yeah basically to sum up it is because the people who create the open source o.s. believe in community, collaboration, and individuality in my opinion that makes these sources available.

Whether c language is a system software or application software?

The C language is used to create applications, but cannot be really called an application itself. It is a tool to create an application, and with a compiler, which is a piece of system software, it takes the language and creates an application with it by converting the language into a form a computer and operating system can understand.

What numbers do the windows experience index for Windows 7 range in?

it is the range in between 1.0 and 7.9. I just look at it when I checked my Windows Experience Index. If you have a higher score ranging between the 7.0's, then you hae a faster computer.