An ISO 9001:2008 Certified Institution A Govt. Regd. An Autonomous Institution of Information Technology Education & Skill Development |
VMACE Students Corner
|
Q1.A program which translates a high level language program into a machine language program is called a. Compiler b. Interpreter c. Both a and b d. None of the above Q2.A sequence of insturctions, in a computer language, to get the desired result is known as: a. An algorithm b. A decision table c. A program d. None of the above Q3. Which type of errors are flagged by compilers ? a. Logical errors b. Syntax errors c. Both a and c d. None of these Q4. An algorithm is best described as : a. A computer language b. A step by step procedure for solving a problem c. A branch of mathematics d. None of the above Q5. Bug means : a. A logical error in a program b. A difficult syntax error in a program c. Both a and b d. None of the above Q6.The Part of a machine level instruction, which tells the central processor what has to be done, is : a. An operation code b. An address c. An operand d. None of the above Q7. Which of the following is not true about an interpreter ? a. Interpreter generates an object program from the source program b. Interpreter is a kinf of translator c. Interpreter analysis each souce statement every time it is to be executed d. None of the above Q8. The errors that can be pointed out by the compiler are : a. Syntax errors b. Semantic errors c. Logical errors d. None of the above Q9. Which of the following statements is not true ? a. FORTRAN is a high level language b. A FORTRAN program written for the IBM-PC, is totally different from a FORTRAN program written for teh execution of SUN machine c. FORTRAN is extensively used to write programs for performing scientific computations. d. None of the above Q10. The language C is : a. An assembly language b. A third generation high level language c. A machine language d. None of the above Q11. A program that converts a high level language program to a set of instructions that can run on a computer is called a : a. Compiler b. Debugger c. Editor d. None of the above Q12. The name given to a sequence of instructions in a computer language to get the desired result is : a. A program b. An algorithm c. A pseudocode d. A decision table Q13. The language understood by a cmoputer without translation is called a. Command Language b. High-level language c. Assembly language d. Machine language Q14. The mapping from assembly language instructions into machine language instructions is a. Many-one b. One-many c. one-one d. many-many Q15. A compiler is : a. A machine-independents and OS- independent b. Machine-dependent and OS -dependent c. Machine-dependent and OS-independent d. Machine-independent and OS-dependent Q16. Which of the following statements is incorrect ? a. A compiler compiles the source program. b. an assembler takes an assmebly program as input. c. A compiler does the same type of function as interpreter. d. None of these Q17. C compiler takes a. Logical errors b. Syntax errors c. Both a and b d. None of these Q18. A translator which reads an entire program written in high-level and converts it into machine language code is : a. Assembler b. Translator c. Compiler d. System software Q19. which of the following is not one of the processes that a high-level language program must go through before it is ready to be executed. a. Translation b. Controlling c. Loading d. Linking Q20. Which of the following is realted to machine language ? a. Difficult to learn b. First generation language c. Machine dependent d. All of the above Q21. 'C' is a a. Completely high-level language b. Completely low-level language c. High-level language with low-level features d. None of these
|