<?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 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>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 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>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>Internet</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/internet-43g</link>
      <guid>https://tyrocity.com/computer-notes/internet-43g</guid>
      <description>&lt;p&gt;Internet is the connection of millions of computers spread all over the world. It is the world largest computer network. It is the network of networks.&lt;/p&gt;

&lt;p&gt;It is a public network so it is not owned by a particular user organization or government. However, it is controlled by internet authority.&lt;br&gt;
Internet is initiated by US army. It was used for their internal communication but later, it become popular and used all over the world.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Online communication: – It is used for online communication.&lt;/li&gt;
&lt;li&gt;It is helpful for online business through e-commerce.&lt;/li&gt;
&lt;li&gt;It is helpful for video conference.&lt;/li&gt;
&lt;li&gt;It is helpful for e-ticketing, online reservation.&lt;/li&gt;
&lt;li&gt;It helps to find information about various things.&lt;/li&gt;
&lt;li&gt;It is used for entertainment.&lt;/li&gt;
&lt;li&gt;It is used for downloading the video files, music files.&lt;/li&gt;
&lt;li&gt;It is used for online job.&lt;/li&gt;
&lt;li&gt;Advertisement.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Some terms related with Internet are:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Browser:-&lt;/strong&gt;&lt;br&gt;
A browser is internet based application software used to access a webpage. It sends request to the web server and displays the received HTML files in proper format user interact with the internet by using browser.&lt;br&gt;
e.g. Google Chrome, Internet Explorer, Mozilla Firefox, Opera, Netscape, Safari, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Search engine:-&lt;/strong&gt;&lt;br&gt;
It is also internet based application software. It can be used to access the required information or webpage address from the internet. A search engine maintains the record of all the websites and their contents. When the user requests by providing the keywords, it provides a list of websites and their links from its database. Google.com is the most common search engine at present. Other search engine includes bing.com, yahoo.com, altavista.com, webcrawler.com, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Messenger service:-&lt;/strong&gt;&lt;br&gt;
A messenger is also internet based application software. It is used for communication. Such as text chat, audio-video chat, conference call, transmitting data and files, offline messages, etc. Some of the common messengers used are MSM messenger, Yahoo messenger, Google talk, AOL, Skype, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Webpage:-&lt;/strong&gt;&lt;br&gt;
It is the fundamental unit of web. It is used to provide text emails, audio, video to the users. Webpage is developed by using scripting and web based programming language. Webpage are of two types:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Static&lt;/li&gt;
&lt;li&gt;Dynamic&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A static webpage is developed by using HTML.&lt;br&gt;
Dynamic webpage is developed by using programming language like PHP, ASP, C#, etc along with HTML.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Website:-&lt;/strong&gt;&lt;br&gt;
A website is a location used for storing webpage. User access the webpage by using the website address. For e.g. &lt;a href="https://www.facebook.com/"&gt;facebook.com&lt;/a&gt;, &lt;a href="https://tyrocity.com/"&gt;tyrocity.com&lt;/a&gt;, &lt;a href="https://babal.host/"&gt;babal.host&lt;/a&gt;, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Web server:-&lt;/strong&gt;&lt;br&gt;
Web server is a program required to host webpage so that it can be accessed through the internet. To host webpage, the computer should have web server running, dedicated internet connection and the computer should be running all the time. The common web servers used are IIS (Internet Information Service) and Apache (for Linux based system).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. URL (Uniform resource locator):-&lt;/strong&gt;&lt;br&gt;
It is a complete website address which is used to specify domain name, website location, and the protocol used for communication. A complete URL is provided to access a web site.&lt;br&gt;
e.g. &lt;a href="https://tyrocity.com"&gt;https://tyrocity.com&lt;/a&gt;, &lt;a href="http://www.google.com.np"&gt;http://www.google.com.np&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Domain name system (DNS)&lt;/strong&gt;&lt;br&gt;
A domain name system is the process of using domain name to access a computer or website such as hotmail.com is a domain name. Domain names are easier to remember and access compared to IP address. However, communication is done through IP address. An IP address is a numerical value such as 192.168.1.1. It is used to identify a particular computer on a network. Since, these IP addresses are difficult to remember, domain names are used in place of IP address. A DNS translates domain name into corresponding IP address. Domain names are classified on the basis of type of organization and the country wise.&lt;/p&gt;

