Explain some of the characteristics of modern operating systems. -Technology

1 Answer

Answer :

Some characteristics of modern operating system are as follows:1. Microkernel ArchitectureProvide a communication facility between the client program and the various services that are also running in user space.2. Multl-ThreadlngIt is a process, which can be divided into threads, that can run simultaneously. In other words, it is the ability of an OS to execute different parts of a program called threads, simultaneously by more than one user at a time.(a) ThreadIt is a dispatchable unit of work. It includes a processor context program counter, stack pointer and its own data storage for the stack. It executes sequentially and is interruptible. It is a light weight process. In other words, it is the smallest sequence of program instructions in execution. Threads are managed by OS scheduler.(b) ProcessProcess is a collection of one or more threads. Each process have its own address in memory, i.e. each process allocates separate memory area. Switching from one process to another require some time for saving and loading registers, memory maps, updating lists etc.3. Symmetric Multi-ProcessingIn this processing, stand-alone computers with multiple processors that share the common memory and I/O facilities are connected by a communication bus. All processors can perform the same functions.4. Object-Oriented DesignIt is used for adding modular extensions to a small kernel. Also, it enable programmers to customise an OS without disrupting system integrity.

Related questions

Description : Differentiate between hard and soft real_time operating systems. -Technology

Last Answer : Difference between hard and soft real-time OS are as follows:Hard Real-Time OSSoft Real-Time OS1. A hard real-time system guarantees that critical tasks complete on time.1. A soft real-time ... .3. Usually, they are periodic tasks scheduled in background, during the idle time of the processor.

Description : Real_time operating systems (a) are primarily used on mainframe computers (b) can respond quickly to an event (c) are used for program development -Technology

Last Answer : (b) Real-time operating systems can respond more quickly or predictably to an event than any other OS.

Description : Why do modern operating systems lack a WPS wifi option?

Last Answer : A major security flaw was discovered in the system in 2011 and it kind of fell out of favour after that.

Description : Say a person from a long time ago is alive today and you are talking to them. What do you think they are most surprised or shocked about, and how do you explain modern technology to them?

Last Answer : I’d give them to someone else and let them deal with it. Have you tried explaining the internet to an elderly person who has no idea what it is? Imagine someone from the past. ughhh.

Description : What is an operating system? Explain its functions with an examples. -Technology

Last Answer : It is a program that acts as an interface between the user and the hardware (i.e. for all computer resources). An operating system is an important component of a computer system, which controls and ... users cannot access the system e.g. MS-DOS, Windows 95, Windows XP, Windows Vista etc.

Description : What video game spells or magic can be duplicated in real life from modern technology?

Last Answer : Laser.

Description : Rememer the good ole days -- when modern technology worked?

Last Answer : I miss my show recording VCR. And businesses that advertised in the Yellow Pages. Not the Impact Directory, not the Yellow Book. Nor any other Yellow Pages wannabe. I miss my 56 Pontiac that had the ... in large, easy-to-read print, like there was another trash company in town that you might hire

Description : If you could travel back in time to any period, what object or piece of modern technology would you bring to scare, impress or generally freak out the local population?

Last Answer : Take a battery powered boom box, and a pile of cassettes.

Description : ____________ is quite relevant in Modern Times :- a)Artificial Intelligence b) IoT C) Both a, and b. d) None of these -Technology

Last Answer : c) Both a and b

Description : Which of the following is a virtual machine technology now owned by Oracle that can run various operating systems? a) Vmachines b) VirtualBox c) ThoughtPolice d) None of the mentioned

Last Answer : VirtualBox

Description : Some features of a specific operating system are given below: 1. Free/Open source -Technology

Last Answer : (i) Linux(ii) With Linux, you get four desktop screens known as workspace.

Description : What do you mean by an operating system? -Technology

Last Answer : Operating system is a program that acts as an interface between the user and the hardware.

Description : In order to use the printer, an operating system will need a special type of software. This software is known as what? -Technology

Last Answer : In order to use the printer, an operating system will need a device driver software.

