{"id":96172,"date":"2022-02-12T14:52:51","date_gmt":"2022-02-12T09:22:51","guid":{"rendered":"https:\/\/infinitylearn.com\/surge\/?p=96172"},"modified":"2022-02-25T23:56:56","modified_gmt":"2022-02-25T18:26:56","slug":"ncert-solutions-for-class-9-foundation-of-information-technology-basic-concepts-of-operating-system","status":"publish","type":"post","link":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/","title":{"rendered":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System"},"content":{"rendered":"<h2><span style=\"color: #00ccff;\"><strong>NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System<\/strong><\/span><\/h2>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Very Short Answer Type Questions<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nWhat is an operating system?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nAn 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.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nWhich is the first program that loads in memory?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nOperating system is the first program that loads in computer\u2019s main memory, when a computer is switched on.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nWhat do you mean by buffering?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nBuffering is a technique of storing data in memory area (buffer).<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nData can be transferred in which form?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nData can be transferred in the form of units such as characters, words, bytes, blocks or records from one component to another.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nIs Windows NT a family of an operating system (s)?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nYes, it is a family of an operating system produced by Microsoft in July 1993. NT stands for New Technology.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nName any two commonly used operating system.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nWindows 7 and Windows XP.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 7.<\/span><\/strong><br \/>\nWho released the first Android OS Astro\u2019?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nThe First Android OS \u2018Astro\u2019 was released by Google on September 20th, 2008.<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Short Answer Type Questions<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nState any two functions of operating system,.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><\/p>\n<ol>\n<li><strong>Device management<\/strong><br \/>\nIn 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 devices. Apart from this, it has to maintain a balance between various I\/O devices and has to keep the CPU busy in various processing.<\/li>\n<li><strong>Processor Management<\/strong><br \/>\nA process or a job is an application program in running state. Processor management is the important part of an OS, which enables the activities of planning, monitoring and performing a process. During execution, a process needs certain resources such as CPU time, memory space, files and I\/O devices.<\/li>\n<\/ol>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nDifferentiate between hard and soft real-time operating systems.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nDifference between hard and soft real-time OS are as follows:<\/p>\n<table border=\"2\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"312\"><strong>Hard Real-Time OS<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"312\"><strong>Soft Real-Time OS<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"312\">A hard real-time system guarantees that critical tasks complete on time.<\/td>\n<td width=\"312\">A soft real-time system where a critical real-time task gets priority over other tasks and retains that priority until it completes.<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">This goal requires that all delays in the system be bounded from the retrieval of the stored data to the time that it takes the operating system to finish any request made of it.<\/td>\n<td width=\"312\">As in hard real-time systems kernel delays need to be bounded.<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">Its tasks are periodic that receive, process and send messages.<\/td>\n<td width=\"312\">Usually, they are periodic tasks scheduled in background, during the idle time of the processor.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nWhich OS operates on Smartphones and explain any one type of OS?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nMobile OS is the type of OS, that operates on Smartphones, Tablets, PDAs or other Digital Mobile devices. Several types of mobile operating systems are available in market as follows:<br \/>\nAndroid, BlackBerry, iOS, Windows etc.<br \/>\nAndroid is a Mobile OS which is based on Linux kernel and primarily designed for touch screen mobile devices.<br \/>\nIt provides access to a wide range of useful libraries and tools that can be used to build rich applications. The latest version of Android operating system is Marshmallow 6.0.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nWhat do you mean by Linux?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>Linux<\/strong> is an open source operating system, means anyone can download it and use it without any fees.<br \/>\nIt is similar to Unix in its working and difficult to understand. It is an OS that controls your computer system.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nKernel is the central module of operating system. Explain.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nKernel is like heart of operating system which plays a vital role in modern OS. Kernel is a program that manages I\/O requests and translate them into data processing instructions for CPU and other components. It is a part of the OS that loads first and it remains in the main memory.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nDifferentiate between CUI and GUI.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nDifferences between CUI and GUI are as follows:<\/p>\n<table border=\"2\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"132\"><strong>CUI<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"139\"><strong>GUI<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"132\">CUI stands for Character User Interface.<\/td>\n<td width=\"139\">GUI stands for Graphical User Interface.<\/td>\n<\/tr>\n<tr>\n<td width=\"132\">In CUI, user interacts with applications by making use of commands.<\/td>\n<td width=\"139\">In GUI, user interacts with applications by making use of graphics.<\/td>\n<\/tr>\n<tr>\n<td width=\"132\">Only one task can run at a time.<\/td>\n<td width=\"139\">More than one task can run simultaneously.<\/td>\n<\/tr>\n<tr>\n<td width=\"132\">A CUI will require less computer  resources.<\/td>\n<td width=\"139\">A GUI will require a lot of more system resources because each element that needs to be loaded such as icons, fonts etc.<\/td>\n<\/tr>\n<tr>\n<td width=\"132\">e.g. MS-DOS.<\/td>\n<td width=\"139\">e.g. Windows.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Long Answer Type Questions<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nWhat is used to interface between the user and the hardware?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nAn operating system is a system software that acts as an interface between the user and hardware resources. It controls and co-ordinates the hardware used by various application programs. OS acts as resource allocator and manager. Since, there are many possible conflicting requests for resources, the OS must decide which requests are allocated resources to operate the computer system efficiently and fairly. An OS is a control program, which controls the user programs to prevent errors and improper use by the computer. It is especially concerned with the operation and control of I\/O devices.<br \/>\nMain functions of an OS are as follows:<\/p>\n<ul>\n<li>Processor management<\/li>\n<li>Memory management<\/li>\n<li>File management<\/li>\n<li>Device management<\/li>\n<li>Storage management<\/li>\n<\/ul>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nWhat do you mean by storage management?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>Storage Management<\/strong><br \/>\nIt is the process, which describes the technologies and processes used by a computer to improve the performance of its data resources.<br \/>\nThe data or files will be stored into the computers in such a way that an authorized user can easily access and use it. It is a wide process which includes virtualisation, replication, security, compression of data, traffic analysis etc.<br \/>\nIt helps to improve the visibility control and automation for data and storage. Most programs including compilers, assemblers, Word processors etc., are stored on a disk until loaded into main memory and then, use the disk as both the source and destination of their processing. This entire process is handled by the operating system itself.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nExplain the two types of memory management techniques, which are used for allocating memory.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>Memory Management<\/strong><br \/>\nIt is the act of managing computer\u2019s primary memory or main memory. Main memory is a large array of words or bytes where each ward or byte has its own address. Main memory provide a fast storage that can be accessed directly by the CPU.<br \/>\nAn operating system does the following activities:<\/p>\n<ul>\n<li>It keeps track of the status of each memory location either allocated or free.<\/li>\n<li>Each process must have enough memory to execute and it cannot run into the memory space of another process.<\/li>\n<li>Allocates the memory when a process requests it to do so.<\/li>\n<li>De-allocates the memory when a process no longer needs it or has been terminated.<\/li>\n<\/ul>\n<p>In most of the computers, it is possible to add memory beyond the original capacity, e.g. you might expand RAM according to your system configuration and requirement. Partitioned allocation divides primary memory of computer into multiple memory.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nDescribe a real-time operating system.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nA real-time operating system has well defined fixed time constraints.<br \/>\nProcess must be done within the defined constraints otherwise the system will fail. OS for a flight control computer or an advanced Jet airplane is the example of a real-time operating system.<br \/>\nOften used as a control device in a dedicated applications such as controlling scientific experiments, medical imaging systems, industrial control systems and some display systems.<br \/>\nReal-time operating system can be classified as follows:<br \/>\nHard real-time operating system It is the OS which can guarantee the maximum time for the operations it performs.<br \/>\nSoft real-time operating system It is the OS which cannot guarantee the maximum time for the operations it performs.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nWhat is multi-tasking and multi-user operating system?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>Multi-Tasking Operating System<\/strong><br \/>\nThe OS that allows the execution of multiple tasks at one time is known as multi-tasking OS. In this type of OS, several applications may be simultaneously loaded and used in the memory. While, the processor handles only one application at a particular time. It is capable of switching between the applications effectively,<br \/>\ne.g. Unix, Windows 2000\/XP\/NT\/Vista etc.<br \/>\n<strong>Multi-User Operating System<\/strong><br \/>\nIt is the type of OS that allows many users to take advantages of the computer\u2019s resources, simultaneously. This OS makes sure that the requirements of the various users are balanced and each of the programs they are using has sufficient and separate resources, i.e. problem with one user doesn\u2019t affect the entire community of users.<br \/>\ne.g. Unix, Linux, Windows 2000 etc.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nExplain some of the characteristics of modern operating systems.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nSome characteristics of modern operating system are as follows:<\/p>\n<ol>\n<li><strong>Microkernel Architecture<\/strong><br \/>\nProvide a communication facility between the client program and the various services that are also running in user space.<\/li>\n<li><strong>Multl-Threadlng<\/strong><br \/>\nIt 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.<\/p>\n<ul>\n<li><strong>Thread<\/strong><br \/>\nIt 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.<\/li>\n<li><strong>Process<\/strong><br \/>\nProcess 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.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Symmetric Multi-Processing<\/strong><br \/>\nIn 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.<\/li>\n<li><strong>Object-Oriented Design<\/strong><br \/>\nIt is used for adding modular extensions to a small kernel. Also, it enable programmers to customise an OS without disrupting system integrity.<\/li>\n<\/ol>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Application Oriented Questions<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nSuchi has recently installed a new operating system on her computer.<\/p>\n<ol>\n<li>Describe the main functions of an operating system.<\/li>\n<li>What does command-driven user interface mean?<\/li>\n<\/ol>\n<p><span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><\/p>\n<ol>\n<li>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.<\/li>\n<li>Command-driven user interface means CUI, by which a user gives instructions via typing command onto the computer.<\/li>\n<\/ol>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nSome features of a specific operating system are given below:<\/p>\n<ul>\n<li>Free\/Open source<\/li>\n<li>Virus free<\/li>\n<li>Stable, long running operating system<\/li>\n<li>Multiple work spaces<\/li>\n<\/ul>\n<p>(i) Which operating system supports these features?<br \/>\n(ii) What is the meaning of multiple workspace?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n(i) Linux<br \/>\n(ii) With Linux, you get four desktop screens known as workspace.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nThe 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. How is it achieved?<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nIt is achieved through overlapped processing.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nThe operating system of computers has progressed from a command-driven system to a Graphical User Interface (GUI). Give the reason behind this.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nA 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.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nNow-a-days many OS are available, name one Indian OS available free throughout India.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nBOSS is an Indian OS. It is developed by C-DAC derived from Debian for enhancing the use of Free\/Open source software throughout India.<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Multiple Choice Questions<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nAn operating system manages<br \/>\n(a) memory<br \/>\n(b) processor<br \/>\n(c) disk and I\/O devices<br \/>\n(d) All of these<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(d)<\/strong> 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.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nAn operating system of a computer serves as a<br \/>\nsoftware interface between the user and the<br \/>\n(a) hardware<br \/>\n(b) peripheral<br \/>\n(c) memory<br \/>\n(d) screen<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(a)<\/strong> An operating system of a computer serves as a software interface between the user and the hardware.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nSuppose you have bought all hardware components required for assembling a computer. After assembling the computer system, which will be the very first software to be installed?<br \/>\n(a) Hardware drivers<br \/>\n(b) Operating system<br \/>\n(c) Antivirus software<br \/>\n(d) Word processing software<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(b)<\/strong> Operating system will be the very first software to be installed after assembling the computer system.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nIdentify the option, which is not a feature covered under device management?<br \/>\n(a) Speed<br \/>\n(b) Spooling<br \/>\n(c) Sharing<br \/>\n(d) Programming<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(d)<\/strong> Among given options, programming is not a feature covered under device management.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\n\u2026\u2026\u2026 is not covered under file management.<br \/>\n(a) Secure files<br \/>\n(b) Easy access to files<br \/>\n(c) Schedule processes<br \/>\n(d) Keep backup of files<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(c)<\/strong> Because schedule processes comes under processor management.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nWhich of the following is not a function of an operating system?<br \/>\n(a) File management<br \/>\n(b) Memory management<br \/>\n(c) Storage management<br \/>\n(d) Database management<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(d)<\/strong> Database management is not a function of an operating system.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 7.<\/span><\/strong><br \/>\n\u2026\u2026\u2026.. OS pays more attention on the meeting of the time limits.<br \/>\n(a) Distributed<br \/>\n(b) Network<br \/>\n(c) Real-time<br \/>\n(d) Online<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(c)<\/strong> Real-time operating system is the operating system, which gives the result on defined time or at deadline. So, it pays more attention on the meeting of the time limits.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 8.<\/span><\/strong><br \/>\nReal-time operating systems<br \/>\n(a) are primarily used on mainframe computers<br \/>\n(b) can respond quickly to an event<br \/>\n(c) are used for program development<br \/>\n(d) are used for real-time interactive users<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(b)<\/strong> Real-time operating systems can respond more quickly or predictably to an event than any other OS.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 9.<\/span><\/strong><br \/>\nAmoeba is an example of<br \/>\n(a) Embedded OS<br \/>\n(b) Distributed OS<br \/>\n(c) Multi-User OS<br \/>\n(d) Batch Processing OS<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(b)<\/strong> Amoeba is an example of Distributed OS.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 10.<\/span><\/strong><br \/>\nA thread is a \u2026\u2026\u2026\u2026 process, which is managed by OS scheduler.<br \/>\n(a) heavy weight<br \/>\n(b) multiprocess<br \/>\n(c) inter thread<br \/>\n(d) light weight<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(d)<\/strong> A thread is a light weight process because it executes sequentially.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 11.<\/span><\/strong><br \/>\nWhich of the following is like a heart of operating system?<br \/>\n(a) Kernel<br \/>\n(b) Thread<br \/>\n(c) Process<br \/>\n(d) Window<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(a)<\/strong> Kernel is like heart of operating system which plays a vital role in modern OS.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 12.<\/span><\/strong><br \/>\nWhich of the following is not an OS?<br \/>\n(a) Android<br \/>\n(b) Windows<br \/>\n(c) Apple<br \/>\n(d) BOSS<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(c)<\/strong> Apple is not an OS while it is the name of a company<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 13.<\/span><\/strong>13.<br \/>\nWhich of the following is\/are mobile operating system?<br \/>\n(a) Android<br \/>\n(b) Symbian<br \/>\n(c) Both (a) and (b)<br \/>\n(d) None of these<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(c)<\/strong> Both Android and Symbian are two different mobile operating systems.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 14.<\/span><\/strong><br \/>\nMarshmallow 6.0 is the version of<br \/>\n(a) Android<br \/>\n(b) Symbian<br \/>\n(c) iOS<br \/>\n(d) BlackBerry<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>(a)<\/strong> Marshmallow 6.0 is the version of Android.<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>Fill in the Blanks<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\n\u2026\u2026\u2026\u2026 is a program that mediates between application programs and hardware.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nOperating system<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nThe most common type of spooling is \u2026\u2026\u2026\u2026<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nprint spooling<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nBuffering is a \u2026\u2026\u2026\u2026.. management technique.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\ndevice<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nPartitioned allocation divides primary memory of computer into \u2026\u2026\u2026. memory partitions.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nmultiple<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nThe embedded operating system is used for \u2026\u2026\u2026\u2026\u2026 computers.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nembedded<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nThe \u2026\u2026\u2026\u2026\u2026.. is regarded as shell, is the layer that actually interacts with the user.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nuser interface<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 7.<\/span><\/strong><br \/>\n\u2026\u2026\u2026\u2026. is a program interface that enables a user to communicate with computer through graphics or symbols.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nGUI (Graphical User Interface)<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 8.<\/span><\/strong><br \/>\nSymbian is the operating system developed and sold by \u2026\u2026\u2026\u2026..<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\nSymbian Ltd<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #0000ff;\"><strong>True or False<\/strong><\/span><\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 1.<\/span><\/strong><br \/>\nOperating system refers to the core software components of a computer system that manages internal operations and hardware.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nOperating system is a set of programs that control internal computer operations and make best use of hardware.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 2.<\/span><\/strong><br \/>\nCPU time, memory space are the examples of system resources.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nSystem resources include many resources such as CPU time, memory space, I\/O address, DMA channel to alert the need of hardware and software.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 3.<\/span><\/strong><br \/>\nThe speed of an I\/O device is generally different from each other.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nDifferent I\/O devices possess different speed from each other because of their different data access and execution time.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 4.<\/span><\/strong><br \/>\nSeveral applications can be opened at one time.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nThis feature comes under the multi-tasking capability of OS.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 5.<\/span><\/strong><br \/>\nSpooling handles the overlapped processing of I\/O and same job.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>False<\/strong><br \/>\nIt is a process of sending data to a spool or temporary storage area in the computer\u2019s memory.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 6.<\/span><\/strong><br \/>\nThe time-sharing operating system allows multiple programs share the computer resources simultaneously.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nIn time-sharing OS, a small amount of time is allocated for the processing simultaneously.<\/p>\n<p><strong><span style=\"color: #eb4924;\">Question 7.<\/span><\/strong><br \/>\nWindows is a graphical user interface.<br \/>\n<span style=\"color: #008000;\"><strong>Answer:<\/strong><\/span><br \/>\n<strong>True<\/strong><br \/>\nIn Windows, we can provide commands by clicking on the icons using mouse.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System Very Short Answer Type Questions [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"\"Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.\"","custom_permalink":"study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/"},"categories":[54,63],"tags":[],"table_tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System - Infinity Learn by Sri Chaitanya<\/title>\n<meta name=\"description\" content=\"&quot;Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.&quot;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System - Infinity Learn by Sri Chaitanya\" \/>\n<meta property=\"og:description\" content=\"&quot;Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/\" \/>\n<meta property=\"og:site_name\" content=\"Infinity Learn by Sri Chaitanya\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/InfinityLearn.SriChaitanya\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-12T09:22:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-25T18:26:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/infinitylearn.com\/surge\/wp-content\/uploads\/2025\/04\/infinitylearn.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1008\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InfinityLearn_\" \/>\n<meta name=\"twitter:site\" content=\"@InfinityLearn_\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prasad Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System - Infinity Learn by Sri Chaitanya","description":"\"Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.\"","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/","og_locale":"en_US","og_type":"article","og_title":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System - Infinity Learn by Sri Chaitanya","og_description":"\"Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.\"","og_url":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/","og_site_name":"Infinity Learn by Sri Chaitanya","article_publisher":"https:\/\/www.facebook.com\/InfinityLearn.SriChaitanya\/","article_published_time":"2022-02-12T09:22:51+00:00","article_modified_time":"2022-02-25T18:26:56+00:00","og_image":[{"width":1920,"height":1008,"url":"https:\/\/infinitylearn.com\/surge\/wp-content\/uploads\/2025\/04\/infinitylearn.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_creator":"@InfinityLearn_","twitter_site":"@InfinityLearn_","twitter_misc":{"Written by":"Prasad Gupta","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/infinitylearn.com\/surge\/#organization","name":"Infinity Learn","url":"https:\/\/infinitylearn.com\/surge\/","sameAs":["https:\/\/www.facebook.com\/InfinityLearn.SriChaitanya\/","https:\/\/www.instagram.com\/infinitylearn_by_srichaitanya\/","https:\/\/www.linkedin.com\/company\/infinity-learn-by-sri-chaitanya\/","https:\/\/www.youtube.com\/c\/InfinityLearnEdu","https:\/\/twitter.com\/InfinityLearn_"],"logo":{"@type":"ImageObject","@id":"https:\/\/infinitylearn.com\/surge\/#logo","inLanguage":"en-US","url":"","contentUrl":"","caption":"Infinity Learn"},"image":{"@id":"https:\/\/infinitylearn.com\/surge\/#logo"}},{"@type":"WebSite","@id":"https:\/\/infinitylearn.com\/surge\/#website","url":"https:\/\/infinitylearn.com\/surge\/","name":"Infinity Learn by Sri Chaitanya","description":"Surge","publisher":{"@id":"https:\/\/infinitylearn.com\/surge\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infinitylearn.com\/surge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#webpage","url":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/","name":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System - Infinity Learn by Sri Chaitanya","isPartOf":{"@id":"https:\/\/infinitylearn.com\/surge\/#website"},"datePublished":"2022-02-12T09:22:51+00:00","dateModified":"2022-02-25T18:26:56+00:00","description":"\"Get NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System on Infinity Learn.\"","breadcrumb":{"@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/infinitylearn.com\/surge\/"},{"@type":"ListItem","position":2,"name":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System"}]},{"@type":"Article","@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#article","isPartOf":{"@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#webpage"},"author":{"@id":"https:\/\/infinitylearn.com\/surge\/#\/schema\/person\/143c89c9c2f5e56ed91f96dde47b0b05"},"headline":"NCERT Solutions for Class 9 Foundation of Information Technology \u2013 Basic Concepts of Operating System","datePublished":"2022-02-12T09:22:51+00:00","dateModified":"2022-02-25T18:26:56+00:00","mainEntityOfPage":{"@id":"https:\/\/infinitylearn.com\/surge\/study-material\/ncert-solutions\/class-9\/information-techology\/foundation-of-information-technology\/basic-concepts-of-operating-system\/#webpage"},"wordCount":2859,"publisher":{"@id":"https:\/\/infinitylearn.com\/surge\/#organization"},"articleSection":["NCERT","NCERT Solutions for Class 9"],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/infinitylearn.com\/surge\/#\/schema\/person\/143c89c9c2f5e56ed91f96dde47b0b05","name":"Prasad Gupta","image":{"@type":"ImageObject","@id":"https:\/\/infinitylearn.com\/surge\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/200104b443e586c76c46cadc113d931c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/200104b443e586c76c46cadc113d931c?s=96&d=mm&r=g","caption":"Prasad Gupta"},"url":"https:\/\/infinitylearn.com\/surge\/author\/prasad\/"}]}},"_links":{"self":[{"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/posts\/96172"}],"collection":[{"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/comments?post=96172"}],"version-history":[{"count":0,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/posts\/96172\/revisions"}],"wp:attachment":[{"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/media?parent=96172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/categories?post=96172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/tags?post=96172"},{"taxonomy":"table_tags","embeddable":true,"href":"https:\/\/infinitylearn.com\/surge\/wp-json\/wp\/v2\/table_tags?post=96172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}