THE BASICS OF PROGRAMMING

Programming
    Programming is also known as computer programming is one of the jobs that is still in need of many people as the internet is expanding like the universe is. Firstly, what is the meaning of computer programming, computer programming is the process of writing instructions that get executed by computers. the instructions, also known as code, are written in programming language in a programming language which  the computer can understand and use to perform a task or solve a problem.
    
    To execute a functioning computer code, you will need to know what is programming language. Programming language is a set of commands, instructions and other syntax use to create a software program. Languages that programmers use to write code are called "high-level languages". This code can compiled into a "low-level language". High-level programming language is while simple to human languages but are more complex than the languages that the computer actually use and understand which is called computer languages or low-level languages. Each different type of CPU has its own unique machine language. There are many types of programming languages that programmers use as the the few popular one are python, C ,Java and C++. there is also others such as C#, R , JavaScript, Go and others. 

    We will talk about Java programming language as it is taught in my school as the syllabus. Java language redirects to the natural language from the Indonesian island of Java. Java is a general-purpose computer programming language that is concurrent, class-based , object-oriented and specifically designed to have as few implementation dependencies as possible. it is intended to let application developers "write once, run anywhere", meaning that compiled java code can run on all platforms that support java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine(JVM) regardless of computer architecture. Java was originally developed by James Gosling at Sun Microsystems and was released in 1995 as a core component of the company's Java platform. The language derives much of its syntax from C and C++ but it has fewer low-level facilities than either of them.

    from my point of view, computer programming is a vast field of work that requires a lot of patience and determination as 1 wrong in the code could mean the destruction of the code or simply the code won't run and its not easy to locate the mistake in the code as it could be in the form of space, colon or semi-colon depending  on the type of language you are using. As I would choose a programming language, it would be Java as it is easy to use and able to run on all platform that supports java and no need to recompile it when running it on a different computer.

Comments

Popular posts from this blog

Computer parts

Database and everything in between