&lt;p&gt;Type of organization:- &lt;br&gt;
.com&lt;br&gt;
.org&lt;br&gt;
.edu&lt;br&gt;
.gov&lt;br&gt;
.net&lt;br&gt;
.mil&lt;br&gt;
.biz&lt;br&gt;
.tv&lt;/p&gt;

&lt;p&gt;Country wise:-&lt;br&gt;
.np&lt;br&gt;
.in&lt;br&gt;
.sl&lt;br&gt;
.pk&lt;br&gt;
.uk&lt;br&gt;
.au&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Protocol:-&lt;/strong&gt;&lt;br&gt;
A protocol is a rule or standard defined to be used by all the components. Network protocol can be defined as the rules used for communication between two or more devices.&lt;/p&gt;

&lt;p&gt;Some of the common network protocols used are:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTTP ( Hyper Text Transfer Protocol)&lt;/li&gt;
&lt;li&gt;FTP (File Transfer Protocol)&lt;/li&gt;
&lt;li&gt;HTTPS (Hyper Text Transfer Protocol Secured)&lt;/li&gt;
&lt;li&gt;SMTP (Simple Mail Transfer Protocol)&lt;/li&gt;
&lt;li&gt;POP (Post Office Protocol)&lt;/li&gt;
&lt;li&gt;IMAP (Internet Mail Access Protocol)&lt;/li&gt;
&lt;li&gt;IP (Internet Protocol)&lt;/li&gt;
&lt;li&gt;TCP (Transmission Control Protocol)&lt;/li&gt;
&lt;li&gt;UDP (User Datagram Protocol)&lt;/li&gt;
&lt;li&gt;VOIP (Voice Over Internet Protocol)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- HTTP:&lt;/strong&gt;&lt;br&gt;
It is used for the communication of hypertext document. Webpages are the example of hypertext   document. It is developed by using HTML and contains hyperlink.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- FTP:&lt;/strong&gt;&lt;br&gt;
It is used for the transmission of files like document image, audio, video, software, games, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- HTTPS:&lt;/strong&gt;&lt;br&gt;
It is used for the transmission of hypertext document by providing higher security. It is mainly used by banking sector, e-commerce, and other electronic payment system where higher security is required. It uses encryption and decryption technique to provide security.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- SMTP, POP &amp;amp; IMAP:&lt;/strong&gt;&lt;br&gt;
These protocols are used for email communication for sending and receiving emails.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- IP:&lt;/strong&gt;&lt;br&gt;
It is the most common protocol used in internet to identify a particular system. It is used along with TCP in internet (TCP/IP).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- TCP:&lt;/strong&gt;&lt;br&gt;
It is connection oriented protocol i.e. connection is maintained throughout communication. It provides reliable transmission so it is slower than UDP. It is the common protocol used in internet for transmission of hypertext documents, files and email message.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- UDP:&lt;/strong&gt;&lt;br&gt;
It is connectionless protocol. It doesn’t provide reliable transmission but it is faster than TCP. So, UDP is preferred for transmitting real time, multimedia data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- VOIP:&lt;/strong&gt;&lt;br&gt;
It is used for transmission of voice signal through internet. It is the cheaper and faster medium of communication mainly for a long distance.&lt;/p&gt;

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

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

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

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

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

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

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

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

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

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

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

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

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

