Skip to main content

CS411 Quiz No.1 Shared by Teyyaba Kausar (solved), Spring 2014



Question # 1 of 10 ( Start time: 07:52:55 PM )  Total Marks: 1
The ______, _________ and __________of applications that use events, either directly or indirectly is called event-based programming.
Select correct option:
 Model, Code, Operation
 Analyze, Design, Operation
 Code, Oeration, Maintain
 Design, Coding , Operation


Question # 2 of 10 ( Start time: 07:54:01 PM )  Total Marks: 1
Which statement is True?
Select correct option:
 A "catch" block always executes whether or not an exception is thrown and whether or not the "try" block runs to completion.
 A "finally" block executes only, when an exception is thrown and when the "try" block runs to completion.
 A "finally" block may or may not executes, whether or not an exception is thrown and whether or not the "try" block runs to completion.
 A "finally" block always executes, whether or not an exception is thrown and whether or not the "try" block runs to completion.


Question # 3 of 10 ( Start time: 07:54:29 PM )  Total Marks: 1
Clean room design is useful as a defense against _____________.
Select correct option:
 Copyright
 Trade secret infringement
 Copyright and trade secret infringement
 None of the given options


Question # 4 of 10 ( Start time: 07:54:55 PM )  Total Marks: 1
The result of Exception can bring __________ in the program.
Select correct option:
 Reliability
 Stability
 Inconsistency
 Consistency


Question # 5 of 10 ( Start time: 07:55:19 PM )  Total Marks: 1
___________ method reads the whole document in memory.
Select correct option:
 XmlDocument
 XmlLine
 XPath
 XmlReader


Question # 6 of 10 ( Start time: 07:55:52 PM )  Total Marks: 1
The __________ in the namespace indicate a hierarchy of nested namespaces.
Select correct option:
 Arrows
 Dots
 Semicolon
 Brackets


Question # 7 of 10 ( Start time: 07:56:28 PM )  Total Marks: 1
If we run the program from within Visual Studio, the console window disappears quickly so we can use ________________ to keep screen from going away.
Select correct option:
 Console.ReadLine()
 Console.WriteLine()
 Console.Title
 Console.Clear


Question # 8 of 10 ( Start time: 07:56:57 PM )  Total Marks: 1
Indexers are similar to properties, but are accessed via a/an __________ rather than a property name.
Select correct option:
 Index Argument
 Reference
 Pointer
 Integer Argument


Question # 9 of 10 ( Start time: 07:57:19 PM )  Total Marks: 1
The initial name for C# was __________.
Select correct option:
 COAL
 COOP
 COAP
 COOL


Question # 10 of 10 ( Start time: 07:57:58 PM )  Total Marks: 1
_____________ is an entity that receives events from the system.
Select correct option:
 Event Producer
 Event Consumer
 Event Channel
 Event Generator

Comments

Post a Comment

Please give us your feedback & help us to improve this site.

Popular posts from this blog

CS301 Current Finalterm Paper Spring 2014 Shared By M. Waleed

My Tday's Cs301 Paper: Mcq's Are From Moaz And Some Are From Handouts. Subjective Is From Moaz Majority One. 1- The Image Segmentation Define? 2- The Maximum Number Level Of Nodes In Binary Tree 3-The Iteration Array Have To Sort. 4- The Hapified Array Have To Solved 5- The Algorithm Of Binary Seaoh Tree 6-Sara Arrays Wala He Tha Ya Heap Wala. 7-....Wala Wala Wala...

CS614 Quiz No.4 Shared by Princess (solved), Spring 2014

  “What means What”. The phrase refers to: Select correct option:  Meta data  External data Transformed data Internal representations Question # 2 of 10 Which of the following is NOT one of the activities of “Maintenance and Growth” phase in Kimball’s DWH development approach? Select correct option: Education Technical Education Program Support  Interface Deployment                 Question # 3 of 10 Horizontally wide data means: Select correct option: Dataset has large no. of attributes Dataset has large no. of records Dataset has attribute skews Dataset has partitioning skews                 Question # 4 of 10 Which of the following is NOT one of the top-10 mistakes that should be avoided during DWH development? Select correct option: Not interacting directly with end ...

CS614 Quiz No.4 Shared by MT Khan (Solved)

Question # 1 of 10 ( Start time: 09:04:39 PM ) Total Marks: 1 A typical cycle of implementing the change in DWH comprises of the sequence: Select correct option: Production -> QA -> Development Development-> QA -> Production(CORRECT) Development -> Production -> QA Production -> Development -> QA Question # 2 of 10 ( Start time: 09:05:16 PM ) Total Marks: 1 Vertically wide data means: Select correct option: Dataset has large no. of attributes Dataset has large no. of records(CORRECT) Dataset has attribute skews Dataset has partitioning skews Question # 3 of 10 ( Start time: 09:05:43 PM ) Total Marks: 1 In ___________ phase of kimballs approach, we identify the components needed now and in future. Select correct option: Requirement definition Architectural design Product development Analytical application development Question # 4 of 10 ( Start time: 09:06:56 PM ) Total Marks: 1 Technical architecture design supports the communicat...