<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>TyroCity: Computer 11 Notes</title>
    <description>The latest articles on TyroCity by Computer 11 Notes (@computer11notes).</description>
    <link>https://tyrocity.com/computer11notes</link>
    <image>
      <url>https://tyrocity.com/images/D81pzF46j10KxLchqBNMcQg-UEStUz771beuS1NiGMc/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy91c2VyL3By/b2ZpbGVfaW1hZ2Uv/MTEvMWFkZTM1MDkt/ZmFkNy00ZWU2LWE2/ZTUtYjdiYjY4YjNm/ZDViLnBuZw</url>
      <title>TyroCity: Computer 11 Notes</title>
      <link>https://tyrocity.com/computer11notes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://tyrocity.com/feed/computer11notes"/>
    <language>en</language>
    <item>
      <title>File Handling In Windows 3.1</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/file-handling-in-windows-31-2la</link>
      <guid>https://tyrocity.com/computer-notes/file-handling-in-windows-31-2la</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction to file handling&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Windows being a GUI, gives better flexibility and easier to use for file management. Using the File Manager feature of Windows, one can easily copies, move, delete, rename files and also create and remove directory. This avoids the painful task of remembering all the file management DOS commands.&lt;br&gt;
Windows can run two types of applications, standard DOS based applications and Windows based applications. DOS based applications are standard DOS programs such as WordStar, dBase etc. developed to run in DOS environment, and not specifically meant for windows. Whereas a windows application is specifically developed to run under Windows environment which support GUI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objectives&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At the end of this lesson you would be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Appreciate the GUI feature of windows&lt;/li&gt;
&lt;li&gt;Understand the file and directory handling in windows&lt;/li&gt;
&lt;li&gt;Use file manager for file handling in windows&lt;/li&gt;
&lt;li&gt;Sort file using file size, name, type&lt;/li&gt;
&lt;li&gt;Search and locate file(s)&lt;/li&gt;
&lt;li&gt;Do file copy, move from floppy disk to hard disk drive and vice versa.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Directory and file management in windows&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Windows provides file manager for manipulating directory and files of a system. It is an essential part of Windows and run like any other windows program. Main program consists the icon for file manager. Double clicking on the file manger icon activates it from the Main program group. Other way of activating it is to highlight the file manager icon and hit the return key.&lt;br&gt;
File manager can be closed like any other windows program. File manager can be minimized while running some other application and expanded once the execution is over. The total amount of diskspace, free diskspace available, the size of the selected file is shown for the currently open directory on the status bar, which appears at the bottom of the file manager.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Drive window&lt;/strong&gt;&lt;br&gt;
Currently selected drive is displayed as another windows within the File Manager window. The command to resize, move or minimize is same as that of any other window. The only difference is that it is divided in two parts; right one displays the directory structure of the currently selected drive and the left part displays the contents (such as files, sub-directory etc.) of the currently selected directory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Directory operations&lt;/strong&gt;&lt;br&gt;
File Manager provides the features to manage all the drives in your system and/or connected to your system through network. It allows to copy, move or delete files within a drive, between drives of the system and systems connected through network. Once the drive is changed, directory and files under the newly selected drive will be displayed in the current directory window.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Changing disk drives&lt;/strong&gt;&lt;br&gt;
To change drive, click on the desired drive icon or press and the designated drive letter such as C, D E etc. Other way of selecting a drive is to click on the Disk option of the File Manager menu bar, and select the desired drive letter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Creating a new directory&lt;/strong&gt;&lt;br&gt;
A new directory or sub-directory under an already existing directory can be created using File Manager. First click on the File menu option of the File Manager. This will bring up the pull down menu having Create Directory. Selecting this option will activate the Create.&lt;br&gt;
Directory dialog box with current directory path. To create a sub&lt;br&gt;
directory under the current directory, type down the new sub-directory name in the text box. To create a sub-directory under some other directory, type the entire path in the name text box. To finish the entry and create the new sub-directory, click on the OK button.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Changing directory&lt;/strong&gt;&lt;br&gt;
To go to the desired directory under the currently selected drive, double click on the directory name. This will make the selected directory as the currently active directory and all the sub-directory and files under this directory will be displayed at the right pane of the document window.&lt;br&gt;
File manager has the flexibility of displaying different groups of files in the currently selected directory. Click on the View option of the File Manager menu bar, which will activate the pull-down menu with option ‘by file type’. Selecting this will bring up the ‘by file type’ dialog box. Use the wild card characters to enter inn the name text box, the desired file type you want to see.&lt;br&gt;
In file manager, it can also be specified what all information for files can be displayed. In addition to the file name, file path one can display file size, date and time it was created/or last modified etc. To display all file information, select the &lt;strong&gt;view&lt;/strong&gt; option on the file manager menu bar and activate the option ‘all file details’.&lt;br&gt;
In file manager, sub-directory and file under the currently selected directory are displayed in alphabetical order. However they can also be displayed in order of file type, date or file size. To change the displays option, select the VIEW option on the menu bar and selected the desired option. Available options are:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sort by name:&lt;/strong&gt; Displays all files in alphabetical order of file name.&lt;br&gt;
&lt;strong&gt;Sort by type:&lt;/strong&gt; Displays all files in alphabetical order of extension name&lt;br&gt;
&lt;strong&gt;Sort by Date:&lt;/strong&gt; Displays File in order of creation/last modification date.&lt;br&gt;
&lt;strong&gt;Sort by Size:&lt;/strong&gt; Display all files in order of File Size.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File operations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;File Manager provides tools such as copy, rename, move, rename for management of files within directory, between directories and also between drives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Copying a diskette&lt;/strong&gt;&lt;br&gt;
Like Disk copy of DOS, windows also have the tool in File Manager for making copies of disk. The source disk replaces the content of the target. However the target disk type and size should same as that of source disk. If an unformatted disk is used in target drive, the target disk is formatted as that of source disk type and size while copying the files. This copy option is very useful for making back-up copy.&lt;br&gt;
Insert the source disk into the drive and select the DISK option of the file manager menu bar, and activate the ‘Copy Disk’. This will copy the files from the source disk into the memory. Now select the target drive from the copy dialog box and click on OK button. This will start the coping process from the source to target disk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Copying/moving directory or files&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In file Manager, one or more files or Directory can be copied or moved into different location using two different methods; Drag-and-Drop method and Keyboard method.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Drag-and-Drop method&lt;/strong&gt;&lt;br&gt;
File Manager has the capabilities of copying or moving files and directories in more interactive and visual ways as compared to MS-DOS. Open the source directory select the files to be copied and then drag them in to the desired target directory, another drive icon, another directory window or to a file list in a different directory window and drop them. Confirm the copying operation, by clicking on the OK button of the dialog box. This will copy the selected files in to the target drive. If the file(s) to be copied is/are already presents on the destination directory or drive, confirm replace message by clicking on the &lt;strong&gt;yes&lt;/strong&gt; button of the dialog box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Using Keyboard&lt;/strong&gt;&lt;br&gt;
Instead of using mouse for the above operation, one can alternatively use the keyboard to select &lt;strong&gt;copy&lt;/strong&gt; and &lt;strong&gt;move&lt;/strong&gt; command. As in the case of drag-and-drop method, the destination can be a directory window, directory icon or drive icon. Click on the desired file name to be copied or use the direction key to highlight it. Select the COPY or MOVE option from the File menu bar of File Manager as per the requirement.&lt;br&gt;
Alternatively press &lt;strong&gt;f8&lt;/strong&gt; for copy or &lt;strong&gt;f7&lt;/strong&gt; for &lt;strong&gt;move&lt;/strong&gt; operation to start. As in the case of drag-and-drop method, &lt;strong&gt;copy&lt;/strong&gt; or &lt;strong&gt;move&lt;/strong&gt; dialog box appears on the screen. Enter the destination path or drive. If the destination directory does not exist, it will ask whether to create a new one. To start the operation, click on the OK button or press enter key ().&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deleting files and directories&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;File manager provides greater flexibility in deleting files and directories. However in the case of network drive, one cannot delete files or directories if he has not the privilege or permission of doing so. File Manager allows to delete an entire directory including all its files and subdirectory in a single command. However, in DOS, one first need to delete all the files and sub-directory of the desired directory to be deleted.&lt;/p&gt;