</description>
      <category>grade11</category>
      <category>introductiontocomputer</category>
      <category>computernotes</category>
    </item>
    <item>
      <title>Input Devices</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/input-devices-2leh</link>
      <guid>https://tyrocity.com/computer-notes/input-devices-2leh</guid>
      <description>&lt;p&gt;Some of the input devices used in a computer are keyboard, mouse scanner, joystick, touch screen, touchpad, track ball, bar code reader, light pen, optical code reader (OCR), MICR, OMR, microphone, digital camera, webcam, card readers, digitizing tablets, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keyboard&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Keyboard is the most basic input device. It is used for text input. It contains multiple keys. User can provide input by pressing the key. The different types of key found in keyboard are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Alphanumeric keys (A-Z, 0-9)&lt;/li&gt;
&lt;li&gt;Function keys (Ctrl, Alt, Caps lock, Enter, Tab, Shift)&lt;/li&gt;
&lt;li&gt;Special function keys (F1, F2, F3,……..,F12)&lt;/li&gt;
&lt;li&gt;Cursor movement keys (?, ?)&lt;/li&gt;
&lt;li&gt;Punctuation keys (,, “” , ’’, ?, !)&lt;/li&gt;
&lt;li&gt;Numeric pad&lt;/li&gt;
&lt;li&gt;Multimedia keys&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On the basis of keys, keyboard can be classified as&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;XT keyboard -83 keys&lt;/li&gt;
&lt;li&gt;AT keyboard -101 keys&lt;/li&gt;
&lt;li&gt;Enhanced keyboard -103 and more keys&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A keyboard contains an electronic circuit known as keyboard encoder. This circuit detects the pressed key, generates its electronic signal and transmits towards CPU.&lt;br&gt;
On the basis of connectivity, keyboard can be wire or wireless.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mouse&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Mouse is a most common pointing and selecting device. It is used in graphical user interface. Mouse contains buttons for providing inputs. User can provide inputs by moving the mouse and pressing the button. On the basis of buttons, mouse can be:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Two-buttoned mousse&lt;/li&gt;
&lt;li&gt;Three-buttoned mouse&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Usually, the left button of the mouse is for normal selection and the right button is used for special function and central button is used for scrolling a document.&lt;br&gt;
On the basis of working mechanism and its architecture, mouse can be classified as:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Mechanical mouse&lt;/li&gt;
&lt;li&gt;Opto-mechanical mouse&lt;/li&gt;
&lt;li&gt;Optical mouse&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Mechanical mouse contains a rubber ball and a pair of rotating wheels. When the mouse is moved on the table, the ball rotated which results in rotation of the wheels and generates electronic signal.&lt;br&gt;
Optical mouse operates using reflection of light. It is easier to use but usually less reliable than mechanical mouse.&lt;br&gt;
The opto-mechanical mouse contains both mechanical and electric component.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Track ball&lt;/strong&gt;&lt;br&gt;
Trackball is the modification of mechanical mouse. It contains rubber ball on its top. User can move the cursor by rotating the ball with finger. It also contains two buttons on the either sides similar to mouse. It was used in older laptops.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Track pad/Touch pad&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Track pad is the modification of optical mouse, and touch pad is further modification making it touch sensitive. It contains a window with two buttons on the either sides. User can also provide left click option by tapping the window with the finger. It is mainly used in portable devices like laptops, notebook, palmtop, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Joystick&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Joystick is a hand held pointing device which is mainly used for playing games. It is used for controlling objects, their movement, direction and speed of movement. Modern joysticks handle can move in any direction. When the handle is moved, the electronic circuit in the base detects the movement and sends corresponding binary signals to CPU.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Light pen&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Light pen is used for creating drawings, designs by directly touching the screen. It is mainly used by designers, architects, engineers, etc. it is used in monitor not having touch screen facility. It is a pen shaped structure containing photo sensitive tip which can capture light emitted from the monitor and mark the position on the monitor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Touch screen&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Touch screen is none of the common input device at present mainly for portable computers. User can provide inputs by directly touching the screen with the metallic pen (stylus), finger or any pointed object. Touch screen is developed by using either of the following technologies:&lt;br&gt;
a) Pressure sensitive&lt;br&gt;
b) Capacitive&lt;br&gt;
c) Infrared&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scanner&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Scanner digitizes hard copy or printed images which can be used in digital computers. Scanner copies the image and draws a new digital image in its memory similar to hard copy image.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OCR (Optical Character Reader)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;OCR digitizes handwritten or printed text.&lt;br&gt;
Printed text will have fewer errors than hand written. It directly converts hand written text into digital text which can be edited. OCR contains predefined format of all the characters. During digitizing process, it creates an image of the character and compares it with stored format to determine the character.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MICR&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It stands for Magnetic Ink Character Reader. MICR is an OCR that can digitize text written or printed by using magnetic ink like iron oxide or barium ferrite. It is used in security systems and for processing cheque in bank.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OMR&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It stands for Optical Mark Reader. It is used for answer sheet correction in multiple choice questions. With the use of OMR answer sheet correction will be faster and error free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BCR&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It stands for Bar Code Reader. Bar codes are the magnetic lines used for storing the information about the product like manufacturing date, expiry date, company name, etc. BCR is used to read the information stored in bar codes. Bar codes are also used in security system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Microphone&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is an input device for sound. It captures sound wave, converts it into digital format and provides it to the CPU. Common mobile computing devices like PDA, smart phone contains microphone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital camera, Web camera&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Digital camera captures real time images and video and stores it in a digital format. The image captured by digital camera can be directly used in a digital camera.&lt;/p&gt;

&lt;p&gt;Web camera is a digital camera used in internet. It usually captures low quality images so that it could be transmitted at a faster speed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Card reader&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is used to read the information stored in cards like ATM card, Credit card, Smart card, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digitizing tablet&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It is used to digitize large map or hardcopy images. It is also used to track the movements of living beings and capture them in digital format.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>inputdevices</category>
    </item>
    <item>
      <title>Introduction To Windows 3.1</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/introduction-to-windows-31-2h14</link>
      <guid>https://tyrocity.com/computer-notes/introduction-to-windows-31-2h14</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction to windows 3.1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If somebody buys a new computer today, it will probably come loaded with Windows. It is a Graphical User Interface (GUI) program meant for IBM compatible PCs. It provides the flexibility of using graphical icons and work interactively with the computer. One doesn’t need to remember operating system commands and type them. He just has to move the small mouse arrow key, known as mouse pointer around the screen (better known as window) and select the require command by pressing the click button. Each window, which represents programs, can be resized and moved around the screen. Multiple windows can appear on the screen at the same time giving user the flexibility of operating more than one program.&lt;/p&gt;

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

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

&lt;ol&gt;
&lt;li&gt;Understand the concept of windows working environment&lt;/li&gt;
&lt;li&gt;Differentiate between confessional character display Interface and graphical user interface.&lt;/li&gt;
&lt;li&gt;Explain about various features of Windows&lt;/li&gt;
&lt;li&gt;Understand various Icons and their functions.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Types of windows and icons&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before using Windows effectively, it is very essential to understand the concept of window type and Icons used in Windows.  The entire screen is termed as Windows Desktop, on which all windows are displayed. It is same as that of laying all your work on the surface of your working table. Here the working table is the Windows Desktop and all your work is individual windows on the desktop.&lt;br&gt;
In general, there are two types of windows and three types of Icons which window uses. The window types are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Application windows, which displays the executable windows program in GUI mode. These windows can be, opened, closed, resized and moved around the screen or the desktop.&lt;/li&gt;
&lt;li&gt;The other type of windows is a document window, which are generated by the executable or application program. These document windows cannot be sized or moved outside the limit of its parent application windows.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Windows uses three types of icons, namely application, document and program icons.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Application icons are the minimized version of the currently running application program. This icon appears at the bottom of the desktop and can be maximized.&lt;/li&gt;
&lt;li&gt;Document icons are the reduced document windows. When maximized, it appears within an application window’s workspace.&lt;/li&gt;
&lt;li&gt;Program icons that appear within Program Manager and clicking on these icons activate the associated applications and also load the related documents or files.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Parts of windows&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;All most all windows have common components. The components are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Title Bar&lt;/li&gt;
&lt;li&gt;Buttons for Minimize, Maximize and Restore&lt;/li&gt;
&lt;li&gt;Borders for Resizing&lt;/li&gt;
&lt;li&gt;Menu bar and Pull-down menus&lt;/li&gt;
&lt;li&gt;The scroll bar&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;1. Title bar&lt;/strong&gt;&lt;br&gt;
Title bar is displayed in color at the top of the windows. It contains the name, or the title of the current windows. The windows can be moved around the window desktop using this title bar.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Buttons for Minimize, Maximize and Restore&lt;/strong&gt;&lt;br&gt;
These buttons are displayed at the top-right corner of the screen. As the name suggests, minimize button is used to reduce the current windows into an applications icon, which will appear at the bottom of the windows desktop.&lt;br&gt;
Similarly, maximise button is used to expand the current windows to take up the entire desktop.&lt;br&gt;
Restore button is used to restore the state of the windows, where it was before maximization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Borders for resizing&lt;/strong&gt;&lt;br&gt;
A thin border appears around the windows, which can be used to resize the current windows. To resize the current windows, just place the pointer on the border (this will become two-headed arrow «) of the windows, click the mouse button, hold and drag to the desired location. The windows will change its size. Vertical and Horizontal borders can be used to change the width and height of the windows respectively, while corner border can be used to change width and height simultaneously.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Menu bar and pull-down menus&lt;/strong&gt;&lt;br&gt;
Menu bar is located under the Title bar and contains the related Pull-down menus for the currently active windows. Clicking on a menu name will activate a pull-down menu with various options to select.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. The scroll bar&lt;/strong&gt;&lt;br&gt;
When the active windows cannot accommodate the data to be displayed then it provides a scroll bar that helps to move through the data. Vertical scroll bar allows to view data by moving up or down through a document, whereas horizontal bar allows the movement from left to right. The vertical scroll bar appears on the right side of the active windows and horizontal scroll bar at the bottom.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows dialogue boxes&lt;/strong&gt;&lt;br&gt;
While using application program in window, sometimes it is require to change the settings within a program for example default margin the a word processing document, default printer, font type and size etc. All these are accomplish by window’s dialog box, which appear when the menu with an ellipsis (..) beside it is activated.  It is basically serve two purposes one that it allows to change/rest the parameters related to currently running application and displays information such as warnings, error message etc. The displayed dialog box may contain the followings:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Command button&lt;/strong&gt;&lt;br&gt;
This button activates an action. The most commonly used command buttons are OK and CANCEL. Command buttons with an ellipse (..) indicate a link to another dialog box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Check box&lt;/strong&gt;&lt;br&gt;
Check box allows selecting one or more option from a list of options. When selected an X appears besides the option selected and the corresponding option becomes active.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. List Box&lt;/strong&gt;&lt;br&gt;
List box displays a series of options available in a column. To select an item, move the mouse pointer to the item and click on it. If the number of items is more than the height of the list box, then it provides a scroll bar to move through the entire range of items in the list box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Option Buttons&lt;/strong&gt;&lt;br&gt;
It has the same features as that of check box. It allows selecting an option in a list of choices. When selected, the small hollow circle gets filled. Once an option gets selected from the available set of options, other options automatically get deselected.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disk space required&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Microsoft Windows along with MS-DOS version 6.0 requires a minimum of 15.8 MB and maximum of 18.3 MB of free disk space. Minimum disk space assumes no optional components, network or printer settings. However maximum disk space includes all installable components, network and printer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows vs. Microsoft-DOS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Windows provides tools to accomplish all the tasks in case of file and directory management as in MS-DOS. The main difference is how the work is done. Rather than remembering all the commands and typing them at the DOS prompt, in Windows one can move the mouse pointer to the required command, and windows will execute the command. Windows supports all the File and Directory management commands of MS-DOS and it also supports Microsoft-DOS conventions in working with files such as wild card characters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows programs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this section, programs provided in windows such as program Manager, File manager etc. are discussed. These are vital part of windows operating environment and one must know how to work and use these programs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Program Manager&lt;/strong&gt;&lt;br&gt;
When window program starts Program manager is the first windows displayed on the window desktop. The only way to leave windows is to closing or exiting this program manager. Within Program Manager there is some secondary window known as group windows, which appears as fully opened window such one with title ‘Main’ or as group icons, which appears at the bottom of ‘Main’ windows. A group icon is a group window, which can be minimized. Group windows contains logically related programs, such as one group windows can contain all programs associated with database while another may be for word processing.&lt;br&gt;
There are five default groups in Windows. They are;&lt;br&gt;
Main group of windows contain all the system applications: File manager, Print Manager, MS-DOS prompt, Windows Setup and PIF Editor.&lt;/p&gt;

