<?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>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>Secondary 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/secondary-memory-2723</link>
      <guid>https://tyrocity.com/computer-notes/secondary-memory-2723</guid>
      <description>&lt;p&gt;It is also known as external memory/S=storage memory/auxiliary memory/backup memory. It is used for storing data and instructions permanently. It is also used for carrying data from one computer to another. Secondary memory is not directly accessible to CPU. It is usually slower for read/write, cheaper and used in larger storage capacity.&lt;br&gt;
Example: Hard disk, CD, DVD, Pen drive, etc.&lt;/p&gt;

&lt;p&gt;Types of Secondary memory are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Magnetic memory&lt;/li&gt;
&lt;li&gt;Optical memory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1. Magnetic memory&lt;/strong&gt;&lt;br&gt;
Magnetic memory uses the property of magnet for storing data. It is in use since first generations of computer. It contains data storing surface coated by magnetic oxide. Magnetic memory is further divided as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Magnetic drum&lt;/strong&gt;&lt;br&gt;
Magnetic drum contains a metallic drum coated by magnetic oxide on the outer surface of the drum, data is stored in this surface. It was in use in first and second generations of computer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Magnetic tape&lt;/strong&gt;&lt;br&gt;
Magnetic tape contains thin plastic ribbon, only one side of the ribbon is used for storing data. The data storing side is coated by magnetic oxide. It is a sequential access memory. So, the data read/write speed is slower. It is mainly used for storing audio, video and back-up data. It is highly reliable. It requires magnetic tape drive for reading and writing data. It has the storage capacity of 100MB-200GB. The width of the ribbon also varies from 4mm-1inch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Magnetic disk&lt;/strong&gt;&lt;br&gt;
Magnetic disk contains a circular disc made of metal or plastic. Both side of the disc is usually used for storing data. The disc is coated by magnetic oxide. The disc is divided into multiple concentric circles known as track. Tracks are further divided into small area known as sectors. Data are stored in sectors.&lt;br&gt;
Example: Hard disk, floppy disk, zip disk, super disk, Winchesterdisk, jaz disk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Hard disk&lt;/strong&gt;&lt;br&gt;
It is used as main storage device of the computer. It uses 2-4 metallic disk (platter). The disk is usually made of aluminum. Both sides of the disk is used for storing data except the upper side of the uppermost disk and lower side of the lowermost disk. The data storing surface is coated by magnetic oxide. Each data storing surface contains separate read/write head. During data read/write process platter rotates at the rate of 3600-15000rpm. Hard disk is also known as hard drive because both data storing disk and data read/write components are combined together. It has the storage capacity of few mega bytes to tera byte.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Floppy disk&lt;/strong&gt;&lt;br&gt;
It contains single plastic disk. Initially it was used as a main storage device but nowadays it is used for carrying data from one computer to another. It requires floppy drive for its operation. It is not reliable as hard disk because the data storing surface is exposed. So, it may be affected by dust particles and magnetic field.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Optical memory&lt;/strong&gt;&lt;br&gt;
Optical memory uses light beam for its operation. It is developed in fourth generation of computer. It is mainly used for storing audio/video, backup as well as for carrying data. It requires optical drive for its operation. Its read/write speed is slower compared to hard disk and flash memories.&lt;br&gt;
Example: CD, DVD, BD&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CD&lt;/strong&gt;&lt;br&gt;
It stands for Compact Disk. It has storage capacity of 700 MB or approximately 90 minutes of standard audio. CD contains hard circular plastic, single side of this plastic is coated by aluminum alloy. This alloy stores data. It is protected by additional thin plastic covering. CD required CD drive for its operation. Types of CD are:&lt;br&gt;
&lt;strong&gt;CD-R&lt;/strong&gt; is a blank CD in which data can be stored once. After storing data it is converted into CD-ROM.&lt;br&gt;
&lt;strong&gt;CD-ROM&lt;/strong&gt;&lt;br&gt;
It cannot be erased or updated&lt;br&gt;
&lt;strong&gt;CD-RW&lt;/strong&gt;&lt;br&gt;
it can be erased and used for multiple times.&lt;br&gt;
&lt;strong&gt;DVD&lt;/strong&gt;&lt;br&gt;
It stands for Digital Versatile Disk. It has the storage capacity of 4.7GB to 17GB. Its shape and size is similar to CD but the difference in storage capacity is due to different chemical component and data is compressed before storing. It requires DVD drive for its operation. Read/write speed of DVD is slower than that of CD. Types of DVD are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DVD-R&lt;/li&gt;
&lt;li&gt;DVD-ROM&lt;/li&gt;
&lt;li&gt;DVD-RW&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DVD can also be classified as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Single sided single layered DVD (4.7GB)&lt;/li&gt;
&lt;li&gt;Single sided dual layered DVD (7-8GB)&lt;/li&gt;
&lt;li&gt;Dual sided single layered DVD (9GB)&lt;/li&gt;
&lt;li&gt;Dual sided dual layered DVD (17GB)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;BD&lt;/strong&gt;&lt;br&gt;
It stands for Bluray disk. It has the storage capacity of 25GB-50GB. It requires BD drive for its operation. Its shape and size is similar to CD and DVD. Types of BD are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;BD-R&lt;/li&gt;
&lt;li&gt;BD-ROM&lt;/li&gt;
&lt;li&gt;BD-RW&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Working mechanism of CD&lt;/strong&gt;&lt;br&gt;
The surface of the CD contains land and pit. Land represents binary 1 and pit represents binary 0. During CD reading process a beam of light is emitted which strikes the surface of CD and gets reflected. The reflection is captured by lens in the CD drive. Difference in reflection from land and pit is identified to determine 1 and 0. Land is actually in a crystalline form and pit is in amorphous form. The size of land and pit is smaller in DVD compared to CD.&lt;br&gt;
External memory devices:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Zip disk&lt;/strong&gt;&lt;br&gt;
It is a magnetic memory. It is thee modification of floppy disk. It has the storage capacity of 100MB and 250MB. It requires Zip disk drive for its operation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Jaz disk&lt;/strong&gt;&lt;br&gt;
It is also a magnetic memory. It has the storage capacity of 2GB. It also requires separate Jaz disk drive for its operation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Super disk&lt;/strong&gt;&lt;br&gt;
It is also a magnetic memory. It has the storage capacity of 120MB. It requires Super disk drive for its operation. Both floppy and super disk can be used in super disk drive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Pen drive&lt;/strong&gt;&lt;br&gt;
It is a flash memory. It is a semi-conductor memory. It is mainly used for transferring data. It has faster read/write speed compared to magnetic memory. Pen drive has storage capacity of few MB-GB. A pen drive is a plug and play device. A pen drive can be connected with the computer through USB port.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Portable hard disk&lt;/strong&gt;&lt;br&gt;
it is a magnetic hard disk. It can be connected with the computer through the USB port. It is also a plug and play device. It is mainly used for storing backup. It has the storage capacity from few GB-TB&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>secondarymemory</category>
    </item>
    <item>
      <title>Model Question For Computer Science Class 11</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/model-question-for-computer-science-class-11-271d</link>
      <guid>https://tyrocity.com/computer-notes/model-question-for-computer-science-class-11-271d</guid>
      <description>&lt;p&gt;&lt;strong&gt;HSEB question model of computer science&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Grade : 11&lt;/p&gt;

