answersLogoWhite

0

Is Basic a low level language or high level?

Updated: 8/11/2023
User Avatar

Nivurijh

Lvl 1
14y ago

Best Answer

Dual system 1 and 0

It can also depend what you mean by computer, and how deep you want to go. You can make a "Computer" with wood and strings, as proven by the Jaquard Loom. Hardware is key, no matter how basic. So, in theory (i guess) the Basic Language would be how the computer...works! If you want to go to the very basics.

User Avatar

Wiki User

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

Wiki User

11y ago

No, on a source code level, BASIC is not machine dependent per se: code written in BASIC for one machine on one operating system can, in principle, be used on a different machine and operating system.

In practice, however, you will find that BASIC interpreters and compilers implement a wide array of dialects, which will typically prevent porting between different versions of BASIC. However, if one manufacturer made a version of BASIC both for x86 computers running Windows and another for ARM-based computers running Linux, for example, you might be able to use the same code on both targets.

In compiled or pre-compiled form, BASIC is typically machine, operating system and vendor dependent.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

BASIC (Beginner's All-purpose Symbolic Instruction Code) is actually a family of languages. Microsoft's Visual Basic is probably the most popular version of a BASIC language being used today.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

BASIC is a high level language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Basic a low level language or high level?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


Why will you prefer low level language to a high level language?

A high level language naturally assumes the intentions of the programmer and thus blocks off many otherwise possible methods. For those that prefer to have a high level of control, a low level language is the obvious choice. The level of the language is inversely proportionate to the degree of control the programmer has. ie. low level language = high level of control, and vice versa.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


What is High Level Languages and Low Level Languages?

High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than human understandable language.High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than a human understandable language.

Related questions

How to convert low level language into high level language?

lang are convert into low level language by


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


Difference between high level language and low level language in tabular form?

high level language are easier to learn


Why will you prefer low level language to a high level language?

A high level language naturally assumes the intentions of the programmer and thus blocks off many otherwise possible methods. For those that prefer to have a high level of control, a low level language is the obvious choice. The level of the language is inversely proportionate to the degree of control the programmer has. ie. low level language = high level of control, and vice versa.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


True or false question Lower level language must first be converted to high level language make it slower?

False. You cannot convert low-level language to high-level language, you can only convert from a high-level to a low-level. However, all languages, whether high-level or low-level, must ultimately be converted to machine code in order to execute.


What is the main feature of the c programming language?

High-level language with low-level abstractions.


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


What is High Level Languages and Low Level Languages?

High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than human understandable language.High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than a human understandable language.


Why c plus plus is not a middle level language?

C++ is a high-level language with low-level features, including memory pointer variables, therefore it is an intermediate-level language. In other words, it is a middle-level language. It cannot be regarded in any other way, because it is not as low-level as assembler, but it is as low-level as C, and can also be as high-level as Java.


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.


Why say that 'c' is high level language?

Well, there are only two categories: low- and high-level languages. Machine code and Assembly are low-level, everything else is high-level.