<?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>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>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>MS Excel Functions</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/ms-excel-functions-365d</link>
      <guid>https://tyrocity.com/computer-notes/ms-excel-functions-365d</guid>
      <description>&lt;p&gt;The following sections list all of the worksheet functions by category.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Database functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
DAVERAGE-         Returns the average of selected database entries&lt;br&gt;
DCOUNT-         Counts the cells that contain numbers in a database&lt;br&gt;
DCOUNTA- Counts nonblank cells in a database&lt;br&gt;
DGET-   Extracts from a database a single record that matches the specified criteria&lt;br&gt;
DMAX-   Returns the maximum value from selected database entries&lt;br&gt;
DMIN-   Returns the minimum value from selected database entries&lt;br&gt;
DPRODUCT-   Multiplies the values in a particular field of records that match the criteria in a database&lt;br&gt;
DSTDEV- Estimates the standard deviation based on a sample of selected database entries&lt;br&gt;
DSTDEVP-    Calculates the standard deviation based on the entire population of selected database entries&lt;br&gt;
DSUM-   Adds the numbers in the field column of records in the database that match the criteria&lt;br&gt;
DVAR-   Estimates variance based on a sample from selected database entries&lt;br&gt;
DVARP-  Calculates variance based on the entire population of selected database entries&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Date and time functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
DATE-   Returns the serial number of a particular date&lt;br&gt;
DATEVALUE-  Converts a date in the form of text to a serial number&lt;br&gt;
DAY-    Converts a serial number to a day of the month&lt;br&gt;
DAYS360-    Calculates the number of days between two dates based on a 360-day year&lt;br&gt;
EDATE-  Returns the serial number of the date that is the indicated number of months before or after the start date&lt;br&gt;
EOMONTH-    Returns the serial number of the last day of the month before or after a specified number of months&lt;br&gt;
HOUR-   Converts a serial number to an hour&lt;br&gt;
MINUTE- Converts a serial number to a minute&lt;br&gt;
MONTH-  Converts a serial number to a month&lt;br&gt;
NETWORKDAYS-    Returns the number of whole workdays between two dates&lt;br&gt;
NOW-    Returns the serial number of the current date and time&lt;br&gt;
SECOND- Converts a serial number to a second&lt;br&gt;
TIME-   Returns the serial number of a particular time&lt;br&gt;
TIMEVALUE-  Converts a time in the form of text to a serial number&lt;br&gt;
TODAY-  Returns the serial number of today’s date&lt;br&gt;
WEEKDAY-    Converts a serial number to a day of the week&lt;br&gt;
WEEKNUM-    Converts a serial number to a number representing where the week falls numerically with a year&lt;br&gt;
WORKDAY-    Returns the serial number of the date before or after a specified number of workdays&lt;br&gt;
YEAR-   Converts a serial number to a year&lt;br&gt;
YEARFRAC-   Returns the year fraction representing the number of whole days between start_date and end_date&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Engineering functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
BESSELI-    Returns the modified Bessel function In(x)&lt;br&gt;
BESSELJ-    Returns the Bessel function Jn(x)&lt;br&gt;
BESSELK-    Returns the modified Bessel function Kn(x)&lt;br&gt;
BESSELY-    Returns the Bessel function Yn(x)&lt;br&gt;
BIN2DEC-    Converts a binary number to decimal&lt;br&gt;
BIN2HEX-    Converts a binary number to hexadecimal&lt;br&gt;
BIN2OCT-    Converts a binary number to octal&lt;br&gt;
COMPLEX-    Converts real and imaginary coefficients into a complex number&lt;br&gt;
CONVERT-    Converts a number from one measurement system to another&lt;br&gt;
DEC2BIN-    Converts a decimal number to binary&lt;br&gt;
DEC2HEX-    Converts a decimal number to hexadecimal&lt;br&gt;
DEC2OCT-    Converts a decimal number to octal&lt;br&gt;
DELTA-  Tests whether two values are equal&lt;br&gt;
ERF-    Returns the error function&lt;br&gt;
ERFC-   Returns the complementary error function&lt;br&gt;
GESTEP- Tests whether a number is greater than a threshold value&lt;br&gt;
HEX2BIN-    Converts a hexadecimal number to binary&lt;br&gt;
HEX2DEC-    Converts a hexadecimal number to decimal&lt;br&gt;
HEX2OCT-    Converts a hexadecimal number to octal&lt;br&gt;
IMABS-  Returns the absolute value (modulus) of a complex number&lt;br&gt;
IMAGINARY-  Returns the imaginary coefficient of a complex number&lt;br&gt;
IMARGUMENT- Returns the argument theta, an angle expressed in radians&lt;br&gt;
IMCONJUGATE-    Returns the complex conjugate of a complex number&lt;br&gt;
IMCOS-  Returns the cosine of a complex number&lt;br&gt;
IMDIV-  Returns the quotient of two complex numbers&lt;br&gt;
IMEXP-  Returns the exponential of a complex number&lt;br&gt;
IMLN-   Returns the natural logarithm of a complex number&lt;br&gt;
IMLOG10-    Returns the base-10 logarithm of a complex number&lt;br&gt;
IMLOG2- Returns the base-2 logarithm of a complex number&lt;br&gt;
IMPOWER-    Returns a complex number raised to an integer power&lt;br&gt;
IMPRODUCT-  Returns the product of from 2 to 29 complex numbers&lt;br&gt;
IMREAL- Returns the real coefficient of a complex number&lt;br&gt;
IMSIN-  Returns the sine of a complex number&lt;br&gt;
IMSQRT- Returns the square root of a complex number&lt;br&gt;
IMSUB-  Returns the difference between two complex numbers&lt;br&gt;
IMSUM-  Returns the sum of complex numbers&lt;br&gt;
OCT2BIN-    Converts an octal number to binary&lt;br&gt;
OCT2DEC-    Converts an octal number to decimal&lt;br&gt;
OCT2HEX-    Converts an octal number to hexadecimal&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Financial functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
ACCRINT-    Returns the accrued interest for a security that pays periodic interest&lt;br&gt;
ACCRINTM-   Returns the accrued interest for a security that pays interest at maturity&lt;br&gt;
AMORDEGRC-  Returns the depreciation for each accounting period by using a depreciation coefficient&lt;br&gt;
AMORLINC-   Returns the depreciation for each accounting period&lt;br&gt;
COUPDAYBS-  Returns the number of days from the beginning of the coupon period to the settlement date&lt;br&gt;
COUPDAYS-   Returns the number of days in the coupon period that contains the settlement date&lt;br&gt;
COUPDAYSNC- Returns the number of days from the settlement date to the next coupon date&lt;br&gt;
COUPNCD-    Returns the next coupon date after the settlement date&lt;br&gt;
COUPNUM-    Returns the number of coupons payable between the settlement date and maturity date&lt;br&gt;
COUPPCD-    Returns the previous coupon date before the settlement date&lt;br&gt;
CUMIPMT-    Returns the cumulative interest paid between two periods&lt;br&gt;
CUMPRINC-   Returns the cumulative principal paid on a loan between two periods&lt;br&gt;
DB- Returns the depreciation of an asset for a specified period by using the fixed-declining balance method&lt;br&gt;
DDB-    Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify&lt;br&gt;
DISC-   Returns the discount rate for a security&lt;br&gt;
DOLLARDE-   Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number&lt;br&gt;
DOLLARFR-   Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction&lt;br&gt;
DURATION-   Returns the annual duration of a security with periodic interest payments&lt;br&gt;
EFFECT- Returns the effective annual interest rate&lt;br&gt;
FV- Returns the future value of an investment&lt;br&gt;
FVSCHEDULE- Returns the future value of an initial principal after applying a series of compound interest rates&lt;br&gt;
INTRATE-    Returns the interest rate for a fully invested security&lt;br&gt;
IPMT-   Returns the interest payment for an investment for a given period&lt;br&gt;
IRR-    Returns the internal rate of return for a series of cash flows&lt;br&gt;
ISPMT-  Calculates the interest paid during a specific period of an investment&lt;br&gt;
MDURATION-  Returns the Macauley modified duration for a security with an assumed par value of $100&lt;br&gt;
MIRR-   Returns the internal rate of return where positive and negative cash flows are financed at different rates&lt;br&gt;
NOMINAL-    Returns the annual nominal interest rate&lt;br&gt;
NPER-   Returns the number of periods for an investment&lt;br&gt;
NPV-    Returns the net present value of an investment based on a series of periodic cash flows and a discount rate&lt;br&gt;
ODDFPRICE-  Returns the price per $100 face value of a security with an odd first period&lt;br&gt;
ODDFYIELD-  Returns the yield of a security with an odd first period&lt;br&gt;
ODDLPRICE-  Returns the price per $100 face value of a security with an odd last period&lt;br&gt;
ODDLYIELD-  Returns the yield of a security with an odd last period&lt;br&gt;
PMT-    Returns the periodic payment for an annuity&lt;br&gt;
PPMT-   Returns the payment on the principal for an investment for a given period&lt;br&gt;
PRICE-  Returns the price per $100 face value of a security that pays periodic interest&lt;br&gt;
PRICEDISC-  Returns the price per $100 face value of a discounted security&lt;br&gt;
PRICEMAT-   Returns the price per $100 face value of a security that pays interest at maturity&lt;br&gt;
PV- Returns the present value of an investment&lt;br&gt;
RATE-   Returns the interest rate per period of an annuity&lt;br&gt;
RECEIVED-   Returns the amount received at maturity for a fully invested security&lt;br&gt;
SLN-    Returns the straight-line depreciation of an asset for one period&lt;br&gt;
SYD-    Returns the sum-of-years’ digits depreciation of an asset for a specified period&lt;br&gt;
TBILLEQ-    Returns the bond-equivalent yield for a Treasury bill&lt;br&gt;
TBILLPRICE- Returns the price per $100 face value for a Treasury bill&lt;br&gt;
TBILLYIELD- Returns the yield for a Treasury bill&lt;br&gt;
VDB-    Returns the depreciation of an asset for a specified or partial period by using a declining balance method&lt;br&gt;
XIRR-   Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic&lt;br&gt;
XNPV-   Returns the net present value for a schedule of cash flows that is not necessarily periodic&lt;br&gt;
YIELD-  Returns the yield on a security that pays periodic interest&lt;br&gt;
YIELDDISC-  Returns the annual yield for a discounted security; for example, a Treasury bill&lt;br&gt;
YIELDMAT-   Returns the annual yield of a security that pays interest at maturity&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Information functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
CELL-   Returns information about the formatting, location, or contents of a cell&lt;br&gt;
ERROR.TYPE- Returns a number corresponding to an error type&lt;br&gt;
INFO-   Returns information about the current operating environment&lt;br&gt;
ISBLANK-    Returns TRUE if the value is blank&lt;br&gt;
ISERR-  Returns TRUE if the value is any error value except #N/A&lt;br&gt;
ISERROR-    Returns TRUE if the value is any error value&lt;br&gt;
ISEVEN- Returns TRUE if the number is even&lt;br&gt;
ISLOGICAL-  Returns TRUE if the value is a logical value&lt;br&gt;
ISNA-   Returns TRUE if the value is the #N/A error value&lt;br&gt;
ISNONTEXT-  Returns TRUE if the value is not text&lt;br&gt;
ISNUMBER-   Returns TRUE if the value is a number&lt;br&gt;
ISODD-  Returns TRUE if the number is odd&lt;br&gt;
ISREF-  Returns TRUE if the value is a reference&lt;br&gt;
ISTEXT- Returns TRUE if the value is text&lt;br&gt;
N-  Returns a value converted to a number&lt;br&gt;
NA- Returns the error value #N/A&lt;br&gt;
TYPE-   Returns a number indicating the data type of a value&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Logical functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
AND-    Returns TRUE if all of its arguments are TRUE&lt;br&gt;
FALSE-  Returns the logical value FALSE&lt;br&gt;
IF- Specifies a logical test to perform&lt;br&gt;
NOT-    Reverses the logic of its argument&lt;br&gt;
OR- Returns TRUE if any argument is TRUE&lt;br&gt;
TRUE-   Returns the logical value TRUE&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lookup and reference functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
ADDRESS-    Returns a reference as text to a single cell in a worksheet&lt;br&gt;
AREAS-  Returns the number of areas in a reference&lt;br&gt;
CHOOSE- Chooses a value from a list of values&lt;br&gt;
COLUMN- Returns the column number of a reference&lt;br&gt;
COLUMNS-    Returns the number of columns in a reference&lt;br&gt;
GETPIVOTDATA-   Returns data stored in a PivotTable&lt;br&gt;
HLOOKUP-    Looks in the top row of an array and returns the value of the indicated cell&lt;br&gt;
HYPERLINK-  Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet&lt;br&gt;
INDEX-  Uses an index to choose a value from a reference or array&lt;br&gt;
INDIRECT-   Returns a reference indicated by a text value&lt;br&gt;
LOOKUP- Looks up values in a vector or array&lt;br&gt;
MATCH-  Looks up values in a reference or array&lt;br&gt;
OFFSET- Returns a reference offset from a given reference&lt;br&gt;
ROW-    Returns the row number of a reference&lt;br&gt;
ROWS-   Returns the number of rows in a reference&lt;br&gt;
RTD-    Retrieves real-time data from a program that supports COM automation(Automation: A way to work with an application’s objects from another application or development tool. Formerly called OLE Automation, Automation is an industry standard and a feature of the Component Object Model (COM).)&lt;br&gt;
TRANSPOSE-  Returns the transpose of an array&lt;br&gt;
VLOOKUP-    Looks in the first column of an array and moves across the row to return the value of a cell&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Math and trigonometry functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
ABS-    Returns the absolute value of a number&lt;br&gt;
ACOS-   Returns the arccosine of a number&lt;br&gt;
ACOSH-  Returns the inverse hyperbolic cosine of a number&lt;br&gt;
ASIN-   Returns the arcsine of a number&lt;br&gt;
ASINH-  Returns the inverse hyperbolic sine of a number&lt;br&gt;
ATAN-   Returns the arctangent of a number&lt;br&gt;
ATAN2-  Returns the arctangent from x- and y-coordinates&lt;br&gt;
ATANH-  Returns the inverse hyperbolic tangent of a number&lt;br&gt;
CEILING-    Rounds a number to the nearest integer or to the nearest multiple of significance&lt;br&gt;
COMBIN  Returns the number of combinations for a given number of objects&lt;br&gt;
COS-    Returns the cosine of a number&lt;br&gt;
COSH-   Returns the hyperbolic cosine of a number&lt;br&gt;
DEGREES-    Converts radians to degrees&lt;br&gt;
EVEN-   Rounds a number up to the nearest even integer&lt;br&gt;
EXP-    Returns e raised to the power of a given number&lt;br&gt;
FACT-   Returns the factorial of a number&lt;br&gt;
FACTDOUBLE- Returns the double factorial of a number&lt;br&gt;
FLOOR-  Rounds a number down, toward zero&lt;br&gt;
GCD-    Returns the greatest common divisor&lt;br&gt;
INT-    Rounds a number down to the nearest integer&lt;br&gt;
LCM-    Returns the least common multiple&lt;br&gt;
LN- Returns the natural logarithm of a number&lt;br&gt;
LOG-    Returns the logarithm of a number to a specified base&lt;br&gt;
LOG10-  Returns the base-10 logarithm of a number&lt;br&gt;
MDETERM-    Returns the matrix determinant of an array&lt;br&gt;
MINVERSE-   Returns the matrix inverse of an array&lt;br&gt;
MMULT-  Returns the matrix product of two arrays&lt;br&gt;
MOD-    Returns the remainder from division&lt;br&gt;
MROUND- Returns a number rounded to the desired multiple&lt;br&gt;
MULTINOMIAL-    Returns the multinomial of a set of numbers&lt;br&gt;
ODD-    Rounds a number up to the nearest odd integer&lt;br&gt;
PI- Returns the value of pi&lt;br&gt;
POWER-  Returns the result of a number raised to a power&lt;br&gt;
PRODUCT-    Multiplies its arguments&lt;br&gt;
QUOTIENT-   Returns the integer portion of a division&lt;br&gt;
RADIANS-    Converts degrees to radians&lt;br&gt;
RAND-   Returns a random number between 0 and 1&lt;br&gt;
RANDBETWEEN-    Returns a random number between the numbers you specify&lt;br&gt;
ROMAN-  Converts an arabic numeral to roman, as text&lt;br&gt;
ROUND-  Rounds a number to a specified number of digits&lt;br&gt;
ROUNDDOWN-  Rounds a number down, toward zero&lt;br&gt;
ROUNDUP-    Rounds a number up, away from zero&lt;br&gt;
SERIESSUM-  Returns the sum of a power series based on the formula&lt;br&gt;
SIGN-   Returns the sign of a number&lt;br&gt;
SIN-    Returns the sine of the given angle&lt;br&gt;
SINH-   Returns the hyperbolic sine of a number&lt;br&gt;
SQRT-   Returns a positive square root&lt;br&gt;
SQRTPI- Returns the square root of (number * pi)&lt;br&gt;
SUBTOTAL-   Returns a subtotal in a list or database&lt;br&gt;
SUM-    Adds its arguments&lt;br&gt;
SUMIF-  Adds the cells specified by a given criteria&lt;br&gt;
SUMPRODUCT- Returns the sum of the products of corresponding array components&lt;br&gt;
SUMSQ-  Returns the sum of the squares of the arguments&lt;br&gt;
SUMX2MY2-   Returns the sum of the difference of squares of corresponding values in two arrays&lt;br&gt;
SUMX2PY2-   Returns the sum of the sum of squares of corresponding values in two arrays&lt;br&gt;
SUMXMY2-    Returns the sum of squares of differences of corresponding values in two arrays&lt;br&gt;
TAN-    Returns the tangent of a number&lt;br&gt;
TANH-   Returns the hyperbolic tangent of a number&lt;br&gt;
TRUNC-  Truncates a number to an integer&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Statistical functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
AVEDEV- Returns the average of the absolute deviations of data points from their mean&lt;br&gt;
AVERAGE-    Returns the average of its arguments&lt;br&gt;
AVERAGEA-   Returns the average of its arguments, including numbers, text, and logical values&lt;br&gt;
BETADIST-   Returns the beta cumulative distribution function&lt;br&gt;
BETAINV-    Returns the inverse of the cumulative distribution function for a specified beta distribution&lt;br&gt;
BINOMDIST-  Returns the individual term binomial distribution probability&lt;br&gt;
CHIDIST-    Returns the one-tailed probability of the chi-squared distribution&lt;br&gt;
CHIINV- Returns the inverse of the one-tailed probability of the chi-squared distribution&lt;br&gt;
CHITEST-    Returns the test for independence&lt;br&gt;
CONFIDENCE- Returns the confidence interval for a population mean&lt;br&gt;
CORREL- Returns the correlation coefficient between two data sets&lt;br&gt;
COUNT-  Counts how many numbers are in the list of arguments&lt;br&gt;
COUNTA- Counts how many values are in the list of arguments&lt;br&gt;
COUNTBLANK- Counts the number of blank cells within a range&lt;br&gt;
COUNTIF-    Counts the number of nonblank cells within a range that meet the given criteria&lt;br&gt;
COVAR-  Returns covariance, the average of the products of paired deviations&lt;br&gt;
CRITBINOM-  Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value&lt;br&gt;
DEVSQ-  Returns the sum of squares of deviations&lt;br&gt;
EXPONDIST-  Returns the exponential distribution&lt;br&gt;
FDIST-  Returns the F probability distribution&lt;br&gt;
FINV-   Returns the inverse of the F probability distribution&lt;br&gt;
FISHER- Returns the Fisher transformation&lt;br&gt;
FISHERINV-  Returns the inverse of the Fisher transformation&lt;br&gt;
FORECAST-   Returns a value along a linear trend&lt;br&gt;
FREQUENCY-  Returns a frequency distribution as a vertical array&lt;br&gt;
FTEST-  Returns the result of an F-test&lt;br&gt;
GAMMADIST-  Returns the gamma distribution&lt;br&gt;
GAMMAINV-   Returns the inverse of the gamma cumulative distribution&lt;br&gt;
GAMMALN-    Returns the natural logarithm of the gamma function, Γ(x)&lt;br&gt;
GEOMEAN-    Returns the geometric mean&lt;br&gt;
GROWTH- Returns values along an exponential trend&lt;br&gt;
HARMEAN-    Returns the harmonic mean&lt;br&gt;
HYPGEOMDIST-    Returns the hypergeometric distribution&lt;br&gt;
INTERCEPT-  Returns the intercept of the linear regression line&lt;br&gt;
KURT-   Returns the kurtosis of a data set&lt;br&gt;
LARGE-  Returns the k-th largest value in a data set&lt;br&gt;
LINEST- Returns the parameters of a linear trend&lt;br&gt;
LOGEST- Returns the parameters of an exponential trend&lt;br&gt;
LOGINV- Returns the inverse of the lognormal distribution&lt;br&gt;
LOGNORMDIST-    Returns the cumulative lognormal distribution&lt;br&gt;
MAX-    Returns the maximum value in a list of arguments&lt;br&gt;
MAXA-   Returns the maximum value in a list of arguments, including numbers, text, and logical values&lt;br&gt;
MEDIAN- Returns the median of the given numbers&lt;br&gt;
MIN-    Returns the minimum value in a list of arguments&lt;br&gt;
MINA-   Returns the smallest value in a list of arguments, including numbers, text, and logical values&lt;br&gt;
MODE-   Returns the most common value in a data set&lt;br&gt;
NEGBINOMDIST-   Returns the negative binomial distribution&lt;br&gt;
NORMDIST-   Returns the normal cumulative distribution&lt;br&gt;
NORMINV-    Returns the inverse of the normal cumulative distribution&lt;br&gt;
NORMSDIST-  Returns the standard normal cumulative distribution&lt;br&gt;
NORMSINV-   Returns the inverse of the standard normal cumulative distribution&lt;br&gt;
PEARSON- Returns the Pearson product moment correlation coefficient&lt;br&gt;
PERCENTILE- Returns the k-th percentile of values in a range&lt;br&gt;
PERCENTRANK-    Returns the percentage rank of a value in a data set&lt;br&gt;
PERMUT- Returns the number of permutations for a given number of objects&lt;br&gt;
POISSON-    Returns the Poisson distribution&lt;br&gt;
PROB-   Returns the probability that values in a range are between two limits&lt;br&gt;
QUARTILE-   Returns the quartile of a data set&lt;br&gt;
RANK-   Returns the rank of a number in a list of numbers&lt;br&gt;
RSQ-    Returns the square of the Pearson product moment correlation coefficient&lt;br&gt;
SKEW-   Returns the skewness of a distribution&lt;br&gt;
SLOPE-  Returns the slope of the linear regression line&lt;br&gt;
SMALL-  Returns the k-th smallest value in a data set&lt;br&gt;
STANDARDIZE-    Returns a normalized value&lt;br&gt;
STDEV-  Estimates standard deviation based on a sample&lt;br&gt;
STDEVA- Estimates standard deviation based on a sample, including numbers, text, and logical values&lt;br&gt;
STDEVP- Calculates standard deviation based on the entire population&lt;br&gt;
STDEVPA-    Calculates standard deviation based on the entire population, including numbers, text, and logical values&lt;br&gt;
STEYX-  Returns the standard error of the predicted y-value for each x in the regression&lt;br&gt;
TDIST-  Returns the Student’s t-distribution&lt;br&gt;
TINV-   Returns the inverse of the Student’s t-distribution&lt;br&gt;
TREND-  Returns values along a linear trend&lt;br&gt;
TRIMMEAN-   Returns the mean of the interior of a data set&lt;br&gt;
TTEST-  Returns the probability associated with a Student’s t-test&lt;br&gt;
VAR-    Estimates variance based on a sample&lt;br&gt;
VARA-   Estimates variance based on a sample, including numbers, text, and logical values&lt;br&gt;
VARP-   Calculates variance based on the entire population&lt;br&gt;
VARPA-  Calculates variance based on the entire population, including numbers, text, and logical values&lt;br&gt;
WEIBULL Returns the Weibull distribution&lt;br&gt;
ZTEST-  Returns the one-tailed probability-value of a z-test&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Text functions&lt;/strong&gt;&lt;br&gt;
REPLACE, REPLACEB&lt;br&gt;
&lt;strong&gt;Function&lt;/strong&gt;    &lt;strong&gt;Description&lt;/strong&gt;&lt;br&gt;
ASC-    Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters&lt;br&gt;
BAHTTEXT-   Converts a number to text, using the ß (baht) currency format&lt;br&gt;
CHAR-   Returns the character specified by the code number&lt;br&gt;
CLEAN-  Removes all nonprintable characters from text&lt;br&gt;
CODE-   Returns a numeric code for the first character in a text string&lt;br&gt;
CONCATENATE-    Joins several text items into one text item&lt;br&gt;
DOLLAR- Converts a number to text, using the $ (dollar) currency format&lt;br&gt;
EXACT-  Checks to see if two text values are identical&lt;br&gt;
FIND, FINDB-    Finds one text value within another (case-sensitive)&lt;br&gt;
FIXED-  Formats a number as text with a fixed number of decimals&lt;br&gt;
JIS-    Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters&lt;br&gt;
LEFT, LEFTB-    Returns the leftmost characters from a text value&lt;br&gt;
LEN, LENB-  Returns the number of characters in a text string&lt;br&gt;
LOWER   Converts text to lowercase&lt;br&gt;
MID, MIDB-  Returns a specific number of characters from a text string starting at the position you specify&lt;br&gt;
PHONETIC-   Extracts the phonetic (furigana) characters from a text string&lt;br&gt;
PROPER- Capitalizes the first letter in each word of a text value&lt;br&gt;
Replaces characters within text&lt;br&gt;
REPT-   Repeats text a given number of times&lt;br&gt;
RIGHT, RIGHTB-  Returns the rightmost characters from a text value&lt;br&gt;
SEARCH, SEARCHB-    Finds one text value within another (not case-sensitive)&lt;br&gt;
SUBSTITUTE- Substitutes new text for old text in a text string&lt;br&gt;
T-  Converts its arguments to text&lt;br&gt;
TEXT-   Formats a number and converts it to text&lt;br&gt;
TRIM-   Removes spaces from text&lt;br&gt;
UPPER-  Converts text to uppercase&lt;br&gt;
VALUE-  Converts a text argument to a number&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;External functions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Function  Description&lt;/strong&gt;&lt;br&gt;
EUROCONVERT-    Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)&lt;br&gt;
SQL.REQUEST-    Connects with an external data source and runs a query from a worksheet, then returns the result as an array without the need for macro programming&lt;/p&gt;

