|
|
(5 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Every computer is composed of two basic components: '''hardware and software'''. | | Every computer is composed of two basic components: '''hardware and software'''. |
| * '''hardware''' includes the Physical features, which are every part that you can either see or touch, for example: monitor, case, keyboard, mouse, and printer.
| |
| * The part which activates the physical components called '''software'''. It includes the features that responsible for directing the work to the hardware. Software can be divided int the programs and data.
| |
| ==== von-Neumann architecture of the computer ====
| |
| Von-Neumann computer consists of two main components: memory and CPU. The rest of the computer can be viewed as input/output devices for the two main components. This concept has not yet been overcome and even the latest computers still come from von-Neumann architecture.
| |
| [[File:Von Neumann Architecture.svg|thumb|von- Neumann architecture]]
| |
|
| |
|
| ==== '''Application Software''' ====
| | *'''Hardware''' includes the Physical features, which are every part that you can either see or touch, for example: monitor, case, keyboard, mouse, and printer. |
| An '''application software '''is a computer program designed to perform a group of coordinated functions, tasks, or activities. Examples of an application include a word processor, a spreadsheet, an accounting application, a web browser, a media player or a console game<sup>[1]</sup>. Applications may be connected with the computer and its system software or may be published separately, and may be coded as proprietary or open-source.
| | *The part which activates the physical components is called '''software'''. It includes the features that are responsible for directing the work to the hardware. Software can be divided into the programs and data. |
|
| |
|
| ==== Operating System ==== | | ====Von-Neumann architecture of the computer==== |
| '''Operating system''' is defined as a system software that manages computer hardware and software resources and provides common services for computer programs. All computer programs require an operating system to function. Operating system controls computer's hardware, run the computer's programs and orgenizes files.
| | Von-Neumann computer consists of two main components: memory and CPU (Central Processing Unit). The rest of the computer can be viewed as input/output devices for the two main components. This concept has not yet been overcome and even the latest computers still come from von-Neumann architecture. |
| | [[File:Von Neumann Architecture.svg|thumb|von- Neumann architecture]] |
|
| |
|
| There are three features that operating system manage and control, which are:
| | ===='''Application Software'''==== |
| # <!--[if !supportLists]-->Process management, code execution, context switching and multitasking.
| | An '''application software '''is a computer program designed to perform a group of coordinated functions, tasks, or activities. Examples of an application include a word processor, a spreadsheet, an accounting application, a web browser, a media player, or a console game<sup>[1]</sup>. Applications may be connected with the computer and its system software or may be published separately, and may be coded as proprietary or open-source. |
| # <!--[if !supportLists]-->Memory management, allocation, sharing, and virtual memory.
| |
| # Device management, input/output, disk access, interrupt handling.
| |
|
| |
|
| ==== '''CPU''' ==== | | ====Operating System==== |
| Central processing unit. Unit that bring the instruction from memory to be executed and decodes. | | '''Operating system''' is defined as a system software that manages computer hardware and software resources and provides common services for computer programs. All application software computer programs require an operating system to function. Operating system controls computer's hardware, run the computer's programs, and organizes files.<!--[if !supportLists]--><!--[if !supportLists]--> |
| | ===='''CPU'''==== |
| | Central processing unit. Unit that brings the instructions from memory to be executed and decoded. |
|
| |
|
| ==== Storing device ==== | | ====Storing device==== |
| Any hardware that can hold information, temporarily or permanently. We distinguish two types of storage: a primary storage device (RAM), and a secondary storage device (hard drive). Secondary storage can be removable, internal, or external storage. | | Any hardware that can hold information, temporarily or permanently. We distinguish two types of storage: a primary storage device (RAM), and a secondary storage device (hard drive). Secondary storage can be removable, internal, or external storage. |
|
| |
|
| Examples of permanent computer storage: | | Examples of permanent computer storage: |
|
| |
|
| 1. Magnetic storage deviced- for example: hard drive, floppy diskette etc. | | 1. Magnetic storage devices: hard drive, floppy diskette etc. |
| | |
| 2. Optical- example: blu-ray disc, CD-rom disc etc.
| |
|
| |
|
| 3. Flash memory devices- memory card, memory stick. SSD
| | 2. Optical: blu-ray disc, CD-rom disc etc. |
|
| |
|
| 4. Online and cloud- cloud storage, network media.
| | 3. Flash memory devices: memory card, memory stick, SSD |
|
| |
|
| ==== RAM ==== | | ====RAM==== |
| Is random acsses memory, keeps the data and general purpose program that the compter executes. RAM is not permanent, its contain can be changed and it is erased when the computer is off.
| | It stands for random access memory, it keeps the data and general purpose program that the compter is executing at the moment. RAM is not permanent; its content can be changed and it is erased when the computer is off. |
|
| |
|
| ==== Motherboard ==== | | ====Motherboard==== |
| is the physical arrangement in a computer that contains the computer's basic circuitry and components. It has a socket for the CPU, RAM and expansion part (sound cards, graphic cards ETC) and also connects together the CPU, memory, hard drives, optical drives, video card and more. | | It is the physical arrangement in a computer that contains the computer's basic circuitry and components. It has a socket for the CPU, RAM and expansion part (sound cards, graphic cards ETC) and also connects together the CPU, memory, hard drives, optical drives, video card and more. |
|
| |
|
| ==== Bits and bytes ==== | | ====Bits and bytes==== |
| '''Bits'''- are the smallest storage units in the computer. A bit can store just 0 or 1, which is called binary, and therefore can be stored by physical devices or systems that has two separate states. For example 2 positions, or states of an electrical switch, the two states being ‘on‘ and ‘off‘. A bit can also be described as true/ false, no/ yes etc. Notice that a bit has only two coding options, or 2 values. One bit is too small to be used, and thus computers use a larger storage unit called bytes. | | '''Bit '''is the smallest storage unit in the computer. A bit can store just 0 or 1, which is called binary, and therefore can be stored by physical devices or systems that has two separate states. For example 2 positions, or states of an electrical switch, the two states being ‘on‘ and ‘off‘. A bit can also be described as true/ false, no/ yes etc. Notice that a bit has only two coding options, or 2 values. One bit is too small to be used, and thus computers use a larger storage unit called bytes. |
|
| |
|
| '''Bytes'''- are made of bits. 8 bits are used to create 1 byte. Notice that a Byte has 2<sup>8</sup> coding options, 256 values. RAM, hard drives and flash drives, are all types of storages measured by Bytes. | | '''Bytes'''- are made of bits. 8 bits are used to create 1 byte. Notice that a Byte has 2<sup>8</sup> coding options, 256 values. RAM, hard drives and flash drives, are all types of storages measured by Bytes. |
|
| |
|
| Other storage units: | | Other storage units: |
| * 1 KB (kilobytes)= 1024 bytes
| |
| * 1 MB (megabytes)= 1024 KB
| |
| * 1 GB (gigabyte)= 1024 MB
| |
| * 1 TB (terabyte)= 1024 GB
| |
| * 1 PB (petabyte)= 1024 TB
| |
| ==== Data ====
| |
| is any set of characters that has been gathered and translated for some purpose, usually analysis. It can be any character, including text and numbers, pictures, sound, or video. '''If data is not put into context, it doesn't do anything to a human or computer.''' Within a computer's storage, data is a collection of numbers represented as bytes that are in turn composed of bits.
| |
|
| |
|
| ==== Information ==== | | *1 KB (kilobytes)= 1024 Bytes |
| | *1 MB (megabytes)= 1024 KB |
| | *1 GB (gigabyte)= 1024 MB |
| | *1 TB (terabyte)= 1024 GB |
| | *1 PB (petabyte)= 1024 TB |
| | |
| | ====Data==== |
| | is any set of characters that has been gathered and translated for some purpose, usually analysis. It can be any character, including text and numbers, pictures, sound, or video. If data is not put into context, it doesn't do anything to a human or computer. Within a computer's storage, data is a collection of numbers represented as bytes that are in turn composed of bits. |
| | |
| | ====Information==== |
| a meaning change data into information. For instance letter A, is only a data for an illiterate person but an information for someone who can read. | | a meaning change data into information. For instance letter A, is only a data for an illiterate person but an information for someone who can read. |
|
| |
|
| ==== Knowledge ==== | | ====Knowledge==== |
| is a familiarity, awareness or understanding of someone or something, such as facts, information, descriptions or skills, which is acquired through experience or education by perceiving, discovering, or learning. Knowledge can refer to a theoretical or practical understanding of a subject. | | is a familiarity, awareness, or understanding of someone or something, such as facts, information, descriptions or skills, which is acquired through experience or education by perceiving, discovering, or learning. Knowledge can refer to a theoretical or practical understanding of a subject. |
|
| |
|
| ==== algorithm ==== | | ====Algorithm==== |
| is a procedure or formula for solving a problem, based on conducting a sequence of specified actions. A computer program can be viewed as an elaborate algorithm. In mathematics and computer science, an algorithm usually means a small procedure that solves a recurrent problem. | | is a procedure or formula for solving a problem based on conducting a sequence of specified actions. A computer program can be viewed as an elaborate algorithm. In mathematics and computer science, an algorithm usually means a small procedure that solves a recurrent problem. |
|
| |
|
| == <br> | | ==References== |
| <nowiki> </nowiki>References ==<!--[if gte mso 9]><xml>
| |
| <w:WordDocument>
| |
| <w:View>Normal</w:View>
| |
| <w:Zoom>0</w:Zoom>
| |
| <w:TrackMoves/>
| |
| <w:TrackFormatting/>
| |
| <w:HyphenationZone>21</w:HyphenationZone>
| |
| <w:PunctuationKerning/>
| |
| <w:ValidateAgainstSchemas/>
| |
| <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
| |
| <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
| |
| <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
| |
| <w:DoNotPromoteQF/>
| |
| <w:LidThemeOther>EN-US</w:LidThemeOther>
| |
| <w:LidThemeAsian>JA</w:LidThemeAsian>
| |
| <w:LidThemeComplexScript>HE</w:LidThemeComplexScript>
| |
| <w:Compatibility>
| |
| <w:BreakWrappedTables/>
| |
| <w:SnapToGridInCell/>
| |
| <w:WrapTextWithPunct/>
| |
| <w:UseAsianBreakRules/>
| |
| <w:DontGrowAutofit/>
| |
| <w:SplitPgBreakAndParaMark/>
| |
| <w:EnableOpenTypeKerning/>
| |
| <w:DontFlipMirrorIndents/>
| |
| <w:OverrideTableStyleHps/>
| |
| </w:Compatibility>
| |
| <m:mathPr>
| |
| <m:mathFont m:val="Cambria Math"/>
| |
| <m:brkBin m:val="before"/>
| |
| <m:brkBinSub m:val="--"/>
| |
| <m:smallFrac m:val="off"/>
| |
| <m:dispDef/>
| |
| <m:lMargin m:val="0"/>
| |
| <m:rMargin m:val="0"/>
| |
| <m:defJc m:val="centerGroup"/>
| |
| <m:wrapIndent m:val="1440"/>
| |
| <m:intLim m:val="subSup"/>
| |
| <m:naryLim m:val="undOvr"/>
| |
| </m:mathPr></w:WordDocument>
| |
| </xml><![endif]--><!--[if gte mso 9]><xml>
| |
| <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
| |
| DefSemiHidden="false" DefQFormat="false" DefPriority="99"
| |
| LatentStyleCount="382">
| |
| <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
| |
| <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
| |
| <w:LsdException Locked="false" Priority="9" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 6"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 7"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 8"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index 9"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 1"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 2"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 3"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 4"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 5"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 6"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 7"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 8"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="toc 9"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Normal Indent"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="footnote text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="annotation text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="header"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="footer"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="index heading"/>
| |
| <w:LsdException Locked="false" Priority="35" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="caption"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="table of figures"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="envelope address"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="envelope return"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="footnote reference"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="annotation reference"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="line number"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="page number"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="endnote reference"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="endnote text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="table of authorities"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="macro"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="toa heading"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Bullet"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Number"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Bullet 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Bullet 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Bullet 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Bullet 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Number 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Number 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Number 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Number 5"/>
| |
| <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Closing"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Signature"/>
| |
| <w:LsdException Locked="false" Priority="1" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="Default Paragraph Font"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text Indent"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Continue"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Continue 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Continue 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Continue 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="List Continue 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Message Header"/>
| |
| <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Salutation"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Date"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text First Indent"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text First Indent 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Heading"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text Indent 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Body Text Indent 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Block Text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Hyperlink"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="FollowedHyperlink"/>
| |
| <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
| |
| <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Document Map"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Plain Text"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="E-mail Signature"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Top of Form"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Bottom of Form"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Normal (Web)"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Acronym"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Address"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Cite"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Code"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Definition"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Keyboard"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Preformatted"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Sample"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Typewriter"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="HTML Variable"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Normal Table"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="annotation subject"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="No List"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Outline List 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Outline List 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Outline List 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Simple 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Simple 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Simple 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Classic 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Classic 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Classic 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Classic 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Colorful 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Colorful 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Colorful 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Columns 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Columns 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Columns 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Columns 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Columns 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 6"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 7"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Grid 8"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 6"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 7"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table List 8"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table 3D effects 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table 3D effects 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table 3D effects 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Contemporary"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Elegant"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Professional"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Subtle 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Subtle 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Web 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Web 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Web 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Balloon Text"/>
| |
| <w:LsdException Locked="false" Priority="39" Name="Table Grid"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Table Theme"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 2"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 3"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 4"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 5"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 6"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 7"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 8"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Note Level 9"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
| |
| <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
| |
| <w:LsdException Locked="false" Priority="34" QFormat="true"
| |
| Name="List Paragraph"/>
| |
| <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
| |
| <w:LsdException Locked="false" Priority="30" QFormat="true"
| |
| Name="Intense Quote"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="19" QFormat="true"
| |
| Name="Subtle Emphasis"/>
| |
| <w:LsdException Locked="false" Priority="21" QFormat="true"
| |
| Name="Intense Emphasis"/>
| |
| <w:LsdException Locked="false" Priority="31" QFormat="true"
| |
| Name="Subtle Reference"/>
| |
| <w:LsdException Locked="false" Priority="32" QFormat="true"
| |
| Name="Intense Reference"/>
| |
| <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
| |
| <w:LsdException Locked="false" Priority="37" SemiHidden="true"
| |
| UnhideWhenUsed="true" Name="Bibliography"/>
| |
| <w:LsdException Locked="false" Priority="39" SemiHidden="true"
| |
| UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
| |
| <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
| |
| <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
| |
| <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
| |
| <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
| |
| <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
| |
| <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
| |
| <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
| |
| <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
| |
| <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="Grid Table 1 Light Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="Grid Table 6 Colorful Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="Grid Table 7 Colorful Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
| |
| <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
| |
| <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 1"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 2"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 3"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 4"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 5"/>
| |
| <w:LsdException Locked="false" Priority="46"
| |
| Name="List Table 1 Light Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="51"
| |
| Name="List Table 6 Colorful Accent 6"/>
| |
| <w:LsdException Locked="false" Priority="52"
| |
| Name="List Table 7 Colorful Accent 6"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Mention"/>
| |
| <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
| |
| Name="Smart Hyperlink"/>
| |
| </w:LatentStyles>
| |
| </xml><![endif]-->
| |
|
| |
|
| <!--[if gte mso 10]> | | <!--[if gte mso 10]> |
Line 726: |
Line 90: |
| <!--StartFragment--><!--EndFragment--><!--[if !supportLists]-->1. | | <!--StartFragment--><!--EndFragment--><!--[if !supportLists]-->1. |
| <!--[endif]-->"Application | | <!--[endif]-->"Application |
| software". ''PC Magazine''. Ziff Davis. | | software". ''PC Magazine''. Ziff Davis.<!--[if gte mso 9]><xml> |
| <!--[if gte mso 9]><xml> | |
| <o:OfficeDocumentSettings> | | <o:OfficeDocumentSettings> |
| <o:AllowPNG/> | | <o:AllowPNG/> |
| </o:OfficeDocumentSettings> | | </o:OfficeDocumentSettings> |
| </xml><![endif]--> | | </xml><![endif]--><!--[if gte mso 9]><xml> |
| | |
| <!--[if gte mso 9]><xml> | |
| <w:WordDocument> | | <w:WordDocument> |
| <w:View>Normal</w:View> | | <w:View>Normal</w:View> |
Line 1,365: |
Line 726: |
| </w:LatentStyles> | | </w:LatentStyles> |
| </xml><![endif]--> | | </xml><![endif]--> |
| | ====external links==== |
| | http://www.computerhope.com |
|
| |
|
| <!--[if gte mso 10]>
| | http://whatis.techtarget.com/definition/algorithm |
| <style>
| |
| /* Style Definitions */
| |
| table.MsoNormalTable
| |
| {mso-style-name:"Tabela normal";
| |
| mso-tstyle-rowband-size:0;
| |
| mso-tstyle-colband-size:0;
| |
| mso-style-noshow:yes;
| |
| mso-style-priority:99;
| |
| mso-style-parent:"";
| |
| mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
| |
| mso-para-margin-top:0cm;
| |
| mso-para-margin-right:0cm;
| |
| mso-para-margin-bottom:8.0pt;
| |
| mso-para-margin-left:0cm;
| |
| line-height:107%;
| |
| mso-pagination:widow-orphan;
| |
| font-size:11.0pt;
| |
| font-family:Calibri;
| |
| mso-ascii-font-family:Calibri;
| |
| mso-ascii-theme-font:minor-latin;
| |
| mso-hansi-font-family:Calibri;
| |
| mso-hansi-theme-font:minor-latin;
| |
| mso-ansi-language:EN-US;
| |
| mso-fareast-language:EN-US;
| |
| mso-bidi-language:HE;}
| |
| </style>
| |
| <![endif]-->
| |
| <!--StartFragment--><!--EndFragment--><!--[if !supportLists]-->2.
| |
| <!--[endif]-->Lorch, Jacob R., and Alan Jay Smith.
| |
| "Reducing processor power consumption by improving processor time
| |
| management in a single-user operating system."
| |
| === ===
| |
|
| |
|
| ==== external links ====
| |
| http://www.computerhope.com
| |
| http://whatis.techtarget.com/definition/algorithm
| |
| http://www.merriam-webster.com | | http://www.merriam-webster.com |
| | |
| https://web.stanford.edu/class/cs101/bits-bytes.html | | https://web.stanford.edu/class/cs101/bits-bytes.html |
|
| |
|
| [[Category:Medical Informatics]] | | [[Category:Medical Informatics]] |