Skip to main content
NSWInformation Processes and TechnologySyllabus dot point

What are the seven information processes and how do they describe what an information system does?

Identify and describe the seven information processes (collecting, organising, analysing, storing and retrieving, processing, transmitting and receiving, displaying)

A focused answer to the foundational HSC Information Processes and Technology dot point on the seven information processes. What each process does, how they chain together, worked examples, and the traps markers look for.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to name the seven information processes and describe what each one does. These processes are the backbone of the whole course: every system you study, from a transaction processing system to a multimedia system, is analysed by asking how it collects, organises, analyses, stores and retrieves, processes, transmits and receives, and displays information.

The answer

Information systems as a frame

An information system is the people, data, processes and technology that work together to perform information processes. Across the course every system is described using the same five components: participants (people who carry out the processes), data and information, information processes, and information technology (the hardware and software). The seven information processes are the verbs that describe what the system actually does.

Collecting

Collecting is gathering data and entering it into the system. It covers deciding what data is needed, identifying the source, and capturing it. Capture methods include manual keying, barcode scanning, optical mark recognition, sensors and web forms. Good collection considers the accuracy and relevance of the data and avoids collecting more than is needed.

Organising

Organising arranges collected data into a form suitable for the other processes. This includes structuring data into records and fields, formatting it, coding it (for example storing a state as a short code), and sorting it. Organisation is what turns a messy pile of raw input into something a database or program can work with.

Analysing

Analysing interprets organised data to find meaning, patterns or relationships. It includes selecting relevant data, comparing it, and drawing conclusions. Querying a database, building a model, or running a what-if scenario in a spreadsheet are all analysis. Analysis is where raw data becomes useful information.

Storing and retrieving

Storing saves data and information so it can be used again later; retrieving brings it back when needed. This process covers the storage medium (disk, solid state, cloud), the file or database structure, backup, and the indexes that make retrieval fast. Storing and retrieving is paired because data is only worth storing if it can be found again.

Processing

Processing manipulates data to create new data or to update what is stored. It includes calculations, editing, updating records, and transforming data from one form to another. When a payroll system multiplies hours by a pay rate, or a transaction system deducts stock, that is processing.

Transmitting and receiving

Transmitting and receiving moves data and information between locations, between the parts of a system, or between systems. It covers the network, the protocols, and the encoding used to send and then correctly receive the data. Sending an order from a checkout to a central server, or downloading a web page, are transmission and reception.

Displaying

Displaying presents information to people in a form they can understand and use. It includes screen output, printed reports, graphs, audio and video. Good display considers the audience and the purpose, choosing the format (table, chart, dashboard) that communicates most clearly.

How the processes chain together

The processes rarely act alone. A typical flow is collect, organise, store, then later retrieve, process, analyse, and display, with transmitting and receiving moving data between stages. Analysing the same system through all seven processes is exactly the skill the exam tests, so practise describing a familiar system (a library loans system, an online shop) process by process.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2021 HSC1 marksA website sells fresh flowers. After a purchase is made, information about the purchase is entered into a database and distributed to a delivery driver via email. Which combination of information processes is carried out immediately after a purchase is made? A. Storing and displaying. B. Storing and transmitting. C. Collecting and displaying. D. Collecting and transmitting.
Show worked answer →

The answer is B, Storing and transmitting.

Identify each action against the seven information processes:

  • "Entered into a database" is storing (and retrieving) - the purchase data is saved to the database.

  • "Distributed to a delivery driver via email" is transmitting and receiving - data is sent over a communication system to the driver.

Collecting would be the initial gathering of the order details from the customer, which happens during the purchase, not immediately after it. So the two processes carried out immediately after the purchase are storing and transmitting, which is option B.

2019 HSC4 marksA city collects census data online from over six million residents. Describe the requirements of the system in terms of storing and retrieving, and analysing.
Show worked answer →

For 4 marks address both named information processes (about 2 marks each).

Storing and retrieving:

  • The system needs large-capacity, reliable storage (online storage such as a server or cloud database) to hold millions of records, with backups for security.

  • It must allow fast retrieval and indexing so individual or grouped records can be located quickly, and use a schema and data dictionary to organise the data.

Analysing:

  • The system must support querying and aggregation so the city can produce statistics on ages, addresses, incomes and jobs (for example counts and averages by suburb).

  • Tools such as reports, charts and data summaries turn the raw census data into useful information for planning.

Markers reward addressing both processes with specific requirements (capacity, backup, indexing, querying, reporting), linked to the census scale.

2020 HSC5 marksA school introduces a system letting parents order and pay for school items by phone and collect their order, with a text sent when ready and an emailed receipt. Analyse the new system in terms of the information processes of processing, and storing and retrieving.
Show worked answer →

"Analyse" at 5 marks wants you to break the system into the two named processes and show how each operates here.

Processing:

  • The system transforms collected order and payment data: it calculates totals, validates and authorises the payment, and changes an order's status to "ready for collection," which triggers the text message.

  • Processing also generates the electronic receipt from the stored payment data.

Storing and retrieving:

  • Order, payment and parent contact details are stored in a database so they can be retrieved by staff at the collection point and used to send the receipt.

  • Retrieval supports the workflow: staff look up the order to fulfil it, and the system retrieves the parent's email and phone number to send the receipt and notification.

Tie the two together: data is stored, then retrieved and processed to drive the notifications and receipt. Markers reward clear treatment of both processes applied to this ordering system.