Thursday, October 7, 2010

What is HTML?

What is HTML?
HTML is a language for describing web pages

  • HTML stands for Hyeper Text Markup Language
  • HTML is not a programming language, it is a markup
  • A markup language is a set of Markup tags
  • Html uses Mark Up 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 normall 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 openig tags and closing tags

Wednesday, September 22, 2010

Basic Parts of Computer System


Comp6670.047
Identify the basic parts of a computer system and the relationships among components.
 Hardware-The physical components of a computer, including processor and memory chips, input/ output devices, tapes, disks, modems, and cables.
 Software-a set of instructions or code to be executed by the CPU; designed to help users solve problems or perform tasks.
 Users-the person who inputs and analyzes data using a computer.
 Data-raw facts, numbers, letters, or symbols that the computer processes into meaningful information.

These work together by the software that is on the hardware and the user uses the hardware on the software to obtain data.
If we were missing any of these parts or just one such as the user the the hardware would be useless because there would be no one to use the hardware.