&lt;p&gt;Applications group consists of all the application found on your hard disk, while installing the windows. How ever if, during installation process if you chose the Custom Setup option and chose not to have Windows set up applications from your hard disk, the program manager will not contain an Application group.&lt;br&gt;
Accessories group is made of windows based applications for word processing (Write), drawing (Paint), communications (Terminal), plus several other useful applications.&lt;br&gt;
Games group contains windows based games.&lt;br&gt;
Start Up  group has application that loaded when windows system starts initially. Any applications can be added to this group. This group remains empty until, an application is added to it.&lt;/p&gt;

&lt;p&gt;Windows provide the flexibility to install other group windows also.&lt;br&gt;
Group windows can be resized, moved and it contains the icons for the program, which can be executed. Program items can be added deleted in-group windows and they can be copied between group windows also.&lt;br&gt;
However neither the group windows can be moved outside the program manager nor the group icons. By selecting the icons, one can run the associated program files. All the program items can be moved between groups copied or renamed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. File manager&lt;/strong&gt;&lt;br&gt;
As the name suggests, File manager is used to manage or manipulate both disk and the disk files. It provides visual representations of all disks and disk files in the system.&lt;br&gt;
As displayed in the above figure, the directory structure for the hard disk of the system and all the files in the current directory, appear in a document windows, known as directory window. The attributes of one or more file can be changed, by selecting them from the directory window. They can also be moved between directories, or opened, renamed, printed, deleted or copied.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Selecting File(s) and directories&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File Manager allows you to select one or more than one files at a time for copying, moving or deleting or to perform other related task.&lt;/li&gt;
&lt;li&gt;To select a file or directory clicks the desired icon. Or press the TAB button to move to the list of files, and then use the direction keys or arrow keys to select.&lt;/li&gt;
&lt;li&gt;To select consecutive files, select the first file, press and hold down the SHIFT key, and then click the last file on the desired file list or group. Alternatively, select the first file, press and hold down the &lt;strong&gt;shift&lt;/strong&gt; key and then use arrow keys to extend the selection to the last item in the group.&lt;/li&gt;
&lt;li&gt;To select or cancel selection of the non-consecutive files, press and hold &lt;strong&gt;ctrl&lt;/strong&gt; key and click on each file. Alternatively, press SHIFT and F8 key, use arrow keys to move to each file, use &lt;strong&gt;spacebar&lt;/strong&gt; to select the file or to cancel already the selected file, then press &lt;strong&gt;shift&lt;/strong&gt; and &lt;strong&gt;f8&lt;/strong&gt; again.&lt;/li&gt;
&lt;li&gt;To select similar type of file, activate the Select Files option from the File menu bar. In the text box of the dialog box specify the type of files to be selected. For example *.doc to select all files in the current directory that has .doc as extension or secondary name.&lt;/li&gt;
&lt;/ul&gt;

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

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

