answersLogoWhite

0


Best Answer

A programming language is a systematic notation by which we describe computational process. Computational process means steps for solving a problem.

Understanding of computer software is imperfect without a basic knowledge of programming language. Programming language allow the programmers and end users to develop the programs that are executed by a computer. In today's world several computer languages exist. Some of these are created to serve a special purpose (like controlling a robot), while others are more flexible. General purpose tools that are suitable for many types of applications.

However, every computer language must have instructions that fall into following categories like:

1. Input/Output

2. Calculations/Text Manipulation

3. Logic/Comparison

4. Storage/Retrieval

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Generally speaking, small code runs faster than big code. However, wasting CPU cycles on unnecessary operations is obviously undesirable. Efficient code does only what is absolutely necessary to solve a problem, no more and no less. Efficient code is the product of a well-designed algorithm.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why are computer languages used for problem solving?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What isTechnical problem-solving or creative problem-solving?

problem solving in computer sciences is used to divide a large problem into atomic steps and solving all steps hierarchically.


What is troubleshooting stands for?

Troubleshooting is a word, that is often used in computer software, when errors occurs. It is a way of saying "Solving a problem" or to "look for a problem".


What represents intelligence?

There are several factors that can be used to measure intelligence. One of these is problem solving abilities. Intelligent people are good at problem solving and critical thinking.


How is recursion used in computer science?

Recursion is the process where one large problem is solved by solving several smaller problems. This applies to computer science, as trial and error and bug fixes are needed to get a finished product.


In the problem solving process what are the standards used in analysis called?

Benchmark


What is a strategy used in problem solving that guarantees the correct solution if applied and used correctly?

Algorithm


What are problem solving strategies used by scientists?

They are the series of steps in the scientific method.


What is created when scientific knowledge is used for the purpose of solving a problem?

Scientific method


What are the uses of computers in a school for educators?

Computer is useful in school because it is used for the for the following purposes: 1.research finding 2.problem solving 3. word processing 4E-business it can be used for in formation processing and segmentation of demographics.


What is the definition of problem solving ability?

this is a stratergy used to solve a difficult situation


What math is used in forensics?

They use many complex equations and do a lot of problem solving.


Who invented machine language?

Computer languages were not discovered, as no computers used them before people used them. Computer languages are artificial languages invented by people to simplify control of computers.As to the inventors of the earliest computer languages they were:John Backus of IBM: FORTRAN.Grace Hopper of UNIVAC: A-0, FLOW-MATIC, COBOL.Both did their original compiler development work ca. 1954.