The document outlines various concepts related to web development, including web architecture, the three-tier architecture of web applications, and the use of HTML elements like <textarea> and tables. It also covers JavaScript functionalities such as document.getElementById(), event handling, and DOM manipulation. Additionally, it discusses protocols like HTTP, HTTPS, and SMTP, as well as JDBC for database connectivity.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views1 page
Suggestion WT
The document outlines various concepts related to web development, including web architecture, the three-tier architecture of web applications, and the use of HTML elements like <textarea> and tables. It also covers JavaScript functionalities such as document.getElementById(), event handling, and DOM manipulation. Additionally, it discusses protocols like HTTP, HTTPS, and SMTP, as well as JDBC for database connectivity.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. Define Web Architecture.
2. Describe the three-tier architecture of a web application.
3. What is the use of the <textarea> tag in HTML? 4. Write the basic syntax to create a table in HTML. 5. Explain the purpose of document.getElementById() in JavaScript. 6. Differentiate between HTTP and HTTPS. 7. Define JDBC and write basic JDBC connection code. 8. Explain SMTP and HTTP protocols. 9. Create an HTML form with a dropdown, textarea, and submit button. 10. Write an HTML + JS code to show an alert on button click.
1. Explain the architecture of the World Wide Web.
2. Describe the HTTP request-response cycle with GET and POST methods. 3. Discuss the pull and push communication mechanisms on the web. 4. Explain the CSS box model with a diagram and describe each component. 5. Create an HTML page styled with CSS for a navigation bar with hover effects. 6. Write a JavaScript event handler example using a button click. 7. Compare and contrast callbacks, promises, and async/await in JavaScript. 8. Explain CRUD operations using JDBC with examples. 9. Compare HTTP, HTTPS, and SMTP protocols in terms of functionality and security. 10. Write a Node.js Express application to create a server that listens on port 3000. 11. Explain the structure and purpose of an HTML document. Describe <html>, <head>, and <body> tags. 12. Design a student registration form using HTML with Full Name, Roll No, Email, DOB, and Department. 13. Describe five commonly used HTML tags with their purpose and syntax. 14. List and explain five different input types in HTML forms with examples. 15. Write an HTML table with 3 rows and 3 columns and explain the role of each tag used. 16. Explain the interaction between web servers and web browsers in the client-server model. 17. Describe how DNS resolves domain names to IP addresses with an example. 18. Write a short note on Web Servers, SMTP, and DNS protocols. 19. Explain the concept and use of DOM manipulation using JavaScript with an example. 20. Create a web page using JavaScript that displays a welcome message when a button is clicked.