Description : 1. Operating system belongs to which class of software? 2. (ii) What is the need of an operating system? -Technology

Last Answer : 1. System software.2. Operating system provides a software platform on which other programs, called application programs are run.3. It acts as an interface between the user and the hardware.

Description : Mr. X has recently installed a new operating system on his computer 1. Describe the main functions of an operating system. -Technology

Last Answer : 1. Monitors the performance of the system, enables software to communicate with hardware and application softwares to be loaded; gives prompts and error reports to the users.2. Antivirus and compression tool.

Description : Operating system is a (a) application software (b) system software (c) hardware (d) language -Technology

Last Answer : (b) Operating system is a system software that acts as an interface between the user and the hardware.

Description : Which software takes control of computer system on startup? (a) Compiler (b) Operating system (c) Application software (d) All of these -Technology

Last Answer : (b) Operating system takes control of computer system on startup.

Description : Operating system is an application software. -Technology

Last Answer : FalseIt is a system software which acts as an interface between the user and the hardware.

Description : What is an operating system? -Technology

Last Answer : An operating system is a system software that acts as an interface between the user and the hardware resources. It provides a variety of services to the computer.

Description : Is Windows NT a family of an operating system (s)? -Technology

Last Answer : Yes, it is a family of an operating system produced by Microsoft in July 1993. NT stands for New Technology.

Description : Name any two commonly used operating system. -Technology

Last Answer : Windows 7 and Windows XP.

Description : State any two functions of operating system,. -Technology

Last Answer : 1. Device managementIn a computer system, there is a tremendous speed mismatch between the CPU and the I/O devices. The job of an operating system is to maintain a balance between the CPU and I/O ... execution, a process needs certain resources such as CPU time, memory space, files and I/O devices.

Description : Suchi has recently installed a new operating system on her computer. 1. Describe the main functions of an operating system. -Technology

Last Answer : 1. Monitors the performance of the system, enables software to communicate with hardware, enables applications, software to be loaded; gives prompts and error reports to the users.2. Command-driven user interface means CUI, by which a user gives instructions via typing command onto the computer.

Description : The job of an operating system is to maintain a balance between the CPU and I/O devices in the sense that it has to keep the CPU busy. -Technology

Last Answer : It is achieved through overlapped processing.

Description : The operating system of computers has progressed from a command_driven system to a Graphical User Interface (GUI). Give the reason behind this. -Technology

Last Answer : A GUI allows more information to be communicated to the user through the icons, pictures etc. Icons can make it easier for a user to know what a computer is going to do after providing a command or instruction.

Description : An operating system manages (a) memory (b) processor (c) disk and I/O devices (d) All of these -Technology

Last Answer : (d) An operating system manages disk and I/O devices as it is responsible for input from keyboard, mouse etc. It also manages the computer memory, so that each process can run most effectively.

Description : An operating system of a computer serves as a software interface between the user and the (a) hardware (b) peripheral -Technology

Last Answer : (a) An operating system of a computer serves as a software interface between the user and the hardware.

Description : Which of the following is not a function of an operating system? (a) File management (b) Memory management -Technology

Last Answer : (d) Database management is not a function of an operating system.

Description : Which of the following is like a heart of operating system? (a) Kernel (b) Thread (c) Process -Technology

Last Answer : (a) Kernel is like heart of operating system which plays a vital role in modern OS.

Description : Which of the following is/are mobile operating system? (a) Android (b) Symbian (c) Both (a) and (b) (d) None of these -Technology

Last Answer : (c) Both Android and Symbian are two different mobile operating systems.

Description : The embedded operating system is used for …………… computers. -Technology

Last Answer : The embedded operating system is used for embedded computers.

Description : Symbian is the operating system developed and sold by ………….. -Technology

Last Answer : Symbian is the operating system developed and sold by Symbian Ltd.

Description : Operating system refers to the core software components of a computer system that manages internal operations and hardware. -Technology

Last Answer : TrueOperating system is a set of programs that control internal computer operations and make best use of hardware.