&lt;p&gt;For : 2070&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time : 3hrs&lt;br&gt;
F.M. : 75&lt;br&gt;
P.M : 27&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group A (long answer question)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attempt all the questions. [3 X 10 = 30]&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&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]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; &lt;br&gt;
&lt;strong&gt;1.&lt;/strong&gt; What is an operating system ? Explain any three function of an operating system.&lt;br&gt;
&lt;strong&gt;2.&lt;/strong&gt; The “WiMP” environment is much more user-friendly, why ? &lt;br&gt;
OR&lt;br&gt;
&lt;strong&gt;1.&lt;/strong&gt; What is cell addressing and explain different types of cell addressing used in spreadsheet.&lt;br&gt;
&lt;strong&gt;2.&lt;/strong&gt; Write a tag to design your personal web page to link photo family, background and banner page using frame. [5+5]&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Define flowchart and pseudocode. Explain their significance in programming. [5]&lt;/li&gt;
&lt;li&gt;Write a pseudocode to accept any three numbers and output the largest among them. [5]&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Group B (Short answer questions)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attempt any **nine&lt;/strong&gt; questions. [9 X 5 = 45]**&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt; Classify the computers according to their generation based on the technology used. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.&lt;/strong&gt; Differentiate between analogue and digital computer, explain with examples. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6.&lt;/strong&gt; What do you mean by number system? Why do digital computers use binary numbers for their operation ? [2 + 3]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7.&lt;/strong&gt; Convert these numbers. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; (126)10 = (?)2&lt;br&gt;
&lt;strong&gt;2.&lt;/strong&gt; (11011)2 = (?)10&lt;br&gt;
&lt;strong&gt;3.&lt;/strong&gt; (57)8 = (?)2&lt;/p&gt;

&lt;p&gt;Perform following operations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt; 1011 – 1001&lt;br&gt;
&lt;strong&gt;5.&lt;/strong&gt; 1110 + 1110&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8.&lt;/strong&gt; State the Demorgan’s theorem and verify it. [5].&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9.&lt;/strong&gt; What are logic gates? Construct the truth table of NOR operation. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10.&lt;/strong&gt; Write short notes on (any two) : [5]&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IDE      2. SCSI     3. Wave Camera&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;11.&lt;/strong&gt; What are uses of internet ? Write any five search engine name. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12.&lt;/strong&gt; Differentiate between System Software and Application Software with examples. [5]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;13.&lt;/strong&gt; What are DPT features in MS-Words? Write three features of Presentation Packages. [2 + 3]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;14.&lt;/strong&gt; Write an algorithm and flowchart to print the word “Hello” ten times using “while loop” [5]&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computer</category>
      <category>modelquestion</category>
    </item>
    <item>
      <title>Communication And Computer Network</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-and-computer-network-1oj2</link>
      <guid>https://tyrocity.com/computer-notes/communication-and-computer-network-1oj2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction to communication and computer network&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today computer is available in many offices and homes and therefore there is a need to share data and programs among various computers with the advancement of data communication facilities. The communication between computers has increased and it thus it has extended the power of computer beyond the computer room. Now a user sitting at one place can communicate computers of any remote sites through communication channel. The aim of this chapter is to introduce you the various aspects of computer network.&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 will be in a position to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;explain the concept of data communication&lt;/li&gt;
&lt;li&gt;understand the use of computer network&lt;/li&gt;
&lt;li&gt;identify different components of computer network&lt;/li&gt;
&lt;li&gt;identify different types of network&lt;/li&gt;
&lt;li&gt;explain communication protocols&lt;/li&gt;
&lt;li&gt;understand what is internet and email and its uses in modern communication&lt;/li&gt;
&lt;li&gt;appreciate the use of satellite communication.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Data communication&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We all are acquainted with some sorts of communication in our day to day life. For communication of information and messages we use telephone and postal communication systems. Similarly data and information from one computer system can be transmitted to other systems across geographical areas. Thus data transmission is the movement of information using some standard methods. These methods include electrical signals carried along a conductor, optical signals along an optical fibers and electromagnetic areas.&lt;/p&gt;

&lt;p&gt;Suppose a manager has to write several letters to various clients. First he has to use his PC and Word Processing package to prepare his letter. If the PC is connected to all the client’s PCs through networking, he can send the letters to all the clients within minutes. Thus irrespective of geographical areas, if PCs are connected through communication channel, the data and information, computer files and any other program can be transmitted to other computer systems within seconds. The modern form of communication like e-mail and Internet is possible only because of computer networking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Basic elements of a communication system&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The following are the basic requirements for working of a communication system.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A sender (source) which creates the message to be transmitted.&lt;/li&gt;
&lt;li&gt;A medium that carries the message.&lt;/li&gt;
&lt;li&gt;A receiver(sink) which receives the message.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In data communication four basic terms are frequently used. They are:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Data:&lt;/strong&gt; A collection of facts in raw forms that become information after processing.&lt;br&gt;
&lt;strong&gt;- Signals:&lt;/strong&gt; Electric or electromagnetic encoding of data.&lt;br&gt;
&lt;strong&gt;- Signaling:&lt;/strong&gt; Propagation of signals across a communication medium.&lt;br&gt;
&lt;strong&gt;- Transmission:&lt;/strong&gt; Communication of data achieved by the processing of signals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communication protocols&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You may be wondering how do the computers send and receive data across communication links. The answer is data communication software. It is this software that enables us to communicate with other systems. The data communication software instructs computer systems and devices as to how exactly data is to be transferred from one place to another. The procedure of data transformation in the form of software is commonly called protocol.&lt;/p&gt;

