<?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 Notes</title>
    <description>The latest articles on TyroCity by Computer Notes (@computer-notes).</description>
    <link>https://tyrocity.com/computer-notes</link>
    <image>
      <url>https://tyrocity.com/images/MyJy4WfX4r1Drd1URE3zneDrokqyPt14F0bcR8r92kU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9vcmdhbml6/YXRpb24vcHJvZmls/ZV9pbWFnZS81LzA5/Y2M5YTJiLTVjNzIt/NGI4Mi04M2U5LWNi/YmZlOGJiNDU0Ny5w/bmc</url>
      <title>TyroCity: Computer Notes</title>
      <link>https://tyrocity.com/computer-notes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://tyrocity.com/feed/computer-notes"/>
    <language>en</language>
    <item>
      <title>Number System</title>
      <dc:creator>TyroCity.com</dc:creator>
      <pubDate>Sat, 12 Jul 2014 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/number-system-102h</link>
      <guid>https://tyrocity.com/computer-notes/number-system-102h</guid>
      <description>&lt;p&gt;&lt;strong&gt;Conversion Techniques&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Decimal to&lt;/strong&gt;&lt;br&gt;
a. Binary&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;/2 (Integer Part)&lt;/li&gt;
&lt;li&gt;*2 (Decimal Part)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;b. Octal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;/8 (Integer Part)&lt;/li&gt;
&lt;li&gt;*8 (Decimal Part)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;c. Hexadecimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;/16 (Integer Part)&lt;/li&gt;
&lt;li&gt;*16 (Decimal Part)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Binary to&lt;/strong&gt;&lt;br&gt;
a. Octal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Table (3-bit)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;b. Decimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;*2n 
For eg. (1011)2
=1*23+0*22 +1*21+1*20&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;c. Hexadecimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Table (4-bit)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Octal to&lt;/strong&gt;&lt;br&gt;
a. Binary&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Table (3-bit)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;b. Decimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;*8n 
For eg. (2341)8
=2*83+3*82 +4*81+1*80&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;c. Hexadecimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Construct table of:

&lt;ul&gt;
&lt;li&gt;Octal-Binary (3Bit)&lt;/li&gt;
&lt;li&gt;Binary-hexadecimal (4Bit)&lt;/li&gt;
&lt;/ul&gt;


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

&lt;p&gt;&lt;strong&gt;4. Hexadecimal to&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a. Binary&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Table (4-bit)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;b. Octal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Construct table of:

&lt;ul&gt;
&lt;li&gt;Hexa-Binary (4Bit)&lt;/li&gt;
&lt;li&gt;Binary-Octal (3Bit)&lt;/li&gt;
&lt;/ul&gt;


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

&lt;p&gt;c. Decimal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;*16n 
For eg. (12A8)2
=1*163+2*162 +10*161+8*160&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;1’s and 2’s Complement&lt;/p&gt;

&lt;p&gt;9’s and 10’s Complement&lt;/p&gt;

</description>
      <category>computernotes</category>
      <category>grade11</category>
    </item>
    <item>
      <title>Computer Science Grade-11 2069</title>
      <dc:creator>TyroCity.com</dc:creator>
      <pubDate>Sun, 18 Aug 2013 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/computer-science-grade-11-2069-2j4e</link>
      <guid>https://tyrocity.com/computer-notes/computer-science-grade-11-2069-2j4e</guid>
      <description>&lt;p&gt;Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.&lt;/p&gt;

&lt;p&gt;Full Marks:- 75&lt;br&gt;
Pass Marks:- 27&lt;br&gt;
Time:- 3hrs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group A&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Long answer questions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attempt any three questions. 3×10=30&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is an operating system? Explain the functions of operating system.&lt;/li&gt;
&lt;li&gt;What is memory in the computer system? Explain primary and secondary memory.&lt;/li&gt;
&lt;li&gt;What is programming? Differentiate between compiler and interpreter.&lt;/li&gt;
&lt;li&gt;What is Boolean algebra? Describe AND gate, OR gate, NOT gate and NAND gate symbol and Truth Table.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Group B&lt;br&gt;
Short answer questions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Attempt any nine questions. 9×5=45&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Why computer is known as versatile and diligent device? Explain.&lt;/li&gt;
&lt;li&gt;What is mobile computing? Explain.
Or
Differentiate between analog and digital computer.&lt;/li&gt;
&lt;li&gt;Convert (110111101)2 binary number into octal number.&lt;/li&gt;
&lt;li&gt;What is BUS in terms of computer architecture? Explain.&lt;/li&gt;
&lt;li&gt;Differentiate between Impact and Non-impact printers with examples.&lt;/li&gt;
&lt;li&gt;What is internet? Write down the uses of internet.
Or
Explain the features of word processor.&lt;/li&gt;
&lt;li&gt;What is web page? List the features of web page.
Or
Write down the advantages and disadvantages of DBMS. (Old)&lt;/li&gt;
&lt;li&gt;What is CPU? Write down the functions of CPU.&lt;/li&gt;
&lt;li&gt;Explain the types of programming errors with examples.&lt;/li&gt;
&lt;li&gt;Subtract (1100)2 from (1111)2 using 1st and 2nd complement method.&lt;/li&gt;
&lt;li&gt;Write short notes on:

&lt;ul&gt;
&lt;li&gt;Modem&lt;/li&gt;
&lt;li&gt;Trackball&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>computerquestions</category>
      <category>grade11</category>
    </item>
    <item>
      <title>Model Question for Computer Science Class 11</title>
      <dc:creator>TyroCity.com</dc:creator>
      <pubDate>Sun, 18 Aug 2013 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/model-question-for-computer-science-class-11-12o1</link>
      <guid>https://tyrocity.com/computer-notes/model-question-for-computer-science-class-11-12o1</guid>
      <description>&lt;p&gt;GRADE : 11&lt;br&gt;
FOR : 2070&lt;br&gt;
Time : 3hrs&lt;br&gt;
F.M. : 75&lt;br&gt;
P.M : 27&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group A (Long Answer Question)&lt;/strong&gt;&lt;br&gt;
Attempt ALL the questions. [3 × 10 = 30]&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Draw a well-labeled diagram of typical architecture of a computer system and explain the main function of Control Unit and ALU. [4+3+3]
2.a. What is an operating system ? Explain any three function of an operating system. [1 + 6]
2.b. The “WiMP” environment is much more user-friendly, why ?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;OR&lt;br&gt;
2.a. What is cell addressing and explain different types of cell addressing used in spreadsheet. [5]&lt;br&gt;
2.b. Write a tag to design your personal web page to link photo family, background and banner page using frame. [5]&lt;/p&gt;

&lt;p&gt;3.a. Define flowchart and pseudocode. Explain their significance in programming. [5]&lt;/p&gt;

&lt;p&gt;3.b. Write a pseudocode to accept any three numbers and output the largest among them. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group B (Short Answer Questions)&lt;/strong&gt;&lt;br&gt;
Attempt any NINE questions. [9 × 5 = 45]&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Classify the computers according to their generation based on the technology used. [5]&lt;/li&gt;
&lt;li&gt;Differentiate between analogue and digital computer, explain with examples. [5]&lt;/li&gt;
&lt;li&gt;What do you mean by number system? Why do digital computers use binary numbers for their operation ? [2 + 3]&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Convert these numbers. [5]&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;(126)10 = (?) 2&lt;/li&gt;
&lt;li&gt;(11011)2 = (?) 10&lt;/li&gt;
&lt;li&gt;(57)8 = (?) 2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Perform following operations.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1011 – 1001&lt;/li&gt;
&lt;li&gt;1110 + 1110&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;State the Demorgan’s theorem and verify it. [5]&lt;br&gt;
What are logic gates? Construct the truth table of NOR operation. [5]&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Write short notes on (any two) : [5]&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IDE&lt;/li&gt;
&lt;li&gt;SCSI&lt;/li&gt;
&lt;li&gt;Wave Camera&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are uses of internet ? Write any five search engine name. [5]&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Differentiate between System Software and Application Software with examples. [5]&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are DPT features in MS-Words? Write three features of Presentation Packages. [2 + 3]&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write an algorithm and flowchart to print the word “Hello” ten times using “while loop” [5]&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>computerquestions</category>
      <category>grade11</category>
    </item>
    <item>
      <title>Computer XI Questions</title>
      <dc:creator>TyroCity.com</dc:creator>
      <pubDate>Sun, 18 Aug 2013 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/computer-xi-questions-4n04</link>
      <guid>https://tyrocity.com/computer-notes/computer-xi-questions-4n04</guid>
      <description>&lt;p&gt;&lt;strong&gt;Questions&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tyrocity.com/computer-notes/computer-science-grade-11-2069-2j4e"&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-12o1"&gt;Model Question for Computer Science Class 11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade11</category>
      <category>computerquestions</category>
    </item>
    <item>
      <title>Laser Printer</title>
      <dc:creator>Computer 12 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/laser-printer-h3</link>
      <guid>https://tyrocity.com/computer-notes/laser-printer-h3</guid>
      <description>&lt;p&gt;It is non-impact type page printer. It uses powder ink (toner) for printing. It is expensive to buy but its operating cost is low. So, it is appropriate for large volume printing. Multi-colored laser printer is larger in size and they are slower and expensive. It can print about 30 pages per minute.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;It is not noisy and is faster than impact printer.&lt;/li&gt;
