Assignment Number: 1
Full Stack Web-Development Base building Assignment Solution [15 January 2023]
- What is the internet?
- What is a web browser?
- What is a browser engine?
- What is a static site?
- What is a dynamic?
Question 1: What is the internet? Explain in your own words.
Ans: In simple words, the Internet is a global network of computers and servers that are connected to each other. The Internet helps us to share information, communicate and access online resources around the world. We can access the internet from a computer, mobile, or any other device.
Question 2: What is a web browser? Explain in your own words.
Ans: A web browser is a software application that helps users access, navigate, and view the content available on the Internet. Another big thing is that it renders web technologies like HTML, CSS, and JavaScript.
Example: Most popular web browsers including Google Chrome, Mozilla Firefox, Microsoft Edge, Brave, Safari, etc.
Question 3: What is a browser engine? Explain in your own words.
Ans: A browser engine is the main software component of every web browser that is responsible for rendering web pages and providing a bridge between the web page content and the browser's user interface. The browser engine interprets and displays the HTML, CSS, and JavaScript code that makes up a web page.
Examples: of browser engines include Blink (used in Chrome and Opera), Gecko (used in Firefox), and WebKit (used in Safari and Edge).
Question 4: What is a static site? Explain in your own words.
Ans: Static websites are those websites whose web pages have limited content. In this type of website, every user has to serve the same content. Creating this type of website is very easy because it only requires HTML coding and essential CSS. Static sites are fast, secure, and easy to host, but lack the ability to provide personalized content or real-time updates.
Example: Collage Website, School Website, etc.
Question 5: What is a dynamic site? Explain in your own words.
Ans: Dynamic websites are those websites whose web pages keep changing according to each user. This type of website is also associated with Frontend and Backend. Creating a dynamic website is the use of little complex codings like HTML, and CSS with backend languages like PHP, Python, Java, and DBMS. Dynamic sites are flexible, have better SEO, are scalable, and have advanced functionality.
Examples: YouTube, Facebook, Twitter, and LinkedIn.

Post a Comment