Multiple choice questions about programming with P1 prize

Programming is the use of programming languages ​​and tools and utilities to write code, build practical programs and applications on your computer to serve your life. The following is an invitation to test your knowledge with our following series of articles.
  1. Question 1. Please choose the best matching plan. What is programming language?
    1. Means for drafting documents including programs;
    2. Pascal or C language
    3. Means of expressing algorithms for computers to do the job
    4. The medium expresses the algorithm
  2. Question 2. Which of the following statements is definitely wrong?
    1. Programming is writing programs
    2. Programming and programming are two equivalent concepts, both ways of describing algorithms in programming languages
    3. The program is made up of a combination of statements and necessary declarations on variables, constants, functions, .;
    4. The program is not sure if the result is correct with lots of input data sets
  3. Question 3. Which of the following statements is definitely wrong?
    1. Any problem can be solved by computer
    2. The program is an algorithm description in a programming language
    3. It is not possible to write a program to solve a problem if you do not know the algorithm to solve the problem
    4. A problem may have multiple algorithms to solve
  4. Question 4. Which of the following statements is definitely wrong?
    1. To solve a computer problem, write a program describing the algorithm to solve the problem

    2. Every computer user must know how to program
    3. Electronic computers can run programs
    4. A problem may have multiple algorithms to solve
  5. Question 5. Please choose the right coupling scheme. Machine language is
    1. Any programming language that can express the algorithm to give the computer a performance
    2. The language for writing programs that each program is a sequence of machine commands in binary
    3. The languages ​​that the program writes on after translating the binary system can run
    4. Express the algorithm so that it can be delivered to the computer
  6. Question 6. Please choose the right coupling scheme. Assembly language is the language
    1. The computer can be performed directly without translation
    2. There are commands written in characters but basically each command is equivalent to a machine command. In order to run, you need to translate into machine language
    3. Which commands do not write directly with binary code
    4. Do not write in binary code, designed for some types of machines that can run directly as characters
  7. Question 7. Please choose the wrong pairing option. High-level programming language is the language
    1. Show algorithms according to certain conventions that do not depend on specific computers
    2. If the computer does not understand directly, the program written in high-level languages ​​before running must translate into machine language
    3. Can interpret all algorithms
    4. Using vocabulary and syntax of natural language (English)
  8. Question 8. Which of the following statements is certainly wrong
    1. The translation program allows to transfer the program written in a programming language to the program in the machine language that can be implemented while preserving the semantics of the source program.
    2. The translation program helps programmers to program in a more natural language programming language, thus mitigating programming effort, enhancing programming performance
    3. The translation program helps find all program errors
    4. A programming language can have both interpreter programs and compilation programs
  9. Question 9. Which of the following statements is wrong when talking about translation and interpretation?
    1. The high-level programming language's translation program is called translation, and translation is the translation program used with assembly language
    2. A programming language can have both interpreter programs and compilation programs
    3. Interpreting and translating each statement and translating the program before translating the entire program into binary code is possible.
    4. Translating and interpreting both check the correctness of the statement
  10. Question 10. Which of the following statements is true?
    1. Every high-level programming language has exactly one translation program
    2. Translation program including translation, translation, translation
    3. The computer only recognizes characters 0 and 1, so the program in machine language must also be translated into binary code
    4. A high-level programming language can have many different translation programs
4.5 ★ | 2 Vote | 👨 191 Views
« PREV POST
NEXT POST »