Examen Ingles Taller 4

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Dynamic web page: example of server-side scripting (PHP 

and MySQL)

A server-side dynamic web page is a web page  whose construction is controlled by an application server  processing server-side
scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting
up of more client-side processing.

A client-side dynamic web page processes the web page using HTML scripting  running in the browser as it loads. JavaScript and
other scripting languages determine the way the HTML in the received page is parsed into the  Document Object Model , or
DOM, that represents the loaded web page. The same client-side techniques can then dynamically update or change the DOM
in the same way.

A dynamic web page is then reloaded by the user or by a computer program to change some variable content. The updating
information could come from the server, or from changes made to that page's DOM. This may or may not truncate the browsing
history or create a saved version to go back to, but a dynamic web page update using Ajax technologies will neither create a
page to go back to, nor truncate the web browsing history  forward of the displayed page. Using Ajax technologies the
end user gets one dynamic page managed as a single page in the web browser  while the actual web content rendered on that
page can vary. The Ajax engine sits only on the browser requesting parts of its DOM,  the DOM, for its client, from an application
server.

Dynamic HTML, or DHTML, is the umbrella term for technologies and methods used to create web pages that are not  static web
pages, though it has fallen out of common use since the popularization of AJAX, a term which is now itself rarely used. [citation
needed ]
 Client-side-scripting, server-side scripting, or a combination of these make for the dynamic web experience in a browser.

JavaScript is a scripting language  that was initially developed in 1995 by Brendan Eich , then of Netscape, for use within web
pages.[57] The standardised version is ECMAScript.[57] To make web pages more interactive, some web applications also use
JavaScript techniques such as Ajax (asynchronous  JavaScript and XML). Client-side script  is delivered with the page that can
make additional HTTP requests to the server, either in response to user actions such as mouse movements or clicks, or based on
elapsed time. The server's responses are used to modify the current page rather than creating a new page with each response,
so the server needs only to provide limited, incremental information. Multiple Ajax requests can be handled at the same time,
and users can interact with the page while data is retrieved. Web pages may also regularly poll the server to check whether new
information is available. [58]

*******************

Página web dinámica: ejemplo de scripting del lado del servidor (PHP y MySQL) Una página web dinámica del lado del
servidor es una página web cuya construcción está controlada por un servidor de aplicaciones que procesa los scripts del
lado del servidor. En las secuencias de comandos del lado del servidor, los parámetros determinan cómo procede el
ensamblaje de cada nueva página web, incluida la configuración de más procesamiento del lado del cliente. Una página
web dinámica del lado del cliente procesa la página web mediante secuencias de comandos HTML que se ejecutan en el
navegador mientras se carga. JavaScript y otros lenguajes de secuencias de comandos determinan la forma en que el
HTML de la página recibida se analiza en el Modelo de objetos de documento, o DOM, que representa la página web
cargada. Las mismas técnicas del lado del cliente pueden actualizar o cambiar dinámicamente el DOM de la misma
manera. A continuación, el usuario o un programa informático vuelven a cargar una página web dinámica para cambiar
algún contenido variable. La información de actualización podría provenir del servidor o de los cambios realizados en el
DOM de esa página. Esto puede o no truncar el historial de navegación o crear una versión guardada a la que volver,
pero una actualización de página web dinámica utilizando tecnologías Ajax no creará una página a la que volver, ni
truncará el historial de navegación web hacia adelante de la página mostrada. Con las tecnologías Ajax, el usuario final
obtiene una página dinámica administrada como una sola página en el navegador web, mientras que el contenido web
real que se muestra en esa página puede variar. El motor Ajax se encuentra solo en el navegador que solicita partes de
su DOM, el DOM, para su cliente, desde un servidor de aplicaciones. HTML dinámico, o DHTML, es el término general
para las tecnologías y métodos utilizados para crear páginas web que no son páginas web estáticas, aunque ha dejado
de ser de uso común desde la popularización de AJAX, un término que en la actualidad rara vez se usa. [ [cita requerida]
Las secuencias de comandos del lado del cliente, las secuencias de comandos del lado del servidor o una combinación de
estas opciones crean una experiencia web dinámica en un navegador. JavaScript es un lenguaje de secuencias de
comandos que fue desarrollado inicialmente en 1995 por Brendan Eich, entonces de Netscape, para su uso en páginas
web. [57] La versión estandarizada es ECMAScript. [57] Para que las páginas web sean más interactivas, algunas
aplicaciones web también utilizan técnicas de JavaScript como Ajax (JavaScript asincrónico y XML). La secuencia de
comandos del lado del cliente se entrega con la página que puede realizar solicitudes HTTP adicionales al servidor, ya sea
en respuesta a acciones del usuario, como movimientos del mouse o clics, o en función del tiempo transcurrido. Las
respuestas del servidor se utilizan para modificar la página actual en lugar de crear una nueva página con cada
respuesta, por lo que el servidor solo necesita proporcionar información incremental limitada. Se pueden manejar varias
solicitudes de Ajax al mismo tiempo, y los usuarios pueden interactuar con la página mientras se recuperan los datos.
Las páginas web también pueden sondear periódicamente el servidor para comprobar si hay nueva información
disponible. [58]

Pregunta 1 (1 punto)


 
Match each term or acronym in front of the corresponding definition

Pregunta 1 opciones:

Software program that displays the content of a


web page on a screen 1.
Webpage

The set of elements available in a web page 2.


Hypertext

Alternate spelling for web page using CamelCase 3.


Web browser
style

4.
Web resources
Protocol that requests information and access
to resources from a web server
5.
HTTP
Text file containing HTML code

Pregunta 2 (1 punto)


 
Complete the following sentences with the correct option

A page is considered static when…

Pregunta 2 opciones:

a)  its content does not change and is displayed exactly as it was designed

b)  an internal application or software presents random contents from a bank of resources in the web server

c)  the information is very confidential

Pregunta 3 (1 punto)


 
Complete the following sentences with the correct option

Another term for "static" web page is…


Pregunta 3 opciones:

a)  negotiated content-type

b)  flat or stationary

c)  paragraph preformatted

Pregunta 4 (1 punto)


 
Complete the following sentences with the correct option

PHP and MySQL are programming languages that use scripts to…

Pregunta 4 opciones:

a)  display and request different information for each user, as in a bank account with safety protocols

b)  Standardize the contents of a web page so all users see the same information

c)  load a .com domain

Pregunta 5 (1 punto)


 
Complete the following sentences with the correct option

When a user loads a dynamic web page, such as a bank or an online payment service, a ___ updates the information making it
safer, more private and personal.

Pregunta 5 opciones:

a)  ORG

b)  COM

c)  DOM

Pregunta 6 (1 punto)


 
Complete the following sentences with the correct option

One of the main features of JS (JavaScript) is that…

Pregunta 6 opciones:

a)  pages are always static.

b)  pages become more interactive and dynamic


c)  pages go through a very strict protocol of security

Website

The usap.gov website - Main article: Website

A website[59] is a collection of related web resources including web pages, multimedia content, typically identified with a
common domain name , and published on at least one web server . Notable examples are wikipedia.org, google.com,
and amazon.com.

A website may be accessible via a public Internet Protocol (IP) network, such as the Internet, or a private local area
network (LAN), by referencing a uniform resource locator  (URL) that identifies the site.

Websites can have many functions and can be used in various fashions; a website can be a  personal website , a corporate
website for a company, a government website, an organization website, etc. Websites are typically dedicated to a particular
topic or purpose, ranging from entertainment and social networking  to providing news and education. All publicly accessible
websites collectively constitute the World Wide Web, while private websites, such as a company's website for its employees,
are typically a part of an intranet.

Web pages, which are the building blocks of websites, are documents , typically composed in plain text  interspersed with
formatting instructions of Hypertext Markup Language (HTML, XHTML). They may incorporate elements from other websites
with suitable markup anchors. Web pages are accessed and transported with the Hypertext Transfer Protocol  (HTTP), which
may optionally employ encryption (HTTP Secure , HTTPS) to provide security and privacy for the user. The user's application,
often a web browser , renders the page content according to its HTML markup instructions onto a display terminal .

Hyperlinking between web pages conveys to the reader the site structure  and guides the navigation of the site, which often
starts with a home page  containing a directory of the site web content. Some websites require user registration
or subscription to access content. Examples of subscription websites  include many business sites, news websites, academic
journal websites, gaming websites, file-sharing websites, message boards , web-based email, social networking  websites,
websites providing real-time stock market data, as well as sites providing various other services. End users can access websites
on a range of devices, including desktop and laptop computers , tablet computers , smartphones and smart TVs.

Pregunta 7 (1 punto)


 
Select Agree or Disagree and justify your answer with the correct option (Select 2 options)

A website is a multi-object oriented collection of resources

Select 2 correct answer(s)


Pregunta 7 opciones:

a)  Agree

b)  Disagree

c)  Because it may include several webpages, links to audio or video clips, and links to other content-related websites

d)  Because it is always static, flat, and unchangeable

Pregunta 8 (1 punto)


 
Select Agree or Disagree and justify your answer with the correct option (Select 2 options)

There is only one way to access a website

Select 2 correct answer(s)


Pregunta 8 opciones:

a)  Because a user can get either public or private access to a website through an IP address or directly from a LAN

b)  Disagree

c)  Agree

d)  Because the only connection possible is through a URL or a URI

Pregunta 9 (1 punto)


 
Select Agree or Disagree and justify your answer with the correct option (Select 2 options)

There is only one way to access a website

Select 2 correct answer(s)


Pregunta 9 opciones:

a)  Because their customers/clients are only a few in very private LANs
b)  Disagree

c)  Agree

d)  Because they have servers all over the planet and in different languages with a common domain name and purpose

Pregunta 10 (1 punto)


 
Select Agree or Disagree and justify your answer with the correct option (Select 2 options)

Websites can display any kind of contents with different age filters and levels of security for end-users

Select 2 correct answer(s)


Pregunta 10 opciones:

a)  Because websites in most democratic countries can deliver any type of information, following the corresponding local
regulations

b)  Agree

c)  Because the freedom of speech right is respected by all governments

d)  Disagree

Pregunta 11 (1 punto)


 
Select Agree or Disagree and justify your answer with the correct option (Select 2 options)

The safest places to access work-related information are the LAN's and intranets

Select 2 correct answer(s)


Pregunta 11 opciones:

a)  Agree

b)  Because they are not public, nor open

c)  Disagree

d)  Because intranets do not have any restrictions or access protocols

Browser

Main article: Web browser

A web browser (commonly referred to as a browser) is a software user agent for accessing information on the World Wide Web.
To connect to a website's server and display its pages, a user needs to have a web browser program. This is the program that
the user runs to download, format and display a web page on the user's computer.
In addition to allowing users to find, displaying and moving between web pages, a web browser will usually have features like
keeping bookmarks, recording history, managing cookies (see below) and home pages and may have facilities for recording
passwords for logging into web sites.

The most popular browsers are Chrome, Firefox, Safari, Internet Explorer , and Edge.

Pregunta 12 (1 punto)


 
Select the main idea of the reading passage

Pregunta 12 opciones:

a)  Web browsers are software programs with an interactive and attractive GUI that lets users retrieve information from a
server

b)  Examples of browsers are Brave, Opera, Vivaldi, Lynx, Dolphin, and many others

c)  Additional advantages of browsers are the possibility to keep a record of visited and favorite web pages or web sites
The usap.gov website - Main article: Website

A website[59] is a collection of related web resources including web pages, multimedia content, typically identified with
a common domain name, and published on at least one web server. Notable examples are wikipedia.org, google.com,
and amazon.com.

A website may be accessible via a public Internet Protocol (IP) network, such as the Internet, or a private local area
network (LAN), by referencing a uniform resource locator (URL) that identifies the site.

