Pageviews from the past week

what is electrical

Translate

Thursday, 21 June 2012

INPUT DEVICES


An input device is any hardware device that sends data to the computer, without any input devices, a computer would only be a display device and not allow users to interact with it, much like a TV. In the picture to the right, is a Logitech trackballmouse and an example of an input device. Below is a complete listing of all the different computer input devices that can be used on a computer.


Types of input devices

  • Audio conversion device
  • Barcode reader
  • Business Card Reader
  • Digital camera and Digital Camcorder
  • Finger (with touchscreen)
  • Fingerprint scanner
  • Gamepad, Joystick, Paddle, Steering wheel, and Microsoft Kinect
  • Graphics tablet
  • Keyboard
  • Light gun and light pen scanner
  • Magnetic-stripe reader
  • Medical imaging devices (e.g., X-Ray, CAT Scan, and Ultrasound images)
  • Microphone (using speech recognition)
  • MIDI keyboard
  • MICR
  • Mouse, touchpad, or other pointing device
  • Optical Mark Reader (OMR)
  • Punch card reader
  • Remote
  • Scanner
  • Sonar imaging devices
  • Touch screen
  • Video capture device
  • VR helmet and gloves
  • Webcam
Tip: Keep in mind that drives such as a CD-ROM, DVD, and aFloppy diskette drive may be capable of sending the computer information, but they are not input devices. These devices are considered storage devices.

difference between input and output device


To understand the difference between an input and output device, you must understand the difference between inputand output. Any information or data that's entered or sent to the computer  to be processed is considered input and anything that is displayed from the computer is output. Therefore, an input device such as a computer keyboard is capable of having information sent to the computer, but does not display (output) any information. An output device such as a computer printer can print information from the computer but does not send any information (input) to the computer.



HOW TO CREATE CSV FILE

A comma-separated values (CSV) file is any file containing text that is separated with a comma, but can also be a file separated with any other character. To create a CSV is as simple as creating any text file and can be created in any text editor, however, is often created in a spreadsheet program such as Microsoft Excel or Open Office Calc. Below are the steps on how to create a CSV file using a text editor such as Notepad, Microsoft Excel, Open Office Calc, and Google Docs.

Notepad (or any text editor)Microsoft ExcelOpen Office CalcGoogle Docs

Notepad (or any text editor)

To create a CSV file in a text editor open a new text editor program, such as Notepad. Once open write the text data you wish the file to contain and separate each field or column of data with a comma and each row with a new line.

Title1,Title2,Title3
one,two,three
example1,example2,example3

As an example, if you were to create a text file with the above data, and save it as a CSV file, each column is created by each comma and each row is created by each new line. Therefore, the above data if opened in a spreadsheet program such as Microsoft Excel would create a table similar to the below example.

Title1
Title2
Title3
one
two
three
example1
example2
example3

If the data you're planning to use in your CSV file already has comma's, such as an address; it's easier to use a differentdelimiter to separate each of the values. For example, in the below CSV file we will be creating names and addresses for labels that will be printed and are separating each name and address label with a tilde character. Alternatively a better solution would be to have the address, city, and state in their own column.

Name
Street Address
City, State ZIP Code
~Mr John Smith
123 Fake address
Salt Lake City, Utah 89110
~Mrs Jane Doe
586 Another fake
Delta, Utah 84624
~Bill White
123 N Fake Street
St Anthony, Idaho 83445

Microsoft Excel

Open Microsoft Excel and the file you wish to save as a CSV file. For example, below is the data contained in our example Excel worksheet.

Item
Cost
Sold
Profit
Keyboard
$10.00
$16.00
$6.00
Monitor
$80.00
$120.00
$40.00
Mouse
$5.00
$7.00
$2.00


Total
$48.00

Once open, click File, choose the Save As option, and as theSave as type: select the CSV (Comma delimited) (*.csv)option. Once saved, if you were to open the CSV file in a text editor, such as Notepad, the CSV file should resemble the below example.

Item,Cost,Sold,Profit
Keyboard,$10.00,$16.00,$6.00
Monitor,$80.00,$120.00,$40.00
Mouse,$5.00,$7.00,$2.00
,,Total,$48.00

Open Office Calc

Open Open Office Calc and the file you wish to save as a CSV file. For example, below is the data contained in our example Calc worksheet.

Item
Cost
Sold
Profit
Keyboard
$10.00
$16.00
$6.00
Monitor
$80.00
$120.00
$40.00
Mouse
$5.00
$7.00
$2.00


Total
$48.00

Once open, click File, choose the Save As option, and as theSave as type: select the Text CSV (.csv) (*.csv) option. Once saved, if you were to open the CSV file in a text editor such as Notepad the CSV file should resemble the below example.

Item,Cost,Sold,Profit
Keyboard,$10.00,$16.00,$6.00
Monitor,$80.00,$120.00,$40.00
Mouse,$5.00,$7.00,$2.00
,,Total,$48.00

Google Docs

Open Google Docs and the Spreadsheet file you wish to save as a CSV file. Click File, Download as, and then select CSV (current sheet).

Drag and drop to the command line

When working with files with a long file path instead of typing the full path drag-and-drop a file into the command line. For example, if you needed to copy the picture.gif file from E:\Computer Hope\long path\tips\examples\images directory you could open that folder in Windows Explorer and drag and drop the file into the command line to have "E:\Computer Hope\long path\tips\examples\images\picture.gif" entered into the command line.
Note: This tip does not work in Windows Vista.
Tip: If you're having difficulty with the path being copied in Windows 7, make sure you're running the command line as Administrator.

Quickly search in Windows Explorer

While browsing in Windows Explorer if you need to search for a file press the F3 key to move the cursor into the Windows Explorer search box, type what you are searching for, and press enter.

Create a shortcut key for Internet web pages

Create a PC shortcut key to a favorite web page by following the below steps. Once this has been created you can have shortcuts to your favorite web pages on your desktop or anywhere else on the computer.


Internet Explorer users

Users using Internet Explorer can quickly do this by right-clicking on an empty spot of a web page and click 'Create Shortcut'.

Other Internet browser users

If your browser window is maximized make it a window. Once done click and drag the icon next to the URL and drag it to your desktop or other location you wish to create the shortcut.
Once the shortcut has been created locate the shortcut and right-click it and click Properties. In the shortcut properties assign a new shortcut key and click OK. Now when the shortcut key is pressed the web page will be automatically loaded. Additional information about creating a shortcut for an icon can also be found on document CH001130.

HOW TO create a Windows shortcut key

Create a shortcut
  1. Open the folder or directory that contains the program you wish to create a shortcut for.
  2. Right-click on the program and click Create Shortcut.
  3. This will create a shortcut named "Shortcut to <your program>" in the directory you are in. If you wish to rename this shortcut, right-click the file and click rename.
  4. Once the above steps have been completed, you can copy or cut this shortcut and paste it anywhere to execute this program.
Assign shortcut key to that Windows shortcut


Once the shortcut has been created to assign a shortcut key to that Windows shortcut follow the below steps.
  1. Right-click the shortcut and click Properties.
  2. Click the Shortcut tab.
  3. Click in the Shortcut key box and press a letter. For example, if you press "p" the shortcut key will automatically be made Ctrl + Alt + P. Which means if saved when pressing Ctrl and Alt and "P" all at the same time will run that shortcut.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes Powered by Blogger | DSW printable coupons