Computer Science - 9210 OxfordAQA

Key Concepts

Resumen

A web page you look at is not a file sitting on a computer somewhere waiting to be collected. It is the end of a short assembly line. Something on a distant machine may have built it a fraction of a second ago out of a template and a database query; the browser then decided how it should look; and code running inside the browser is watching for you to click something. Four different things are at work, in two different places, and knowing which is which is the whole of this topic.

This lesson separates them. You will learn that HTML creates the structure of a page while CSS changes its style, why keeping those two apart is worth the trouble, and the difference between server-side scripting, which builds pages before they are sent, and client-side scripting, which adds functionality once they have arrived. That last distinction, where the code runs, decides almost everything else about what each kind of script can and cannot do.

Objetivos

  1. Know that web pages can be constructed using HTML and CSS. Know that HTML is used to create the structure of a web page and that CSS can be used to change the style of the page. Understand that server-side scripting languages can be used on a web server for dynamic generation of web pages. Understand that client-side scripting languages can be used to add additional functionality to web pages.

Mapa mental

Este tema esta esquematizado para ver como se conectan las ideas.

Abre el mapa mental en la app

Nota de la lección

A modern web page is the result of four separate concerns, and the specification names all four. Two of them are about the page itself, and two are about code that runs, one on each of the two machines involved.

Apunte completo disponible en la aplicacion Green Bridge

Instala la aplicacion Green Bridge CBT en tu movil u ordenador para acceder a toda la biblioteca IGCSE: examenes anteriores, criterios de correccion, mapas mentales, tarjetas de estudio y lecciones en audio.

Notas de lección completas con diagramas
Asistente de aprendizaje con IA
Simulacros cronometrados que se corrigen en cuanto terminas
Disponible en Android, Windows, macOS y Linux App para iOS proximamente

Evaluación de la lección

Felicitaciones por completar la lección del Key Concepts. Ahora que has explorado el conceptos e ideas clave, es hora de poner a prueba tus conocimientos. Esta sección ofrece una variedad de prácticas Preguntas diseñadas para reforzar su comprensión y ayudarle a evaluar su comprensión del material.

Te encontrarás con una variedad de tipos de preguntas, incluyendo preguntas de opción múltiple, preguntas de respuesta corta y preguntas de ensayo. Cada pregunta está cuidadosamente diseñada para evaluar diferentes aspectos de tu conocimiento y habilidades de pensamiento crítico.

Utiliza esta sección de evaluación como una oportunidad para reforzar tu comprensión del tema e identificar cualquier área en la que puedas necesitar un estudio adicional. No te desanimes por los desafíos que encuentres; en su lugar, míralos como oportunidades para el crecimiento y la mejora.

  1. What is HTML used for? A. To create the structure of a web page B. To change the colours and fonts of a page C. To store data in a database D. To encrypt data sent across a network Answer: A
  2. What is CSS used for? A. To create the structure of a web page B. To change the style of a web page C. To run code on a web server D. To connect two networks together Answer: B
  3. Where does a server-side script run? A. In the visitor's browser B. On the web server C. On the visitor's router D. In the page's CSS file Answer: B
  4. Which task is most suitable for a client-side scripting language? A. Checking a password against the stored one B. Reading a customer's order history from a database C. Expanding a section of a page when it is clicked D. Deciding whether a discount code is genuine Answer: C
  5. Why must a check that matters be repeated on the server even if it is done in the browser? A. Because browsers cannot run scripts B. Because client-side code is sent to the visitor and can be read, altered or switched off C. Because CSS overrides client-side script D. Because HTML cannot contain forms Answer: B

Resuelve estas preguntas en la aplicacion

Resuelve estas preguntas en la aplicacion

Practica preguntas simuladas

¿Quieres practicar preguntas simuladas sobre Key Concepts? Descarga la aplicación Green Bridge CBT para acceder a preguntas simuladas y evaluaciones completas sobre este tema.

Descarga la aplicación en Google Playstore.

Todo lo que necesitas para destacar en JAMB, WAEC y NECO.

Green Bridge CBT Mobile App
Asistente de Chat de Aprendizaje Personalizado con IA
Más de 200.000 preguntas de examen de IGCSE, JAMB, WAEC y NECO.
Más de 1200 notas de lecciones
Soporte sin conexión: Aprende en cualquier momento y lugar.
Horario del Puente Verde
Resúmenes de Literatura y Preguntas Potenciales
Controla tu rendimiento y progreso.
Explicaciones detalladas para un aprendizaje integral