SABIS Proprietary Revision Sheet Level . - SABIS Webschool

Transcription

1213 Level I Term 1 Final exam revision sheetSABIS ProprietaryRevision SheetLevel IFinal Exam (Internet and E-mail)Section 11. Who is the original inventor of the web?2. Who created the first email system?3. Who developed a practical, working version of Vannevar Bush’s theoretical web – thuscreating the World Wide Web?Section 24. What does HTML stand for?5. What does ‘markup’ mean?6. What does nesting tags mean?7. Fix the following code so that it is nested properly. u b i Hello /b world /u /i 8. What is the function of the “Cache” folder?9. What is a protected website?10. Give characteristics of clean code.Section 311. What is the Internet?12. What are the two most popular services on the Internet?13. What does WWW stand for?14. The WWW is primarily used for access to its own service called .15. Web pages are written in a language called .16. What does the abbreviation URL stand for?Page 1 of 8

1213 Level I Term 1 Final exam revision sheet17. What are the 5 main uses of the Internet?18. What is the risk of shopping online?19. What is e-mail?20. Which of the following connections is fastest?a. Dial-up (not ISDN)b. ISDN dial-upc. Cable connection or DSL21. Which of the following connections is slowest?a. Dial-up (not ISDN)b. ISDN dial-upc. Cable connection or DSL22. Which of these connections does NOT allow the use of the phone at the same time asthe connection?a. Dial-up (not ISDN)b. ISDN dial-upc. Cable connection or DSL23. Which of the following connections does NOT use a phone line? It uses a special cableinstead?a. Dial-up (not ISDN)b. ISDN dial-upc. Cable connection or DSL24. Which of the following connections is available anywhere where a phone line isavailable – even in remote locations?a. Dial-up (not ISDN)b. ISDN dial-upc. Cable connection or DSL25. Where would a DSL connection be likely to be available?Page 2 of 8

1213 Level I Term 1 Final exam revision sheetSection 426. What are the main use of an IP Address?27. An IP address takes the form of where A and B and C and Dare numbers between and .28. What is a DNS server? What does it stand for?29. Which of the IP address is invalid in the diagram below? Why?Section 530. What is a web browser?31. Name two popular web browsers?32. What is the name of the button in Internet Explorer opens the home page?33. What is the address bar used for in a web browser?34. What is a search engine?35. Name a search engine.36. State four useful tips for doing research on the Internet.a.b.c.d.Page 3 of 8

1213 Level I Term 1 Final exam revision sheet37. What pages are going to be found if a user types “cars NOT Jaguar” in the searchengine?38. What pages are going to be found if a user types “cars AND Jaguar” in the searchengine?39. What pages are going to be found if a user types “sports car” – between quotation marks- in the search engine?40. From which menu can you bookmark a website?Section 641. Which page automatically loads in your web browser when you open it?42. How can you open the currently open webpage in a new Internet Explorer Window?(Mention the menu and the keyboard shortcut).43. What does the copyright law state?44. What is plagiarism?45. Name a way to improve your browser’s performance.46. From which menu in Internet Explorer can you print a web page?Section 747. Name 3 advantages of email?48. Name an email application?49. Give an example of a web-based email.Page 4 of 8

1213 Level I Term 1 Final exam revision sheet50. When you receive an e-mail, which of the things below can you do to it? (page 50)Reply to it?Delete it?Forward it?Print it?Close it?51. When would you flag an e-mail message?52. In Windows Mail, what do the following buttons do?a.b.c.d.e.53. Which field in the message cannot be left empty to be able to send the message?54. Why is it important to be very careful when opening attachments?55. The “@” sign in e-mail addresses splits the address into two parts. What are they?56. Which the following is a valid email rami.sabis.net.aehttp://rami.sabis.net57. What are the main functions of the mail server?Page 5 of 8

1213 Level I Term 1 Final exam revision sheetUse the following diagram to answer the questions below:58. What does button “1” do?59. What does the field “2” contain?60. What does the field “3” contain?61. What does the field “4” contain?62. What does Cc stand for?63. What does Bcc stand for?64. Which menu is used to mark a message as unread?65. Which menu is used to flag a message?66. The sign splits the e-mail address into two sections.67. If someone already has the email mona@sabis.edu , then which of the following cannotbelong to another na@sabis.net.edumona@sabis.edu.egPage 6 of 8

1213 Level I Term 1 Final exam revision sheet68. Number the steps in the diagram below to show the correct order of how e-mail works.Section 869. How will the web browser display the following code? title hello world /title 70. Which tag starts a new paragraph by skipping the next line?71. Which tag draws a horizontal line across the screen?72. Which tag creates a hyperlink?73. Write a code that creates a hyperlink in “file1.html” to “file2.html”.(Assume that both files are saved in the folder “temp” on your hard disk(C :\) ) Click here to go to file 2 74. Write a code to create a hyperlink to http://www.sabis.net Click to go to the Sabis website 75. In HTML documents, letters/words between sign and sign are called.76. Which tag is use to start a HTML page.77. Which tag is used to end an HTML page.78. Which tag makes text italics.Page 7 of 8

1213 Level I Term 1 Final exam revision sheet79. How will the web browser display the following code? b hello world /b 80. What does the tag BR do?81. What does the tag big /big do?82. What does the tag small /small do?83. What does the tag strike /strike do?84. What does the tag HR do?85. How will the web browser display the following code? u b hello world /b /u 86. is an element of a document that takes you to another part of the samedocument, or to another location.87. How will the web browser display the following code? Marquee hello world / Marquee Page 8 of 8

SABIS Proprietary Revision Sheet Level I Final Exam (Internet and E-mail) Section 1 1. Who is the original inventor of the web? 2. Who created the first email system? 3. Who developed a practical, working version of Vannevar Bush’s theoretical web – thus creating the World Wide Web? Section 2 4. What does HTML stand for? 5. What does ‘markup’ mean? 6. What does nesting tags mean? 7 .