Q 1: | Which statements are optional in an If................. Then statement
|
(1) | If |
|
(2) | Then |
|
(3) | Else |
|
(4) | Both 1 and 2 |
|
Correct Answer: Else |
|
Q 2: | Which web server control is used to display advertisements in ASP web page?
|
(1) | Imagemap |
|
(2) | Image |
|
(3) | Panel |
|
(4) | AdRotator |
|
Correct Answer: AdRotator |
|
Q 3: | What is the range of the char type?
|
(1) | 0 to 215 |
|
(2) | 0 to 216 |
|
(3) | 0 to 32767 |
|
(4) | 0 to 65535 |
|
Correct Answer: 0 to 65535 |
|
Q 4: | In top-down approach, each module can be solved individually, thus
|
(1) | reducing memory |
|
(2) | reducing complexity |
|
(3) | reducing timing |
|
(4) | None of the above |
|
Correct Answer: reducing complexity |
|
Q 5: | Which of the following is not a build-in exception found in java API?
|
(1) | IOException |
|
(2) | NullPointerException |
|
(3) | ArithmeticException |
|
(4) | SystemFoundException |
|
Correct Answer: SystemFoundException |
|
Q 6: | What is the last stage of the web forms lifecycle?
|
(1) | Event handling |
|
(2) | Page_Load |
|
(3) | Validate |
|
(4) | Page_Unload |
|
Correct Answer: Page_Unload |
|
Q 7: | In PERT/CPM, the merge event represents......... of two or more events.
|
(1) | splitting |
|
(2) | completion |
|
(3) | beginning |
|
(4) | joining |
|
Correct Answer: completion |
|
Q 8: | In ASP.NET if one wants to set the focus on a particular control
|
(1) | Call SETFOCUS |
|
(2) | Call SETCONTROL |
|
(3) | Call FOCUS method |
|
(4) | None of the above |
|
Correct Answer: Call FOCUS method |
|
Q 9: | Splitting project into tasks and estimate time and resources required to complete each task called as
|
(1) | Project scheduling |
|
(2) | Project tracking |
|
(3) | Both |
|
(4) | None |
|
Correct Answer: Project scheduling |
|
Q 10: | Software engineering primarily aims on
|
(1) | Cost effective |
|
(2) | Reliable |
|
(3) | Both 1 and 2 |
|
(4) | None |
|
Correct Answer: Both 1 and 2 |
|