Programming basic consepts

12345678910
Across
  1. 4. It is something that doesn't have a change, for example your name, the name of your city, the speed of light, etc.
  2. 6. It is called variable because its value can change at any time when the program instructions determine it.
  3. 9. This can be given in the form of file or from command line.
  4. 10. is a set of instructions that a computer can interpret in order to receive data, process it and get an output.
Down
  1. 1. is every sentence given to the computer in order to execute an action such as "Open the file".
  2. 2. refers to the rules and the correct order to combine commands to perform an action or a set of actions.
  3. 3. The process of developing and implementing various sets of instructions to enable a computer to do a certain task.
  4. 5. is a fundamental style of computer programming, a way of building the structure and elements of computer programs.
  5. 7. it is the method of communication used by humans that can be spoken or written.
  6. 8. means to display some data on screen, printer or in any file.