&lt;p&gt;Select the file(s) or directory to be deleted (alternatively use tab to move the cursor to the desired location and use direction keys to select the files). Activate the Delete option from the File menu bar of File Manager and the delete dialog box appears on the window desktop. To delete the already select files or directory, click on the OK button. To delete other files or directory, enter the file name or path and click on the OK button.&lt;/p&gt;

&lt;p&gt;This will activate directory delete dialog box. Click on &lt;strong&gt;yes&lt;/strong&gt; button to confirm the deletion. Click on &lt;strong&gt;yes&lt;/strong&gt; to &lt;strong&gt;all&lt;/strong&gt; to delete all selected files or click on Cancel button to cancel the delete operation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File renaming&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;File Manager allows changing the name of a file with a restriction that the new file name should follow the DOS file naming conventions.  The new file name should not be more than eight characters long with an optional three characters extension or secondary name with permissible set of characters.&lt;/p&gt;

&lt;p&gt;First select the file to be renamed, and then chose the Rename option from the File menu bar of File manger. The Rename dialog box appears with name of the currently selected file in the From text box. Now enter the new name for the file in the To text box and click OK button or press Enter key. This completes the renaming process.&lt;br&gt;
Note: One can use wild card characters for renaming files.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Searching for files and directories&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;File manager provides the tool to search a file, a group of files or subdirectories. This is particularly helpful, if you know a particular file is on your disk, but you don’t remember where the file exists. Here you can conduct a search on your disk, directory to locate the file. The result is displayed in Search Result window, which can be resized, minimized or maximized, closed the same way as other window.&lt;/p&gt;

&lt;p&gt;Click or select the directory to be searched and then choose &lt;strong&gt;search&lt;/strong&gt; option from the file menu. Specify the filename, or use wildcard character (such and * or?) in the search for text box to search for a group of files or directories that have related file names or extensions. The Search Result windows will contain all the files that meet the search criteria. To cancel the search operation, press &lt;strong&gt;esc&lt;/strong&gt; key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Working with floppy disks&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At times one need to copy files onto a floppy as backup or copy file from floppy to hard disk for further processing of files. File manager provides tools to work with floppy disks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Formatting a floppy&lt;/strong&gt;&lt;br&gt;
Before using a new floppy to receive data, it has to be prepared for that. File Manager format command allows you to prepare a new/old floppy to receive data. The format command has three options, which are optional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Label&lt;/strong&gt;&lt;br&gt;
As the name suggests, it is a name for the formatted disk to identify it. A label or volume label should not more than 11 characters long.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;System disk&lt;/strong&gt;&lt;br&gt;
While formatting a disk, it can be opted to make the disk a system or startup disk. System disk is used to boot the system from a floppy drive. When opted, all the system files are copied into the specified area called system area or boot sector of the floppy drive. System disk comes handy, in case the hard disk is not working or one needs to bypass booting from hard disk for any reason.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick format&lt;/strong&gt;&lt;br&gt;
This option is available for disk that has already been formatted. When selected, file Manager just removes all information about directory and files from disk, making it faster as compared to standard format procedure. However Quick Format does not check the disk for bad sectors.&lt;br&gt;
To format a disk or floppy using file manager, insert the disk into the drive and select format disk option from disk menu bar. From the list of drives, select the appropriate drive letter. All the required parameters are adjusted according to the selected drive.&lt;/p&gt;

&lt;p&gt;Choose the option such as label, system disk or quick format. In case of Label option, specify the volume label name for the disk. Complete the other areas of the dialog box and click on ok button. This completes the entry and file manager starts formatting the disk according to the specification given.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-text questions 1&lt;/strong&gt;&lt;br&gt;
Choose the best answer for each of the following questions.&lt;br&gt;
&lt;strong&gt;1. Windows is a&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;System Software&lt;/li&gt;
&lt;li&gt;Database Software&lt;/li&gt;
&lt;li&gt;GUI based Software&lt;/li&gt;
&lt;li&gt;None of the Above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;2. Which are the following types of Icons used by Windows&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Database, operating system&lt;/li&gt;
&lt;li&gt;Program, document, application&lt;/li&gt;
&lt;li&gt;Only program&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;3. Which of the following on a command button indicates a link to another dialog box&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;/&lt;/li&gt;
&lt;li&gt;*&lt;/li&gt;
&lt;li&gt;..&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;4. File manager is a part of which group of Windows&lt;br&gt;
Program Manager&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Main&lt;/li&gt;
&lt;li&gt;Application&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;5. Which of the following groups of Windows contain all executable software found on your hard disk.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Main&lt;/li&gt;
&lt;li&gt;Print Manager&lt;/li&gt;
&lt;li&gt;Application&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;6. Which of the following allows all types of file manipulation such a copy, move etc.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Print Manager&lt;/li&gt;
&lt;li&gt;File Manager&lt;/li&gt;
&lt;li&gt;System setup&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What you have learnt&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This lesson discussed Windows's graphical user interface (GUI) in a great length. In the beginning it discussed what is directory and file management. Then with examples it explained how to do directory maintenance in-terms of create, delete and change directory. It also discussed how to sort files by name, type, size and dates. Here you learned how to file operation in windows using File manager and what is drag and drop method. At last it explained how to search for file and directory and how to work using a floppy diskette in windows.&lt;/p&gt;

