2 Chapters

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Chapter 1

1 Describe Nepier’s bone and slide rule?


Nepier’s Bone
John Nepier a Scottish mathematician invented a calculated device called nepier’s bone in
1614. It consists of wooding box containing rotating cylinders each of which had the digit
from 0 to 9. It could multiply divide and find the sqjjjjuare root of numbers by using simple
addition and subtraction. His biggest achievement was invention of logarithm.
Slide Rule
Based on the idea of logarithm English mathematician William oughtred developed a device
called slide rule in 1920. It was very useful for solving the problems that involved
multiplication and division. It had three parts slide , rule and a transparent sliding cursor.

2 Compare 1st and 3rd generation computer?


1st generation computer 3rd generation computer

1st generation computer used vacuum tube 3rd generation computer used IC chips

Speed was very slow and memory was very IC chips increased the speed and memory of
small computer.

They were huge in size taking entire room They were small in size

Were very expensive and unreliable Cheaper and reliable than 1st generation

They consumed lot of power and generated Computer consumed less electricity
lot of heat.
Machine language was used in these High level programming language was
computers used.

Differentiate between analog and digital computer?


Analog computers Digital computers

Analog computer represent and process Digital computer works with digits.
data by measuring qualities such as Every thing in digital computers is
voltage and current to solve a problem. represented with binary digit ‘0’ and ‘1’.
They work on supply of continuous
signals as input and display output
simultaneously.
Analogue computers are special purpose Digital computers are general purpose
computers designed to perform specific computers used in various fields
tasks
Accuracy of analog computer is low but Accuracy of digital computer is very high
they are faster than digital computer. than analog computer

3 Ahmed a class ix student is asking his father to replace his home computer crt monitor
and LCD monitor . how will you justify his demand?
Ahmed is asking his father to replace his computer CRT monitor with LCD monitor because
LCD has very high display quality and low weight than CRT monitor.
4 What will happen if storage device are removed from a computer?
There will be no place available to store/save data in a computer.
5 Differentiate between system software and application software?
System Software is a collection of program which makes the use computer easy and
efficient. System software is for the system’s own use only. Example: operating system,
device deriver , utility programs, language processor.
Application Software is developed for computer user to solve their problems such as
preparing a letter, creating a presentation or managing a database. Examples: productivity
software , business software , entertainmenet software and education software.
6 How student can use computer to improve academic performance.
➢ By using internet.
➢ Listening video lectures.
➢ Reading E books.
7 Give any three uses of computer in a school library?
Computer is used in school library for following purposes.
➢ To learn any type of software.
➢ To practice any software.
➢ To learn about related subjects.
➢ Perform computer practical’s.
8 Name few household appliances in which microprocessor is used?.
➢ Automatic security gates.
➢ Device controlled by remote control.
➢ Automatic washing machine.
➢ Mobile phone.
➢ Any device that is automated, use microprocessor.
9 What are the tasks performed by operating system?
➢ It loads programs into memory.
➢ It provides interface between computer user and hardware.
➢ It provides file management.
➢ It provides coordination between all components of computer.
Chapter 2

Why operating system is important software for a computer? Give any three reasons?

➢ Operating system works as interface between computer user and hardware.


➢ It provides co-ordination between computer components.
➢ It works as resource manager of the computer.

Give any three objectives of operating system?.

➢ It provides convenience and efficiency.


➢ It makes the computer resources to be used in efficient way.
➢ It provides coordination between all the computer components.
Mention few disadvantages of using DOS operating system?.

➢ It has no proper interface.


➢ Command are given manual.
➢ It is difficult to remember commands.
➢ It has textual input.

Name two operating system which are used in modern mobile phones?

Android , Apple I phone.

What difficulties a student may face if he is not familiar with operating system of a
computer

A student may face the following difficulties if he/she is not familiar with operating system.

He cannot install any type of software.

It will be difficult for him to remember commands.

It will be difficult for him to use and maintain any software.

Define UNIX and WINDOWS operating system?

UNIX

It is multi user CLI operating system introduced in 1969. It allows multiple user to run different
programs at the same time . UNIX was developed for use on large computer system(Mainframe).
It uses a command line interface but later graphical user interface was also introduced.

WINDOWS.

Windows was popular operating system used on micro computer. It was developed by Microsoft.
Many different version of operating system were developed and used successfully in the past.
Some of these versions are windows 95, windows 98, windows millennium, windows XP.

Differentiate between single user and multi user operating system?

Single User OS Multi User OS

Operating system that is used by single Operating system that is used by multi
user at a time user at a time

Resources of computer such as memory, Resources of computer are shared with


cpu, I/O are not shared with other other computers.
computers

It is used on micro computers It is used on mini and mainframe


computers

It requires less memory and costless It requires powerful CPU , large memory
and hard derive.
Examples are: DOS, Window XP, Example are: window NT , UNIX and
Window 7 LINUX

What is meant by managing data and why is it important?

Managing data means storing file in secondary storage devices such as hard disk or USB

flash derive, in an organized way. This helps in finding files easily and quickly. Files are

stored in folder.

What is meant by resources of computer?

