Set of multiple choice questions on award winning P4 programming

The set of multiple choice questions for programming has been invited to read and test by the network administrator. Set of 10-question questions with 4 answers, try to see how many answers you can get.
  1. Question 1. Does the translation program have any capacity in the following possibilities?
    1. Detection of semantic errors
    2. A syntax error has been detected
    3. Syntax error message
    4. Create the target program
  2. Question 2. Which of the following statements is true?
    1. A program is a series of commands that are organized according to rules defined by a specific programming language
    2. In interpretation mode, each source program statement is translated into a target program statement
    3. Every problem has a program for solving on a computer
    4. If the source program has a syntax error, the target program also has a syntax error
  3. Question 3. The translation program is a functional program
    1. Convert programs written in high-level programming languages ​​into programs that can be executed on the computer
    2. Convert programs written in Pascal programming language into programs that can be executed on the computer
    3. Convert programs written in machine language into programs that can be performed on the device
    4. Convert programs written in high-level programming languages ​​into assembly language programs
  4. Question 2. In computing, constant is a quantity
    1. Valid for changes during program implementation
    2. Values ​​do not change during program implementation
    3. Named
    4. It is possible to change the value or not change the value depending on the problem
  5. Question 5. The components of the programming language are
    1. Interpreter and translation program
    2. Program to translate, alphabet, syntax, semantics
    3. Alphabet, syntax, semantics
    4. The reserved name, the standard name and the name defined by the programmer
  6. Question 6. In the following ways of declaring Hang, which declaration method is correct?
    1. Const Pi = 3.14
    2. Const = Pi
    3. Const Pi = 3.1
    4. D.Pi = 3.14
  7. Question 7. Choose the wrong statement?
    1. Variables must be declared and each variable is declared only once
    2. A program always has two parts: the declaration and the body
    3. After the keyword var can declare many different variable lists
    4. Translation programs have two types: translation and translation
  8. Question 8. In the Pascal language, the keyword CONST is used to declare
    1. Name of the program
    2. Hang
    3. Turn
    4. Library
  9. Question 9. In Pascal language, the keyword USES is used to declare
    1. Name of the program
    2. Hang
    3. Turn
    4. Library
  10. Question 10. Which name is not correct in Pascal language
    1. abc_123
    2. _123abc
    3. 123_abc
    4. abc123
5 ★ | 1 Vote