Class 12

Sam Dunegan
Aug 8, 2021
  • What’s the difference between operational and programmer errors?Operational errors these represent run-time problems experience by correctly written programs
  • What is ‘event-driven’ programming? programming paradigm in which the flow of the program is determined by events such as user actions, sensor outputs, or message passing from other programs or threads
  • What are ‘worker processes’?provide the execution environment for all web sites and applications configured in IIS
  • Describe how Node.js can be made more scalable.it is scalable due to load balancing
  • Explain global installation of dependencies.putting global packages in a single place in the system exactly where it depends on your setup
  • Explain RESTful Web Service.style that was created to guide the design and development of the architecture for the World Wide Web

--

--