</description>
      <category>computer</category>
      <category>grade11</category>
      <category>excel</category>
      <category>functions</category>
    </item>
    <item>
      <title>Computer Architecture</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/computer-architecture-28n2</link>
      <guid>https://tyrocity.com/computer-notes/computer-architecture-28n2</guid>
      <description>&lt;p&gt;Computer architecture can be defined as the arrangement or construction or design of different components of a computer. It defines how the different components of the computer are connected with each other.&lt;/p&gt;

&lt;p&gt;Different components of the computer are given below:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Input unit&lt;/li&gt;
&lt;li&gt;Memory unit&lt;/li&gt;
&lt;li&gt;CPU&lt;/li&gt;
&lt;li&gt;Output unit&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;1. Input unit&lt;/strong&gt;&lt;br&gt;
Input Unit is responsible for providing data and instructions to the CPU. It accepts input, converts it into computer’s format and provides it to system memory.&lt;br&gt;
Keyboard is the most common input device. Some other input devices include mouse, joystick, light pen, touch screen, scanner, webcam, and microphone, touch pad and so forth.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Memory unit&lt;/strong&gt;&lt;br&gt;
Memory unit is responsible for storing data and instructions either for a short or longer period of time. Memory is of two types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Primary Memory/Main memory&lt;/li&gt;
&lt;li&gt;Secondary Memory/Auxiliary memory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Primary memory&lt;/strong&gt;&lt;br&gt;
Primary memory is used for storing data and instructions during processing. It is the only memory which is directly accessible to CPU. It is expensive, faster and used in small capacity.&lt;br&gt;
Examples:&lt;br&gt;
· RAM&lt;br&gt;
· ROM&lt;br&gt;
· Cache memory&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Secondary memory&lt;/strong&gt;&lt;br&gt;
It is the additional memory used for storing huge amount of data for a longer period of time. It is also used for transferring data from one computer to another. It is usually cheaper, slower and used in larger capacity. It is not directly accessible to CPU.&lt;br&gt;
Examples: CD, DVD, Hard disk, pen drive, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. CPU (Central processing unit)&lt;/strong&gt;&lt;br&gt;
CPU is responsible for processing the inputs for generating the outputs. It controls all the component of the computer. CPU contains three sub-components. They are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ALU&lt;/li&gt;
&lt;li&gt;CU&lt;/li&gt;
&lt;li&gt;Set of Registers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- ALU (Arithmetic and logic unit)&lt;/strong&gt;&lt;br&gt;
It performs arithmetic and logical operations. It performs all its task according to the control signal from CU.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- CU (Control unit)&lt;/strong&gt;&lt;br&gt;
CU is responsible for controlling all the components of the computer including input devices, output devices, memory devices and other components of CPU. It uses control signal for controlling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Set of registers&lt;/strong&gt;&lt;br&gt;
Register is a temporary memory present in CPU. It is used for storing data instructions while it is being processed by CPU. CPU contains registers like MAR, MBR, TR, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Output unit&lt;/strong&gt;&lt;br&gt;
Output unit is responsible for providing the result after processing. It converts the output from computer’s format into user understandable format before providing it to the user. The outputs generated by the computer are of two types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Soft copy output&lt;/li&gt;
&lt;li&gt;Hard copy output&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;- Soft copy output&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The output from monitor, speaker, projector, etc. is termed as soft copy output. User cannot touch or feel this output. This output remains with the user till the computer is in ON state. User can modify the output is required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- Hard copy output&lt;/strong&gt;&lt;br&gt;
The output from printer and plotter is termed as hard copy output. User can touch or feel this output. After the output is generated, it remains with the user even if the computer is in OFF state. User cannot modify the output.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>computerarchitecture</category>
    </item>
    <item>
      <title>SPOOL (Simultaneous Peripheral Operation On-line)</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/spool-simultaneous-peripheral-operation-on-line-37km</link>
      <guid>https://tyrocity.com/computer-notes/spool-simultaneous-peripheral-operation-on-line-37km</guid>
      <description>&lt;p&gt;It is a free space of secondary memory managed by OS for the communication with peripheral devices like printer. It is required because of the difference in the operating speed of the CPU and peripheral devices. Peripheral devices are slow in their operation. The process of using SPOOL is known as spooling.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>spool</category>
    </item>
    <item>
      <title>Operating system</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/operating-system-8l1</link>
      <guid>https://tyrocity.com/computer-notes/operating-system-8l1</guid>
      <description>&lt;p&gt;Operating system is an interface between computer and hardware and application software. Without OS no computer can be operated. Operating system is regarded as the heart of living being for a computer system.&lt;br&gt;
