| Computer Tutorials, Tips and Tricks

Pages

Tuesday 27 December 2011

What Are Input Devices Of Computer?

Pin It Now!
In the world of computing, input devices are any peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or other information appliance. Input and output devices make up the hardware interface between a computer and a scanner. Normally, Input devices of computers are used to give instructions to the computer and output has to be processed through processing devices to output devices. Keyboard and mouse are two famous input devices of a computer which is used in every computer. These days we are also using some latest input devices like Light Pen, Trackball Mouse, and pen drives. Below are some images of input devices of computer:
Keyboard - Input Device

Mouse - Input Device

Scanner - Input Device
Input Devices - Keyboard And Mouse

USB/Pen Drive - Input Device


Many input devices can be classified according to:
  • modality of input (e.g. mechanical motion, audio, visual, etc.)
  • the input is discrete (e.g. key presses) or continuous (e.g. a mouse's position, though digitized into a discrete quantity, is fast enough to be considered continuous)
  • the number of degrees of freedom involved (e.g. two-dimensional traditional mice, or three-dimensional navigators designed for CAD applications)
Pointing devices, which are input devices used to specify a position in space, can further be classified according to:
  • Whether the input is direct or indirect. With direct input, the input space coincides with the display space, i.e. pointing is done in the space where visual feedback or the pointer appears. Touchscreens and light pens involve direct input. Examples involving indirect input include the mouse and trackball.
  • Whether the positional information is absolute (e.g. on a touch screen) or relative (e.g. with a mouse that can be lifted and repositioned)
Mouse - Input Device

Direct input is almost necessarily absolute, but indirect input may be either absolute or relative. For example, digitizing graphics tablets that do not have an embedded screen involve indirect input and sense absolute positions and are often run in an absolute input mode, but they may also be set up to simulate a relative input mode where the stylus or puck can be lifted and repositioned.

Read detailed article about Input Devices here : http://www.indiastudychannel.com/resources/115991-INPUT-DEVICES.aspx

Sunday 25 December 2011

What is HTML?

Pin It Now!
HTML is a language for describing web pages.
  • HTML stands for Hyper Text Markup Language
  • HTML is not a programming language, it is a markup language
  • A markup language is a set of markup tags
  • HTML uses markup tags to describe web pages 

HTML Tags
HTML markup tags are usually called HTML tags
  • HTML tags are keywords surrounded by angle brackets like <html>
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • Start and end tags are also called opening tags and closing tags

HTML Documents = Web Pages
  • HTML documents describe web pages
  • HTML documents contain HTML tags and plain text
  • HTML documents are also called web pages
Know more about HTML Tags : http://www.indiastudychannel.com/resources/145204-How-use-HTML-tags.aspx