<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 
   

IT Training - Introduction to Computers
1 Day Course

Course Objectives

This course will introduce participants, who have little or no knowledge of Information Technology (IT) to computers and computing.

The course introduces the elements of a computer, explains their functions and explains terminology.

This course will enable absolute beginners to start operating the computer, to open and use programs and save documents effectively.


NO PRIOR KNOWLEDGE OF COMPUTERS OR COMPUTING IS REQUIRED

Course Content

Session 1
- What is a Computer?
- The main parts of a computer
- Terminology
- Turning the Computer on

Session 2
- The desktop
- The start button
- Using the keyboard
- Using the mouse
Session 3
- Saving your work
- Opening files
- Editing files
Session 4
- Creating folders
- Housekeeping
- Shutting Down

Learning Outcomes

After attending this course participants will:

- Understand the parts, functions and specifications of a computer, and know what to look for when buying a computer
- Have an understanding of what a computer can do
- Be able to use a computer to produce and print a document, for example, a letter
- Be able to save, find and delete their work

- >> Back to main IT training page

 
<% Recordset1.Close() %>