<%@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.




 
   
P.C. Fundamentals
2 Day Course

Course Objectives

This two day practical “hands on” course provides students with the essential skills of personal computer operation..
· This course will introduce participants to basic PC Hardware and Operating Systems providing an ideal preparation for the ComTIA A+ certification.

Course Content
· Introduction to Computer Hardware
· Installation of Microsoft Windows Operating Systems.
· Working with files and folders.
· Managing the Microsoft Windows Interface.
· Networking Basics.

Learning Outcomes

On completion of this course participants will be able to:

· Understand the physical components of a PC.
· Install a Windows Operating System.
· Understanding of DOS basics.
· Support a Computer using preventive maintenance.
· Customising the Windows environment for personal preference.
· Understand basic computer networking concepts.

- >> Back to main IT training page

 
<% Recordset1.Close() %>