+ All Categories
Home > Documents > Introduction to Computing -...

Introduction to Computing -...

Date post: 11-May-2018
Category:
Upload: vunga
View: 217 times
Download: 0 times
Share this document with a friend
46
Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) [email protected] [email protected] alphapeeler.sf.net/pubkeys/pkey.htm http://alphapeeler.sourceforge.net pk.linkedin.com/in/armahmood http://alphapeeler.tumblr.com www.twitter.com/alphapeeler [email protected] www.facebook.com/alphapeeler [email protected] abdulmahmood-sss alphasecure mahmood_cubix 48660186 [email protected] [email protected] http://alphapeeler.sf.net/me http://alphapeeler.sf.net/acms/ VC++, VB, ASP Introduction to Computing
Transcript
Page 1: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000)

[email protected] [email protected]

alphapeeler.sf.net/pubkeys/pkey.htm http://alphapeeler.sourceforge.net

pk.linkedin.com/in/armahmood http://alphapeeler.tumblr.com

www.twitter.com/alphapeeler [email protected]

www.facebook.com/alphapeeler [email protected]

abdulmahmood-sss alphasecure mahmood_cubix 48660186

[email protected] [email protected]

http://alphapeeler.sf.net/me http://alphapeeler.sf.net/acms/

VC++, VB, ASP

Introduction to Computing

Page 2: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Using the Keyboard And Mouse

Page 3: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Input devices CPU -> computer’s brain

Input devices -> sensory organs—the eyes, ears, and fingers.

it enables us to enter information and commands into the computer

Most common input devices : keyboard & mouse.

Alternative input devices ?

3A-3

Page 4: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

The Keyboard The most common input device, Skill is called keyboarding

IBM Enhanced Keyboard: Common layout, has 100 keys in five groups.

The Alphanumeric Keys : QWERTY,

Special functions: Tab, CAPS Lock, backspace, & Enter

Modifier Keys: SHIFT, ALT, & CTRL

Numeric Keypad: like calculator, 10 digits & operator (+ - */). NUM LOCK key

Function keys: input commands, depends on application, Fl = help.

Cursor-Movement Keys.

Special-Purpose Keys

Start Key(Windows logo), Shortcut key (Opens onscreen menu), Page Up / Page Down

Esc is used to “back up" one level in a multilevel environment.

The Print Screen key: capture screen as an image.

Scroll lock : cursor remain stationary, & document's contents move around It.

Pause Key : stop a command In progress

latest trends :addition of Internet & multimedia controls on keyboards 3A-4

Page 5: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

How keyboard works – 5 steps 1)A key is pressed on the keyboard 2)The keyboard controller sends scan code for the key to

the keyboard buffer 3)The keyboard controller sends an interrupt request to the

system software. 4)The system software responds to He Interrupt by reading

the scan code from the keyboard buffer. 5)The system software passes the scan code to the CPU keyboard controller handles input from keyboard &

mouse and stores the settings for both devices. Repeat rate: determines how long you hold down a key

before keyboard will repeat the character.

3A-5

Page 6: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

The Mouse All modern computers have a variant

Allows users to select objects

Pointer moved by the mouse

Mechanical mouse

Rubber ball determines direction and speed

The ball often requires cleaning

Inside the mouse, rollers and sensors send signals to the computer, telling it the distance, direction, and speed of the ball's motions

3A-6

Page 7: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

The Mouse Optical mouse

Light shown onto mouse pad

Reflection determines speed and direction

Requires little maintenance

Interacting with a mouse

Actions involve pointing to an object

Clicking selects the object

Clicking and holding drags the object

Releasing an object is a drop

Right clicking activates the shortcut menu

Modern mice include a scroll wheel

3A-7

Page 8: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

The Mouse Benefits

Pointer positioning is fast

Menu interaction is easy

Users can draw electronically

Mouse button configuration

Configured for a right-handed user

Can be reconfigured

Between 1 and 6 buttons

Extra buttons are configurable

3A-8

Page 9: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Variants of the Mouse Trackballs

Upside down mouse

Hand rests on the ball

User moves the ball

Uses little desk space

3A-9

Page 10: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Variants of the Mouse Track pads

Stationary pointing device

Small plastic rectangle

Finger moves across the pad

Pointer moves with the pointer

Popular on laptops

Track point

Little joystick on the keyboard

Move pointer by moving the joystick

3A-10

Page 11: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Pointing slows : Linux wins! Pointing, however, slows you down

As menus and dialog boxes become increasingly crowded, commands can be hard to find and their locations can be as difficult to re member as keyboard shortcuts.

CTRL+B, CTRL+I, CTRL+U, CTRL+Shift+<, CTRL+Shift+>,

CTRL+C Copy the selected text or object

CTRL+X Cut the selected text or object

CTRL+P Paste text or an object

CTRL+Z Undo the last action

