1.3.4 web technologies Flashcards

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

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