trivia

Class Friday, May 25, 2018

 Pointless Website Showcase

 Web Development Trivia

It’s the seniors vs everyone else! You can use Google or just talk to each other. Each question will have a time limit to find the answer. I will judge the responses and award points!

  1. What is a browser?
  2. Name a different search engine besides Google
  3. What does HTML stand for?
  4. What does CSS stand for?
  5. What file extension do you use to save a webpage?
  6. What is the first tag you use to start a webpage?
  7. Name an HTML tag that does not have an opening and closing tag; it’s just one, self-contained tag.
  8. What is the difference between CSS and HTML?
  9. Name 2 other image file types besides .jpg
  10. What tags do you use for adding JavaScript code to your webpage?
  11. What is the difference between http and https?
  12. What does DOM stand for?
  13. What does URL stand for?
  14. What is an IP address?
  15. What is a text editor?
  16. Your turn- create a question for the other team
  17. True or false: most text editors can be used for other code besides HTML, CSS, and JavaScript
  18. What is the difference between the display property values block and inline?
  19. When is the last day of school for non-seniors?
  20. What is the first day of school next year?
  21. Name the juniors in this class
  22. Name the 4 values for the CSS position property
  23. What are the CSS box model properties?
  24. True or false: your CSS code always goes in your body section
  25. What is the difference between and external style sheet and an internal style sheet?
  26. True or false: jQuery is a JavaScript library
  27. True or false: JavaScript is named for its relationship to Java
  28. True or false: you can use either double quotes or single quotes with JavaScript
  29. True or false: JavaScript frameworks and libraries are the same
  30. What is the importance of the $ symbol used in jQuery?
  31. What very popular website content management system does our class website use?
  32. What is Bootstrap?
  33. What is Skeleton?
  34. Why are media queries used?
  35. Name 2 ways you can make your website more “findable” by people and search engines
  36. Name 2 ways you can make your website more accessible to people with disabilities
  37. What is information architecture?
  38. What is the difference between front-end web development and back-end web development?
  39. Name 3 differences between creating mobile apps for Apple and for Android
  40. True or false: more people have iPhones than Android phones
  41. What is a web host and why do you need one?
  42. How do you register a domain name?
  43. What is graphic design?
  44. What is the name of my dog?
  45. What is malware?
  46. True or false: it’s a good idea to use the same password for multiple sites and accounts
  47. True or false: Mac computers do not need anti-virus programs installed
  48. What is 2 factor authentication?
  49. True or false: all public Wi-Fi is safe and secure to use
  50. What is responsive web design?
  51. How is a mobile app different than a website?
  52. What is a progressive web app?
  53. What is the last day of school for seniors?
  54. When is graduation?
  55. What year did I graduate from Medford High School?
  56. Where did I go to college?
  57. Your turn- create a web design-related question for the other team
  58. What does a cascading style sheet do?
  59. What was March’s Harvest of the Month?
  60. Name a popular website that works better as an app on a mobile device
  61. Name the 4 different opening and closing HTML tags we start every webpage with
  62. What is a CDN?
  63. When we added jQuery to our projects did we download the files and link them or did we use a CDN?
  64. What 2 steps do you have to take to add a Google Font to your webpage?
  65. What is Font Awesome?
  66. Name one of the stock image websites we often use
  67. What is the site we often use to edit images?
  68. What is the name of the School Nutritionist who makes us things for Harvest of the Month?
  69. What is the difference between the internet and the World Wide Web?
  70. True or false: a semi-colon is used at the end of lines of code with both CSS and JavaScript
  71. True or false: you can use the same code for CSS comments to comment out lines of JavaScript code