&lt;p&gt;Feedback to in-text questions 1&lt;br&gt;
&lt;strong&gt;1.&lt;/strong&gt; 3&lt;br&gt;
&lt;strong&gt;2.&lt;/strong&gt; 2 &lt;br&gt;
&lt;strong&gt;3.&lt;/strong&gt; 3&lt;br&gt;
&lt;strong&gt;4.&lt;/strong&gt; 2 &lt;br&gt;
&lt;strong&gt;5.&lt;/strong&gt; 3&lt;br&gt;
&lt;strong&gt;6.&lt;/strong&gt; 2&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>filehaldling</category>
    </item>
    <item>
      <title>Bus Architecture</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/bus-architecture-27on</link>
      <guid>https://tyrocity.com/computer-notes/bus-architecture-27on</guid>
      <description>&lt;p&gt;Bus is a group of wires that connects different components of the computer. It is used for transmitting data, control signal and memory address from one component to another. A bus can be 8 bit, 16 bit, 32 bit and 64 bit. A 32 bit bus can transmit 32 bit information at a time. A bus can be internal or external.&lt;/p&gt;

&lt;p&gt;Types of bus:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1) Data bus&lt;/strong&gt;&lt;br&gt;
Data bus carries data from on component to another. It is uni-directional for input and output devices and bi-directional for memory and CPU.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2) Control bus&lt;/strong&gt;&lt;br&gt;
Control bus carries control signal. CU of CPU uses control signal for controlling all the components. It is uni-directional from CPU to all other components.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3) Address bus&lt;/strong&gt;&lt;br&gt;
Address bus carries memory address. A memory address is a numerical value used for identifying a memory location. Computer performs all its task through the memory address. CU of CPU sends memory address to all the components. So, address bus is also uni-directional from CPU to all other components.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>busarchitecture</category>
    </item>
    <item>
      <title>Introduction To MS-Word</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/introduction-to-ms-word-1di</link>
      <guid>https://tyrocity.com/computer-notes/introduction-to-ms-word-1di</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction to Microsoft Word&lt;/strong&gt;&lt;br&gt;
Let us consider an office scene. Many letters are typed in the office. The officer dictates a letter. The typist first types a draft copy of the letter. The officer goes through it to check mistakes regarding spelling errors, missing words, etc. and suggests corrections. The typist changes the letter as suggested by the officer. This is a simple example of word processing.&lt;br&gt;
There are many software packages to do the job of word processing. Some of them work in dos environment. Example are WordStar, Word Perfect and Professional Write. But in these days working in windows is becoming more and more popular. So let us consider software for word processing which works in windows. Our choice is Microsoft Word because it is the most popular software in these days.&lt;br&gt;
MS-word is a part of the bigger package called Microsoft office, which can do much more than word processing. In fact when you open up Microsoft office you will find four main components in it. They are Microsoft Word (for word processing), Microsoft Excel (for spreadsheet), Microsoft Access (for database management) and Microsoft PowerPoint (for presentation purposes). However, we will limit ourselves to MS-word only in this lesson.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objectives&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After going through this lesson you should be in a position to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start the Microsoft Word package&lt;/li&gt;
&lt;li&gt;Be familiar with the Microsoft Word screen&lt;/li&gt;
&lt;li&gt;Advantages and Features of Word Processing&lt;/li&gt;
&lt;li&gt;Some common Word Processing Packages&lt;/li&gt;
&lt;li&gt;How to invoke Microsoft Word&lt;/li&gt;
&lt;li&gt;Learn the capabilities of Microsoft Word&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What is word processing?&lt;/strong&gt;&lt;br&gt;
Word Processor is a Software package that enables you to create, edit, print and save documents for future retrieval and reference. Creating a document involves typing by using a keyboard and saving it. Editing a document involves correcting the spelling mistakes, if any, deleting or moving words sentences or paragraphs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advantages of word processing&lt;/strong&gt;&lt;br&gt;
One of the main advantages of a word processor over a conventional typewriter is that a word processor enables you to make changes to a document without retyping the entire document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features of word processing&lt;/strong&gt;&lt;br&gt;
Most Word Processor available today allows more than just creating and editing documents. They have wide range of other tools and functions, which are used in formatting the documents. The following are the main features of a Word Processor:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Text is typing into the computer, which allows alterations to be made easily.&lt;/li&gt;
&lt;li&gt;Words and sentences can be inserted, amended or deleted.&lt;/li&gt;
&lt;li&gt;Paragraphs or text can be copied /moved throughout the document.&lt;/li&gt;
&lt;li&gt;Margins and page length can be adjusted as desired.&lt;/li&gt;
&lt;li&gt;Spelling can be checked and modified through the spell check facility.&lt;/li&gt;
&lt;li&gt;Multiple document/files can be merged.&lt;/li&gt;
&lt;li&gt;Multiple copies of letters can be generated with different addresses through the mail-merge facility.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Some Common Word processing packages&lt;/strong&gt;&lt;br&gt;
The followings are examples of some popular word processor available&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Softword&lt;/li&gt;
&lt;li&gt;WordStar&lt;/li&gt;
&lt;li&gt;Word perfect&lt;/li&gt;
&lt;li&gt;Microsoft word&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Important feature of Microsoft Word&lt;/strong&gt;&lt;br&gt;
Microsoft word not only supports word processing features but also DTP features. Some of the important features of Microsoft Word are listed below:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using word you can create the document and edit them later, as and when required, by adding more text, modifying the existing text, deleting/moving some part of it.&lt;/li&gt;
&lt;li&gt;Changing the size of the margins can reformat complete document or part of text.&lt;/li&gt;
&lt;li&gt;Font size and type of fonts can also be changed. Page numbers and Header and Footer can be included.&lt;/li&gt;
&lt;li&gt;Spelling can be checked and correction can be made automatically in the entire document. Word count and other statistics can be generated.&lt;/li&gt;
&lt;li&gt;Text can be formatted in columnar style as we see in the newspaper. Text boxes can be made.&lt;/li&gt;
&lt;li&gt;Tables can be made and included in the text.&lt;/li&gt;
&lt;li&gt;Word also allows the user to mix the graphical pictures with the text. Graphical pictures can either be created in word itself or can be imported from outside like from Clip Art Gallery.&lt;/li&gt;
&lt;li&gt;Word also provides the mail-merge facility.
&lt;/li&gt;
&lt;li&gt;Word also has the facility of macros. Macros can be either attached to some function/special keys or to a tool bar or to a menu.&lt;/li&gt;
&lt;li&gt;It also provides online help of any option.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;In-text questions 1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. State True or False&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Word processor is Software Package that enables you to create, edit, print and   save document.&lt;/li&gt;
&lt;li&gt;WordStar is a popular Word processor.&lt;/li&gt;
&lt;li&gt;Changing the size of the margins cannot reformat complete document or part of the text.&lt;/li&gt;
&lt;li&gt;Word has the facility of Macros.&lt;/li&gt;
&lt;li&gt;Word does not allow the user to mix the graphical pictures with text.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Getting started with Microsoft Word&lt;/strong&gt;&lt;br&gt;
We have already told you that for working in MS-Word you should be familiar with windows. If you have not covered windows so far then read that first and then go through MS-word. By now you must be aware of the fact that a software package is improved from time to time. These improvements are sold in the market as new versions of the same software. Thus you will find many versions of Microsoft Word being used in different offices. In this lesson we will cover the version Microsoft Word 97, which is latest in the market and contain many improvements over the older versions. However, you do not have to worry if you have an older version such as word 6.0 or word 95. All the commands available in these older versions are also available in word 97 and they are compatible.&lt;br&gt;
While working in Microsoft Word you have to work with a mouse. Also one can work, to some extent, through the keyboard. The use of mouse is simpler as it is fully menu driven. In MS-word every command is available in the form of ‘icons’.&lt;/p&gt;