&lt;p&gt;The data transmission software or protocols perform the following functions for the efficient and error free transmission of data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data sequencing:&lt;/strong&gt; A long message to be transmitted is broken into smaller packets of fixed size for error free data transmission.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data routing:&lt;/strong&gt; It is the process of finding the most efficient route between source and destination before sending the data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flow control:&lt;/strong&gt; All machines are not equally efficient in terms of speed. Hence the flow control regulates the process of sending data between fast sender and slow receiver.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Error control:&lt;/strong&gt; Error detecting and recovering is the one of the main function of communication software. It ensures that data are transmitted without any error.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data transmission modes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There are three ways for  transmitting  data from one point to another&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Simplex:&lt;/strong&gt; In simplex mode the communication can take place in one direction. The receiver receives the signal from the transmitting device. In this mode the flow of information is Uni.-directional. Hence it is rarely used for data communication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Half-duplex:&lt;/strong&gt; In half-duplex mode the communication channel is used in both directions, but only in one direction at a time. Thus a half-duplex line can alternately send and receive data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Full-duplex:&lt;/strong&gt; In full duplex the communication channel is used in both directions at the same time. Use of full-duplex line improves the efficiency as the line turn-around time required in half-duplex arrangement is eliminated. Example of this mode of transmission is the telephone line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital and analog transmission&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data is transmitted from one point to another point by means of electrical signals that may be in digital and analog form. So one should know the fundamental difference between analog and digital signals. In analog signal the transmission power varies over a continuous range with respect to sound, light and radio waves. On the other hand a digital signal may assume only discrete set of values within a given range. Examples are computer and computer related equipment. Analog signal is measured in Volts and its frequency in Hertz (Hz). A digital signal is a sequence of voltage represented in binary form. When digital data are to be sent over an analog form the digital signal must be converted to analog form. So the technique by which a digital signal is converted to analog form is known as modulation. And the reverse process, that is the conversion of analog signal to its digital form, is known as demodulation. The device, which converts digital signal into analog, and the reverse, is known as modem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Asynchronous and synchronous transmission&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data transmission through a medium can be either asynchronous or synchronous. In asynchronous transmission data is transmitted character by character as you go on typing on a keyboard. Hence there is irregular gaps between characters. However, it is cheaper to implement, as you do not have to save the data before sending. On the other hand, in the synchronous mode, the saved data is transmitted block by block. Each block can contain many characters. Synchronous transmission is well suited for remote communication between a computer and related devices like card reader and printers.&lt;/p&gt;

&lt;p&gt;Following are the major communication devices used to day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wire pairs:&lt;/strong&gt; Wire pairs are commonly used in local telephone communication and for short distance digital data communication. They are usually made up of copper and the pair of wires is twisted together. Data transmission speed is normally 9600 bits per second in a distance of 100 meter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coaxial cables:&lt;/strong&gt; Coaxial cable is groups of specially wrapped and insulted wires that are able to transfer data at higher rate. They consist of a central copper wire surrounded by an insulation over which copper mesh is placed. They are used for long distance telephone lines and local area network for their noise immunity and faster data transfer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Microwave:&lt;/strong&gt; Microwave system uses very high frequency radio signals to transmit data through space. The transmitter and receiver of a microwave system should be in line-of-sight because the radio signal cannot bend. With microwave very long distance transmission is not possible. In order to overcome the problem of line of sight and power amplification of weak signal, repeaters are used at intervals of 25 to 30 kilometers between the transmitting and receiving end.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communication satellite:&lt;/strong&gt; The problem of line-sight and repeaters are overcome by using satellites which are the most widely used data transmission media in modern days. A communication satellite is a microwave relay station placed in outer space. INSAT-1B is such a satellite that can be accessible from anywhere in India. In satellite communication, microwave signal is transmitted from a transmitter on earth to the satellite at space. The satellite amplifies the weak signal and transmits it back to the receiver. The main advantage of satellite communication is that it is a single microwave relay station visible from any point of a very large area. In microwave the data transmission rate is 16 giga bits per second. They are mostly used to link big metropolitan cities.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;1. What is communication protocol?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. What is the difference between asynchronous and synchronous transmission?&lt;/strong&gt;&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;The basic requirements for working of a communication system are sender medium and receiver.&lt;/li&gt;
&lt;li&gt;Electric or Electromagnetic encoding of data is called Transmission.&lt;/li&gt;
&lt;li&gt;In full duplex the communication channel is used in both directions at the same time.&lt;/li&gt;
&lt;li&gt;Analog signal is measured in Volts and its frequency in Hertz&lt;/li&gt;
&lt;li&gt;The technique by which a digital signal is converted to analog form is known as modulation.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Computer network&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A computer network is an interconnection of various computer systems located at different places. In computer network two or more computers are linked together with a medium and data communication devices for the purpose of communicating data and sharing resources. The computer that provides resources to other computers on a net&lt;br&gt;
work is known as server. In the network the individual computers, which access shared network resources, are known as workstations or nodes. &lt;br&gt;
Computer Networks may be classified on the basis of geographical area in two broad categories.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Local area network (LAN)&lt;/li&gt;
&lt;li&gt;Wide area network (WAN)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Local area network&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Networks used to interconnect computers in a single room, rooms within a building or buildings on one site are called Local Area Network (LAN). LAN transmits data with a speed of several megabits per second (106 bits per second). The transmission medium is normally coaxial cables.&lt;/p&gt;

&lt;p&gt;LAN links computers, i.e., software and hardware, in the same area for the purpose of sharing information. Usually LAN links computers within a limited geographical area because they must be connected by a cable, which is quite expensive. People working in LAN get more capabilities in data processing, work processing and other information exchange compared to stand-alone computers. Because of this information exchange most of the business and government organizations are using LAN.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Major characteristics of LAN&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every computer has the potential to communicate with any other computers of the network&lt;/li&gt;
&lt;li&gt;High degree of interconnection between computers&lt;/li&gt;
&lt;li&gt;Easy physical connection of computers in a network&lt;/li&gt;
&lt;li&gt;Inexpensive medium of data transmission&lt;/li&gt;
&lt;li&gt;High data transmission rate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Advantages&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The reliability of network is high because the failure of one computer in the network does not effect the functioning for other computers.&lt;/li&gt;
&lt;li&gt;Addition of new computer to network is easy.&lt;/li&gt;
&lt;li&gt;High rate of data transmission is possible.&lt;/li&gt;
&lt;li&gt;Peripheral devices like magnetic disk and printer can be shared by other computers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Disadvantages&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If the communication line fails, the entire network system breaks down.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Use of LAN&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Followings are the major areas where LAN is normally used&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File transfers and Access&lt;/li&gt;
&lt;li&gt;Word and text processing&lt;/li&gt;
&lt;li&gt;Electronic message handling&lt;/li&gt;
&lt;li&gt;Remote database access&lt;/li&gt;
&lt;li&gt;Personal computing&lt;/li&gt;
&lt;li&gt;Digital voice transmission and storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Wide area network&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The term Wide Area Network (WAN) is used to describe a computer network spanning a regional, national or global area. For example, for a large company the head quarters might be at Delhi and regional branches at Bombay, Madras, Bangalore and Calcutta. Here regional centers are connected to head quarters through WAN. The distance between computers connected to WAN is larger. Therefore the transmission medium used are normally telephone lines, microwaves and satellite links.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Characteristics of WAN&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Followings are the major characteristics of WAN.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Communication facility:&lt;/strong&gt; For a big company spanning over different parts of the country the employees can save long distance phone calls and it overcomes the time lag in overseas communications. Computer conferencing is another use of WAN where users communicate with each other through their computer system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Remote data entry:&lt;/strong&gt; Remote data entry is possible in WAN. It means sitting at any location you can enter data, update data and query other information of any computer attached to the WAN but located in other cities. For example, suppose you are sitting at Madras and want to see some data of a computer located at Delhi, you can do it through WAN.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Centralized information:&lt;/strong&gt; In modern computerized environment you will find that big organizations go for centralized data storage. This means if the organization is spread over many cities, they keep their important business data in a single place. As the data are generated at different sites, WAN permits collection of this data from different sites and save at a single site.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Examples of WAN&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.  Ethernet:&lt;/strong&gt; Ethernet developed by Xerox Corporation is a famous example of WAN. This network uses coaxial cables for data transmission. Special integrated circuit chips called controllers are used to connect equipment to the cable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Aparnet:&lt;/strong&gt; The Aparnet is another example of WAN.  It was developed at Advanced Research Projects Agency of U. S. Department. This Network connects more than 40 universities and institutions throughout USA and Europe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Difference between LAN and WAN&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LAN is restricted to limited geographical area of few kilometers.  But WAN covers great distance and operate nationwide or even worldwide.&lt;/li&gt;
&lt;li&gt;In LAN, the computer terminals and peripheral devices are connected with wires and coaxial cables. In WAN there is no physical connection.  Communication is done through telephone lines and satellite links.&lt;/li&gt;
&lt;li&gt;Cost of data transmission in LAN is less because the transmission medium is owned by a single organization.  In case of WAN the cost of data transmission is very high because the transmission medium used are hired, either telephone lines or satellite links.&lt;/li&gt;
&lt;li&gt;The speed of data transmission is much higher in LAN than in WAN. The transmission speed in LAN varies from 0.1 to 100 megabits per second. In case of WAN the speed ranges from 1800 to 9600 bits per second (bps).&lt;/li&gt;
&lt;li&gt;Few data transmission errors occur in LAN compared to WAN.  It is because in LAN the distance covered is negligible.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Network topology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The term topology in the context of communication network refers to the way the computers or workstations in the network are linked together. According to the physical arrangements of workstations and nature of work, there are three major types of network topology. They are star topology, bus topology and ring topology. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Star topology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In star topology a number of workstations (or nodes) are directly linked to a central node (see, Fig. 4.3). Any communication between stations on a star LAN must pass through the central node. There is bi-directional communication between various nodes. The central node controls all the activities of the nodes. The advantages of the star topology are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It offers flexibility of adding or deleting of workstations from the network.&lt;/li&gt;
&lt;li&gt;Breakdown of one station does not affect any other device on the network.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The major disadvantage of star topology is that failure of the central node disables communication throughout the whole network.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bus topology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In bus topology all workstations are connected to a single communication line called bus. In this type of network topology there is no central node as in star topology. Transmission from any station travels the length of the bus in both directions and can be received by all workstations. The advantage of the bus topology is that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It is quite easy to set up.&lt;/li&gt;
&lt;li&gt;If one station of the topology fails it does not affect the entire system.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The disadvantage of bus topology is that any break in the bus is difficult to identify.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ring topology&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In ring topology each station is attached nearby stations on a point to point basis so that the entire system is in the form of a ring. In this topology data is transmitted in one direction only. Thus the data packets circulate along the ring in either clockwise or anti-clockwise direction. The advantage of this topology is that any signal transmitted on the network passes through all the LAN stations. The disadvantage of ring network is that the breakdown of any one station on the ring can disable the entire system.&lt;/p&gt;