&lt;li&gt;It can be both single and multi-colored.&lt;/li&gt;
&lt;li&gt;Its operating cost is low.&lt;/li&gt;
&lt;li&gt;It can print both text and images.&lt;/li&gt;
&lt;li&gt;Its printing quality is better than impact printer.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;It is expensive to buy.&lt;/li&gt;
&lt;li&gt;It can’t print multiple copies at the same time.&lt;/li&gt;
&lt;li&gt;It is not appropriate for continuous printing.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade12</category>
      <category>computernotes</category>
      <category>laserprinter</category>
    </item>
    <item>
      <title>Daisywheel Printer</title>
      <dc:creator>Computer 12 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/daisywheel-printer-5oh</link>
      <guid>https://tyrocity.com/computer-notes/daisywheel-printer-5oh</guid>
      <description>&lt;p&gt;It is an impact type character printer. It can only print text of fixed size and font. It contains separate hammer for each character so it is also known as letter quality printer. Its printing quality is better than dot matrix printer. It is faster than dot matrix printer. It is rarely used at present.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Its printing quality is better than dot matrix printer.&lt;/li&gt;
&lt;li&gt;It is faster than dot matrix printer.&lt;/li&gt;
&lt;li&gt;It can print multiple copies at the same time using carbon paper.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;De-merits:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It can print text of fixed size and font.&lt;/li&gt;
&lt;li&gt;It is noisy, slower than non-impact printers.&lt;/li&gt;
&lt;li&gt;It has low printing quality than non-impact printers.&lt;/li&gt;
&lt;li&gt;It can print a single color.&lt;/li&gt;
&lt;li&gt;It is not appropriate for large volume printing.&lt;/li&gt;
&lt;li&gt;It can’t print images.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade12</category>
      <category>computernotes</category>
      <category>daisywheelprinter</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>
    <item>
      <title>Ink Jet Printer</title>
      <dc:creator>Computer 12 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/ink-jet-printer-4j33</link>
      <guid>https://tyrocity.com/computer-notes/ink-jet-printer-4j33</guid>
      <description>&lt;p&gt;It is non impact type character printer. It uses liquid ink for printing. It can be single or multi-colored. Multi-colored ink jet printer can use either RGB colors or CYMK (cyan, yellow, magenta, black). This printer uses dot-matrix approach for printing i.e. a dot is formed by spraying liquid ink. Series of dots are used to print characters and images. It is cheaper to buy but its operating cost is expensive due to expensive ink. So, it is appropriate only for low volume printing.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;It is not noisy and is faster than impact printers.&lt;/li&gt;
&lt;li&gt;It can be both single and multi-colored.&lt;/li&gt;
&lt;li&gt;It is cheaper to buy.&lt;/li&gt;
&lt;li&gt;It can print both text and images.&lt;/li&gt;
&lt;li&gt;Its printing quality is better than impact printers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;De-merits:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Its operating cost is high.&lt;/li&gt;
&lt;li&gt;It is appropriate for low volume printing only.&lt;/li&gt;
&lt;li&gt;It can’t produce multiple copies at the same time.&lt;/li&gt;
&lt;li&gt;It is not appropriate for continuous printing
.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grade12</category>
      <category>computernotes</category>
      <category>inkjetprinter</category>
    </item>
    <item>
      <title>Disk Operating System (DOS)</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/disk-operating-system-dos-42m9</link>
      <guid>https://tyrocity.com/computer-notes/disk-operating-system-dos-42m9</guid>
      <description>&lt;h2&gt;
  
  
  Introduction to disk operating system
&lt;/h2&gt;