CTRL+Y Redo the last action

3A-11

Page 12: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Ergonomics and Input Devices Ergonomics

Study of the physical relationship between people and their tools—such as computers

Concerned with physical interaction

Attempts to improve safety and comfort

Ergonomically correct means that tool / workplace is designed to work properly with the human body

3A-12

Page 13: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Ergonomics and Input Devices Repetitive Strain Injury (RSI)

Caused by continuous misuse of the body

Many professions suffer from RSI

Carpal Tunnel Syndrome

Carpal tunnel is a passage in the wrist

Holds nerves and tendons

Prolonged keyboarding swells tendons

When the tendons become inflamed, they press against the nerves, causing tingling, numbness, pain, or the inability to use the hands

3A-13

Page 14: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Carpal Tunnel Syndrome

3A-14

Page 15: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Ergonomics and Input Devices Office hardware suggestions

Office chairs should have

Adjustable armrests and height

Armrests

Lower back support

Desks should have

Have a keyboard tray

Keep hands at keyboard height

Place the monitor at eye level

3A-15

Page 16: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Ergonomics and Input Devices Techniques to avoid RSI

Sit up straight

Have a padded wrist support

Keep your arms straight

Take frequent breaks

Type using a Neutral Wrist Position

Adjust (or replace) the Keyboard

Take It Easy After the Holiday.

Eat Your Veggies and Get Some Exercise

3A-16

Page 17: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Review Questions 1. Host standard keyboards include five major groups of keys. List

them.

2. Why are most standard keyboards called "QWERTY" keyboards?

3. What does the ctrl key do?

4. What is the purpose of the start key, which appears on many IBM-compatible keyboards?

5. What happens when you press a key on the computer's keyboard?

6. What is the purpose of the mouse pointer?

7. How does a mechanical mouse work?

8. Describe two benefits of using a mouse.

9. What does the term dragging mean and how do you do it?

10. Describe the cause and effect of carpal tunnel syndrome.

3A-17

Page 18: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Inputting Data In Other Ways

Page 19: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Devices for the Hand Pen based input

Tablet PCs, PDA

Pen used to write data

Pen used as a pointer

Handwriting recognition

On screen keyboard

3B-19

Page 20: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Devices for the hand Touch screens

Sensors determine where finger points

Sensors create an X,Y coordinate

Usually presents a menu to users

Found in cramped or dirty environments

3B-20

Page 21: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Devices for the hand Game controllers

Enhances gaming experience

Provide custom input to the game

Modern controllers offer feedback

Joystick

Game pad

3B-21

Page 22: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Optical Input Devices Allows the computer to see input

Bar code readers

Converts bar codes to numbers

UPC code

Computer find number in a database

Works by reflecting light

Amount of reflected light indicates number

3B-22

Page 23: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Optical Input Devices Image scanners

Converts printed media into electronic

Reflects light off of the image

Sensors read the intensity

Filters determine color depths

3B-23

Page 24: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Optical input devices Optical character recognition (OCR)

Converts scanned text into editable text

Each letter is scanned

Letters are compared to known letters

Best match is entered into document

Rarely 100% accurate

3B-24

Page 25: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Audiovisual Input Devices Microphones

Used to record speech

Speech recognition

“Understands” human speech

Allows dictation or control of computer

Matches spoken sound to known phonemes

Enters best match into document

3B-25

Page 26: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Audiovisual Input Devices Musical Instrument Digital Interface

MIDI

Connects musical instruments to computer

Digital recording or playback of music

Musicians can produce professional results

3B-26

Page 27: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Audiovisual Input Devices Digital cameras

Captures images electronically

No film is needed

Image is stored as a JPG file

Memory cards store the images

Used in a variety of professions

3B-27

Page 28: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Review Questions 1. In what ways can you use the pen in a pen-based computing system?

2. How do most touch-screen systems work?

3. List one reason why many people believe a PC provides a better game-playing experience than dedicated video

game units do.

4. Explain how a bar code reader reads a bar code and what it does with the information from a bar code.

5. What does an image scanner do?

6. How does OCR software translate scanned text into text that you can edit?

7. List three things you can do with the files you create by recording your voice on your computer.

8. What two capabilities does speech-recognition software give you?

9. List four audio sources you can use to record music on your computer.

10. What can you do with a video capture card? 3A-28

Page 29: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Video and Sound

Page 30: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors Most common output device

Connects to the video card

Categorized by color output

Monochrome

One color with black background

Grayscale

Varying degrees of gray

Color

Display 4 to 16 million colors

4A-30

Page 31: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors Cathode Ray Tube (CRT)

Most common type of monitor

Electrons fired from the back

Electrons excite phosphor to glow

Phosphor is arranged in dots called pixels

Dot mask ensures proper pixel is lit

CRT color

Phosphor dots arranged in triads