&lt;p&gt;You can go inside MS-word by the following way:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Take the mouse pointer to start button on the task bar.  Click the left mouse button.&lt;/li&gt;
&lt;li&gt;Move the pointer to programs. You will notice another menu coming up to the right.&lt;/li&gt;
&lt;li&gt;In that menu identify where Microsoft word is placed. Move the cursor horizontally to come out of programs.&lt;/li&gt;
&lt;li&gt;Move into the rectangular area meant for Microsoft word. Click the left mouse button there. The computer will start MS-word.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let us discuss the important components of the screen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Title bar&lt;/strong&gt;&lt;br&gt;
The title bar displays the name of the currently active word document. Like other windows applications, it can be used to alter the size and location of the word window.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Tool bars&lt;/strong&gt;&lt;br&gt;
Word has a number of tool bars that help you perform task faster and with great ease. Two of the most commonly tool bars are the formatting tool bar and the standard tool bar. These two toolbars are displayed just below the title bar. At any point of time any tool bar can be made ON or OFF through the tool bar option of View Menu.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Ruler bar&lt;/strong&gt;&lt;br&gt;
The Ruler Bar allows you to format the vertical alignment of text in a document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Status bar&lt;/strong&gt;&lt;br&gt;
The Status Bar displays information about the currently active document. This includes the page number that you are working, the column and line number of the cursor position and so on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Scroll bar&lt;/strong&gt;&lt;br&gt;
The Scroll Bar helps you scroll the content or body of document. You can do so by moving the elevator button along the scroll bar, or by click in on the buttons with the arrow marked on them to move up and down and left and right of a page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Workspace&lt;/strong&gt;&lt;br&gt;
The Workspace is the area in the document window were you enter/type the text of your document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Main menu&lt;/strong&gt;&lt;br&gt;
The Word main menu is displayed at the top of the screen as shown in the Fig. 9.1. The main menu further displays a sub menu. Some of the options are highlighted options and some of them appear as faded options. At any time, only highlighted options can be executed, faded options are not applicable. Infect if the option is faded you will not be able to choose it. You may not that any option faded under present situation may become highlighted under different situations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-text questions 2&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. Choose the best answer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. While working in MS-Word you have to work with&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Mouse only&lt;/li&gt;
&lt;li&gt;Keyboard only&lt;/li&gt;
&lt;li&gt;Both mouse and keyboard&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;2. In Microsoft Word every command is available in&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Print&lt;/li&gt;
&lt;li&gt;Letter&lt;/li&gt;
&lt;li&gt;Icons&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;3. You can go inside Microsoft Word by the following way&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Take the mouse pointer to &lt;strong&gt;start&lt;/strong&gt; button on the task bar and click the left mouse button.&lt;/li&gt;
&lt;li&gt;Take the mouse pointer to &lt;strong&gt;start&lt;/strong&gt; button and click the right mouse button.&lt;/li&gt;
&lt;li&gt;Move the mouse pointer on the screen.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;2. State True or False&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The title bar displays the name of the currently active word document.&lt;/li&gt;
&lt;li&gt;Two of the most commonly tool bars are the formatting tool bar and the standard tool bar.&lt;/li&gt;
&lt;li&gt;The tool bar allows you to format the vertical alignment of text.&lt;/li&gt;
&lt;li&gt;The scroll bar helps you to scroll the content or body of document.&lt;/li&gt;
&lt;li&gt;The workspace is the area in the document window where you enter/type the text.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Main menu options&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The overall functions of all the items of main menu are explained below.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- File&lt;/strong&gt;&lt;br&gt;
You can perform file management operations by using these options such as opening, closing, saving, printing, exiting etc.&lt;br&gt;
New: Ctrl+N&lt;br&gt;
Open: Ctrl+O&lt;br&gt;
Close: ALT + F4&lt;br&gt;
Save : Ctrl+S&lt;br&gt;
Save Aa: CTL + A&lt;br&gt;
Print: Ctrl+P&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File sub menu&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Edit&lt;/strong&gt;&lt;br&gt;
Using this option you can perform editing functions such as cut, copy, paste, find and replace etc. &lt;br&gt;
Undo Clear: Ctrl+Z&lt;br&gt;
Repeat Clear: Ctrl+Y&lt;br&gt;
Cut: Ctrl+X&lt;br&gt;
Copy: Ctrl+C&lt;br&gt;
Paste: Ctrl+V&lt;br&gt;
Clear: Delete&lt;br&gt;
Select All: Ctrl+A&lt;br&gt;
Find: Ctrl+F&lt;br&gt;
Replace: Ctrl+H&lt;br&gt;
Go To: Ctrl+G&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Edit sub menu&lt;/strong&gt;         &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- View&lt;/strong&gt;&lt;br&gt;
Word document can be of many pages. The different pages may have different modes. Each mode has its limitations. For example in normal mode the graphical picture cannot be displayed. They can only be displayed in page layout mode. Using the option “View” you can switch over from one mode to other. It displays the following Sub menu.&lt;/p&gt;