Description : The time_sharing operating system allows multiple programs share the computer resources simultaneously. -Technology

Last Answer : TrueIn time-sharing OS, a small amount of time is allocated for the processing simultaneously.

Description : Sweety wants to use an operating system based on graphical user interface, suggest her a name. -Technology

Last Answer : Windows is an operating system based on graphical user interface. Graphical user interface means that it has pictures (graphics) that you use to communicate (interface) with the computer.

Description : …………. represent graphical representation of various files and programs of an operating system. -Technology

Last Answer : Icons represent graphical representation of various files and programs of an operating system.

Description : …………. represent graphical representation of various files and programs of an operating system. -Technology

Last Answer : Recycle Binrepresent graphical representation of various files and programs of an operating system.

Description : Windows is an operating system that lets you use different types of applications or softwares. -Technology

Last Answer : TrueWindows allows us to use a Word processing application to write a letter. It also lets you to use different types of applications or softwares.

Description : A ……….. infects the files of the operating system. -Technology

Last Answer : Aboot sector virusinfects the files of the operating system.

Description : The hard disk is hard to format on different systems. -Technology

Last Answer : FalseHard disk is a secondary storage device which can be formatted on another system using boot sector format option.

Description : Write minimum three ways by which a virus can spread to other systems. -Technology

Last Answer : Three ways by which a virus can spread to other systems are as follows:1. When an infected file is copied through the network.2. When a virus file is downloaded from the Internet.3. When an infected file is copied from a floppy disk, USB, DVD etc.

Description : The programmers who break into secure systems for malicious purpose are -Technology

Last Answer : (a) Crackers are the programmers that break into secure systems for malicious purpose.

Description : Purchasing of only one licensed copy of a software and distributing/loading it onto multiple systems is called as ………… -Technology

Last Answer : (a) Softlifting is a common type of software piracy in which a legally licensed software program is installed or copied in violation of its licensing agreement.

Description : The person who responsible for researching, planning and recommending software and systems to meet the requirements of the user/organisation is called -Technology

Last Answer : (b) A system analyst is responsible for researching, planning and recommending software and systems choices to meet an organisation’s business requirements.

Description : “Information helps us in taking decisions”. What should be the characteristics of processed data in order to take meaningful decision? -Technology

Last Answer : For the decision to be meaningful, the processed data (or information) must have the following characteristics:1. Time Information should be available when required.2. Accuracy Information should be accurate.3. Completeness Information should be complete in every aspect.

Description : According to Jerome Bruner what are the important characteristics of a narrative. -Technology

Last Answer : Jerome Bruner outlines ten important characteristics of Narrative and some can be stated in a simplified manner as follows1. Time - Narratives take place over a period of time.2. Particularity: ... Stories are about some unusual happenings that 'breaches' the canonical (i.e. normal) state.

Description : What are the important characteristics of narrative according to Jerome Bruner. -Technology

Last Answer : Jerome Brumer an eminent psychologist outlines 10 important characteristics of narrative in his book The Narrative Construction of Reality -Time, Particularity, Characters with ... breach, Referentiality, Genericness, Normativeness, Context Sensitivity and Negotiability and Narrative Accrual.

Description : Draw and explain performance and operating characteristics curves of a Pelton turbine 

Last Answer : The followings are the important characteristic curves of a turbine : Main Characteristic Curves or Constant Head Curve. ... The speed of the turbine is varied by changing load on the turbine. For each value ... through the turbine as the load varies. Head may or may not kept constant.

Description : The two central themes of modern operating system are ............... A) Multiprogramming and Distributed processing B) Multiprogramming and Central Processing C) Single Programming and Distributed processing D) None of above

Last Answer : A) Multiprogramming and Distributed processing

Description : How does modern electricity systems work and what are some theories about the future of power?

Last Answer : answer:You might look at real life power outage examples for ideas to build on. One example Northeast blackout of 2003 Electricity is produced by generators, and boosted or reduced by transformers; no pumps ... the generators are: like a dam or windmill farm. Sabotage, bombs blowing them up, etc.