In other words, OS is defined as a program or suit (support for) of programs that controls the entire operation of the computer, such as recognizing input from keyboard, sending output to the display screen keeping track of files and directories on the disk and controlling peripheral devices such as disk drives and printers.&lt;/p&gt;

&lt;p&gt;Basic organization of operating system:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tyrocity.com/images/CtsBeivEoavLqK41SKUWwPGp2W396IWme9BuD2kRaSE/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy95d3c3eGhnNW9w/OW0xbWF5MXZmZS5w/bmc" class="article-body-image-wrapper"&gt;&lt;img src="https://tyrocity.com/images/CtsBeivEoavLqK41SKUWwPGp2W396IWme9BuD2kRaSE/w:880/mb:500000/ar:1/aHR0cHM6Ly90eXJv/Y2l0eS5jb20vdXBs/b2Fkcy9hcnRpY2xl/cy95d3c3eGhnNW9w/OW0xbWF5MXZmZS5w/bmc" alt="Organization of operating system"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;It is a temporary memory located in different hardware devices mainly I/O devices. This memory is used to store data during I/O process. The process of using buffer for computer operation is known as buffering.&lt;/p&gt;

</description>
      <category>grade11</category>
      <category>computernotes</category>
      <category>buffer</category>
    </item>
    <item>
      <title>Computer Science HSEB-XI 2069</title>
      <dc:creator>Computer 11 Notes</dc:creator>
      <pubDate>Sun, 08 Apr 2012 05:41:42 +0000</pubDate>
      <link>https://tyrocity.com/computer-notes/computer-science-hseb-xi-2069-5aia</link>
      <guid>https://tyrocity.com/computer-notes/computer-science-hseb-xi-2069-5aia</guid>
      <description>&lt;p&gt;&lt;strong&gt;Computer science (HSEB-grade XI)-2069 (2012)&lt;/strong&gt;&lt;br&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;