&lt;p&gt;When the computer starts, it starts the operating system that takes the control of the machine. An Operating System is a set of programs that help in controlling and managing the Hardware and the Software resources of a computer system. A good operating system should have the following features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Help in the loading of programs and data from exter­nal sources into the internal memory before they are executed.&lt;/li&gt;
&lt;li&gt;Help programs to perform input/output operations, such as:&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Print or display the result of a program on the printer or the screen.&lt;/li&gt;
&lt;li&gt;Store the output data or programs written on the comput­er in storage device.&lt;/li&gt;
&lt;li&gt;Communicate the message from the system to the user through the VDU.&lt;/li&gt;
&lt;li&gt;Accept input from the user through the keyboard or mouse.&lt;/li&gt;
&lt;/ul&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;Explain the concept operating system&lt;/li&gt;
&lt;li&gt;Discuss the functions of operating system&lt;/li&gt;
&lt;li&gt;Understand the procedures of loading operating system into the memory&lt;/li&gt;
&lt;li&gt;Use file management features of operating system&lt;/li&gt;
&lt;li&gt;Create separate locations for logically related files&lt;/li&gt;
&lt;li&gt;Copy files from one computer to another&lt;/li&gt;
&lt;li&gt;Use Windows for File Management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Disk operating system&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As the name suggests, the operating System is used for operating the system or the computer. It is a set of computer programs and also known as DOS (Disk Operating System). The main functions are to manage disk files, allocate system resources according to the requirement. DOS provides features essential to control hardware devices such as keyboard, screen, disk devices,  printers, modems and programs.&lt;br&gt;
Basically, DOS is the medium through which the user and external devices attached to the system communicate with the system. DOS translate the command issued by the user in the format that is understandable by the computer and instruct computer to work accordingly. It also translates the result and any error message in the format for the user to understand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Loading of DOS&lt;/strong&gt;&lt;br&gt;
The BOOT Record into the computer memory loads DOS (Disk Operating System). BOOT Record in turn is triggered by ROM program already there in the computer.&lt;br&gt;
The system start-up routine of ROM runs a reliability test called Power On  Self Test (POST) which initializes the chips  and  the standard equipment attached to the PC, and check whether  periph­erals connected to the computer are working or not. Then it tests the  RAM memory. Once this process is over, the ROM  bootstrap loader attempts to read the Boot record and if successful, passes the  control  on  to it. The instructions/programs  in  the  boot record  then  load the rest of the program. After  the  ROM  boot strap  loader  turns the control over to boot  record,  the  boot tries to load the DOS into the memory by reading the  two hidden  files IBMBIO.COM and IBMDOS.COM. If these two are  found, they   are   loaded  along with  the   DOS command interpreter COMMAND.COM. COMMAND.COM contains routines that interpret what is typed  in through the keyboard in the DOS command mode.  By com­paring  the input with the list of command, it acts by  executing the  required routines/commands or by searching for the  required routine utility and loads it into the memory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Computer files in DOS&lt;/strong&gt;&lt;br&gt;
A  file may contain a program or any other kind  of  information. Generally, a file must be given a name that can be used to  iden­tify it. DOS (Disk Operating System) permits the user to assign a name consisting of  two parts  to a file – primary and secondary names. Primary name  can be  of  a maximum of eight characters consisting  of  Characters, Alphabets, Number  and Hyphen), and the  Secondary  name  should consist of three characters, which is optional. The primary  name and the secondary (or extension) name, if any, are to be separat­ed  by  a  dot (.).&lt;br&gt;
Primary name can be linked  to  proper  name, whereas  extensions are like surnames of people. Using an  exten­sion with the file name is preferable, though optional.  However, once the extension is specified, using the complete name (primary name and extension, with the period separating them can only refer the file). Using extensions can be an excellent way of naming a file so that it can be identified easily.&lt;/p&gt;