Websites can have many functions and can be used in various fashions; a website can be a personal website , a
corporate website for a company, a government website, an organization website, etc. Websites are typically
dedicated to a particular topic or purpose, ranging from entertainment and social networking to providing news and
education. All publicly accessible websites collectively constitute the World Wide Web, while private websites, such as
a company's website for its employees, are typically a part of an intranet.

Web pages, which are the building blocks of websites, are documents, typically composed in plain text interspersed
with formatting instructions of Hypertext Markup Language (HTML, XHTML). They may incorporate elements from
other websites with suitable markup anchors. Web pages are accessed and transported with the Hypertext Transfer
Protocol (HTTP), which may optionally employ encryption (HTTP Secure, HTTPS) to provide security and privacy for
the user. The user's application, often a web browser, renders the page content according to its HTML markup
instructions onto a display terminal.

Hyperlinking  between web pages conveys to the reader the site structure  and guides the navigation of the site, which
often starts with a home page containing a directory of the site web content. Some websites require user registration
or subscription to access content. Examples of subscription websites include many business sites, news
websites, academic journal websites, gaming websites, file-sharing websites, message boards, web-
based email, social networking  websites, websites providing real-time stock market data, as well as sites providing
various other services. End users can access websites on a range of devices, including desktop  and laptop
computers, tablet computers, smartphones and smart TVs.

El sitio web usap.gov - Artículo principal: Sitio web Un sitio web [59] es una colección de recursos web relacionados que
incluyen páginas web, contenido multimedia, normalmente identificado con un nombre de dominio común y publicado en
al menos un servidor web. Ejemplos notables son wikipedia.org, google.com y amazon.com. Se puede acceder a un sitio
web a través de una red pública de Protocolo de Internet (IP), como Internet, o una red de área local privada (LAN),
haciendo referencia a un localizador uniforme de recursos (URL) que identifica el sitio. Los sitios web pueden tener
muchas funciones y se pueden utilizar de diversas formas; un sitio web puede ser un sitio web personal, un sitio web
corporativo para una empresa, un sitio web del gobierno, un sitio web de una organización, etc. Los sitios web suelen
estar dedicados a un tema o propósito en particular, que van desde el entretenimiento y las redes sociales hasta la
provisión de noticias y educación. Todos los sitios web de acceso público constituyen colectivamente la World Wide Web,
mientras que los sitios web privados, como el sitio web de una empresa para sus empleados, suelen formar parte de una
intranet. Las páginas web, que son los componentes básicos de los sitios web, son documentos, normalmente
compuestos en texto plano intercalados con instrucciones de formato de lenguaje de marcado de hipertexto (HTML,
XHTML). Pueden incorporar elementos de otros sitios web con anclajes de marcado adecuados. Se accede a las páginas
web y se transportan con el Protocolo de transferencia de hipertexto (HTTP), que opcionalmente puede emplear
encriptación (HTTP Secure, HTTPS) para brindar seguridad y privacidad al usuario. La aplicación del usuario, a menudo
un navegador web, muestra el contenido de la página de acuerdo con sus instrucciones de marcado HTML en un
terminal de visualización. El hipervínculo entre páginas web transmite al lector la estructura del sitio y guía la navegación
del sitio, que a menudo comienza con una página de inicio que contiene un directorio del contenido web del sitio. Algunos
sitios web requieren que el usuario se registre o se suscriba para acceder al contenido. Ejemplos de sitios web de
suscripción incluyen muchos sitios de negocios, sitios web de noticias, sitios web de revistas académicas, sitios web de
juegos, sitios web para compartir archivos, tableros de mensajes, correo electrónico basado en la web, sitios web de
redes sociales, sitios web que proporcionan datos del mercado de valores en tiempo real, así como sitios que
proporcionan varios otros servicios. Los usuarios finales pueden acceder a sitios web en una variedad de dispositivos,
que incluyen computadoras de escritorio y portátiles, tabletas, teléfonos inteligentes y televisores inteligentes.

You might also like