6. ...................is said to be complete, when requirement verification have been performed.
(A) Debugging (B) Compiling (C) Documentation (D) Testing
7. ............... is said to be complete when all errors are known and have been fixed.
(A) Debugging (B) Testing (C) Execution (D) None
8. Which of the following is the type error
(A) Syntax (B) Logical (C) Run time (D) All the above
9. Key used to start debugging in C Language program.
(A) F4 (C) F6
(B) F5 (D) F7
10. What is break point in debugging?
(A) Signal to suspend execution of program at that point
(B) Signal to suspend execution of program
(C) Resume program execution
(D) Cancel program execution
11. What are watches in debugging?
(A) Monitor stack values
(C) Monitor Procedure execution
12. What is immediate window in debugging?
(A) Monitor Stack Values
(C) Monitor procedure execution
(B) Monitor function values
(D) Monitor values of variables
(B) Monitor function values
(D) Monitor value of variables
13. F8 key in C language program is used for .......... while debugging.
(A) Overriding function execution
(C) Override variable
(B) Bypass function execution
(D) Bypass variable
14. Bug has appeared in a program on 1025 line onward what will be used for fast debugging?
(A) User break point (B) Use watches (C) Use variables (D) Use help
15. How will you bypass going into function while debugging in C language program?
(A) Use Ctrl + F9 (B) Use F8 (C) Use Ctrl + F8 (D) Use F7
16. A program can be debugged only if it has no ...................
(A) Syntax Errors (B) Logical Errors (C) A & B both (D) Divide by zero error
17. Debugging can only be done for .......... other that removal of bug
(A) Understanding Logic of program
(C) A and B both
(B) Time pass
(D) None of above
18. For debugging, a program should be ......... free.
(A) Syntax Error (B) Logical Error
19. Debugging helps in understanding...........
(C) Warning (D) All of the above
(A) Logic of program (B) Flow of program (C) A and B both (D) None
20. Debugging can be done only in ......
(A) Executable file B) Source code file (C) Object file (D) Header file
21. ................. file cannot be debugged in C language.
(A) Header file (B) Libraries (C) Executable File (D) All of above
22. In C Language ............... key is used to run program after debugging.
(A) Ctrl + F1 (B) Ctrl + F2 (C) Ctrl + FB (D) Ctrl + F9
23. Toggle break point in debugger is used for ..................
(A) Assign or remove break point
(C) Only remove break point
(B) Only assign break point
(D) None
24. Program testing is done for detection of ...................
(A) Variable in program
(C) Bug's in program
(B) Data type in program
(D) Structures in program
25. For program testing to be done program must be Free.
(A) Syntax error (B) Logical (C) A and B both
26. Program testing has to be done ..............debugging.
(D) Warning
(A) Before (B) After (C) Before and After (D) Never
27. Program is cycle of software engineering.
(A) Fourth
(C) Second
28. API stands for .
(B) First
(D) Third
(A) Application program interconnection
(C) Application program inter call
29. API contains.
(B) Application program interface
(D) None
(A) Routines (B) Data structures (C) Objects (D) All the above
30. Logical error is also called as
(A) Semantic error (B) compilation error (D) syntax error
31. Logic error produces.
(D) Warning error
(A) Desired output (B)Undesired output (C) Other behaviour (D) Both A and B
32. Removal of Logic errors requires ...........the program.
(A) Scanning (B) Printing (C) Debugging (D) Deleting
33. API/libraries can be.
(A) Language dependent (B) Language independent
34. Header files in C language are .............
(C) Both A and B (D) None
(A) Procedures (B) Functions (C) Routines (D) Libraries
35. API Information is ............... by the company who generates the API.
(A) Protected (B) Unprotected (C) Related (D) None
36. Libraries can be created for..............
(A) Generalized functions (B) Generalized procedures (C) Variables (D) Both A and B
37. Program testing should be done by......................
(A) Programmer (B) Developer (C) Other people (D) Both A and B
38. Before releasing of program................. '" is released.
(A) Beta version (B) Sample (C) Directly program (D) None
Share with your friends: |