&lt;ol&gt;
&lt;li&gt;File Manager is used to start Windows.&lt;/li&gt;
&lt;li&gt;Group windows and group icon can be moved out of Program Manager&lt;/li&gt;
&lt;li&gt;File maintenance is done using File manager in windows.&lt;/li&gt;
&lt;li&gt;To activate a program when windows starts, you need to add it to File manager.&lt;/li&gt;
&lt;li&gt;Print manager and File Manager are available in Games windows.&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 the concept of windows working environment and graphical user interface. It also discussed various features and components of windows. It explained with examples the icons and their functions. This also discussed how to select files and directories.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Briefly discuss why Windows is popular.&lt;/li&gt;
&lt;li&gt;Briefly explain about different components of windows and how to start windows.&lt;/li&gt;
&lt;li&gt;How a group icon is different from individual program Which group programs are loaded when windows starts-up?&lt;/li&gt;
&lt;li&gt;Can a DOS based application be used in Windows?&lt;/li&gt;
&lt;/ol&gt;

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

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

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

</description>
      <category>grade11</category>
      <category>computernote</category>
      <category>introductiontowindow</category>
    </item>
    <item>
      <title>Generation 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/generation-of-computer-3na</link>
      <guid>https://tyrocity.com/computer-notes/generation-of-computer-3na</guid>
      <description>&lt;h2&gt;
  
  
  Generation of computer