&lt;p&gt;DOS (Disk Operating System) has a way of showing which disk drive is  currently  active. The floppy disk drives are assigned alphabets A and  B,  whereas the hard disk drive is assigned the alphabet C.  If your PC has  a single floppy drive, the drive would be A and if it has two,  they would  be  termed as A and B.   If your PC includes a  hard  disk,  besides a  FDD (Floppy  Disk Drive),  the  drive names would be A and C.  If the prompt is  A, then  it  implies  that the first floppy disk  drive  is active. Where as the DOS prompt would be C, if the hard disk is active. Data as well as instructions reside in a file stored in a  disk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Directory structure in DOS&lt;/strong&gt;&lt;br&gt;
The files in the computer come from  various sources.  Some files come with DOS, while other  come  with publications such as a word processor. These files contain  codes and  other information that is necessary to  make  the  computer application operational. Before long, there will be hundreds  or even thousands of files in the computer, which can make it diffi­cult to locate specific files.&lt;br&gt;
The  names of all the files created in a disk are stored  in  its directory. Directory is just like a file folder, which contain all the logically related files. DOS  files  are organized in a  hierarchical or  an inverted tree-like structure. The general analogy is with a file cabinet containing a number of drawers, which in turn may contain folders. The content of these folders is the needed  information.&lt;br&gt;
The file cabinet here is the ROOT DIRECTORY, the drawer is  INDIVIDUAL DIRECTORY, the folders are SUBDIRECTORYand the  informa­tion in these folders may in turn be classified as FILES.&lt;br&gt;
Otherwise,  the large number of files that get created for  var­ious purposes in a disk can make the directory huge and  difficult to view and manage. Therefore, DOS enables the user to organize the files in a disk into directories and sub-directories  in a hierarchical structure. Directories can contain other  directo­ries. A directory within another directory is called  a  sub-directory.&lt;br&gt;
Of course, there may be sub-directories of sub-directories, but  a file name  is the furthest you may descend down  the  (inverted) tree of directories and files. Thus, a file name corresponds to a tree  leaf, a sub-directory to a branch, the  directory  to  the trunk, and the root directory to the root of the tree, hence  the name ROOT DIRECTORY.&lt;br&gt;
Command.com    (Personal)  Autoexec.bat  (Accounts)     Pk.bat         LEAVE     INSURANCE          GPF    PENSION   LOAN&lt;br&gt;
The directory/sub-directory is represented in bold letters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Directory command&lt;/strong&gt;&lt;br&gt;
The content of each of the sub-directory cannot be viewed  unless it is made active, or a sub-directory is specified as   part  of the DIR command. Doing either of these requires an  understanding of the concepts of navigating around the disk.&lt;br&gt;
The directory, the user is in at any point of time, is called the WORKING/PRESENT/CURRENT directory. DOS indicates which direc­tory you are in by displaying the directory’s name in the command prompt. For example, the following command prompt indicate  that you are in the DOS directory: C:DOS&amp;gt;. Knowing which directory is current  helps  you find files, and to  move  from  one directory  to another more easily. Typically, the ROOT  DIRECTORY ()  is the initial working directory. The entire specification of directory from  root  is called  a PATH. By itself, the DIR command is applicable  to  the working/present directory. The names of the sub-directories  at adjacent levels are separated by backslash (), while  specifying the path to be followed while traveling to a sub-directory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Using path to specify the location of files&lt;/strong&gt;&lt;br&gt;
A  path  is the route that leads from the root  directory  of  a drive to the file you want to use.&lt;br&gt;
For example, to access the NOS.LET file in the LETTER  subdirecto­ry of NOS directory, DOS must go from the ROOT () directory through  the NOS directory to  the LETTER directory.&lt;br&gt;
To specify the same path at the command prompt, you would type it as shown in the following illustration:&lt;br&gt;
     C:NOSLETTERNOS.LET&lt;br&gt;
This is the path or route to the file NOS.LET. The first letter and the colon (C:) represent the drive the file is on. The  first  back­ slash () represents the root directory. The  second  backslash separates the NOS directory from the LETTER sub-directory.  The third  backslash separates the LETTER sub-directories  from  the file name, NOS.LET.&lt;br&gt;
Note: MS-DOS recognizes path up to 67 characters long (including the&lt;br&gt;
Drive letter, colon, and backslash).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DIR command&lt;/strong&gt;&lt;br&gt;
The DIR command gives the list of is there on the disk  that is mounted on the active drive.&lt;br&gt;
Syntax : C:&amp;gt; DIR                        A:&amp;gt; DIR&lt;br&gt;
Example&lt;br&gt;
A:&amp;gt; DIR&lt;br&gt;
Volume in drive A has no label&lt;br&gt;
Directory of A:&lt;br&gt;
COMMAND        COM     23612     10-20-88         11.30a&lt;br&gt;
DISKCOPY       COM      4235     10-20-88         12.00p&lt;br&gt;
FORMAT         COM     15780     03-12-89         12.00p&lt;br&gt;
3 file(s)             325013     bytes free&lt;br&gt;
A:&amp;gt;&lt;br&gt;
As can be seen, on typing DIR followed by key at DOS  prompt, five  columns of data followed by the number of files  and  bytes that are free in the disk are displayed. The first column  con­tains the primary name of each file resident on the disk.  Howev­er,  most files are named with an extension, which appear in  the second column. Whereas, the third column contains the size of the file in bytes, and the fourth and fifth columns show the date and time  on which the files was created or last modified.  The  last line displays the number of file(s) and remaining disk space  free in  bytes.   It is important to note that the  DIR  command  only displays  the names of the files and not their contents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Changing a directory&lt;/strong&gt;&lt;br&gt;
All  the names displayed using DIR command that have&lt;br&gt;
 be­sides them  are directories. You can see the list  of  files  in another directory by changing to that directory and  then  using the DIR command again.&lt;br&gt;
