To Lecture Notes

IT 130 -- 1/13/09

 

Review Questions

  1. Why is it better to use transistors rather than vacuum tubes for building electronic computers.
    Ans: Because transistors are smaller, faster, and more reliable than vacuum tubes.
     
  2. Who invented HTML? Why was it invented?
    Ans: It was invented by Tim Berners-Lee from the CERN particle accelerator lab in Geneva, Switzerland and France. HTML was invented for displaying scientific papers on the Internet.
     
  3. Why was Mosaic an important browser? Who invented it?
    Ans: It was invented by Marc Andressen at the University of Illinois at Champagne-Urbana.
     
  4. What are the rules for the name of an HTML file?
    Ans: No embedded spaces, no uppercase letters.
     
  5. What are the rules that an XHTML document must satisfy?
    Ans: See the 1/11 Lecture.
     
  6. Write an inline style for a size 1 heading that specifies white Chiller font that is in bold, centered and twice as large as normal, on a white background.
    Ans:
    <body style=font-family:Chiller; font-weight:bold;
        text-align:center; font-size:200%;
        background-color:black>

     
  7. Write an inline style to indent the first line of a paragraph by 1 centimeter. Look up how to do this in the Cascading Style Sheets Reference
    Ans: Use style=text-indent:0.5in; where 0.5in is the distance to indent.
     

 

Units for Measuring Computer Information

 

The Nonbreaking Space Symbol

 

File Permissions

 

Images

 

Hyperlinks

 

Tables

 

Project Proj3