English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can a higher-level programming language instruct a computer to compute more than a lower-level programming language?

2006-09-07 12:42:59 · 5 answers · asked by anonms420 1 in Computers & Internet Programming & Design

5 answers

Funny thing is that higher level programming languages are always complied DOWN to machine level, just ones and zeros, always, the machine does not understand anything else.


So the answer to your question would be no.

2006-09-07 13:50:32 · answer #1 · answered by D 4 · 0 0

Lower Level Language

2016-12-17 14:09:07 · answer #2 · answered by ? 4 · 0 0

Higher level languages typically create more bloat and the net result is a program that has more instructions to accomplish the same thing than in a lower level program. Lower level programs though are harder to debug and leaves much of the grunt work to the programmer. It doesn't mean lower level programming is harder to learn or read, it just means you have to take care of loose ends that a typical higher level language would do behind the scenes.

If you are asking if a higher level language can make the computer do "more" -- as in use more features or go faster, then no it is actually quite the opposite.

2006-09-07 16:07:51 · answer #3 · answered by soulblazer28 2 · 2 0

It really depends on what you mean. For example, if the high and low level programs had the same number of lines, then the answer would be a resounding yes. A 10 line SQL program will do more than 10 lines of assembly code.

But, as other posters have pointed out, the job described by the SQL code is ultimately done by machine instructions. So, if you allow me to use any length program, I'll always be able to match your high-level program with a longer low-level program.

2006-09-11 12:18:25 · answer #4 · answered by arbeit 4 · 1 0

Low factor langueges makes use of "mnemonics" for programming. yet no mnemonics is needed in c coding. so C isn't a low levell language it truly is a extreme factor LANGUAGE. because that's the midsection language of low factor and fourth technology language we may be able to call it midsection technology language. it truly is a 0.33 technology language.

2016-11-06 20:45:42 · answer #5 · answered by ? 4 · 0 0

fedest.com, questions and answers