Skip to main content

CS504 Current Final Term Fall 2013 Shared by Aleen Tahir File 4

My CS504 Paper 2/3/14
Total Questions = 52
MCQ's = 40 (70% from Tariq Hanif file)
Subjective = 12

1) XYZ Company wants to re-deploy its architecture. They require certain guidelines for finalizing the design decision. Can you help them by writing steps that will provide them a guideline for performing architectural analysis? (5)
2) Suppose you want to write a Java program that contains declaration of an interface and a class. Class contains different static variables, instance variables, constructors and methods. Write down the exact sequence in which you will declare all these (Note: no need to write actual code, but just sequence). (5)
3) List down any three potential points(phases) in development life cycle where there are greater chances of defect inclusion into development. (5)
4) What is Infeasible path? Give an example of infeasible path. (5)

5) What will happen if defects are not discovered and fixed at the appropriate stage? Give a solid reason. (3)
6) A client sends a request to the system to perform a necessary action e.g insert data.
What do you think which architectural style it is? (3)
7) Write any three attributes of a program that contribute towards making the program self documented? (3)
8) Write one advantage and one disadvantage of using bit fields in writing the code. (3)

9) In which two ways the shift Operator (>>) can be used in C/C++? (2)
10) It is a good programming practice to modularize the code. How it helps in recursive functions? (2)
11) In the “4+1” view model, which view describes the system from a programmer’s perspective and is concerned with the organization of physical code, its main modules, and their dependencies. (2)
12) What is meant by Holistic approach? (2)


Comments

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.3 Shared by Students (Solved), Spring 2014

______ index stores first value in each block in the sequential file and a pointer to the block.  Select correct option:   Dense  Sparse  B-Tree  Hash In context of data parallelism, the work done by query processor should be:  Select correct option:  Almost zero  Maximum  Pipelined  Filtered across partitions The optimizer uses a hash join to join two tables if they are joined using an equijoin and  Select correct option:   Outer table has less number of rows  Inner table has less number of rows  Cardinality of tables is equal  Large amount of data needs to be joined Bitmap index is appropriate for:  Select correct option:  Low cardinality data  High cardinality data  Clustered data  Aggregated data If a task takes “T” time units to execute on a single data item, then execution of this task on “N” data items will take __...

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...