&lt;p&gt;In-text questions 2&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Differentiate between LAN and WAN.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. What are the different types of network topology?&lt;/strong&gt;&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Networks used to interconnect computers in a single room, rooms within a building or buildings on one site are called Wide Area Network (WAN).&lt;/li&gt;
&lt;li&gt;The term Wide Area Network (WAN) is used to describe a computer network spanning a regional, national or global area.&lt;/li&gt;
&lt;li&gt;The speed of data transmission is much higher in WAN than in LAN.&lt;/li&gt;
&lt;li&gt;In star topology a number of workstations (or nodes) are directly linked to a central node.&lt;/li&gt;
&lt;li&gt;The advantage of the bus topology is that, If one station of the topology fails it does not affect the entire system.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Internet&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Internet is a network of networks. Millions of computers all over the world are connected through the Internet. Computer users on the Internet can contact one another anywhere in the world. If your computer is connected to the Internet, you can connect to millions of computers. You can gather information and distribute your data. It is very much similar to the telephone connection where you can talk with any person anywhere in the world.&lt;/p&gt;

&lt;p&gt;In Internet a huge resource of information is accessible to people across the world.  Information in every field starting from education, science, health, medicine, history, and geography to business, news, etc. can be retrieved through Internet. You can also download programs and software packages from anywhere in the world. Due to the tremendous information resources the Internet can provide, it is now indispensable to every organization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Origin of internet&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In 1969 Department of Defense (DOD) of USA started a network called ARPANET (Advanced Research Projects Administration Network) with one computer at California and three at Utah.  Later on other universities and R &amp;amp; D institutions were allowed to connect to the Network. APARNET quickly grew to encompass the entire American continent and became a huge success. Every university in the country wanted to become a part of ARPANET. So the network was broken into two smaller parts MILNET for managing military sites and ARPANET (smaller) for managing non-military sites. Around 1980, NSFNET (National Science Foundation Network) was created. With the advancement of modern communication facilities, other computers were also allowed to be linked up with any computer of NSFNET. By 1990 many computers were looking up to NSFNET giving birth to internet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How internet functions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Internet is not a governmental organization. The ultimate authority of the Internet is the Internet Society. This is a voluntary membership organization whose purpose is to promote global information exchange. Internet has more than one million computers attached to it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;E-mail&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;E-mail stands for electronic mail. This is one of the most widely used features of Internet. Mails are regularly used today where with the help of postage stamp we can transfer mails anywhere in the world. With electronic mail the service is similar. But here data are transmitted through Internet and therefore within minutes the message reaches the destination may it be anywhere in the world. Therefore the mailing system is excessively fast and is being used widely for mail transfer.&lt;/p&gt;