Resources of the computer means memory, CPU , I/O devices. Operating system assign
resources to every program during execution.

What type of problem may student face if no antivirus is not installed in his computer
system?

If there is no anti virus installed on a student PC then there is chance of virus attack, data

present in that system is unsecure , it may be corrupted, destructed or stolen by the hackers.
Theory Of Ch2

What is operating system ?


Ans: operating system is a collection of system software that controls the working of computer..
it acts as interface between the computer user and hardware.
What are the objective of OS?
Ans:
➢ It provides convenience and efficiency.
➢ It makes the computer resources to be used in efficient way.
➢ It provides coordination between all the computer components.

Name the functions of operating system.?


Ans:
➢ Process management
➢ Memory management
➢ I/O management
➢ File management
➢ Resource management
➢ User management.

Define the following? OR Note on following.

Process management
In computer system multiple processes are executing concurrently or waiting for their turn to be
executed. OS allocate the resources (such as memory, I/O device, CPU) to the process. Enable
the process to share and exchange information. Protect the resources of one process from other
processes.
Memory management
It is the process of allocating space to the user program in main memory. OS loads the user
program in main memory and execute them. OS free the memory space after execution.
I/O management
it is the process of controlling the operation of all the Input/Output devices attached to the
computer such as keyboard, Mouse, Printer. Management of these devices is the responsibility of
the OS.
File management
➢ OS organizes ,stores and keep the tracks of computer files and folders..
➢ OS control the common operation performed on files.such as creating , editing , deleting,
copying and moving files.
Resource management
OS manage the resources of the computer , when application programs are executed by the
computer. Resources includes Microprocessor , Memory, I/O devices. Resource management
enhances the performance of computer.
User management.

➢ OS allows to create and manage the user account.


➢ Every user has his own username and password to login in his account.
➢ There is a person known as administrator, which allow the user to run various application
programs on computer..

What are the interfaces of operating system?


Ans:
Command line interface
Menu driven interface.
Graphical user interface.
What is command line interface(CLI)?
Ans:-
➢ In this , commands are given to the computer by using keyboard.

➢ It is based on textual input.

➢ It is difficult to use.

➢ Users have to remember the command to perform any tasks

➢ Examples are DOS(Disk operating system) and UNIX.

What is DOS (Disk Operating System)?

➢ DOS is the type of CLI

➢ User must know the syntax of command.

➢ Commands are difficult to remember.

➢ It is single user and single tasks operating system.

What is UNIX Operating System?

➢ it is type of CLI operating system introduced in 1969.

➢ It is multi user operating system.

➢ It is a command line interface, but later graphical user interface was also introduced.

What is Menu Driven Interface?

Ans:-

It presents Menu on the screen

User makes a choice and next menu appears..

It is easy to use as compared to CLI.

User reads the options and make a choice.

Example: Novell’s netware and ProDos

Define Novell’s netware and ProDos?

Novell’s netware

It is menu driven interface operating sysem used in past. it was released in 1993

ProDos.
It is menue driven interface operating system . used on some apple computers.

What is graphical user interface (GUI)?

➢ It is interface for the computer user to interact with the computer

➢ It uses windows, icons , menus and pointer.

What are the advantages of GUI.

➢ It is much easier to learn and use

➢ No need to memorize the commands.

➢ Allow the user to run more than one program at the same time.

What are the disadvantages of GUI.

➢ It takes lot of memory.


➢ Needs faster computer as compared to other interfaces.
Write note on the following?
Macintosh Operating System
➢ Mac OS is a series of OS developed by Apple incorporation for their Macintosh
computers.
➢ It was introduced in 1984 with the original Macintosh computer and also has GUI.
➢ Lates version is Mac OS X which is used on devices such as Iphone ,Ipod, Ipad New
Apple Tv.
LINUX operating system.
➢ It is free open source operating system introduced by Linus Torvalds in 1991.
➢ It is faster but difficult to use as compared to windows and Macintosh.
➢ Its source code is freely available on the internet. Programmers can view and edit the
code.
➢ LINUX OS can be installed on PCs , laptops , Notebooks, mobile and tablet devices.
➢ Example of LINUX OS are: Debian, Ubuntu, Fedora, Red Hot.

Windows operating system

➢ Window is the most popular operating system used on microcomputers.


➢ It was developed by Microsoft.
➢ Many different versions has been developed.
➢ Examples are: windows 95, windows 98, windows millennium, windows xp, windows
vista.

What is meant by Batch OS?

Ans:- Batch OS

➢ In this , jobs are grouped in batches and computer executes them one by one .
➢ When current job terminates, computer automatically loads another job and execute it.
➢ Batch OS are suitable for the tasks where large amount of data has to be collected and
processed.
➢ Example: in credit card billing system all the data of credit card holder is collected and
held until processed as a batch at the end of billing cycle.
What is time sharing OS?

➢ Time sharing is feature of OS in which multiple user can use different programs on a
large scale computers.
➢ In a timesharing system , CPU is switched rapidly between the programs so that all
the user programs are executed simultaneously.
➢ Timesharing OS are used in organization such as banks, airline, hotels

What is Real Time Operating System?

Ans:

➢ Real time operating system must process information and produce a response within
specified time.
➢ Real time systems are used in industries to produce immediate response within specified
time.
➢ Used in industries such as Oil Refining Factory , Military and Space Research.
➢ For example : real time system is used to monitor the position of rocket in the space.

What is graphical user interface?

Ans:- A GUI provides a user friendly interface. This makes it easier for people with little
computer skills to operate the computer.

What is window in GUI?

Ans:- All the information displayed on the screen is presented inside a window.

What is icon?

Ans:- small graphical symbols known as Icons are used to represent files , folders , drivers

What is Menu?.

Ans:- Menu presents various commands from which the user makes a selection with a pointing
device.

What is Mouse?

Ans :- Mouse is a pointing device for performing different tasks such as selecting an option or
opening a file , folder or program.

What is Recycle Bin?

Ans:- It is temporary place for items that the user deletes from the hard disk. When a file or
folder is deleted it goes to the Recycle Bin.

What is Computer Icon?

Ans:- Computer icon allows the user to access the contents of the computer drivers and manage
files and folders. It is used to navigate and manage the computer resources.

What is folder icon?

Ans folder icon resembles a physical file folder. It is used to store files. Folders are used to store
files in an organized manner on a storage device.

What is file icon?


Ans:- In a GUI files are represented by Icons. A file may contain text , Audio, Video etc. user
recognize a file by its icon.

What is shortcut icon?

Ans :- Short cut icons are created to access a program file or folder quickly. They have an arrow
at the bottom of left corner and name below it.

What is meant by managing of data?

Ans:-

Managing data means storing file in secondary storage devices such as hard disk , USB Flash
drive in an organized way. This helps in finding files quickly and easily.

What is meant by windows defender?

Ans:-

➢ Windows defender is an antivirus software.


➢ It is built-in anti-virus software comes with windows 10.
➢ It runs in background and check for viruses.
➢ It displays the warning message when the malware is detected.
CHAPTER 3

Write note on office automation software?

Office automation refers to modern technology used to create store process and
communicate information for a accomplishing basic tasks performed in office. The system that
facilitate office automation is known as office automation system(OAS). Office automation system
consist of computer hardware , software and network.

The software used for office automation consist of word processing, spreadsheet, database
management , presentation graphics and electronic mail. The most commonly used office
automation software is Microsoft office . it is an office suit of application. It consist of ms word ,
ms excel, ms power point and ms outlook. It was fist announced by Bill Gates 1st aug, 1988.

What is word processing?

Ans : Word processing refer to the use of computer to create , edit , format and print the document.

What is word processor?

Ans: It is a computer application software that is used for creating different types of documents on
the computer.

Why word processor is better than typewriter?

Advantage of word processor over type writer that a document can be changed without retyping
the entire document. The document can be corrected easily . if there is a typing mistake word
processor can move sections of text from one place to another place

Name four types of documents that can be prepared in Microsoft word?

The four types of document that can be prepared in Microsoft word include letters, reports, resumes
and newsletters.

How many tabs are there on a ribbon?

There are nine tabs on a ribbon. Names are File, home, insert, page layout, references, mailing,
review, view and Add-ins.

Define formatting?

The process of defining the appearance of a document is known a formatting.

What is text alignment?

Text alignment determines the place of text between left and right margin of the page. The text
can be aligned in the many ways such as left , right, center, and justify.

Define line spacing?

The amount of space between two line of text is called line spacing. Line spacing can be increased
and decreased.

What is paragraph spacing?

The white spaces before and after a paragraph is known as paragraph spacing.

What is alignment?

Alignment is position of text on the page. There are three types of alignment 1) Right align 2) Left
align 3) Center align 4) Justify

What is indentation?

Indent is distance between paragraph and page margins.


Define header and footer?

Header is used to display information on the top of the page . while footer is used to display
information on the bottom of the page.

Differentiate between page break and section break?

A page break in a document indicates the end of one page and start of next page. While section
break indicates end of one section and starts of next section. Properties changed in one section
don’t effects the other section.

Define spreadsheet and its purposes?

Spread sheet is a widely used application software . it allows the user to organize data in rows and
columns . it can be used to perform different type of calculations on data. It is used to display data
in tabular form.to understand the data easily. It provides many formulas and built in function to
perform different and difficult calculations quickly and easily.

What is the advantage of protecting an excel worksheet ?

Advantage of protecting an excel worksheet is that other users can only view its contents but cannot
delete and modify it .

What is data filtering in excel ?n give one example?

data filtering is a process of narrowing down the data in worksheet and hide some parts of it . it
can be applied on text, dates and numbers. For example data filtering can used to display only
those students who have passed the examination

what is the use of data validation in excel ? Give one example?

Data validation is a process of controlling the values or types of data that can be entered in the
cells. It can be used in excel to make a list of values that are allowed in a cell . for example the
data validation can restrict the user to enter only whole numbers in a cell.

What is conditional formatting ? give one example?

Conditional formatting is the type of formatting that takes effect when the data in the cell satisfies
a specific condition. It can be used to highlight specific values. For example the color of the cell
can set to red if the marks are less than 33.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy