What can be described as, ‘SQL operations that are performed remotely’?
what is server-side processing
What is meant by term JavaScript?
tag. Also works with CSS. It runs in a web browser
Explain why its usually the case that JavaScript is interpreted rather than compiled.
Web sites are hosted on what?
web servers
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.
what 3 main coding languages use client-side processing?
Code executing on the client computer will be quicker than sending data to a server for processing.