511. ____________ is useful to prepare detailed program documentation:
Correct answer: (A)
Flowchart
512. Pseudo means:
Correct answer: (A)
Imitation
513. Preparing the pseudocode requires ____________ time than drawing flowchart:
Correct answer: (A)
Less
514. There is ____________ standard for preparing pseudocode instructions:
Correct answer: (A)
No
515. ____________are used to translate high level language instructions to a machine code:
Correct answer: (C)
Compilers
516. The compiler ____________ translate a program code with any syntax error:
Correct answer: (B)
Cannot
517. Before checking the program for errors in translating code into machine language the high level language code is loaded into ____________:
Correct answer: (B)
Memory
518. After compilation of the program ,the operating system of computer activates:
Correct answer: (B)
Linker
519. The linker has utilities needed for ____________ within the translated program:
Correct answer: (D)
All of these
520. Flowchart is a ____________ representation of an algorithm:
Correct answer: (C)
Both a & b