Página inicial
/
Tecnologia
/
A) Write Down the Basic Structure of a HTML Page with a JavaScript Code That Pops up When the Page Loads. [10Marks] B) The Internet Has

Question

a) Write down the basic structure of a HTML page with a JavaScript code that pops up when the page loads. [10Marks] b) The internet has many advantages and many applications have been developed that utilize this vast network . STATE and EXPLAIN some of the applications ; of the internet. [10Marks] UESTION THREE (20 MARKS) a) Using an example show how you can create a table in a MySQL database [5Marks] b) Write a CSS class that is called in a HTML paragraph. [5Marks] c) Show a Simple Active Server Page Displays the Date and Time. [5Marks] d) State FIVE internet protocols used today. [5Marks]

Solution

Verificación de expertos
4.7 (273 Votos)
Natasha Mestre · Tutor por 5 anos

Resposta

a) Here is an example of the basic structure of an HTML page with a JavaScript code that pops up when the page loads:```html My HTML Page Welcome to my page!```b) Some of the applications of the internet include:1. Communication: The internet allows people to communicate with each other through email, instant messaging, video conferencing, and social media platforms.2. Entertainment: The internet provides a wide range of entertainment options, such as streaming music, videos, and online games.3. Education: The internet provides access to a vast amount of information and resources, making it easier for people to learn and acquire new skills.4. Shopping: The internet allows people to shop online from the comfort of their homes, with options for buying clothes, electronics, and other products.5. Banking: The internet allows people to manage their finances and conduct transactions online, such as paying bills and transferring money.QUESTION THREE (20 MARKS)a) Here is an example of how you can create a table in a MySQL database:```sqlCREATE TABLE customers ( id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(100) NOT NULL, email VARCHAR(100) NOT NULL);```b) Here is an example of a CSS class that is called in an HTML paragraph:```htmlThis text is blue.```c) Here is an example of a Simple Active Server Page that displays the date and time:```php Server Page Welcome to my server page! The current date and time are: ```d) Some of the internet protocols used today include:1. HTTP (Hypertext Transfer Protocol): This protocol is used for transferring web pages and other resources over the internet.2. SMTP (Simple Mail Transfer Protocol): This protocol is used for sending email messages over the internet.3. IMAP (Internet Message Access Protocol): This protocol is used for retrieving email messages from a mail server.4. FTP (File Transfer Protocol): This protocol is used for transferring files over the internet.5. DNS (Domain Name System): This protocol is used for translating domain names into IP addresses.