&lt;p&gt;In-text questions 3&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is internet?&lt;/li&gt;
&lt;li&gt;What is e-mail?&lt;/li&gt;
&lt;li&gt;How does internet function?&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;In this lesson we discussed the importance and modes of communication through computers. Computers can communicate with one another through computer networking. There are two types of computer network: LAN and WAN. We discussed about the physical arrangements of computer and peripherals in network topology. There are three types of network topology: star topology, bus topology and ring topology. Also we discussed about Internet and e-mail.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;What is computer Network?   What are its main objectives?&lt;/li&gt;
&lt;li&gt;Differentiate between analog and digital transmission of data.&lt;/li&gt;
&lt;li&gt;Explain in brief different communication media.&lt;/li&gt;
&lt;li&gt;What is the difference between simplex and full-duplex transmission?&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; The data communication software instructs computer systems and devices as to how exactly data is to be transferred from one place to another. The procedure of data transformation in the form of software is commonly called protocol.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; In asynchronous transmission data is transmitted character by character as you go on typing on a keyboard. On the other hand, in the synchronous mode, the saved data is transmitted block by block.&lt;/p&gt;

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

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

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

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; LAN is restricted to limited geographical area whereas WAN covers great distance. In LAN the computer terminals and peripheral devices are connected with wires and coaxial cables whereas in WAN communication is done through telephone lines and satellite links. The speed of data transmission is much higher in LAN than in WAN.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; There are three major types of network topology. They are star topology, bus topology and ring topology.&lt;/p&gt;

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

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

&lt;p&gt;In-text questions 3&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; The Internet is a network of networks. Information in every field starting from education, science, health, medicine, history, and geography to business, news, etc. can be retrieved through Internet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt; E-mail stands for electronic mail. Through e-mail we can transfer data anywhere in the world within seconds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; Internet is not a governmental organization. The ultimate authority of the Internet is the Internet Society. This is a voluntary membership organization whose purpose is to promote global information exchange.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computer</category>
      <category>communication</category>
      <category>computernetwork</category>
    </item>
    <item>
      <title>Types of Programming Languages</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-programming-languages-1688</link>
      <guid>https://tyrocity.com/computer-notes/types-of-programming-languages-1688</guid>
      <description>&lt;p&gt;There are two types of programming languages, which can be categorized into the following ways:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Low level language&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Machine language (1GL)&lt;/li&gt;
&lt;li&gt;Assembly language (2GL)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. High level language&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Procedural-Oriented language (3GL)&lt;/li&gt;
&lt;li&gt;Problem-Oriented language (4GL)&lt;/li&gt;
&lt;li&gt;Natural language (5GL)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1. Low level language&lt;/strong&gt;&lt;br&gt;
This language is the most understandable language used by computer to perform its operations. It can be further categorized into:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Machine language (1GL)&lt;/strong&gt;&lt;br&gt;
Machine language consists of strings of binary numbers (i.e. 0s and 1s) and it is the only one language, the processor directly understands. Machine language has an Merits of very fast execution speed and efficient use of primary memory.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;It is directly understood by the processor so has faster execution time since the programs written in this language need not to be translated.&lt;/li&gt;
&lt;li&gt;It doesn’t need larger memory.&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 very difficult to program using 1GL since all the instructions are to be represented by 0s and 1s.&lt;/li&gt;
&lt;li&gt;Use of this language makes programming time consuming.&lt;/li&gt;
&lt;li&gt;It is difficult to find error and to debug.&lt;/li&gt;
&lt;li&gt;It can be used by experts only.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Assembly language&lt;/strong&gt;&lt;br&gt;
Assembly language is also known as low-level language because to design a program programmer requires detailed knowledge of hardware specification. This language uses mnemonics code (symbolic operation code like ‘ADD’ for addition) in place of 0s and 1s. The program is converted into machine code by assembler. The resulting program is referred to as an object code.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;It is makes programming easier than 1GL since it uses mnemonics code for programming. Eg: ADD for addition, SUB for subtraction, DIV for division, etc.&lt;/li&gt;
&lt;li&gt;It makes programming process faster.&lt;/li&gt;
&lt;li&gt;Error can be identified much easily compared to 1GL.&lt;/li&gt;
&lt;li&gt;It is easier to debug than machine language.&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;Programs written in this language is not directly understandable by computer so translators should be used.&lt;/li&gt;
&lt;li&gt;It is hardware dependent language so programmers are forced to think in terms of computer’s architecture rather than to the problem being solved.&lt;/li&gt;
&lt;li&gt;Being machine dependent language, programs written in this language are very less or not protable.&lt;/li&gt;
&lt;li&gt;Programmers must know its mnemonics codes to perform any task.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. High level language&lt;/strong&gt;&lt;br&gt;
Instructions of this language closely resembles to human language or English like words. It uses mathematical notations to perform the task. The high level language is easier to learn. It requires less time to write and is easier to maintain the errors. The high level language is converted into machine language by one of the two different languages translator programs; interpreter or compiler.&lt;/p&gt;

