The dictionary of
Programming (coding)
by Jakub Kulas 5A
Character
It is a variable which holds one character
Page 2
Conditional statement
Conditional statements allow to make decisions.
They depend on values which can be true or false.
Page 3
Double
It is a variable which holds a decimal type data.
Page 4
Frontend and Backend
Frontend is a part of website that the users interact
with.
Backend is a part of website that the computer or
server interact with.
Page 5
Function
Functions are part of code which take data, process
it and return a result. You can use one function for
several times.
Page 6
Integer
It is a variable which holds a whole number only.
Page 7
Library
It is a collection of files, programs that can be
referenced in the code
Page 8
Loop
Loop is a construction which will do something until
some conditions exist.
Page 9
String
It is a variable which holds sequences or characters.
Page 10
Variable
Variable is a value which have own name. It is like a
container where you can put anything.
Page 11

The dictionary of Programming (Coding).pdf