Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a question that combines the understanding of few web technologies [closed]

I am teaching a web development course at a CS department, I wrote most of the final test by now, each question focus on a specific feature or a specific technology,

I wonder if you can think of/recommend a question that combine the knowledge of few technologies..

The course mostly covers: HTML, CSS, JS, HTTP, Servlets, JSP and JDBC. (as well as AJAX, ORM, basic security issues like SQL-Injection and XSS, HTML5, REST APIs)

EDIT: I will super appreciate questions with answers :-) thanks!

I'll give the bounty to the question with the highest rank, so please vote! I honestly like most of the questions here, thank you all :-)

like image 567
DuduAlul Avatar asked Aug 07 '10 07:08

DuduAlul


People also ask

What do you understand by web technologies?

 Web technologies refers to the way computers/devices communicate. with each other using mark up languages. It invo It is communication. across the web, and create, deliver or manage web content using hypertext markup language (HTML).  A web page is a web document which is written in in HTML (hypertext.

What are the 3 technologies of the web?

In order to make websites look and function a certain way, web developers utilize different languages. The three core languages that make up the World Wide Web are HTML, CSS, and JavaScript.

How many types of web technologies are there?

Two categories of Web Development The web technologies can be divided into backend and frontend technologies. The front end technologies are used to design (Frond End) of the web site where as back end technologies are used to develop the web site or web application.

What is web technology and examples?

Web Technology refers to the various tools and techniques that are utilized in the process of communication between different types of devices over the internet. A web browser is used to access web pages. Web browsers can be defined as programs that display text, data, pictures, animation, and video on the Internet.


1 Answers

Explain the relationship of the DOM to each of the following technologies: HTML, CSS, JavaScript.

The goal here is for the answer to make clear the student understands that HTML generates a DOM structure, CSS affects how that structure is rendered, and JavaScript affects how that structure is modified. If you understand how it all ties back into the DOM, all client-side coding becomes straightforward.

like image 51
Joeri Sebrechts Avatar answered Sep 24 '22 14:09

Joeri Sebrechts