answersLogoWhite

0


Best Answer

An executable file (*.exe)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A high level language program is saved on disk as what?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do some programs not run because the disk is not in the disk drive?

If a program's executable file or setup / install files are not saved to the harddrive, no, the program will not run without the disk in the disk drive.


Can you get a film from a DVD saved onto your computer?

I think one can burn it to disk if one has the proper program.


How do you recover a word file saved to disk but not saved on a disk since no disk was in place?

For repairing word documents you may try word repair tool. The utility restores word files for short time and in couple steps due to program wizard. The tool support Windows 98 and higher.


Storing your work in the top level of the hard disk could interfere with Windows or a program?

false


What are advantages of low level language?

A well-designed program written in a low-level language, such as assembler, will often require less system memory, CPU cycles, and disk space than an equivalent program written in a higher level language, such as C or C++. Given the complexity of modern programs, low level languages are usually employed to optimize inefficient loops to squeeze extra performance out of the hardware, rather than entire programs being written in a low-level language. For example, if a developer can gain a 20% increase by writing a data loading module in a low level language, they usually will not do so, but if the main loop of a 3D rendering module of a real-time 3D rendering engine can be optimized to gain 20% in speed, it may be vital to the project. Note that 20% is just an arbitrary number; the usual gains from converting a program to a low level language are usually far more modest.


When a value is read from a memory in c language and preserved this process is called?

Saving. Values can be saved by writing them to non-volatile memory such as a hard-disk file.


what are the functions of BIOS in computer system?

The BIOS (Basic Input Output System) is the first low level program that is loaded into the computer memory. This program performs initial hardware diagnostics memory, disk, I/O, video, etc., and then transfers to a boot program usually located on a hard disk.


Which program would you run to check for possible disk errors and where is the program located?

program would you run to check for possible disk errors


What is difference between interpreters and compiler?

Interpreter An interpreter is given a computer program to run and it is executed (or performed) line by line. It simply reads a line of code (in the programs native language (ie English Basic) and performs the instructions one by one. After each line has been completed, the next on is accessed and duly performed until the program is finished. The syntax of the program may have errors in it and these are not found out until the program is run. The user must have the source code to be able to run the program (some interpreters produces a tokenised version of the source code to speed up execution of the program and reduce disk storage.) Compiler. With a compiler, the entire code is translated into machine code before it is run and then saved to disk for future use. The entire program must be 100% syntax correct before the program is translated and saved to disk. Several other parts of the program (called libraries) can be linked with the program to produce the final product. Test compilations usually are performed to avoid a large number of compile errors at once. The compiled program is accessed by the user but they do not need the source code to use the program. The same program run as a compiled program will usually outperform an interpreted on.


Will data stored on a computer's hard disk remain after losing power?

It depends on whether the data had been saved at the time the power went out. If it was saved before the outage, then it will remain on the computer's hard disk. If it was not saved, then it is almost certainly lost.


What is a disk druid?

Disk Druid Partitions is a program that partitions your hard drive for you.


Disk mirroring involves creating a shadow copy of data on a backup disk and is RAID level?

Level 1