&lt;p&gt;Normal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Online Layout&lt;/li&gt;
&lt;li&gt;Page Layout&lt;/li&gt;
&lt;li&gt;Outline
&lt;/li&gt;
&lt;li&gt;Master Document&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tool Bars&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ruler&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Header and Footer&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Footnotes&lt;/li&gt;
&lt;li&gt;Comments&lt;/li&gt;
&lt;li&gt;Full Screen&lt;/li&gt;
&lt;li&gt;Zoom&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Insert&lt;/strong&gt;&lt;br&gt;
Using this menu, you can insert various objects such as page numbers, footnotes, picture frames etc. in your document. It displays the following Sub menu.&lt;/p&gt;

&lt;p&gt;Break&lt;br&gt;
Page Numbers&lt;br&gt;
Date and Time&lt;br&gt;
AutoText         8&lt;br&gt;&lt;br&gt;
Field…&lt;br&gt;
Symbol…&lt;br&gt;
Comment&lt;br&gt;
Footnote…&lt;br&gt;
Caption…&lt;br&gt;
Cross-reference…&lt;br&gt;
Index &amp;amp; Tables…&lt;br&gt;
Picture             8&lt;br&gt;
Text Box…&lt;br&gt;
File…&lt;br&gt;
Object…&lt;br&gt;
Bookmark                                               Hyperlink…   Ctrl+k&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Format&lt;/strong&gt;&lt;br&gt;
**Using this menu, you can perform various type of formatting operations, such as fonts can be changed, borders can be framed etc. It displays the following Sub menu.&lt;/p&gt;

&lt;p&gt;Font…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paragraph…&lt;/li&gt;
&lt;li&gt;Bullets and Numbering&lt;/li&gt;
&lt;li&gt;Borders and Shading…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Columns…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tabs…&lt;/li&gt;
&lt;li&gt;Drop Cap…&lt;/li&gt;
&lt;li&gt;Text Direction…&lt;/li&gt;
&lt;li&gt;Change Case…&lt;/li&gt;
&lt;li&gt;Auto Format…&lt;/li&gt;
&lt;li&gt;Style Gallery…&lt;/li&gt;
&lt;li&gt;Style…&lt;/li&gt;
&lt;li&gt;Background…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Object&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Tools&lt;/strong&gt;&lt;br&gt;
Using this menu, you can have access to various utilities/tools of Word, such as spell check, macros, mail merge etc. It displays the following Sub menu.&lt;br&gt;
Spelling and Grammar…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Language…&lt;/li&gt;
&lt;li&gt;Word count…&lt;/li&gt;
&lt;li&gt;AutoSummarize&lt;/li&gt;
&lt;li&gt;Auto correct..&lt;/li&gt;
&lt;li&gt;Look up reference&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Track change&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Merge Documents…&lt;/li&gt;
&lt;li&gt;Protect Document…&lt;/li&gt;
&lt;li&gt;Mail Merge…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Envelops and Labels…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Letter wizard…&lt;/li&gt;
&lt;li&gt;Macro…&lt;/li&gt;
&lt;li&gt;Templates and add-ins…&lt;/li&gt;
&lt;li&gt;Customize…&lt;/li&gt;
&lt;li&gt;Options…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Table&lt;/strong&gt;&lt;br&gt;
This menu deals with tables. Using this menu you can perform various types of operations on the table. It displays the following Sub menu.&lt;/p&gt;

&lt;p&gt;Draw Table&lt;br&gt;
Insert Table…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Delete cells…&lt;/li&gt;
&lt;li&gt;Merge cells…&lt;/li&gt;
&lt;li&gt;Split cells…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Select Row&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select column&lt;/li&gt;
&lt;li&gt;Select table&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Table Auto Format…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Distribute rows evenly&lt;/li&gt;
&lt;li&gt;Distribute columns evenly&lt;/li&gt;
&lt;li&gt;Cell height and width…&lt;/li&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Convert Text to table…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sort …&lt;/li&gt;
&lt;li&gt;Formula…&lt;/li&gt;
&lt;li&gt;Split table&lt;/li&gt;
&lt;li&gt;Hide grid lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Window&lt;/strong&gt;&lt;br&gt;
This menu allows you to work with two documents simultaneously. This would require two windows to be opened so that each one can hold one document. Using this menu, you can switch over from one window to another. It displays the following Sub menu.&lt;/p&gt;

&lt;p&gt;New Window&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Arrange all&lt;/li&gt;
&lt;li&gt;Split&lt;/li&gt;
&lt;li&gt;1Document1.doc&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Help&lt;/strong&gt;&lt;br&gt;
Using this menu, you can get on-line help for any function.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-text question 3&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. State  True or False&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Using View option you can perform editing functions such as cut, copy, paste, find and replace etc.&lt;/li&gt;
&lt;li&gt;Using the Edit option you can switch over from Normal mode to Out line mode.&lt;/li&gt;
&lt;li&gt;Using Insert menu you can insert various objects such as page numbers, footnotes, picture frames etc.&lt;/li&gt;
&lt;li&gt;Using Tools menu you can access to various utilities of word such as spell check, macros and mail merge etc.&lt;/li&gt;
&lt;li&gt;Window menu allows you to work with two documents simultaneously.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What you have learnt&lt;/strong&gt;&lt;br&gt;
At the end of this lesson you have learnt the important features of Ms-Word. We started with procedure to invoke Ms-Word. We identified toolbars available in the main menu of Ms-Word are discussed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Terminal questions&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What do you understand by Word processing? Give examples.&lt;/li&gt;
&lt;li&gt;Describe the important features of Ms-Word.&lt;/li&gt;
&lt;li&gt;Describe the various options available in the main menu bar of Ms-Word.&lt;/li&gt;
&lt;li&gt;What are the different types of toolbar?&lt;/li&gt;
&lt;li&gt;Define two methods to start Ms-Word.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Feedback to the in-text questions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-text question 1&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;li&gt;False&lt;/li&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;li&gt;False&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;In-text question 2&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;3, 3,1&lt;/li&gt;
&lt;li&gt;True, True, False, True, True&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;In-text question 3&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;False&lt;/li&gt;
&lt;li&gt;False&lt;/li&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;li&gt;True&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://tyrocity.com/images/advspO_IAqj-rZ9FsRjuqn-I_puu2GkmdpHhQlWy4lc/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy94ajk2Y2Frd2Qx/YW9namw2cGY0di5w/bmc" class="article-body-image-wrapper"&gt;&lt;img src="https://tyrocity.com/images/advspO_IAqj-rZ9FsRjuqn-I_puu2GkmdpHhQlWy4lc/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy94ajk2Y2Frd2Qx/YW9namw2cGY0di5w/bmc" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tyrocity.com/images/_SGKFyD8SpL2xhGpmWXxznYS7H40uz81jFxzfocaKi8/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy9ldXdsZWkxcXh0/eHR3ZDV2eTFyOC5w/bmc" class="article-body-image-wrapper"&gt;&lt;img src="https://tyrocity.com/images/_SGKFyD8SpL2xhGpmWXxznYS7H40uz81jFxzfocaKi8/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy9ldXdsZWkxcXh0/eHR3ZDV2eTFyOC5w/bmc" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>introductiontomsword</category>
    </item>
    <item>
      <title>Types Of Computers</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/types-of-computers-3373</link>
      <guid>https://tyrocity.com/computer-notes/types-of-computers-3373</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Super Computers&lt;/li&gt;