The  Change Directory (CHDIR) or CD command enables the  user  to travel  around the directories in a disk. Type the CD command  at the command prompt.&lt;br&gt;
Syntax:&lt;br&gt;
A:&amp;gt; CHDIR {path}    or  a:&amp;gt; CD {path}&lt;br&gt;
Examples : (Refer to the figure)&lt;br&gt;
&lt;strong&gt;1.  A:&amp;gt;CD NOS&lt;/strong&gt;&lt;br&gt;
This  command  makes the NOS sub-directory  under  the  root directory () active.&lt;br&gt;
&lt;strong&gt;2.  A:&amp;gt;CD NOSLETTERS&lt;/strong&gt;&lt;br&gt;
The  backslash indicates the root, and LETTERS, which is a sub-directory under the NOS directory, becomes the working directory.&lt;br&gt;
&lt;strong&gt;3.  A:&amp;gt; CD&lt;/strong&gt;&lt;br&gt;
The  root directory becomes the working directory; i.e.  you  will change  back  to the root or main directory. The slash  typed  in this command is a backslash (). No matter which  directory  you are in, this command always returns you to the root directory  of a  drive. The root directory does not have a name, it  is  simply referred to by a backslash ().&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Making or creating directory&lt;/strong&gt;&lt;br&gt;
As  the  number of files increases in a disk, a need is  felt  to organize them in a meaningful way by creating sub-directories  to store a group of logically related/similar files.&lt;br&gt;
To create a directory, DOS provides the MKDIR (Make Directory) or MD command.&lt;br&gt;
Syntax:&lt;br&gt;
A:&amp;gt;MKDIR [drive:] {pathname} or  A:&amp;gt;MD    [drive:] {pathname}&lt;br&gt;
Square brackets indicate that [drive:] entry is optional.&lt;br&gt;
The MD or MKDIR command creates a new empty directory whose  name is the  last item specified in the pathname,  in  the  specified drive. If active, the drive need not be specified. If the  direc­tory is to be created as a sub-directory of the working directory on the active drive, typing MD {directory name} at the DOS prompt or command prompt is sufficient.&lt;br&gt;
Examples:&lt;br&gt;
&lt;strong&gt;1. A:&amp;gt; MD ACCTSALARY&lt;/strong&gt;&lt;br&gt;
makes a SALARY directory in the: drive, under ACCT directo­ry.&lt;br&gt;
&lt;strong&gt;2. A:&amp;gt; MD C:&amp;gt; SALARY&lt;/strong&gt;&lt;br&gt;
Makes a salary directory in the C: drive, under root directory.&lt;br&gt;
5.11     DELETING A DIRECTORY&lt;br&gt;
You  may  want to delete or remove a directory to  simplify  your directory structure. DOS provides RD (Remove Directory) to delete a directory.&lt;br&gt;
Example:&lt;br&gt;
&lt;strong&gt;1. A:&amp;gt; RD ACCTSALARY&lt;/strong&gt;&lt;br&gt;
removes the SALARY sub-directory in ACCT directory.&lt;br&gt;
NOTE: You cannot delete a directory if you are in  it.  Before you can  delete a directory, you must type cd.. at  the  command prompt. At the same point of time, the directory to  be  deleted should be empty.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Copying files&lt;/strong&gt;&lt;br&gt;
To copy a file, DOS provides &lt;code&gt;COPY’ command. When you  use&lt;/code&gt;copy’ command, you must use the following two  parameters;  the location  and the  name of the file you want  to  copy,  or  the source;  and the location and the file name to which you want  to copy the  file  or the target (destination).  You  separate  the source and the destination or target with a space. The syntax of the `COPY’ command is&lt;br&gt;
COPY  {source}  {destination}  or,&lt;br&gt;
COPY [drive:] [path] [filename]  [drive:] [path] [filename]&lt;br&gt;
i.e.  the  first set of drive, path and filename  refers  to  the source  file,  and  the second set of drive,  path  and  filename&lt;br&gt;
refers to the destination file.&lt;br&gt;
(a)        Copying Single File&lt;br&gt;
To  copy the DEBUG.EXE file from the DOS directory to  the  NOS&lt;br&gt;
directory&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Return to the root directory by typing the following command    prompt: CD&lt;/li&gt;
&lt;li&gt; Change to the DOS directory by typing the following commands at the DOS prompt: CD DOS&lt;/li&gt;
&lt;li&gt;To copy the file DEBUG.EXE file from the DOS directory to the
NOS, directory type the following at the command prompt:
Copy c:dosdebug.exe c:nos
and the following message appears: 1 file (s) copied
Examples:
&lt;strong&gt;1. A:&amp;gt; copy a:letteroffice.doc  letteroffice.bak&lt;/strong&gt;
makes  a  copy of the office.doc file in the current  or  working directory with a new name office.bak
&lt;strong&gt;2. A:&amp;gt; copy office.doc  a:lettersnos.mem&lt;/strong&gt;
copy the file office.doc from the root directory to the sub-directory LETTER under root directory with a new name nos.mem.
If the target drive is not specified, the copied file will reside in the disk mounted on the active drive.
5.13     USE OF WILDCARD CHARACTERS
If you want to carry out a task for a group of files whose  names have something  in common, you can use  wildcard  characters  to specify groups of files. DOS recognize two wildcard  characters: asterisk  (&lt;em&gt;) represents one or more characters that a  group  of files  has  in common; and the question mark  (?)  represents  a single character that a group of files has in common. You can use wildcards  to replace all or part of a file’s name or its  exten­sion. The following table shows examples of wildcards:
Wildcard       What it Represents                  Example
*.TXT        All files with a .TXT extension       JULY.TXT
                                               LETTER.TXT
REPORT.&lt;/em&gt;    All files named REPORT with any        REPORT.TXT
        extension                              REPORT.LET
                                               REPORT.WRI
M*.*        All files beginning with letter M      MEMO.TXT
        regardless of their extension          MARCH.XLI
???.*       All files having 3 letter names,       SUN.BMP
        with any or no extension               WIN.LET
You can include the wildcard in the command.
Use of wildcard characters in COPY command
&lt;strong&gt;1. A:&amp;gt;COPY letters*.COB B:&lt;/strong&gt;
It means, copy all files with extension *.COB from the  directory LETTERS under the ROOT directory to the working or ROOT directory of the `B’ drive.&lt;/li&gt;
&lt;li&gt;A:&amp;gt; COPY B:COMPANYOPEL.*
The  command is to copy all files with primary name  OPEL  (irre­spective  extension) in the directory COMPANY under ROOT  of  the drive &lt;code&gt;B’ into the current working directory of the disk  mounted in&lt;/code&gt;A’ drive. Incase  of one drive, the system will ask for the  source  and
target drive.
The command,
3.A:&amp;gt;COPY C:&lt;em&gt;.&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;copies all files of the ROOT directory of the ‘C’ drive into the working directory of the ‘A’ drive.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A:&amp;gt; COPY LETTE?.* B:
copies  all files with primary name consisting of 6  charac­ters in total and LETTE as the first five characters (irrespective of extension name) into drive `B’.&lt;/li&gt;
&lt;li&gt;A:&amp;gt; COPY B:?.DOC
copies  all files having a primary name of one character with  an extension .DOC from ROOT directory of ‘B’ to the ROOT directory  of `A’ drive.
5.14     RENAMING FILES
To  rename  a  file, DOS provides REN command.  The  REN  command stands  for  “Rename”.  When you use the REN  command,  you  must include two parameters. The first is the file you want to rename, and the second is the new name for the file. You separate the two names with a space. The REN command follows this pattern:
 REN oldname newname
