Skip to main content

CS614 Current Final Term Fall 2013 Shared by Cute_one File 3



My paper
Q1: Describe the names of any two parallel hardware architectures.
Ans: REF (Handouts Page # 206)
1.Symmetric Multi-Processing (SMP)
2.Distributed Memory or Massively Parallel Processing (MPP)
3.Non-uniform Memory Access (NUMA)
Q2: What is the importance of educating the end user?
Ans: REF (Handouts Page # 309)
Since the user community must accept the warehouse for it to be deemed successful, education is critical. The education program needs to focus on the complete warehouse deliverable: data, analytic applications and the data access tools (as appropriate). Consider the following for an effective education program i. understand your target audience, don’t overwhelm. ii. Don’t train the business community early prior to the availability of data and analytic applications. iii, No release, no education: Postpone the education (and deployment) if the data warehouse is not ready to be released. iv. Gain the sponsor’s commitment to a “No education, No access” policy.
Q3: According to Amdahl’s Law prove that the speedup does not remain same if the fraction of the problem and number of processors are doubled. Please note that 0 overhead and “perfect” parallelism is used. Use following examples
a)      Fraction of the problem that must be computed sequentially is 5% and number of processors is 100.
b)      Fraction of the problem that must be computed sequentially is 10% and number of processors is 200.
Ans: REF (Handouts Page # 204,205)
Amdahl’s law: S ≤ 1 / f + ( 1 – f ) / N
a)      1 / 0.05 + ( 1 – 0.05 ) / 100 = 16.81
b)      1 / 0.10 + ( 1 – 0.10 ) / 100 = 9.57
Hence it is evident that the speedup does not remain same if we double the fraction and number of processors.
Q4: What are the characteristics of the inner table?
Ans: REF (Handouts Page # 242)
1.The largest number of qualifying rows
2.The smallest number of reads required to locate rows.

Q5: Consider the following table:
Name
Time
Items
Gender
Tahir
20
1
Male
Younas
3
1
Male
Yasin
10
2
Male
Now consider the model in this case is a rule that if the per item minutes for any customer is greater than or equal to 6 than the customer is female else male i. e.
If
           Items/Time >=6
Then
           Gender = ‘Female’
Else
           Gender = ‘Male’
Answer the following questions:
a)      Calculate the accuracy percentage of the above given classification model (assume that the table contains only 3 records)
b)      What would be the Gender assigned to some customer named Amjad if that customer spend 7 minutes and buys 1 item?
Ans: REF (Handouts Page # 278)
a)      2 / 3 = 66%
b)      The Gender Female would be assigned to Amjad
Q6: What are the first two key steps of DWH Lifecycle (Kimball’s Approach)
Ans: REF (Handouts Page # 290)
1.Project Planning
2.Business Requirements Definition
Q7: Describe any 4 cotton pest scouting dynamic attributes recorded by WPWQCP surveyors.
ANS: REF (Handouts Page # 342)
1.Date of visit
2.Pest population
3.CLCV
4.Predator population
5.Pesticide spray dates
6.Pesticide(s) used
Q8: Describe Reasons for web warehousing.
ANS: REF (Handouts Page # 350)
1.Searching the web (Web mining)
2.Analyzing web traffic
3.Archiving the web
Q9: What are the methods used to identify session in web warehousing?
ANS: REF (Handouts Page # 364)
1.Using Time-contiguous Log entries
2.Using transient cookies
3.Using HTTP’s secure socket layer (SSL)
4.Using session ID ping pong
5.Using persistent cookies
Q10: What are the limitations of using HTTP’s secure sockets layer (SSL)?
ANS: REF (Handouts Page # 366)
1.To track the session, the entire information exchange needs to be in high overhead SSL
2.Each host server must have its own unique security certificate
3.Visitors are put-off by pop-up certificate boxes.

 

 

 

 

Comments

Popular posts from this blog

CS504 Quiz No.3 Shared by Angel

Question # 1 of 10 ( Start time: 09:08:01 PM ) Total Marks: 1 Defining the services of an object means: Select correct option: What it does?        ok What it knows? Who knows it? Whome it knows? Question # 2 of 10 ( Start time: 09:08:27 PM ) Total Marks: 1 Which one of these represents the Krutchen’s 4+1 architectural view model? Select correct option: Logical view, Process view, Physical view, Development view, Use case view Logical view, Dynamic view, Physical view, Development view, Use case view Logical view, Process view, Physical view, Development view, Sequence view Dynamic view, Process view, Physical view, Development view, Use case view Question # 3 of 10 ( Start time: 09:09:50 PM ) Total Marks: 1 Return values in Synchronous messages are represented by: Select correct option: A solid line A dotted line with label        ok A solid line with label Double line Question # 4 of 10 ( Start tim...

CS302 Quiz No.4 Shared by Jawwad

Question # 1 of 10 ( Start time: 01:15:08 PM ) Total Marks: 1  Asynchronous mean that_____________  Select correct option:  Each flip-flop after the first one is enabled by the output of the preceding flip-flop  Each flip-flop is enabled by the output of the preceding flip-flop  Each flip-flop except the last one is enabled by the output of the preceding flip-flop  Each alternative flip-flop after the first one is enabled by Question # 2 of 10 ( Start time: 01:16:36 PM ) Total Marks: 1 A divide-by-10 ring counter requires a minimum of Select correct option: ten flip-flops five flip-flops four flip-flops twelve flip-flops Question # 3 of 10 ( Start time: 01:17:00 PM ) Total Marks: 1 When the number of states are reduced during the design any counter Select correct option: output changes and Input remain unchanged Input changes and output remain unchanged Input and output bith change Input and output remain unchanged Question # 4 of...

CS614 Quiz No.1 Shared by Manzar (UnSolved)

Question # 1 of 10 ( Start time: 03:35:24 PM )   Total Marks: 1 MDX by Microsoft is an example of _______ Select correct option: HOLAP DOLAP ROLAP None of the given options Question # 2 of 10 ( Start time: 03:36:40 PM )   Total Marks: 1 In decision support system ease of use is achieved by: Select correct option: Normalization Denormalization Drill up Drill down Question # 3 of 10 ( Start time: 03:38:07 PM )   Total Marks: 1 Which of the denormalization technique squeezes master table into detail? Select correct option: Pre-joining Horizontal splitting Vertical splitting Adding redundant column Question # 4 of 10 ( Start time: 03:38:28 PM )   Total Marks: 1 The trade-offs of denormalization is/are: Select correct option: Storage Performance Ease-of-use All of the given options Question # 5 of 10 ( Start time: 03:38:46 PM )   Total Marks: 1 ________is usually deployed when expressions can be used to group data together in...