answersLogoWhite

0

As long as there is support for JavaScript in browsers, JavaScript can be called on any O/S, any platform and any machine

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

When wanting to use a timer in JavaScript you should use?

In JavaScript, you can use setTimeout() to execute a function after a specified delay, and setInterval() to repeatedly execute a function at defined intervals. To clear a timer set by either function, you can use clearTimeout() for setTimeout() and clearInterval() for setInterval(). Always ensure to manage your timers properly to avoid memory leaks or unintended behavior in your application.


What is a program that facilitates the execution of other programs?

A program that facilitates the execution of other programs is known as an operating system (OS). The OS manages hardware resources, provides a user interface, and allows multiple applications to run concurrently by scheduling tasks and managing memory. Examples of operating systems include Windows, macOS, and Linux. Additionally, software like interpreters or runtime environments can also execute specific types of programs, such as scripts or bytecode.


What is used in vb 6.0 for execution of programs?

I think events of objects are used to execute a program in VB.


Why is javascript embedded in HTML?

Javascript is great for handling and manipulating data structures, but it doesn't have any capability to handle graphics - that is where HTML comes in. HTML is a graphics language. So, in general, Javascript that is embedded in HTML handles all the math and data handling for the webpage and uses HTML as a user interface.


CAn you work in c or c plus plus without editor?

You can compile, link and execute programs without text-editor.

Related Questions

Do you need java compiler to execute HTML programs written in javascript?

No, Java and JavaScript are nothing to do with each other, JavaScript is a form of EMCAScript, not Java. Every modern browser comes with a JavaScript engine that is used to understand JavaScript. so there is no need for it, no.


What general-purpose computer must have to run other programs?

A general-purpose computer requires an operating system to load and execute other programs.


How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


How do you save javascript on Roblox?

It is not possible to save and execute Javascript code on Roblox. You can save Javascript code as plain text in script objects, but there is no way to execute the code. Roblox uses a scripting language called LUA in-game which is somewhat similar to JavaScript, but it is not identicle. You can learn about LUA syntax on the Roblox wiki.


How do you define a process in rtos?

RTOS(Real Time Operating System) can execute multiple programs concurrently. At any time there may be tens of programs executing on a RTOS. A program in execution is called a process. SOMA VARMA G


how to execute all the programs?

One by one.


What about multiprogramming?

Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor. Since there is only one processor, there can be no true simultaneous execution of different programs. Instead, the operating system executes part of one program, then part of another, and so on. To the user it appears that all programs are executing at the same time. If the machine has the capability of causing an interrupt after a specified time interval, then the operating system will execute each program for a given length of time, regain control, and then execute another program for a given length of time, and so on. In the absence of this mechanism, the operating system has no choice but to begin to execute a program with the expectation, but not the certainty, that the program will eventually return control to the operating system. If the machine has the capability of protecting memory, then a bug in one program is less likely to interfere with the execution of other programs. In a system without memory protection, one program can change the contents of storage assigned to other programs or even the storage assigned to the operating system. The resulting system crashes are not only disruptive, they may be very difficult to debug since it may not be obvious which of several programs is at fault.


Explain the operating system layers that is monolithic?

Early computing was performed on a single processor. Makes use of a single cpu to execute one or more programs for each application Ex: A uni-processor


What programs can be run on the sony vaio z?

That computer will do just about anything your daughter will need plus more. Computers usually have pretty up-to-date operating systems which can execute a number of file extensions.


What work of window operating system?

.. Loads and starts programs and DLLs .. Dispatches and halts programs for multiprocessing .. Manages memory .. Insures application programs do not execute prohibited operations such as accessing another program's memory and reading/writing to I/O devices .. Routes requests for services to the appropriate service handler program.


Where are programs copied into for the CPU to read?

Programs are copied into the computer's memory (RAM) for the CPU to read and execute.


What cycle is used by the CPU to execute instructions in a programs?

fetch,decode