Thursday, 17 July 2014

Networks

Networks have many different topologies that are each more effective than others depending on what they are being used for.

Network topologies are categorized into the following basic types:
  • bus
  • ring
  • star
  • tree
  • mesh
More complex networks can be built as hybrids of two or more of the above basic topologies.

Thursday, 1 May 2014

Software

Software definition:

Programs and applications for computer: programs and applications that can be run on a computer system, e.g. word processing or database packages






Software is a group that specifies applications within a computer system. They can perform many different tasks, some of which make your life easier and some that just pass time such as games.

Thursday, 20 March 2014

TESTING, TESTING PLEASE:

Errors occur because commands aren't entered correctly

Syntax errors are where the code is not typed correctly

Logical errors are when the syntax is correct but the logic is wrong

Thursday, 13 March 2014

Database

Key Terms:

Entity: Something that we store data about in a database
Record: All the data about one item in a database
Attribute: A characteristic of an entity. It becomes a field in a data table
Field: A characteristic of something stored in a database
Indexed sequential file: A sequential file that is accessed using an index, which is a separate file
Flat file database: Database consisting of only one table
Serial file: A file of items one after another
Sequential file: A serial file in order
Schema: Definition of a database
Data dictionary: the stored schema of a databse
DBMS: Data base management system


Definition:

A structured set of data held in a computer, especially one that is accessible in various ways.


What's a database for?

A database is for arranging large amounts of data in an organised fashion.