Example:    REN NOS.DOC NOS.MEM
Rename the old filename NOS.DOC to a new filename NOS.MEM.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Deleting files&lt;/strong&gt;&lt;br&gt;
This  section explains how to delete or remove a file that is  no longer  required  in the disk. DOS provides  DEL  command,  which means to delete.&lt;br&gt;
    Syntax : DEL {drive:} {path} {filename}&lt;br&gt;
Example:&lt;br&gt;
   &lt;strong&gt;1. DEL DOSEDIT.HLP&lt;/strong&gt;&lt;br&gt;
delete the EDIT.HLP from the DOS directory under ROOT directory.&lt;br&gt;
5.16     PRINTING A FILE&lt;br&gt;
The  &lt;code&gt;PRINT’ command of DOS works more or less like&lt;/code&gt;TYPE’  com­&lt;br&gt;
mand, but at the same time, it enables the content of a text file&lt;br&gt;
to be printed on a paper.&lt;br&gt;
Syntax:&lt;br&gt;
    A:&amp;gt; PRINT [drive:] {path} {filename}&lt;br&gt;
Example:&lt;br&gt;
     A:&amp;gt; PRINT AIAETLETTERAIAET.LET&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-text questions 1&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. The startup routine runs, when machine boots up is known as&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;POST&lt;/li&gt;
