MCQOPTIONS
Saved Bookmarks
This section includes 454 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science Engineering (CSE) knowledge and support exam preparation. Choose a topic below to get started.
| 351. |
Which of the following model put much more emphasis on testing? |
| A. | waterfall model |
| B. | agile model |
| C. | spiral model |
| D. | v-v model |
| Answer» E. | |
| 352. |
Which one is the basic input device in GUI |
| A. | mouse |
| B. | keyboard |
| C. | cpu |
| D. | monitor |
| Answer» B. keyboard | |
| 353. |
What is/are the main component / components of user interface ? |
| A. | presentation language |
| B. | action language |
| C. | a,b |
| D. | none |
| Answer» B. action language | |
| 354. |
First graphical user interface used commercially was introduced in |
| A. | 1975 |
| B. | 1966 |
| C. | 1977 |
| D. | 1967 |
| Answer» B. 1966 | |
| 355. |
GUI means |
| A. | graphical user interface |
| B. | graphical user interaction |
| C. | graphics uniform interaction |
| D. | none |
| Answer» B. graphical user interaction | |
| 356. |
Plasma panel have resolution. |
| A. | high |
| B. | good |
| C. | a,b |
| D. | none |
| Answer» B. good | |
| 357. |
Which testing is performed with Planning and Documentation? |
| A. | ad-hoc testing |
| B. | monkey testing |
| C. | fuzz testing |
| D. | end-to-end testing |
| Answer» E. | |
| 358. |
Which testing cannot be performed on ï¬rst build of the software? |
| A. | regression testing |
| B. | retesting |
| C. | a,b |
| D. | none |
| Answer» D. none | |
| 359. |
7n test cases are generated in which case of Boundary Value Analysis? |
| A. | worst case |
| B. | roust worst case |
| C. | critical fault assumption |
| D. | none |
| Answer» C. critical fault assumption | |
| 360. |
Test cases are created in which phase? |
| A. | test speciï¬cation |
| B. | test planning |
| C. | test requirement |
| D. | test conï¬guration |
| Answer» B. test planning | |
| 361. |
The expected results of the software is _. |
| A. | only important in system testing |
| B. | only used in component testing |
| C. | most useful when speciï¬ed in advance |
| D. | derived from the code. |
| Answer» B. only used in component testing | |
| 362. |
Testing beyond normal operational capacity is _. |
| A. | load testing |
| B. | performance testing |
| C. | stress testing |
| D. | none |
| Answer» D. none | |
| 363. |
Veriï¬cation and Validation uses _. |
| A. | internal and external resources respectively. |
| B. | internal resources only. |
| C. | external resources only. |
| D. | external and internal resources respectively. |
| Answer» B. internal resources only. | |
| 364. |
Which Testing is performed ï¬rst? |
| A. | black box testing |
| B. | white box testing |
| C. | dynamic testing |
| D. | static testing |
| Answer» E. | |
| 365. |
Bug status is set to postpone due to _. |
| A. | priority of that bug may low. |
| B. | lack of time for the release. |
| C. | the bug may not be the major effect in the software. |
| D. | data may be unavailable. |
| Answer» E. | |
| 366. |
End result of Software Requirement Analysis is _. |
| A. | functional and behavioral |
| B. | architectural and structural |
| C. | usability and reliability |
| D. | algorithmic and data structure |
| Answer» B. architectural and structural | |
| 367. |
When an expected result is not speciï¬ed in test case template then _. |
| A. | we cannot run the test. |
| B. | it may be difficult to determine if the test has passed or failed. |
| C. | it may be difficult to repeat the test. |
| D. | we cannot automate the user inputs. |
| Answer» C. it may be difficult to repeat the test. | |
| 368. |
Requirement Engineering is not concern with _. |
| A. | requirement design |
| B. | requirement elicitation |
| C. | requirement analysis |
| D. | requirement documentatio n |
| Answer» B. requirement elicitation | |
| 369. |
Before handing over the software to the client, which testing is to be done in-house? |
| A. | alpha |
| B. | betta |
| C. | gamma |
| D. | theta |
| Answer» B. betta | |
| 370. |
Who performs the Acceptance Testing? |
| A. | software developer |
| B. | end users |
| C. | testing team |
| D. | systems engineers |
| Answer» C. testing team | |
| 371. |
___________ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements. |
| A. | veriï¬cation |
| B. | requirement engineering |
| C. | validation |
| D. | none of the above |
| Answer» D. none of the above | |
| 372. |
When should company stop the testing of a particular software? |
| A. | after system testing done |
| B. | it depends on the risks for the system being tested |
| C. | after smoke testing done |
| D. | none of the above |
| Answer» C. after smoke testing done | |
| 373. |
In which of the following type of testing, testing is done without planning and documentation? |
| A. | unit testing |
| B. | retesting |
| C. | ad hoc testing |
| D. | regression testing |
| Answer» D. regression testing | |
| 374. |
Which of the following is not other name for structural testing? |
| A. | white box testing |
| B. | glass box testing |
| C. | behavioral testing |
| D. | none of the above |
| Answer» D. none of the above | |
| 375. |
Which things are measured by software Test effectiveness? |
| A. | how many customer requirements are implemented in system? |
| B. | how well the customer speciï¬cations are achieved by the system? |
| C. | how much effort is put in developing the system? |
| D. | all of the above |
| Answer» E. | |
| 376. |
Non functional testing is performed only at system testing level. True or false. |
| A. | true |
| B. | false |
| Answer» C. | |
| 377. |
What are the criteria to decide the testing efforts?1. Time and budget 2. Size of development team 3. Size of testers 4. Risk associated with project |
| A. | a. 1, 3, 4 |
| B. | b. 1, 2, 3 |
| C. | c. 1, 4 |
| D. | d. 1, 3 |
| Answer» D. d. 1, 3 | |
| 378. |
A chronological record of relevant details about the execution of tests is called as, a _______ |
| A. | test suite |
| B. | test procedure |
| C. | test data |
| D. | test log |
| Answer» E. | |
| 379. |
Who leads a formal review process? |
| A. | author |
| B. | moderator |
| C. | reviewer |
| D. | scribe |
| Answer» C. reviewer | |
| 380. |
Test wares are handed over to maintenance team during which phase? |
| A. | test implementati on and execution |
| B. | test closure activity |
| C. | evaluating exit criteria and reporting |
| D. | test analysis and design |
| Answer» C. evaluating exit criteria and reporting | |
| 381. |
Testing beyond normal operational capacity is __________ |
| A. | load testing |
| B. | performance testing |
| C. | stress testing |
| D. | all of these |
| Answer» D. all of these | |
| 382. |
The inputs for developing a test plan are taken from |
| A. | project plan |
| B. | business plan |
| C. | support plan |
| D. | none of the above |
| Answer» C. support plan | |
| 383. |
End result of Software Requirement Analysis is ________ |
| A. | functional and behavioral |
| B. | architectural and structural |
| C. | usability and reliability |
| D. | algorithmic and data structure |
| Answer» B. architectural and structural | |
| 384. |
In white box testing what do you verify? |
| A. | verify the security holes in the code |
| B. | verify the incomplete or broken paths in the code |
| C. | verify the flow of structure according to the document speciï¬cation |
| D. | all of these |
| Answer» E. | |
| 385. |
When testing principles are useful? |
| A. | during testing |
| B. | during execution |
| C. | during review |
| D. | throughout life-cycle |
| Answer» E. | |
| 386. |
The defect cluster change over time. Which of the following testing principle implies this? |
| A. | testing shows presence of defects |
| B. | pesticide paradox |
| C. | testing is context dependent |
| D. | defect clustering |
| Answer» C. testing is context dependent | |
| 387. |
Software tester focuses more on complex part of the software. Which of the following testing principle implies this? |
| A. | testing shows presence of defects |
| B. | pesticide paradox |
| C. | testing is context dependent |
| D. | defect clustering |
| Answer» E. | |
| 388. |
In software development life cycle , who is the best person to catch a defect? |
| A. | software tester |
| B. | customers |
| C. | designer |
| D. | business analyst |
| Answer» E. | |
| 389. |
When a cost to remove defect is not high? |
| A. | during requirement analysis |
| B. | during designing |
| C. | during coding |
| D. | during testing |
| Answer» B. during designing | |
| 390. |
E-Commerce software testing follows different approach than gaming software testing. Which testing principle implies this? |
| A. | pareto principle |
| B. | testing is context dependent |
| C. | testing shows presence of defects |
| D. | absence of errors-fallacy |
| Answer» C. testing shows presence of defects | |
| 391. |
Alpha testing is done at |
| A. | developer’s end |
| B. | user’s end |
| C. | developer’s & user’s end |
| D. | none of the mentioned |
| Answer» B. user’s end | |
| 392. |
Boundary value analysis belong to? |
| A. | white box testing |
| B. | black box testing |
| C. | white box & black box testing |
| D. | none of the mentioned |
| Answer» C. white box & black box testing | |
| 393. |
What are the various Testing Levels? |
| A. | unit testing |
| B. | system testing |
| C. | integration testing |
| D. | all of the mentioned |
| Answer» E. | |
| 394. |
Which of the following is/are White box technique? |
| A. | statement testing |
| B. | decision testing |
| C. | condition coverage |
| D. | all of the mentioned |
| Answer» E. | |
| 395. |
Exhaustive testing is |
| A. | always possible |
| B. | practically possible |
| C. | impractical but possible |
| D. | impractical and impossible |
| Answer» D. impractical and impossible | |
| 396. |
White Box techniques are also classiï¬ed as |
| A. | design based testing |
| B. | structural testing |
| C. | error guessing technique |
| D. | none of the mentioned |
| Answer» C. error guessing technique | |
| 397. |
Maintenance testing is performed using which methodology? |
| A. | retesting |
| B. | sanity testing |
| C. | breadth test and depth test |
| D. | conï¬rmation testing |
| Answer» D. conï¬rmation testing | |
| 398. |
Lower and upper limits are present in which chart? |
| A. | run chart |
| B. | bar chart |
| C. | control chart |
| D. | none of the mentioned |
| Answer» B. bar chart | |
| 399. |
What is Cyclomatic complexity? |
| A. | black box testing |
| B. | white box testing |
| C. | yellow box testing |
| D. | green box testing |
| Answer» C. yellow box testing | |
| 400. |
Which of the following term describes testing? |
| A. | finding broken code |
| B. | evaluating deliverable to ï¬nd errors |
| C. | a stage of all projects |
| D. | none of the mentioned |
| Answer» C. a stage of all projects | |