Skip to main content

CS504 Quiz No.4 Shared by Sara Firdous

Question # 1 of 10 ( Start time: 09:49:28 PM ) Total Marks: 1
Variables should be initialized where they are ------and they should be declared in the ------scope possible.
Select correct option:

defined and smallest
declared and medium
defined and medium
declared and smallest        ok



Question # 2 of 10 ( Start time: 09:50:20 PM ) Total Marks: 1
Code should not be:
Select correct option:

commented        ok
indented
cryptic
aligned



Question # 3 of 10 ( Start time: 09:51:26 PM ) Total Marks: 1
Which of the following shows a commented statement in C++
Select correct option:

# Ans = first + second
// Ans = first + second
\\ Ans = first + second
/# Ans = first + second


Question # 4 of 10 ( Start time: 09:52:32 PM ) Total Marks: 1
Which of the following is used for multi level commenting?
Select correct option:

// Comment
/* Comment */        ok
(Comment)
*/ Comment/*


Question # 5 of 10 ( Start time: 09:53:48 PM ) Total Marks: 1
Which one is correct?
Select correct option:

double total = 0.5;        ok
double total = .5;
double total = .50;
all of the given


Question # 6 of 10 ( Start time: 09:54:22 PM ) Total Marks: 1
________ and ________ are important short circuiting logical operators. a.AND b. OR c. NOT d. NOR
Select correct option:

a & b        ok
b & c
c & d
a & c


Question # 7 of 10 ( Start time: 09:54:52 PM ) Total Marks: 1
One of the main reasons to make functions is ________.
Select correct option:

Reliability
Reusability        ok
Maintainability
Effeciency


Question # 8 of 10 ( Start time: 09:55:11 PM ) Total Marks: 1
Charles Simonyi first discussed Hungarian Notation. He was of ------ .
Select correct option:

Microsoft        ok
IBM
Dell
Cisco


Question # 9 of 10 ( Start time: 09:55:55 PM ) Total Marks: 1

The form for (;;) should be used for
Select correct option:

nested loop
empty loop        ok
more than 1000 iterations
less than 1000 iterations


Question # 10 of 10 ( Start time: 09:56:39 PM ) Total Marks: 1
Be very careful when you use functions with side effects – functions that change the values of the ________
Select correct option:

Objects
Classes
Structures
Variables        ok

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