&lt;/h2&gt;

&lt;p&gt;The computers of electronic age are further divided into 5 generation on the basis of technology used by the computer. The different generations are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First generation of computers&lt;/li&gt;
&lt;li&gt;Second generation of computers&lt;/li&gt;
&lt;li&gt;Third generation of computers&lt;/li&gt;
&lt;li&gt;Fourth generation of computers&lt;/li&gt;
&lt;li&gt;Fifth generation of computers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;1. First generation of computers&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technology used: Vacuum tube&lt;/li&gt;
&lt;li&gt;Operating speed: Millisecond range&lt;/li&gt;
&lt;li&gt;Programming language used: Machine language&lt;/li&gt;
&lt;li&gt;Memory used
Primary memory: Magnetic core memory
Secondary memory: Magnetic drum, Magnetic tape.&lt;/li&gt;
&lt;li&gt;I/O device:&lt;/li&gt;
&lt;li&gt;Punched card as input device, printing device as output device.&lt;/li&gt;
&lt;li&gt;Use: Simple mathematical calculation.&lt;/li&gt;
&lt;li&gt;Computers were extremely large in size, and they required special cooling system. e.g.: ENIVAC, EDVAC, UNIVAC, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Second generation of computers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technology used: Transistor&lt;/li&gt;
&lt;li&gt;Operation speed: Micro second range (10-6 sec)&lt;/li&gt;
&lt;li&gt;Programming language used: Assembly language&lt;/li&gt;
&lt;li&gt;Memory used
      Primary memory: Magnetic core memory.
      Secondary memory: Magnetic drum, Magnetic tape.&lt;/li&gt;