Red, green, and blue dots

Three colors blend to make colors

Varying the intensity creates new colors

CRT drawbacks

Very large

Very heavy

Use a lot of electricity

Page 32: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors Liquid Crystal Display (LCD) -Flat-Panel Monitors

Commonly found on laptops

Desktop versions exist

Solve the problems of CRT

Fluorescent lights provide illumination

disadvantage of LCD

images can be difficult to see in bright light

limited viewing angle

More expensive than CRT

Must sit directly in front of screen

Can be more fragile than CRT

Page 33: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors – LCD categories Passive matrix LCD

The passive matrix LCD relies on transistors for each row and each column of pixels arranged in a grid

inexpensive, narrow viewing angle

Poor refresh rate : Animation are blurry (Submarining)

Dual-scan LCD: scans the pixels twice, for better results.

Active matrix LCD : assigns a transistor to each pixel

Each pixel is activated directly, Pixels have 4 transistors:

One each for red, green, blue, One for opaqueness

Thin-film transistor (TFT ) Technology.

Animation is crisp and clean

Page 34: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors Paper-white displays

High contrast between foreground and background

Page-white display: LCD version of the paper-white.

Utilize a special technology, called supertwist, to create higher contrasts.

Electro-luminescent displays (ELD)

Uses phosphor film between 2 sheets of glass. A grid of wires sends current through the film to create an image

Plasma monitor

Sandwiches gas (neon / xenon) between 2 glass sheets

Page 35: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors and Video Cards Monitors impacts user effectiveness

Monitors should have

Crisp text

Clear graphics

Adjustable controls

Clear edges

Page 36: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors and Video Cards Size of monitor

Measured in inches

Measured diagonally

Actual size

Distance from corner to corner

Viewable size

Useable portion of the screen

Page 37: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors and Video Cards Resolution

Number of pixels on the screen

Higher number creates sharper images

Higher number creates smaller images

VGA standard 640 X 480 : horizontally X vertically

SVGA expanded resolutions : 800 X 600 & 1024 X 768

Page 38: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors and Video Cards Refresh rate

Number of time the screen is redrawn

Modern equipment sets this automatically

Improper settings can cause eyestrain

phosphor dots fade quickly after the electron gun charges them with electrons. If the screen is not refreshed often enough, it appears to flicker which causes of eyestrain

Refresh rate is measured in Hz: cycles / sec, this means that if a monitor’s refresh rate is 100 Hz, it refreshes its pixels 100 times every second.

Page 39: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Monitors and Video Cards Dot pitch

Distance between the same color dots

Ranges between .15 mm and .40 mm

Smaller creates a finer picture

Should be less than .22

Page 40: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Video Cards Device between the CPU and monitor

Better cards result in better output

Removes burden of drawing from CPU

Have their own processor and RAM

Modern cards have up to 512 MB RAM

Capable of rendering 3D images

Page 41: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Ergonomics and Monitors Eyestrain

Fatigue of the eyes

Steps to avoid

Choose a good monitor

Place the monitor 2 – 3 feet away

Center of screen below eye level

Avoid reflected light

Electronic magnetic fields (EMF) Generated by all electronic devices

EMF may be harmful to health

Steps to avoid

Keep the computer at arms length

Take frequent breaks

Use an LCD monitor

Page 42: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Data Projectors Replaced overhead and slide projectors

Project image onto wall or screen

LCD projectors

Most common type of projector

Small LCD screen

Very bright light

Require a darkened room

Digital Light Projectors (DLP)

A series of mirrors control the display

May be used in a lighted room

Page 43: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

DLP vs LCD working

3A-43

Page 44: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Sound Systems Integral part of the computer experience

Capable of recording and playback

Sound card

Device between the CPU and speakers

Converts digital sounds to analog

Can be connected to several devices

Modern cards support Dolby Surround Sound

Page 45: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Sound Systems Headphones and headsets

Replacement for speakers and microphones

Offer privacy

Does not annoy other people

Outside noise is not a factor

Headsets have speakers and a microphone

Page 46: Introduction to Computing - SourceForgealphapeeler.sourceforge.net/uit/2015_fall/ITC/week05-06.… ·  · 2015-11-14Allows users to select objects ... Stationary pointing device

Review Questions 1. There are two basic types of monitors used with PCs. List them.

2. How does a color CRT monitor produce images on the screen?

3. What are two disadvantages of CRT monitors, compared to flat-panel displays?

4. What are two disadvantages of LCD monitors, compared to CRT monitors?

5. How does a plasma display monitor work?

6. List the four factors you should consider when comparing monitors.

7. As it relates to monitors, what does the term '’resolution'’ refer to?

8. What is dot pitch?

9. How should you position your monitor, if you want to avoid eyestrain?

10. How does digital light processing (DLP) technology work? 3A-46


Recommended