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 | |
|---|---|---|---|---|---|---|---|
| CS201 | Application Softwares Are Use To | Type Letters | Control Computer Hardware | Solve End User Problems | Develop Graphics | C | |
| CS201 | Array Is A Data Structure Which Store | Memory Addresses | Variables | Data Type | Data | A | |
| CS201 | Assignment Operator Is Used To Initialize A Newly Declared Object From Existing Object. | True | False | A | |||
| CS201 | Automatic Variable Are Created On __________. | Heap | Free Store | Static Storage | Stack | A | |
| CS201 | Before Exiting The Program Make Sure That The Allocated Memory Has Freed. | True | False | A | |||
| CS201 | By Default An Array Of Characters Is Passed By Value To A Function | True | False | B | |||
| CS201 | By Overloading New And Delete Operators Only Allocation And Deallocation Part Can Be Overridden. | True | False | A | |||
| CS201 | By Overloading The Array Operator ( [] ) One Can Implement Mechanism To Check For Array Bound. | True | False | A | |||
| CS201 | C Is A/An Language | Low Level | Object Based | Object Oriented | Function Oriented | D | |
| CS201 | C Is Widely Known As Development Language Of Operating System | Linux | Unix | Windows | Mac Os | B | |
| CS201 | C++ Provides Member Functions Which Control The Formatting To Be Performed During Stream I/O Operations. | True | False | B | |||
| CS201 | Char Name [] = “Hello World” ; In The Above Statement A Memory Of ___________ Characters Will Be Allocated | 13 | 12 | 11 | 10 | C | |
| CS201 | Class Is A User Defined__________. | Data Type | Memory Referee | Value | None Of The Given Options. | A | |
| CS201 | Classes Defined Inside Other Classes Are Called __________ Classes | Looped | Nested | Overloaded | None Of The Given Options. | B | |
| CS201 | Computer Can Understand Only __________Language Code | High Level | Low Level | Machine | Fourth Generation | C | |
| CS201 | Consider The Following Code Segment: Class M {Friend Int Operator!(Const M &);}; Let Assume If S Is An Object Of The Class Then Function Is Implemented As __________ | Member Function | Non-Member Function | Binary Operator Function | None Of The Given Options | B | |
| CS201 | Constructor Is Itself A __________ Of C++ And __________. | Class Can Be Overloaded | Function Cannot Be Overloaded | Function Can Be Overloaded | Object Can Not Be Initialized | C | |
| CS201 | Copy Constructor Becomes Necessary While Dealing With Allocation In The Class. | Dynamic Memory | Static Memory | Both Dynamic And Static Memory | None Of The Given Options | A | |
| CS201 | Dec Hex Oct Are All __________ | Member Functions | Objects Of Input/Output Streams | Parameterized Manipulators | Non-Parameterized Manipulators | C | |
| CS201 | Default Mechanism Of Function Calling In Case Of Array Is And In Case Of Variable Is . | Call By Value Call By Reference | Call By Referene Call By Reference | Call By Reference Call By Value | Call By Value Call By Value | C |