&lt;p&gt;High level language can be further categorized as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Procedural-Oriented language (3GL)
Procedural Programming is a methodology for modeling the problem being solved, by determining the steps and the order of those steps that must be followed in order to reach a desired outcome or specific program state. These languages are designed to express the logic and the procedure of a problem to be solved. It includes languages such as Pascal, COBOL, C, FORTAN, etc.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Because of their flexibility, procedural languages are able to solve a variety of problems.&lt;/li&gt;
&lt;li&gt;Programmer does not need to think in term of computer architecture which makes them focused on the problem.&lt;/li&gt;
&lt;li&gt;Programs written in this language are portable.&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 easier but needs higher processor and larger memory.&lt;/li&gt;
&lt;li&gt;It needs to be translated therefore its execution time is more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Problem-Oriented language (4GL)&lt;/strong&gt;&lt;br&gt;
It allows the users to specify what the output should be, without describing all the details of how the data should be manipulated to produce the result. This is one step ahead from 3GL. These are result oriented and include database query language.&lt;br&gt;
Eg: Visual Basic, C#, PHP, etc.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The objectives of 4GL are to:&lt;/li&gt;
&lt;li&gt;Increase the speed of developing programs.&lt;/li&gt;
&lt;li&gt;Minimize user’s effort to botain information from computer.&lt;/li&gt;
&lt;li&gt;Reduce errors while writing programs.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Programmer need not to think about the procedure of the program. So, programming is much easier.&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 easier but needs higher processor and larger memory.&lt;/li&gt;
&lt;li&gt;It needs to be translated therefore its execution time is more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Natural language (5GL)&lt;/strong&gt;&lt;br&gt;
Natural language are stil in developing stage where we could write statrments that would look like normal sentences.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Easy to program.&lt;/li&gt;
&lt;li&gt;Since, the program uses normal sentences, they are easy to understand.&lt;/li&gt;
&lt;li&gt;The programs designed using 5GL will have artificial intelligence (AI).&lt;/li&gt;
&lt;li&gt;The programs would be much more interactive and interesting.&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 slower than previous generation language as it should be completely translated into binary code which is a tedious task.&lt;/li&gt;
&lt;li&gt;Highly advanced and expensive electronic devices are required to run programs developed in 5GL. Therefore, it is an expensive approach.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are the different types of programming languages with their merits and demerits.&lt;/p&gt;

</description>
      <category>computernotes</category>
      <category>grade11</category>
      <category>programminglanguage</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>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>Classification Of 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-two-classification-of-computer-1k7e</link>
      <guid>https://tyrocity.com/computer-notes/chapter-two-classification-of-computer-1k7e</guid>
      <description>&lt;p&gt;&lt;strong&gt;Classification of computer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. On the basis of Purpose of Use&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;General Purpose Computer&lt;/li&gt;
&lt;li&gt;Special Purpose Computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. On the basis of speed/size&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Super Computer&lt;/li&gt;
&lt;li&gt;Mainframe Computer&lt;/li&gt;
&lt;li&gt;Mini Computer&lt;/li&gt;
&lt;li&gt;Micro Computer: Portable micro computer and non-portable micro computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. On the basis of Working Principle&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Analog Computer&lt;/li&gt;
&lt;li&gt;Digital Computer&lt;/li&gt;
&lt;li&gt;Hybrid Computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. On the basis of Brand&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IBM Computer: IBM computer and IBM compartable&lt;/li&gt;
&lt;li&gt;Apple Computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. On the basis of Model&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;XT Computer&lt;/li&gt;
&lt;li&gt;AT Computer&lt;/li&gt;
&lt;li&gt;PS/2 Computer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;amp; Difference Between Digital and Analog Computer&lt;/p&gt;

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