| Q 1: | Which of the following is not a Requirement Management workbench tool? |
| (1) | RDD 100 |
| (2) | DOORs |
| (3) | Rational Suite |
| (4) | RTM |
| Correct Answer: Rational Suite | |
| Q 2: | Software engineering primarily aims on developing |
| (1) | cost effective software |
| (2) | reliable software |
| (3) | reliable and cost effective software |
| (4) | None of the above |
| Correct Answer: reliable and cost effective software | |
| Q 3: | In Java, 'new' keyword is used to |
| (1) | Allocate memory corresponding to object |
| (2) | Create a new class variable |
| (3) | Create a new instance variable |
| (4) | Calling default constructor |
| Correct Answer: Allocate memory corresponding to object | |
| Q 4: | Which of the following is FALSE |
| (1) | ASP.NET applications run without a Web Server |
| (2) | ASP+ and ASP.NET refer to the same thing |
| (3) | AST.NET is a major upgrade over ASP |
| (4) | None of the above |
| Correct Answer: None of the above | |
| Q 5: | Which of the following exception is caused when a math error such as division by zero occurs? |
| (1) | ArithmeticException |
| (2) | DivisionByZeroException |
| (3) | NumberFormatException |
| (4) | IOException |
| Correct Answer: ArithmeticException | |
| Q 6: | Which are the standard prefixes for the Button and Combo box control respectively? |
| (1) | cmb and cbo |
| (2) | btn and cbo |
| (3) | bto and chb |
| (4) | btn and chb |
| Correct Answer: btn and cbo | |
| Q 7: | It has and .OCS fiel extension |
| (1) | ActiveX Control |
| (2) | ActiveX Document EXE |
| (3) | IIS Application |
| (4) | ActiveX DLL |
| Correct Answer: ActiveX Control | |
| Q 8: | Consider the following ER diagram The number of attributes in all tables of ER diagram & total number of tables respectively are |
| (1) | 9,3 |
| (2) | 9,4 |
| (3) | 12,4 |
| (4) | 13,4 |
| Correct Answer: 12,4 | |
| Q 9: | Which of the following join is also called as an 'inner-join'? |
| (1) | Self-Join |
| (2) | Non-Equi join |
| (3) | Equi Join |
| (4) | None of the above |
| Correct Answer: Equi Join | |
| Q 10: | Cartesian product in relational algebra is |
| (1) | A ternary operator |
| (2) | A binary operator |
| (3) | A unary operator |
| (4) | None defined |
| Correct Answer: A binary operator | |