Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

High-level Language

Vinay Rawal answered on April 2, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers

  • high level programming language vs low level
  • what are low level programming languages
  • implementation of high level language
  • High-level architecture
  • High-level design

  • High-level Language

    -1

    In Python, no need to take care about low-level details such as managing the memory used by the program.  

    Popularity 9/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 02 2023
    Vinay Rawal
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0

    Python falls under the category of high-level, interpreted languages. A high-level language is one which cannot be understood directly by our machine. There is a certain degree of abstraction in its syntax. Machines are generally designed to read machine code, but high-level syntax cannot be directly converted to machine code.

    As a result, it must first be converted to bytecode which is then converted to machine code before the program can be executed.

    Python is an interpreted language because, during execution, each line is interpreted to the machine language on-the-go.

    However, if we take the example of C++, the code needs to be compiled into an executable first, and then it can be executed. In Python, we can skip this compilation step (Python does it for us behind the scenes) and directly run the code.

    Popularity 9/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Tags: high-level h
    Link to this answer
    Share Copy Link
    Contributed on May 16 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.