&lt;li&gt;Main Frame Computers&lt;/li&gt;
&lt;li&gt;Mini Computers&lt;/li&gt;
&lt;li&gt;Micro Computers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Example of Super Computer:&lt;/strong&gt;&lt;br&gt;
CRAY Research :- CRAY-1 &amp;amp; CRAY-2, Fujitsu(VP2000), Hitachi (S820), NEC (SX20), PARAM 10000 by C-DAC, Anupam by BARC, PACE Series by DRDO&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computer</category>
      <category>typesofcomputer</category>
    </item>
    <item>
      <title>Classification of Operating System</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/classification-of-operating-system-3gma</link>
      <guid>https://tyrocity.com/computer-notes/classification-of-operating-system-3gma</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. Multiuser OS:&lt;/strong&gt;&lt;br&gt;
In a multiuser OS, more than one user can use the same system at a same time through the multi I/O terminal or through the network.&lt;br&gt;
For example: windows, Linux, Mac, etc.&lt;br&gt;
A multiuser OS uses timesharing to support multiple users.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Multiprocessing OS:&lt;/strong&gt;&lt;br&gt;
A multiprocessing OS can support the execution of multiple processes at the same time. It uses multiple number of CPU. It is expensive in cost however, the processing speed will be faster. It is complex in its execution. Operating system like Unix, 64 bit edition of windows, server edition of windows, etc. are multiprocessing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Multiprogramming OS:&lt;/strong&gt;&lt;br&gt;
In a multiprogramming OS more than one programs can be used at the same time. It may or may not be multiprocessing. In a single CPU system , multiple program are executed one after another by dividing the CPU into small time slice.&lt;br&gt;
example: Windows, Mac, Linux,etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Multitasking OS:&lt;/strong&gt;&lt;br&gt;
In a multitasking system more than one task can be performed at the same time but they are executed one after another through a single CPU by time sharing. For example: Windows, Linux, Mac, Unix,etc.&lt;br&gt;
Multitasking OS are of two types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pre-empetive multitasking&lt;/li&gt;
&lt;li&gt;Co-operative multitasking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the pre-empetive multitasking, the OS allows CPU times slice to each program. After each time slice, CPU executes another task. Example: Windows XP&lt;br&gt;
In co-operative multitasking a task can control CPU as long as it requires . However, it will free CPU to execute another program if it doesn’t require CPU. Exaample: windows 3.x, multifinder,etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Multithreading:&lt;/strong&gt;&lt;br&gt;
A program in execution is known as process. A process can be further divided into multiple sub-processers. These sub-processers are known as threads. A multi-threading OS can divide process into threads and execute those threads. This increases operating speed but also increases the complexity. For example: Unix, Server edition of Linux and windows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Batch processing:&lt;/strong&gt;&lt;br&gt;
A batch processing is a group of processing system in which all the required input of all the processing task is provided initially. The result of all the task is provided after the completion of all the processing. Its main functions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiple task are processed&lt;/li&gt;
&lt;li&gt;User cannot provide input in between the processing&lt;/li&gt;
&lt;li&gt;It is appropriate only when all the inputs are known in advance&lt;/li&gt;
&lt;li&gt;It requires large memory&lt;/li&gt;
&lt;li&gt;CPU ideal time is less&lt;/li&gt;
&lt;li&gt;Printer is the appropriate output device&lt;/li&gt;
&lt;li&gt;It is old processing technique and rarely used at present&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;7. Online processing:&lt;/strong&gt;&lt;br&gt;
It is an individual processing system in which the task is processed on individual basis as soon as they are provided by the user. It has features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Individual task is processed at a time&lt;/li&gt;
&lt;li&gt;User can provide input in between processing&lt;/li&gt;
&lt;li&gt;It is appropriate when all inputs ate not known in advance&lt;/li&gt;
&lt;li&gt;It doesn’t require large memory&lt;/li&gt;
&lt;li&gt;CPU ideal time is more&lt;/li&gt;
&lt;li&gt;Monitor is appropriate output device&lt;/li&gt;
&lt;li&gt;It is modern processing technique and mostly used in present&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>classificationofos</category>
    </item>
    <item>
      <title>IBM PC and IBM Compatible</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/ibm-pc-and-ibm-compatible-3mo9</link>
      <guid>https://tyrocity.com/computer-notes/ibm-pc-and-ibm-compatible-3mo9</guid>
      <description>&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; IBM PC &lt;/th&gt;
&lt;th&gt; IBM Compatible &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; The computers designed as well as developed by IBM Corporation are called IBM PC. &lt;/td&gt;
&lt;td&gt; The computers which are designed by IBM but manufactured by companies other then IBM are called IBM Compatibles. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; It is also known as original or branded IBM. &lt;/td&gt;
&lt;td&gt; It is also called assembled ot duplicate IBM. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; It is expensive but reliable compared to IBM Compatible. &lt;/td&gt;
&lt;td&gt; It is cheaper but less reliable than IBM PC. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; It is usually used by large organization which can afford high cost and requires high security. &lt;/td&gt;
&lt;td&gt; It is ususally used by small organization which cannot afford high cost and higher security is not required. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; Eg:- IBM Desktop, IBM 1401, IBM laptop. &lt;/td&gt;
&lt;td&gt; Eg:- HP laptop, Dell notebooks. &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

</description>
      <category>grade11</category>
      <category>computer</category>
      <category>ibm</category>
    </item>
    <item>
      <title>Application Package | Computer Science | HSEB Notes</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/application-package-computer-science-hseb-notes-4edo</link>
      <guid>https://tyrocity.com/computer-notes/application-package-computer-science-hseb-notes-4edo</guid>
      <description>&lt;p&gt;Detailed notes to follow:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Word processor&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use &amp;amp; Character&lt;/li&gt;
