Any source program on a computer is written with the help of which am...
A high-level language is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.
Any source program on a computer is written with the help of which am...
- **HTML bullet points:**
1. **Assembly Language:** Assembly language is a low-level programming language that is closely related to machine language. It is not typically used for writing source programs on a computer due to its complexity and lack of portability.
2. **Source Code:** Source code is written in a high-level programming language such as C++, Java, Python, etc. These languages are easier to read and write compared to assembly or machine language.
3. **HTML:** HTML (Hypertext Markup Language) is used for creating web pages and is not typically used for writing source programs on a computer. It is used for designing the structure and layout of web pages.
4. **High-Level Language:** High-level languages are designed to be easier to read and write for programmers. These languages are used to write source programs on a computer and are then translated into machine code by a compiler or interpreter.
5. **Machine Language:** Machine language is the lowest-level programming language that is directly understood by a computer's hardware. While source programs are not written directly in machine language, they are eventually translated into machine code for the computer to execute.
In conclusion, source programs on a computer are written using high-level languages, which are then translated into machine code for the computer to execute. HTML and assembly language are not typically used for writing source programs on a computer.