CS101
532
CS201
225
CS301
232
CS302
174
CS304
192
CS401
224
CS402
258
CS403
228
CS408
113
CS411
121
CS502
249
CS504
268
CS601
679
CS604
381
CS605
261
CS607
184
CS609
230
CS610
300
CS614
100
CS703
65
Code | Question | Option A | Option B | Option C | Option D | Answer | |
---|---|---|---|---|---|---|---|
CS504 | Which One Is Not The Purpose Of Interaction Diagrams ? | Model Interactions Between Objects | Assist In Understanding How A System (A Use Case) Actually Works | Identify Responsibilities/Operations And Assign Them To Classes | Identify Dependencies Among Objecs | D | |
CS504 | Which One Of The Given Below Is Not A Symptom Of Memory Overrun? | Program Crashes Quite Regularly After A Given Routine Is Called That Routine Should Be Examined For A Possible Overrun Condition | If The Routine In Question Does Not Appear To Have Any Such Problem The Most Likely Cause Is That Another Routine Called In The Prior Sequence Has Already Trashed Variables Or Memory Blocks | Checking The Trace Log Of The Called Routines Leading Up To One With The Problem Will Often Show Up The Error | Compiler Warnings | D | |
CS504 | Which Piece Of Code Is Self-Documented? | F (X==0) // This Is The Case When We Are Allocating A New Number | F (Allocflag == 0) | If (Allocflag == New_Number) | None Of The Given | C | |
CS504 | Which Test Criteria Should Be Applied In A Phase Of Testing? | Functional Validity | Interface Integrity | Correctness | All Of The Given | D | |
CS504 | Which View Should Be Consider First During Software Requirements Analysis? | Actor View | Data View | Essential View | Implementation View | D | |
CS504 | Which Writing Style Is Best Regarding Identifier Role In Enhancing The Readability Of A Program? | If (Flag = = 0) | If (Flag = = Start_Number) | If (Z = = Start_Number) | If (Z= =0) | A | |
CS504 | Windows Mobile Is A Popular Mobile Operating System Which Seen Commonly On Pdas. Which Of The Following Category Pair(S) Best Describe(S) It? | Application Software Embedded Software | System Software Web-Based Software | Application Software Scientific Software | System Software Embedded Software | A | |
CS504 | Writing Test Cases And Generating Test Data Are Processes That Demand __________ Building Capabilities | Domain | System | Scenario | Code | C |