1 |
________ are the values that do not change during the whole execution of program: |
variables
constants
strings
comments
|
2 |
________ are added in the source code to further explain the techniques and algorithms and by the programmer. |
messages
hints
comments
explanations
|
3 |
Includes statements are written in ________ section: |
header
main
comments
print
|
4 |
A list of words that are predefined and must not be used by the programmer to name his own variables are known: |
auto words
reservedwords
restrictedwords
predefinedwords
|
5 |
Every programming language has some primitive building blocks and follows some grammar rules known as its __________: |
programming rules
syntax
building blocks
semantics rules
|
6 |
___________ is a software that is responsible for the conversion of program files to machine understandable and executable code: |
compiler
editor
ide
debugger
|
7 |
Software that facilitates programmers in writing computer programs is known as ___________: |
a complier
an editor
an IDE
a debugger
|