UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Tutor

1) Platform Dependencies First, you should know about the platform, here platform means Computer Hardware (Computer configuration). Low Level programming languages are platform dependent that means programs written in Low Level language can run on the same hardware with same configuration, you cannot...
read more
1) Platform Dependencies First, you should know about the platform, here platform means Computer Hardware (Computer configuration). Low Level programming languages are platform dependent that means programs written in Low Level language can run on the same hardware with same configuration, you cannot run them on hardware that has different configuration. High Level programming languages are platform independent that means programs written in High Level language can run on different hardware with different configuration. 2) Speed Low Level language programs are faster than High Level language programs as they do not need to convert. They have less number of syntaxes, functions, keywords, class libraries. 3) Easiness Low Level language programs are not as easy as High Level language. There are only two Low Level programming languages Binary and Assembly. Binary has only 0’s, 1’s, while Assembly has some difficult type symbols which are knows as mnemonics.But, the High Level languages programs are easy to write, read, modify and understand. 4) Performance Since, Low Level Languages programs are faster, so performance of Low Level languages programs are better than the High Level languages programs. 5) Translation Low Level language Binary does not need translation as Binary codes are Machine codes and computer understands them without any translations.Assembly needs an Assembler to translate an Assembly program to its equivalent Binary/Machine Code.High Level Languages are translated by the compilers or interpreters; sometimes (in case of some programming languages) both are required to get the Object/Binary file. 6) Flexibilities High Level languages are flexible to read, edit, debug, understand etc but Low Level Languages are not so easy to handle.High Level languages have huge libraries with a rich set of Data types, keywords, functions etc so these languages are really good to develop an application with many great features using less effort and resource. 7) Support Low Level languages have less support than High Level Languages. There may be lesser number of professionals (community) in support of Low Level languages as comparisons to High Level Language support. read less
Comments

Related Questions

Why is C still so popular?
C is often taught as an introductory programming language in computer science courses due to its simplicity and close-to-the-hardware nature. This ensures a continuous influx of developers familiar with...
Chitra
0 0
5
What are the functions in C programming?
In C programming, functions are essential building blocks that allow for modular and structured code. A function is a self-contained block of code designed to perform a specific task. It typically takes...
Kiran
0 0
6
What is a macro, and how do you use it?
A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look...
Sandeep
What is a pragma?
In computer programming, a directive pragma is a language construct that specifies how a compiler should process its input. The ' #pragma ' directive is the method specified by the C standard for providing...
Anil
What is the difference between compile time error and run time error?
Compile error is the error when you check for syntax error while run time error comes when you do execution of the program.
Varada
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

Tress And Its Traversal
Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) : 4 5 2 3 1 Trees are one of the data structures like...

C Program to print Block Letter and Small Case Alphabets using C
/* WAP to print Block Letter and Small Case Alpahbets using C*/ //Hint:use ascii code(value) to print #include#include void main(){ int i; clrscr(); //Block Letters Alphabets printf("Block Letters Alphabets\n");...

C Program-String Comparison
// WAP to compare strings entered by the user //Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char str1; char str2; int comp; //Function...

C Programming basics
C PROGRAMMING BASICS 10 Hours Introduction to ‘ C’ programming –fundamentals – structure of a ‘C’...
O

Om K.

0 0
0

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more