Skip to main content

CS410 Current Final Term Fall 2013 Shared by Shafaq_Shafiq File 5



BC090200975:

My Today's Final Term Paper For Fall 2013
Total Questions = 52 of Total 80 Marks
Total MCQ = 40 Each of 1 marks

Mostly MCQ’S were from past papers. Approximate (20) and some of these are:

Which of the following not true about HTTP?
It is a protocol                    It is stateless                      It is more difficult to implement than state-aware protocols
A web browser is HTTP client

MIME stands for______________

HTTP listens at port :
80                           88                           808                         800

A process cannot contain any ___________ that run in the context of the process
RAM                      Thread                  Register                               Transister

A window class can have _________class styles.
One                       Two                       More than one                 No

______ operator is used to access the member variables of the structure.
Plus                        Minus                   Dot                         Unary   

An active window is the one that _____________
Has child windows                           Is owner of the other window                   Is at the bottom of the Z order
Is at the top of the Z order

Without the help of ________ editor, it is difficult to create so many complex resource scripts manually.
WYSIWAYS                                          WYSIWYYS                          WYGIWYS                                            WYSIWYG                           

________ is the basic unit to which the operating system allocates processor time.
Process                                RAM                      Register                               Thread

If bind function fails then what kind of error it will return?
SOCKET-ERROR                 SOCKET-FAILED                 SOCKET-NOT-AVAILABLE              None

_______ generates a unique handle for each menu.
User                      System                 Dialog box                           Menu items

__________ provides a simple and intuitive interface to exchange date and time information with a user.
DTP                        PTD                        DDT                        TDD




Total Short Questions = 4 Each of 2 marks

Define Mutex Object.
When we keep some key pressed for a long time, which technique keeps the message in queue concise?
What is the purpose of (bind….) function?
Define relationship between process and thread.


Total Short Questions = 4 Each of 3 marks

The resource-definition statement can be divided into three categories. Name them.
How a web browser fetches a page? Write a step by step procedure to open a page on the link below:

Total Long Questions = 4 Each of 5 marks

I have located a console in my GUI program. When I try to console a window, it hangs around for a while. Describe reason for that and that and a solution to avoid this situation.

Int connect(SOCKETs, const struct SOCKadddr*name,intnamelen);
Given above is the exact syntax for “connect” function. Write down the purpose of all its parameters.

Write a syntax to define a HTTP response for an object which is moved to location http://www.vu.edu.pk/ and
Send back that response to browser.

Conducting structured interview is different from semi – structured interview.Explain.

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