Skip to content

A high-level language is a programming language designed to simplify computer programming. It is "high-level" since it is several steps removed from the actual code run on a computer's processor. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU.

Notifications You must be signed in to change notification settings

Lordwill1/alx-higher_level_programming

Repository files navigation

Higher Level Programming Projects

This repo contains all the projects that I have done in the alx-Holberton curriculum on Higher level programming.

What Does High-Level Language (HLL) Mean?

A high-level language is any programming language that enables development of a program in a much more user-friendly programming context and is generally independent of the computer's hardware architecture.

A high-level language has a higher level of abstraction from the computer, and focuses more on the programming logic rather than the underlying hardware components such as memory addressing and register utilization.

Projects Description
0x00-python-hello_world All about introduction to python. A bit about Technical interview prep
.

About

A high-level language is a programming language designed to simplify computer programming. It is "high-level" since it is several steps removed from the actual code run on a computer's processor. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published