Removed some more generic topics.

This commit is contained in:
Charlie 2018-05-31 18:23:43 +01:00
parent a8987e91ef
commit f9de04213a
8 changed files with 15 additions and 42 deletions

12
404.html Normal file
View file

@ -0,0 +1,12 @@
---
layout: home
---
<div class='container'>
<br />
<p>Oops! Page not found. Either the URL is wrong or the page doesn't exist.</p>
<p>If it doesn't exist, you can either try searching for it on <a href='https://simple.wikipedia.org'>Wikipedia</a> or writing it yourself and submitting a pull request.</p>
<p><a href="/">Go to homepage.</a></p>
</div>

5
404.md
View file

@ -1,5 +0,0 @@
---
layout: default
---
Oops! Page not found.

View file

@ -5,4 +5,6 @@ snippet: "Cassandra is a database product used for storing very large amounts of
website: "https://cassandra.apache.org/"
---
Cassandra is a database product used for storing very large amounts of data. It stores the data in a similar way to an Excel spreadsheet, as a series of rows and columns. For this reason, it is often referred to as a type of "Column Store". It differs from [SQL Databases](sql) in that it doesn't allow the programmer to perform some of the more complicated types of queries that you can with SQL. This trade-off allows it to perform better when handling very large amounts of data.
Cassandra is a database product used for storing very large amounts of data. It stores the data in a similar way to an Excel spreadsheet, as a series of rows and columns. For this reason, it is often referred to as a type of "Column Store".
It differs from [SQL Databases](sql) in that it doesn't allow the programmer to perform some of the more complicated types of queries that you can with SQL. This trade-off allows it to perform better when handling very large amounts of data.

View file

@ -1,8 +0,0 @@
---
layout: topic
title: "Computer Program"
snippet: "A computer program is a set of instructions that a computer can understand and execute."
---
A computer program is a set of instructions that a computer can understand and execute. These instructions are usually made up of smaller, sequential steps that manipulate information stored in the computers memory in order to fulfil the desired function.

View file

@ -1,9 +0,0 @@
---
layout: topic
title: "Database"
snippet: "A Database is software that is responsible for storing and managing data."
website: ""
---
A Database is software that is responsible for storing and managing data.

View file

@ -1,5 +0,0 @@
---
layout: topic
title: "Microsoft"
---

View file

@ -1,7 +0,0 @@
---
layout: topic
title: "Mobile Application"
snippet: A Mobile Application is a computer program designed to be executed on a phone.
---
A Mobile Application is a computer program designed to be executed on a phone.

View file

@ -1,7 +0,0 @@
---
layout: topic
title: "Windows"
snippet: "Window is an operating system created by Microsoft."
---
Windows is an [operating system](operating-system) created by [Microsoft](microsoft).