Thursday, September 29, 2005

Use of Computer Technology in the Workplace

Words you need to know:
Mainframe, Mini, Micro, CAD, CAM, CAE, Robots, Plotters,

Resources you will use:
Longman Textbook pp 239-241, Powerpoint, Y12 theory booklet, This intranet link

What you need to do
Make a powerpoint presentation on the textbook pages. You may also use intranet link Robots in industry for extra information if you wish.

Outline the use of computers in engineering, to include CAD, CAM, CAE, Robots, Plotters.

Follow up homework - 5 week PROJECT

Continue investigating the use of computers in the workplace to produce a presentation or report. You should LOOK IN DETAIL at an application here in the Cayman Islands.
Choose 1 more study from:
Airport Applications
Supermarkets
Telephones
Banking
Employee records
Accounts
Stock Control
Process control & robots
Bar codes
Reservations
Education
Health
Expert systems
Simulations

What must be in the presentation or report:

The name of the organisation
The ways computer technology is used
Any special equipment (hardware) needed to make the system work
What software is used
Benefits or disadvantages in the system

The homework counts towards your session grade. Deadline for submission is November 3rd 2005

Thursday, September 22, 2005

Input and Output Devices

Lesson 2

1. Input and Output Devices

Devices connect to the computer MOTHERBOARD via some kind of INTERFACE.
Common interfaces are PORTS, or connectors in the back or front of your PC, and SLOTS on the board itself. You can attach devices onto "cards" fitted into PCI or AGP SLOTS inside the computer.

Copy the following list into a document and save it as INPUT OUTPUT DEVICES in your theory folder.

Next to each item write down whether it is used for INPUT or OUTPUT

Scanner
Printer
Joystick
Plotter
Monitor
Keyboard
Graphics Tablet
Wireless mouse
Infrared pointer
Loudspeaker
VDU
Voice Synthesiser

See if you can add any more devices to this list. You may want to use www.wikipedia.org to help you search.


2. Homework 1

Draw a diagram of a computer system showing how the main components are connected; you may add any devices you wish to your system. If possible, show whether the device is connected to a PORT, or a PCI or AGP slot.


3. Homework 2

Write an algorithm and pseudocode for the following:

A teacher has 18 students in his class. He wants to create a "calculator" which must do only one job: prompt for each of 18 scores in turn and add each score so that, at the end, the total score and average can be displayed. Use a LOOP to complete the task.

Thursday, September 15, 2005

Exam Revision 1

QUESTION 1

Sectors Control Unit Cylinders Program ALU Backing Store Internal Memory Track



In order to execute a ____________________ the computer must first load a file from its __________________ into its ____________________. The ___________________ then picks each instruction in turn, passing any mathematical or logical statements over to the ____________ until the entire sequence of instructions is completed.



Draw the process outlined above using any diagram you like, then copy the completed paragraph into your theory notebook.


At the end of this lesson, the completed answer will be posted. You may post any questions you like.

QUESTION 2

Write an algorithm and pseudocode to add 3 numbers entered by a user and find the average. The printed output should be The total is (total) and the average is (average)

QUESTION 3 (homework)

Write an algorithm and pseudocode to allow a teacher to enter all the test scores for a class of 10 students. The program should output the average score in the test.

You may post questions or comments to help complete the task