Wiki: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[file:computation.png|right|frame|Wiki's !<ref>http://www.flaticon.com/</ref>]]
[[file:computation.png|right|frame|Wiki's !<ref>http://www.flaticon.com/</ref>]]


A wiki  is a website that provides collaborative modification of its content and structure directly from the web browser. In a typical wiki, text is written using a simplified markup language (known as "wiki markup") and often edited with the help of a rich-text editor. A wiki is run using wiki software, otherwise known as a wiki engine. There are dozens of different wiki engines in use, both standalone and part of other software, such as bug tracking systems. Some wiki engines are open source, whereas others are proprietary. Some permit control over different functions (levels of access); for example, editing rights may permit changing, adding or removing material. Others may permit access without enforcing access control. Other rules may also be imposed to organize content. A wiki engine is a type of content management system, but it differs from most other such systems, including blog software, in that the content is created without any defined owner or leader, and wikis have little implicit structure, allowing structure to emerge according to the needs of the users.<ref>https://en.wikipedia.org/wiki/Wiki</ref>


== link to learn more ==
== characteristics of a wiki ==


[[[file:computation.png|right|frame|What is Computer Science?<ref>http://www.flaticon.com/</ref>]]
I found this list on wikia<ref>http://answers.wikia.com/wiki/What_are_the_unique_characteristics_of_wikis</ref>.


Computer science requires an understanding of the fundamental concepts of computational thinking as well as knowledge of how computers and other digital devices operate.
* Wikis can be edited by multiple approved people
- '''From the IB''' <ref>http://www.ibo.org/</ref>
* All edits are tracked in the page's history
* Linking between pages on a wiki is very simple
* Pages are automatically placed in a list of all pages
* A recent changes page shows all edits made to the wiki
* Any bad edits can be easily reverted


Computer science (CS) is the study of computers and algorithmic processes, including their principles, their hardware and software designs, their applications, and their impact on society.”  - '''From the CSTA''' <ref>https://csta.acm.org/Curriculum/sub/CurrFiles/CSTA_K-12_CSS.pdf</ref>
== wiki markup ==


Computer science is the scientific and practical approach to computation and its applications.
There is a special syntax to use when you are editing a wiki. It is simple. It is called "wiki markup", and differs from one wiki engine to the next wiki engine. [https://en.wikipedia.org/wiki/Help:Wiki_markup please click this link to learn about wiki markup]
- '''From wikipedia''' <ref>https://en.wikipedia.org/wiki/Computer_science</ref>


== What is Computer Science? ==
== link to learn more ==
The video below is embedded from youtube. It may take a moment to load. If on the off-chance it does not load, try clicking this link: [https://www.youtube.com/embed/-xFJM3QQ3TE]
 
 
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-xFJM3QQ3TE" frameborder="0" allowfullscreen></iframe>
</html>
 
== Why Computer Science ?==
 
'''A 21st Century Skill'''
 
'''Computer science is...'''
 
# a theory and practice that allows you to program a computer to do what you want it to
# a tool that helps you tell a story or make something happen with technology
# a discipline that emphasizes persistence in problem solving — a skill that is applicable across disciplines, driving job growth and innovation across all sectors of the workforce
# a skill that teaches students how to use computers to create, not just consume
 
'''Computer science is not...'''
 
# learning how to type
# learning to use word processing, spreadsheet, or presentation software
# learning how to build or repair computers
# playing video games<ref>https://www.cs-first.com/why-cs</ref>
 
== References ==
<references />
 
[[Category:Introduction]]
[[Category:Welcome]]
[[file:computation.png|right|frame|What is Computer Science?<ref>http://www.flaticon.com/</ref>]]
 
Computer science requires an understanding of the fundamental concepts of computational thinking as well as knowledge of how computers and other digital devices operate.
- '''From the IB''' <ref>http://www.ibo.org/</ref>
 
Computer science (CS) is the study of computers and algorithmic processes, including their principles, their hardware and software designs, their applications, and their impact on society.”  - '''From the CSTA''' <ref>https://csta.acm.org/Curriculum/sub/CurrFiles/CSTA_K-12_CSS.pdf</ref>
 
Computer science is the scientific and practical approach to computation and its applications.
- '''From wikipedia''' <ref>https://en.wikipedia.org/wiki/Computer_science</ref>
 
== What is Computer Science? ==
The video below is embedded from youtube. It may take a moment to load. If on the off-chance it does not load, try clicking this link: [https://www.youtube.com/embed/-xFJM3QQ3TE]
 
 
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-xFJM3QQ3TE" frameborder="0" allowfullscreen></iframe>
</html>
 
== Why Computer Science ?==
 
'''A 21st Century Skill'''
 
'''Computer science is...'''
 
# a theory and practice that allows you to program a computer to do what you want it to
# a tool that helps you tell a story or make something happen with technology
# a discipline that emphasizes persistence in problem solving — a skill that is applicable across disciplines, driving job growth and innovation across all sectors of the workforce
# a skill that teaches students how to use computers to create, not just consume
 
'''Computer science is not...'''
 
# learning how to type
# learning to use word processing, spreadsheet, or presentation software
# learning how to build or repair computers
# playing video games<ref>https://www.cs-first.com/why-cs</ref>


== References ==
* [https://www.mediawiki.org/wiki/Help:Editing_pages Please click here for some excellent help to edit a wiki page]
<references />


[[Category:Introduction]]
[[Category:Welcome]]
[https://www.mediawiki.org/wiki/Help:Editing_pages Please click here for some excellent help to edit a wiki page]





Latest revision as of 11:46, 10 January 2017

Wiki's ![1]

A wiki is a website that provides collaborative modification of its content and structure directly from the web browser. In a typical wiki, text is written using a simplified markup language (known as "wiki markup") and often edited with the help of a rich-text editor. A wiki is run using wiki software, otherwise known as a wiki engine. There are dozens of different wiki engines in use, both standalone and part of other software, such as bug tracking systems. Some wiki engines are open source, whereas others are proprietary. Some permit control over different functions (levels of access); for example, editing rights may permit changing, adding or removing material. Others may permit access without enforcing access control. Other rules may also be imposed to organize content. A wiki engine is a type of content management system, but it differs from most other such systems, including blog software, in that the content is created without any defined owner or leader, and wikis have little implicit structure, allowing structure to emerge according to the needs of the users.[2]

characteristics of a wiki[edit]

I found this list on wikia[3].

  • Wikis can be edited by multiple approved people
  • All edits are tracked in the page's history
  • Linking between pages on a wiki is very simple
  • Pages are automatically placed in a list of all pages
  • A recent changes page shows all edits made to the wiki
  • Any bad edits can be easily reverted

wiki markup[edit]

There is a special syntax to use when you are editing a wiki. It is simple. It is called "wiki markup", and differs from one wiki engine to the next wiki engine. please click this link to learn about wiki markup

link to learn more[edit]


References[edit]