Long answer questions&lt;br&gt;
Attempt any three questions. 3×10=30&lt;br&gt;
&lt;strong&gt;1.&lt;/strong&gt; What is an operating system? Explain the functions of operating system.&lt;br&gt;
&lt;strong&gt;2.&lt;/strong&gt; What is memory in the computer system? Explain primary and secondary memory.&lt;br&gt;
&lt;strong&gt;3.&lt;/strong&gt; What is programming? Differentiate between compiler and interpreter.&lt;br&gt;
&lt;strong&gt;4.&lt;/strong&gt; What is Boolean algebra? Describe AND gate, OR gate, NOT gate and NAND gate symbol and Truth Table.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group ‘B’&lt;/strong&gt;&lt;br&gt;
Short answer questions&lt;br&gt;
Attempt any nine questions. 9×5=45&lt;br&gt;
&lt;strong&gt;5.&lt;/strong&gt; Why computer is known as versatile and diligent device? Explain.&lt;br&gt;
&lt;strong&gt;6.&lt;/strong&gt; What is mobile computing? Explain.&lt;br&gt;
Or&lt;br&gt;
Differentiate between analog and digital computer.&lt;br&gt;
&lt;strong&gt;7.&lt;/strong&gt; Convert (110111101)2 binary number into octal number.&lt;br&gt;
&lt;strong&gt;8.&lt;/strong&gt; What is BUS in terms of computer architecture? Explain.&lt;br&gt;
&lt;strong&gt;9.&lt;/strong&gt; Differentiate between Impact and Non-impact printers with examples.&lt;br&gt;
&lt;strong&gt;10.&lt;/strong&gt; What is internet? Write down the uses of internet.&lt;br&gt;
Or&lt;br&gt;
Explain the features of word processor.&lt;br&gt;
&lt;strong&gt;11.&lt;/strong&gt; What is web page? List the features of web page.&lt;br&gt;
Or&lt;br&gt;
Write down the advantages and disadvantages of DBMS. (Old)&lt;br&gt;
&lt;strong&gt;12.&lt;/strong&gt; What is CPU? Write down the functions of CPU.&lt;br&gt;
&lt;strong&gt;13.&lt;/strong&gt; Explain the types of programming errors with examples.&lt;br&gt;
&lt;strong&gt;14.&lt;/strong&gt; Subtract (1100)2 from (1111)2 using 1st and 2nd complement method.&lt;br&gt;
&lt;strong&gt;15.&lt;/strong&gt; Write short notes on:&lt;/p&gt;

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

</description>
      <category>grade11</category>
      <category>computer</category>
      <category>hseb</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>