&lt;li&gt;BOOT up&lt;/li&gt;
&lt;li&gt;Operating Routine&lt;/li&gt;
&lt;li&gt;I/O operation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;2. Operating system is also known as:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;database&lt;/li&gt;
&lt;li&gt;System software&lt;/li&gt;
&lt;li&gt;Hardware&lt;/li&gt;
&lt;li&gt;Printer&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;3. What is the maximum length allowed for primary name of a computer file under DOS?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;8&lt;/li&gt;
&lt;li&gt;12&lt;/li&gt;
&lt;li&gt;3&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;4. Which of the following could be a valid DOS  file  specifica­tion?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;NOSFILE.POST&lt;/li&gt;
&lt;li&gt;NOSFILE.P.OST&lt;/li&gt;
&lt;li&gt;NOSFILE.DOC&lt;/li&gt;
&lt;li&gt;NOST.FILEDOC&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;5. How many characters form a secondary name for a file?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;8&lt;/li&gt;
&lt;li&gt;12&lt;/li&gt;
&lt;li&gt;3&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;6. What  is the name given to something that the  computer  will automatically use unless you tell it otherwise?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;a specification&lt;/li&gt;
&lt;li&gt;a wildcard&lt;/li&gt;
&lt;li&gt;a default&lt;/li&gt;
&lt;li&gt;a rule&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;7. As per symbolic notation of DOS, which of the following indicates the ROOT directory&lt;/strong&gt;&lt;br&gt;
(a)*&lt;br&gt;
(b)   &amp;gt;&lt;br&gt;
(c)    /&lt;br&gt;
(d)   None of the above&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. In wildcard specification `?’ is used as replacement for&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. With DOS, you may use the &lt;code&gt;*’ and&lt;/code&gt;?’:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;When changing the default settings&lt;/li&gt;
&lt;li&gt;To represent unspecified characters in a filename&lt;/li&gt;
&lt;li&gt;Instead of wildcard characters&lt;/li&gt;
&lt;li&gt;In the extension but not in the drive name or the file name&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;10. DOS system file consists of&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IBMBIO.COM, IBMDOS.COM, COMMAND.COM&lt;/li&gt;
&lt;li&gt;COMMAND.COM, IBMBIO.COM, FORMAT.COM&lt;/li&gt;
&lt;li&gt;SYS.COM,IBMBIO.COM,IBMDOS.COM&lt;/li&gt;
&lt;li&gt;None of the above&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;11. The batch file uses the extension&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;.BAT&lt;/li&gt;
&lt;li&gt;.DOC&lt;/li&gt;
&lt;li&gt;.PRG&lt;/li&gt;
&lt;li&gt;.DOS&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;12. To display the list of all the file of the disk you would type&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;DIR&lt;/li&gt;
&lt;li&gt;COPY&lt;/li&gt;
&lt;li&gt;DIR FILES&lt;/li&gt;
&lt;li&gt;DIR AUTOEXEC.BAT&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;13. State whether the following questions are True(T) or False(F).&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Command.Com is hidden file.&lt;/li&gt;
&lt;li&gt;Primary name of a file can be of 10 characters.&lt;/li&gt;
&lt;li&gt;The command MKDIR and MD performs the same task.&lt;/li&gt;
&lt;li&gt;Under DOS .EXE is not an executable file.&lt;/li&gt;
&lt;li&gt;DIR command is used to see the content of a specific file.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What you have learnt&lt;/strong&gt;&lt;br&gt;
In this lesson you were introduced to one of the most popular desktop operating system and its working environment. It explained the directory structure, file naming conventions. It also talked in great length about the file management in terms of COPY, DEL, and MOVE. Here you learned the steps involved in loading of operating systems into computer.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Explain in brief what do you understand by Operating system.&lt;/li&gt;
&lt;li&gt;Explain the process involved in loading of Operating System.&lt;/li&gt;
&lt;/ol&gt;

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

&lt;ol&gt;
&lt;li&gt;2.b3.a,4.b,5.b,6.c,7.d,8.a,9.b,10.a,11.a,12.a,13. F,F,T,F,F&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>diskoperatingsystem</category>
    </item>
    <item>
      <title>Memory</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/memory-2pfc</link>
      <guid>https://tyrocity.com/computer-notes/memory-2pfc</guid>
      <description>&lt;p&gt;Memory is mainly divided into two types. They are:&lt;/p&gt;

&lt;ol&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;/ol&gt;

&lt;p&gt;&lt;a href="https://tyrocity.com/images/lbvlRlv1rLbzplIPlHaDF6mH8f4xZsLrAQpjVPaqGfM/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy92bWk1ZDN0bGRm/cnFiNHI2Y3pkcy5w/bmc" class="article-body-image-wrapper"&gt;&lt;img src="https://tyrocity.com/images/lbvlRlv1rLbzplIPlHaDF6mH8f4xZsLrAQpjVPaqGfM/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy92bWk1ZDN0bGRm/cnFiNHI2Y3pkcy5w/bmc" alt="Memory"&gt;&lt;/a&gt;&lt;br&gt;
Classification of Memory&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>computermemory</category>
    </item>
    <item>
      <title>Modem</title>
      <dc:creator>Computer 12 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/modem-1ga1</link>
      <guid>https://tyrocity.com/computer-notes/modem-1ga1</guid>
      <description>&lt;p&gt;It is derived from the term modulator and demodulator. It is used for connecting networks (mainly internal) through the traditional telephone system. It can convert analog data transmitted through the cable into digital required from the computer and vice versa.&lt;/p&gt;

</description>
      <category>grade12</category>
      <category>computernotes</category>
      <category>modem</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>
  </channel>
</rss>
