11 Networks 12 The Internet, e-mail 13 Web & web design 14 Programming 15 Viruses & data security

Navigation

14  Programming

Vocabulary

Definition Translation
algorithm a precise step-by-step plan for a procedure that begins with an input and leads to an output in a finite number of steps algoritmus
assembler a program converting a program written in a low-level language into a machine code asembler
assembly language a low-level language that uses abbreviations to represent instructions kompilační jazyk
bug an error in a computer program chyba v programu
coding the process of writing instructions for a computer kódování
compiler a program converting a source program written in a high-level language into a machine code in one go kompilátor
debugger the program used to test programs and correct errors ladicí program
debugging detecting and correcting errors in programs ladění programu
flowchart a diagram that shows the logical steps of a computer program vývojový diagram
high-level programming language a language in which each statement represents several machine code instructions vyšší programovací jazyk
interpreter a program translating the source code line by line into the machine code as the program is running interpret, překladač
low-level programming language a language that is very closed to machine code nižší programovací jazyk
machine code binary code, consisting of 1s and 0s, the only language that a computer can understand directly strojový kód
markup language a language using instructions called markup tags to format and link web documents značkový jazyk
markup tag a command used in HTML, inserted in a document that specifies how the document, or a portion of the document, should be formatted značka, tag
object code an intermediary form of transforming the program from a high-level language to machine code, produced by a compiler objektový kód
program a set of instructions that tell the computer what to do program
programming language a computer language used for coding computer programs programovací jazyk
programming the process of writing a program using a programming language programování
source code computer instructions written in a high-level programming language zdrojový kód


© Střední průmyslová škola elektrotechniky a informatiky, Ostrava, příspěvková organizace