&lt;li&gt;I/O: Punched card as input device, Printer as output device&lt;/li&gt;
&lt;li&gt;Use: Computers were used for complex scientific calculations.&lt;/li&gt;
&lt;li&gt;The size, cost, power requirement, heat generation decreased compared to previous generation.&lt;/li&gt;
&lt;li&gt;Processing speed, storage capacity, use of the computer increased compared to previous generation.&lt;/li&gt;
&lt;li&gt;E.g.: IBM 1620, IBM 7094, LEO MARK III, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Advantages of transistor over vacuum tube:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;One transistor could replace one thousand vacuum tubes.&lt;/li&gt;
&lt;li&gt;Size of a transistor is 1/200 th times of a vacuum tube.&lt;/li&gt;
&lt;li&gt;The power requirement of a transistor is 1/20 th times of a vacuum tube.&lt;/li&gt;
&lt;li&gt;Transistors are more reliable than vacuum tube.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;3. Third generation of computers&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technology used: IC (Integrated Circuit)&lt;/li&gt;
&lt;li&gt;Operating speed: Nanosecond range (10 -9 sec)&lt;/li&gt;
&lt;li&gt;Programming language used: HLL (High Level Language)
Like FORTAN, COBOL, PASCAL, C, C++, etc.&lt;/li&gt;
&lt;li&gt;Memory used:
Primary memory: Semiconductor memory (silicon)
Secondary memory: Magnetic tape, Magnetic disk like floppy disk, hard disk, etc)&lt;/li&gt;
&lt;li&gt;I/O device: Keyboard as input device, monitor as output device.&lt;/li&gt;
&lt;li&gt;Use: Computers were used for managing population census, bank, insurance company, etc.&lt;/li&gt;
&lt;li&gt;Concept of database was developed and used.&lt;/li&gt;
&lt;li&gt;Size, cost, power requirement, heat generation decreased compared to previous generations.&lt;/li&gt;
&lt;li&gt;Processing speed, storage capacity, use of the computer increased compared to previous generations.&lt;/li&gt;
&lt;li&gt;E.g.: IBM 360 series, ICL 900 series, Honeywell 200 series, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;IC and its types:&lt;/strong&gt;&lt;br&gt;
IC is a small silicon chip which contains large number of electronic components like transistor, resistor, capacitor, etc.&lt;br&gt;
The process of creation of IC is called fabrication.&lt;br&gt;
Types of IC on the basis of number of electronic components.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SSI (Small Scale Integration)(1-20 components)&lt;/li&gt;
&lt;li&gt;MSI (Medium Scale Integration)(21-100 components)&lt;/li&gt;
&lt;li&gt;LSI (Large Scale Integration)(101-1000 components)&lt;/li&gt;
&lt;li&gt;VLSI (Very Large Scale Integration)(1001-10000 components)&lt;/li&gt;
&lt;li&gt;ULSI ( Ultra Large Scale Integration)(More than 10000 components)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Fourth generation of computers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technology used:- VLSI (or Microprocessor)&lt;/li&gt;
&lt;li&gt;Operating speed:- Pico second range&lt;/li&gt;
&lt;li&gt;Programming language used: 4GL (Problem Oriented Language)&lt;/li&gt;
&lt;li&gt;Memory used:
Primary: Semi-conductor memory
Secondary: Magnetic tape, Magnetic Disk, Optical memory (CD/DVD/ Blu ray), Flash
memory(pen drive, memory card)&lt;/li&gt;
&lt;li&gt;I/O device:
Advanced I/O devices like mouse, touch screen, scanner, LCD, LED, color printer, etc are developed.&lt;/li&gt;
&lt;li&gt;Use: Computers are used for different task in different areas like education, business, hospital, transportation, military, etc.&lt;/li&gt;
&lt;li&gt; Microcomputers like desktop PC, laptop, notebook, etc, are developed.&lt;/li&gt;
&lt;li&gt;The popular communication media like internet, email, mobile communication, etc were developed.&lt;/li&gt;
&lt;li&gt;Advanced, user friendly, web based software, etc are developed.&lt;/li&gt;
&lt;li&gt;Size, cost, power requirement, heat generation decreased compared to previous generation.&lt;/li&gt;
&lt;li&gt;Operating speed, storage capacity, use of the computer increased compared to previous generation.&lt;/li&gt;
&lt;li&gt;E.g.: IBM desktop PC, HP laptop, Acer notebook, Mac book, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. Fifth generation of computers:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Technology to be used:- Bio-chip&lt;/li&gt;
&lt;li&gt;Operating speed:- Femto second range&lt;/li&gt;
&lt;li&gt;(10 -15 second) / TIPS&lt;/li&gt;
&lt;li&gt;Programming language to be used:- Natural language&lt;/li&gt;
&lt;li&gt;The computers will have AI.&lt;/li&gt;
&lt;li&gt;The computers will be used in complex calculation where intelligence of the computer is required.&lt;/li&gt;
&lt;li&gt;The computers will have parallel processing in full fledge.&lt;/li&gt;
&lt;li&gt;The computers will be based on KIPS (Knowledge based Information Processing System)&lt;/li&gt;
&lt;/ul&gt;

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