Introduction to information skills and system. An information system is a system that accepts data (raw material) as input and information (organised data) as output. Examples include a computer, searchable databases etc. An information system is shown be

Authors Avatar

IPT year11 exams study notes

Introduction to information skills and system –

Information system in context:

A system is a collection of devices that works together to archive a particular purpose. Examples include transport system, school system, digestive system etc. A system can be represented as following:

Input – contribution to processing of system

Control – commanding processing unit

Processing – transforming input to output

Storage – where content can be put away and retrieved for later use.

Output – the outcome of this system

An information system is a system that accepts data (raw material) as input and information (organised data) as output. Examples include a computer, searchable databases etc. An information system is shown below:

Purpose – The use and function of the system

Information process – The process of converting data into information

Participants – All people who are involved in the system

Information technology – The equipment and instruction used.

Data and information – Data, the input (raw material), and information, the output (processed data).

The information process:

  • Collecting – gathering of data from real world. Eg entering details
  • Organising – preparing data for the use of other processes. Eg arranging data into tables
  • Analysing – converting data into useful information, usually more digestible. Eg creating a graph from tables of data
  • Saving and retrieving – storing data/information for later uses. Eg saving document onto hard drive.
  • Processing – making change in data/information, including updating, correction of error etc. eg spell check
  • Transmitting and receiving – exchanging data/information with other information systems, near of remote. Eg internet, e-mailing
  • Displaying – presentation of information. Usually user-friendly, easy to understand. Eg projecting graph onto screen

Digital representation of data:

All data is in a central process unit is processed as electrical currents. Data is usually converted into binary decimals, consisting only 1 or 0, where 1 represents ‘on’ and 0 represents ‘off’. Different data types are converted differently, and this will be discussed in tools for organising later.

Binary digits:

Each digit in a binary decimal can only be 1 or 0. To convert from decimal x to binary: divide x by highest possible power of 2, then divide left over by highest possible power of 2, repeat until 1 or 0 is left. Eg 25 = 24 x 1 + 23 x 1 + 22 x 0 + 21 x 0 + 20 x 1; therefore 25 decimal = 11001 in binary. To convert binary into decimal you do the reverse. Eg 101011 in decimal is 25 x 1 + 24 x 0 + 23 x 1 + 22 x 0 + 21 x 1 + 20 x 1 = 32 + 0 + 8 + 0 + 2 + 1 = 43

Join now!

ASCII code system:

The ASCII (American Standard Code for Information Interchange) system uses binary decimals to represent different characters. Each digit takes up memory of 1 bit; it takes 8 digits i.e. 8 bits i.e. 1byte to form a character. 1024bytes (210 bytes) = 1KB; 1024KB (220 bytes) = 1MB; 1024MB (230 bytes) = 1GB etc different combinations of any 8 bit forms a character. ASCII includes most if not all symbols, including intangible ones eg Del, Space etc

Hexadecimals:

Hexadecimal is used in computing when there are too many digits for binary decimal. Eg 255 have 8 digits in binary ...

This is a preview of the whole essay