Computer Programming MCQs

5739 MCQs  (Page 385 of 574)

Which of the following is a common pointwer problem ?
A. Data sharing errors
B. Accessing data elements of the wrong type
C. Attempting to use memory areas after freeing them
D. All of the mentioned
Which of the following is the way of ensuring that the tests are actually testing code ?
A. Control structure testing
B. Complex path testing
C. Code coverage
D. Quality assurance of software
Which is a black box testing technique appropriate to all levels of testing ?
A. Acceptance testing
B. Regression testing
C. Equivalence partitioning
D. Quality assurance
Standard Enforcer is a___________________?
A. Static testing tool
B. Dynamic testing
C. Static & dynamic testing
D. None of the mentioned
Which testing tool does a simple job of enforcing standards in a uniform way of many programs ?
A. Static analyzer
B. Code inspector
C. Standard enforcer
D. Both code inspector & standard enforcer
Which of the following testing tools examine program systematically & automatically ?
A. Code inspector
B. Static analyzer
C. Standard enforcer
D. Coverage analyzer
Many applications using static analysis find 0.1-0.2% NCSS. NCSS stands for______________________?
A. Non-code source statement
B. Non comment source sentence
C. Non-comment source statement
D. All of the mentioned