Sunteți pe pagina 1din 2

Introduction to Programming

Term Definition

A programing language is a set of commands


Programming Language
High Level/Low
it uses to create a software program language.
Level/Machine Code The term programing languages usually
refers to high level languages
A java compiler is a compiler for the programing language java. Common from of
Compiler (traditional vs. output from a java compiler is java class files containing platform neutral java
Java) bytecode, but there are also compilers that gives optimized native machine code for
a particular hardware/operating system combination
In computer science, a syntax error is an error in the syntax of a sequence of
Syntax Error
characters or tokens that is indented to be written programing languages. For
compiled languages, syntax errors are detected at compile time. A program will not
compile until all syntax errors are corrected
In computer programing, a logic errors are a bug in a program that causes it to
Logical Error
operate incorrectly, but not to terminate abnormally (or crash). A logic errors
produces unintended or undesired output or other behaviour, although it may not
immediately be recognized ad such
A runtime error is a program error that occurs while the program is running. the
term is often used in contrast to other types of program errors, such as syntax errors
Run-Time Error and compile time errors. There are many different types of runtime errors. One
example is logic error, which produces the wrong output.

A compiled language is a programing languages whose implementation are


Compiled Code
typically compilers translators that generate machine code from source code and
not interpreters step by step executors of source code where no pre runtime
translation take place
In computering source code is any collection of code, possibly with
comments, written using a human-readable programming language, usually
Source Code
as plain text. Thesource code is often transformed by an assembler or
compiler into binary machinecode understood by the competer.

S-ar putea să vă placă și