1.3.4 web technologies Flashcards

contains questions getting wrong from smart revise (ADD EXAM QUESTIONS TOO)

You may prefer our related Brainscape-certified flashcards:
1
Q

What can be described as, ‘SQL operations that are performed remotely’?

A
  • Server-side processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is server-side processing

A
  • refers to operations performed by server in a client-server relationship in computer network.
  • Typically, a server is a computer program, such as a web server, that runs on a remote server, reachable from a user’s local computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is meant by term JavaScript?

A
  • programming language that adds interactivity to a webpage + works alongside / can be embedded into HTML with
     tag. Also works with CSS. It runs in a web browser
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain why its usually the case that JavaScript is interpreted rather than compiled.

A
  • Java is likely to be run on a variety of machines with different processors / architectures.
  • Compiled code is machine dependent whereas interpreters run on high level code which is machine independent.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Web sites are hosted on what?

A

web servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Scripts can be executed either on the what 2 sides using what processing? (server-side processing). This includes SQL, Python, C, or in the browser (client-side processing) using HTML, CSS and JavaScript. Code executing on the client computer will be quicker than sending data to a server for processing.

A
  • either on host or server
  • client side and server side
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what 3 main coding languages use client-side processing?

A
  • HTML
    -CSS
    -JavaScript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • which form of processing is faster to execute code, client side or server side processing?
A

Code executing on the client computer will be quicker than sending data to a server for processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly