




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An entry-level certification covering basic web development and maintenance skills including HTML, web hosting, website architecture, and domain configuration. Geared towards beginners or small business owners managing their own websites.
Typology: Exams
1 / 122
This page cannot be seen from the preview
Don't miss anything!





























































































Question 1. Which protocol is primarily used for transferring files between a client and server over the internet? A) HTTP B) FTP C) SMTP D) DNS Answer: B Explanation: FTP (File Transfer Protocol) is specifically designed for transferring files over a network, enabling users to upload and download files between local and remote systems. Question 2. What does a URL's 'http' part specify? A) The domain name B) The protocol used for communication C) The specific page or resource D) The server's IP address Answer: B Explanation: 'http' indicates the Hypertext Transfer Protocol, which defines how data is transferred over the web, specifying the communication protocol used.
Question 3. Which HTML5 semantic element is most appropriate for containing the main content of a web page? A) B) C) D) Answer: C Explanation: The element is used to encapsulate the dominant content of the body of a document, enhancing accessibility and semantic clarity. Question 4. Which of the following is NOT a valid HTML input type? A) text B) email C) password D) style Answer: D Explanation: 'style' is not a valid input type; valid input types include text, email, password, among others, but not 'style'.
Question 7. Which layout technique in CSS is best suited for creating complex, two-dimensional grid-based layouts? A) Flexbox B) Grid C) Float D) Positioning Answer: B Explanation: CSS Grid provides a two-dimensional layout system, allowing precise placement of items in rows and columns. Question 8. Which JavaScript method is used to select an element by its ID? A) document.querySelector() B) document.getElementById() C) document.getElementsByClassName() D) document.querySelectorAll() Answer: B Explanation: document.getElementById() retrieves an element with a specific ID, which should be unique within the document.
Question 9. Which principle of good web design emphasizes the use of ample whitespace to improve readability? A) Visual hierarchy B) Consistency C) Whitespace and readability D) Color harmony Answer: C Explanation: Whitespace enhances readability by reducing clutter and directing focus to important content. Question 10. Which image format is most suitable for animated images with transparency? A) JPEG B) PNG C) GIF D) SVG Answer: C Explanation: GIF supports animations and transparency, making it ideal for simple animated images with transparent backgrounds.
Question 13. Which control panel is widely used for managing web hosting environments? A) WordPress B) cPanel C) Drupal D) Joomla Answer: B Explanation: cPanel is a popular web hosting control panel that simplifies server and website management. Question 14. What is the primary purpose of a CMS like WordPress? A) To host websites B) To manage and publish digital content easily C) To improve website security D) To optimize website performance Answer: B Explanation: Content Management Systems enable users to create, manage, and publish web content without extensive coding.
Question 15. Which plugin management feature is common in WordPress? A) Installing themes only B) Managing user roles only C) Installing and activating plugins to extend functionality D) Managing server configurations Answer: C Explanation: WordPress allows installing, activating, and managing plugins to add new features to websites. Question 16. What does SEO stand for? A) Search Engine Optimization B) Secure Enterprise Operations C) Simple Email Optimization D) Systematic External Outreach Answer: A Explanation: SEO refers to techniques aimed at improving a website's visibility in search engine results.
Question 19. Which technical SEO element helps search engines understand the structure of your website? A) Robots.txt B) XML sitemap C) Canonical tags D) Meta tags Answer: B Explanation: XML sitemaps provide search engines with a roadmap of all important pages on the website. Question 20. Which web security threat involves injecting malicious code via user input? A) Malware B) Phishing C) Cross-Site Scripting (XSS) D) DDoS Answer: C Explanation: XSS involves attackers injecting malicious scripts into web pages viewed by other users, exploiting input vulnerabilities.
Question 21. Which is a recommended security practice for protecting user passwords? A) Use simple passwords B) Store passwords in plaintext C) Use strong, complex passwords and hashing D) Share passwords with team members Answer: C Explanation: Strong, complex passwords combined with hashing techniques help protect user credentials from breaches. Question 22. Which tool is primarily used to analyze website load speed and performance? A) Google Analytics B) Google PageSpeed Insights C) SEMrush D) Moz Pro Answer: B Explanation: Google PageSpeed Insights evaluates page speed and provides suggestions for improving load times.
Question 25. Which payment method is most commonly associated with online credit card transactions? A) PayPal B) Bank transfer C) Credit/debit cards via payment gateways D) Cryptocurrency Answer: C Explanation: Online credit card payments are processed through payment gateways, enabling secure transactions. Question 26. Which regulation is a data protection law primarily applicable in the European Union? A) CCPA B) GDPR C) PCI DSS D) HIPAA Answer: B Explanation: GDPR (General Data Protection Regulation) governs data privacy and protection in the EU.
Question 27. What does a 'canonical URL' help prevent on a website? A) Broken links B) Duplicate content issues C) Slow page load times D) Security vulnerabilities Answer: B Explanation: Canonical URLs specify the preferred version of a webpage, preventing duplicate content penalties from search engines. Question 28. Which HTML element is used to embed multimedia content such as audio or video? A) B) C) and D) Answer: C Explanation: The and tags are HTML5 elements used to embed audio and video content directly into webpages.
Question 31. Which principle involves designing websites to work well on mobile devices first? A) Desktop-first design B) Mobile-first design C) Responsive design D) Adaptive design Answer: B Explanation: Mobile-first design prioritizes mobile device usability, ensuring websites are optimized for smaller screens. Question 32. Which image format is best suited for images requiring transparency and scalability, especially for logos? A) JPEG B) PNG C) SVG D) GIF Answer: C Explanation: SVG (Scalable Vector Graphics) is ideal for logos and images needing scalability and transparency.
Question 33. Which DNS record type is used to route emails to a mail server? A) A B) MX C) CNAME D) NS Answer: B Explanation: MX (Mail Exchange) records specify the mail servers responsible for receiving email messages for a domain. Question 34. Which control panel is often used in Windows hosting environments for managing websites? A) cPanel B) Plesk C) phpMyAdmin D) WordPress Dashboard Answer: B Explanation: Plesk is a popular hosting control panel compatible with Windows servers.
Question 37. Which SEO off-page factor involves acquiring links from other websites? A) Internal linking B) Backlinks C) Meta tags D) Sitemap submission Answer: B Explanation: Backlinks from reputable sites improve a website’s authority and search engine ranking. Question 38. Which term describes the process of making a website accessible to users with disabilities? A) SEO B) Accessibility C) Optimization D) Responsiveness Answer: B Explanation: Accessibility involves designing websites so that users with disabilities can navigate and interact effectively.
Question 39. Which security protocol is essential for encrypting data transmitted between a website and its visitors? A) HTTP B) HTTPS C) FTP D) SMTP Answer: B Explanation: HTTPS uses SSL/TLS encryption to secure data transmission, protecting user information. Question 40. Which type of web hosting involves sharing server resources among multiple clients but with dedicated resources? A) Shared hosting B) VPS hosting C) Cloud hosting D) Dedicated hosting Answer: B Explanation: VPS (Virtual Private Server) hosting offers dedicated portions of a physical server’s resources to each client, combining shared and dedicated hosting features.