&lt;li&gt;Examples&lt;/li&gt;
&lt;li&gt;Some Important Terms Used: Thesaurus, speller, mail merge
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Spread sheet&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use &amp;amp; Character&lt;/li&gt;
&lt;li&gt;Examples&lt;/li&gt;
&lt;li&gt;Some Important Terms Used:                                                              Relative cell reference, absolute cell reference&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Presentation&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use &amp;amp; Character&lt;/li&gt;
&lt;li&gt;Examples&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade11</category>
      <category>applicationpackage</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Introduction To Computer</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/chapter-one-introduction-to-computer-53b8</link>
      <guid>https://tyrocity.com/computer-notes/chapter-one-introduction-to-computer-53b8</guid>
      <description>&lt;p&gt;&lt;strong&gt;- Characteristics/Features of Computer&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speed&lt;/li&gt;
&lt;li&gt;Accuracy&lt;/li&gt;
&lt;li&gt;Reliability&lt;/li&gt;
&lt;li&gt;Storage Capacity&lt;/li&gt;
&lt;li&gt;Word Length&lt;/li&gt;
&lt;li&gt;Diligence&lt;/li&gt;
&lt;li&gt;Versatile&lt;/li&gt;
&lt;li&gt;Automatic&lt;/li&gt;
&lt;li&gt;Electronic&lt;/li&gt;
&lt;li&gt;Non-intelligent&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Application Areas of Computer&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Education&lt;/li&gt;
&lt;li&gt;Communication&lt;/li&gt;
&lt;li&gt;Business&lt;/li&gt;
&lt;li&gt;Transportation&lt;/li&gt;
&lt;li&gt;Banking&lt;/li&gt;
&lt;li&gt;Helth&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Industry&lt;/li&gt;
&lt;li&gt;Scientific Research&lt;/li&gt;
&lt;li&gt;Entertainment&lt;/li&gt;
&lt;li&gt;Weather Forecasting&lt;/li&gt;
&lt;li&gt;Desktop Publishing&lt;/li&gt;
&lt;li&gt;Designing&lt;/li&gt;
&lt;li&gt;Satellite Controlling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Aviation&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Capabilities &amp;amp; Limitations of Computer&lt;/li&gt;
&lt;li&gt;Advantages &amp;amp; disadvantages of Computer&lt;/li&gt;
&lt;li&gt;History of Computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Mechanical Age&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Abacus&lt;/li&gt;
&lt;li&gt;Stepped Reckoner (Leibniz Calculator)&lt;/li&gt;
&lt;li&gt;Napier Bone&lt;/li&gt;
&lt;li&gt;Difference Engine&lt;/li&gt;
&lt;li&gt;Slide Rule&lt;/li&gt;
&lt;li&gt;Analytical Engine&lt;/li&gt;
&lt;li&gt;Pascaline&lt;/li&gt;
&lt;li&gt;Tabulating Machine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Electro Mechanical Age&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MARK-I [Also known as ASCC (Automated Sequence Controlled Calculator)&lt;/li&gt;
&lt;li&gt;MARK-II&lt;/li&gt;
&lt;li&gt;ABC (Atanasoft Berry Computer)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Electric Age&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ENIAC&lt;/li&gt;
&lt;li&gt;EDAC&lt;/li&gt;
&lt;li&gt;EDVAC&lt;/li&gt;
&lt;li&gt;UNIVAC&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Some Important Persons&lt;/strong&gt;&lt;br&gt;
o   Joseph Jaquard&lt;br&gt;
o   Charles Babbage&lt;br&gt;
o   George Boole&lt;br&gt;
o   Herman Hollerith&lt;br&gt;
o   Lady Augusta Ada Lovelace&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>introductiontocomputer</category>
      <category>computernotes</category>
    </item>
    <item>
      <title>Computer XI Notes</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/computer-xi-4m4b</link>
      <guid>https://tyrocity.com/computer-notes/computer-xi-4m4b</guid>
      <description>&lt;h2&gt;
  
  
  General
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/ms-excel-functions-365d"&gt;MS Excel Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/ibm-pc-and-ibm-compatible-3mo9%20:need%20to%20update"&gt;IBM PC and IBM Compatible&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/types-of-os-37g5"&gt;Types of OS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/types-of-computers-3373"&gt;Types of computers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/computer-science-hseb-xi-2069-5aia"&gt;Computer science HSEB-XI 2069&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/model-question-for-computer-science-class-11-271d"&gt;Model Question for Computer Science Class 11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Introduction to Computer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tyrocity.com/computer-notes/chapter-one-introduction-to-computer-53b8"&gt;Introduction to computer&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/limitations-and-evolutions-of-computer-4fpa"&gt;Limitations and evolutions of computer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/lesson-1-basic-concept-2pek"&gt;Basic concept of computer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Classification of Computer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/chapter-two-classification-of-computer-1k7e"&gt;Classification of computer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tyrocity.com/computer-notes/lesson-2-computer-organisation-358e"&gt;Computer organization&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Language/Software
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/chapter-three-languagesoftware-4go1"&gt;Language/Software&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Communication and Computer Network
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/communication-and-computer-network-1oj2"&gt;Communication and computer network&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Generation of computer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/generation-of-computer-3na"&gt;Generation of computer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Classification of Computer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/on-the-basis-of-working-principle-270p"&gt;On the basis of Working Principle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/ai-artificial-intelligence-3o20"&gt;AI (Artificial Intelligence)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Number System
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Boolean Algebra
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/boolean-algebra-4628"&gt;Boolean Algebra&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Computer System
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/computer-architecture-28n2"&gt;Computer Architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/input-devices-2leh"&gt;Input Devices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/memory-2pfc%20(memory)"&gt;Memory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/primary-memory-2b75"&gt;Primary memory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/secondary-memory-2723"&gt;Secondary memory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/output-devices-569a"&gt;Output devices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/bus-architecture-27on"&gt;Bus architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/communication-port-1hhn"&gt;Communication port&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Operating System
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/operating-system-8l1"&gt;Operating system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/classification-of-operating-system-3gma"&gt;Classification of operating system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/functions-of-operating-system-3fl7"&gt;Functions of Operating System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/buffer-b2k"&gt;Buffer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/spool-simultaneous-peripheral-operation-on-line-37km"&gt;SPOOL (Simultaneous Peripheral Operation On-line)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/interrupt-jig"&gt;Interrupt&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Programming Concept
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/programming-concept-computer-science-hseb-notes-54lo"&gt;Programming Concept | Computer Science | HSEB Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/types-of-programming-languages-1688"&gt;Types of Programming Languages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Application Package
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/application-package-computer-science-hseb-notes-4edo"&gt;Application Package | Computer Science | HSEB Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/introduction-to-ms-word-1di"&gt;Introduction To MS-Word&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/mail-merge-1knn"&gt;Mail Merge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Spread Sheet
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/features-of-microsoft-excel-3oc8"&gt;Features of Microsoft Excel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Presentation
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Internet
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/internet-43g"&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/email-service-33g1"&gt;Email Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/web-page-designing-computer-science-hseb-notes-20ib"&gt;Web Page Designing | Computer Science | HSEB Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Remaining/Extras:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/disk-operating-system-dos-42m9"&gt;Disk Operating System (DOS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/introduction-to-windows-31-2h14"&gt;Introduction To Windows 3.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/file-handling-in-windows-31-2la"&gt;File Handling In Windows 3.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/windows-95-an-introduction-5gn8"&gt;An Introduction To Windows 95&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>computer</category>
      <category>grade11</category>
    </item>
    <item>
      <title>Features of Microsoft Excel</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/features-of-microsoft-excel-3oc8</link>
      <guid>https://tyrocity.com/computer-notes/features-of-microsoft-excel-3oc8</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. Add header and footer&lt;/strong&gt;&lt;br&gt;
MS Excel allows us to keep the header and footer in our spreadsheet document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Find and replace command&lt;/strong&gt;&lt;br&gt;
MS Excel allows us to find the needed data (text and numbers) in the workbook and also replace the existing data with a new one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Password protection&lt;/strong&gt;&lt;br&gt;
This feature of MS Excel allows the user to protect their workbooks by using a password from unauthorized access to their information.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Data filtering&lt;/strong&gt;&lt;br&gt;
Filtering is a quick and easy way to find and work with a subset of data in a range. A filtered range displays only the rows that meet the criteria you specify for a column. MS Excel provides two commands for filtering ranges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AutoFilter; which includes filter by selection, for simple criteria&lt;/li&gt;
&lt;li&gt;Advanced Filter; for more complex criteria&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. Data sorting&lt;/strong&gt;&lt;br&gt;
Data sorting is the process of arranging data in some logical order. MS Excel allows us to sort data either in ascending or descending order.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Built-in formulae&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MS Excel has got many built-in formulae for sum, average, minimum, etc. We can use those formulae as per our needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Create different charts (Pivot Table Report)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MS Excel allows us to create different charts such as bar graph, pie- charts, line graphs, etc. This helps us to analyze and compare data very easily.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Automatically edits the result&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MS Excel automatically edits the result if any changes are made in any of the cells.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Formula auditing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Using formula auditing feature of MS Excel, we can graphically display or trace the relationships between cells and formulas with blue arrows. We can trace the precedents (the cells that provide data to a specific cell) or the dependents (the cells that depend on the value in a specific cell)&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>microsoftexcel</category>
    </item>
    <item>
      <title>Email Service</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/email-service-33g1</link>
      <guid>https://tyrocity.com/computer-notes/email-service-33g1</guid>
      <description>&lt;p&gt;Email service is used for transmitting electronic or soft-copy documents, message by using electronic devices like computer, computer network, internet, etc. present e-mail service is based on stored and forward concept i.e. email sent by the sender is stored in email server before forwarding it to the receiver. It doesn’t require the sender and receiver to be connected at the same time. Traditionally, the older concept of email required both sender and receiver to be connected at the same time.&lt;br&gt;
It uses protocols like SMTP, POP, IMAP, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features of e-mail:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is faster and cheaper medium of communication.&lt;/li&gt;
&lt;li&gt;It is reliable.&lt;/li&gt;
&lt;li&gt;It is secured communication.&lt;/li&gt;
&lt;li&gt;It can be used for transmitting text, image, audio, video.&lt;/li&gt;
&lt;li&gt;Same message can be sent to multiple users at the same time by using CC (Carbon Copy) and BCC (Blind Carbon Copy).&lt;/li&gt;
&lt;li&gt;It may or may not use internet directly.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Types:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web based email&lt;/li&gt;
&lt;li&gt;POP email service&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;1. Web based email:&lt;/strong&gt;&lt;br&gt;
It is the internet based mailing system. It requires internet connection and a browser to send or receive the message. Email providers like hotmail.com, yahoo.com, gmail.com, etc. provide internet based email. It is the most widely used email service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. POP email service:&lt;/strong&gt;&lt;br&gt;
This email service is provided by local email or network providers. It requires connection to the e-mail provider and email client software like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Outlook express&lt;/li&gt;
&lt;li&gt;Thunderbird&lt;/li&gt;
&lt;li&gt;Eudora&lt;/li&gt;
&lt;li&gt;Kmail, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It can be used from the system with email client software and proper setting to connect email providers.&lt;/p&gt;

</description>
      <category>computernotes</category>
      <category>grade11</category>
      <category>emailservice</category>
    </item>
    <item>
      <title>Communication Port</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/communication-port-1hhn</link>
      <guid>https://tyrocity.com/computer-notes/communication-port-1hhn</guid>
      <description>&lt;p&gt;It is a hardware device used for connecting peripherals devices with the computer. It has major functions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connecting peripheral devices.&lt;/li&gt;
&lt;li&gt;Transmitting data to and fro from peripheral devices.&lt;/li&gt;
&lt;li&gt;Providing electrical power to the small peripheral devices.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some of the communication ports used are:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Serial port&lt;/strong&gt;&lt;br&gt;
It is used for connecting slow speed devices like keyboard, mouse, etc. It also provides electrical power supply to these devices. It cam transmit 1 bit data at a time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Parallel port&lt;/strong&gt;&lt;br&gt;
It is used for connecting medium speed devices like monitor, printer, etc. It can transmit 8 bit data at a time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- USB (Universal serial bus)&lt;/strong&gt;&lt;br&gt;
USB is the common interface developed by multiple hardware developers for supporting large variables of devices. It is used to connect keyboard, monitor, pen drive, etc. It is the most common user interface at present.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- SCSI&lt;/strong&gt;&lt;br&gt;
It is used for connecting external memory devices like magnetic tape, multiple hard disk, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- IEEE 1394 interface&lt;/strong&gt;&lt;br&gt;
This interface is used for connecting high speed devices like connecting audio/video equipments, aeronautical devices, medical equipments, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- PCI (Peripheral communications interface)&lt;/strong&gt;&lt;br&gt;
It is used for connecting peripheral devices like internal modem, internal TV card, sound card, graphics card, etc with the computer. It is available in the mother board.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>communicationport</category>
    </item>
  </channel>
</rss>
