<%@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 the Internet & E-Mail
1 Day Course


Course Objectives

This course will introduce participants to the Internet and to E-Mail, using the Microsoft program, Internet Explorer.

The course will include using internet sites, searching for information, and discussion of internet security.

Participants will learn to send and receive e-mail, send attachments and will be made aware of difficulties and problems such as computer viruses.

Course Content

Session 1 - Introduction to Internet

- Key terms
- The Worldwide web
- The browser, Internet Explorer
- Finding your way around
- Searching for information
- Security Issues

Session 2 - Introduction to E-Mail

- What is E-Mail?
- Outlook Express
- Sending and receiving e mails
- Address Book
- Attaching documents
- Filing documents
- Housekeeping

Learning Outcomes

After attending this course participants will be able to:-

- Connect to the Internet and navigate through a web page
- Find specific information using specialised Internet tools. (search engines)
- Save pages and information found on the Internet
- Understand "best practices" while on the Internet
- Compose, address, send and receive e-mails
- Send files as attachments
- Maintain an address book

A basic understanding of computers, particularly in the use of the mouse, is required to allow candidates to gain maximum benefit from the course.

- >> Back to main IT training page

 
<% Recordset1.Close() %>