The rotational delay time or latency time is also known as
A standard CD ROM can hold data up to
A cluster of red, green and blue diodes is driven together to form a full-color pixel in a
Minimum number of temporary variable needed to swap the contents of 2 variables is:
Which of the following relationship is known as inheritancerelationship?
*ptr++ is equivalenet to:
In a C language ‘3’ represents
Which of the following is the most general exception handler that catches exception of ‘any type’?
Value of a in a = (b = 5, b + 5); is
Which of the following is a valid destructor of the class name “Country”
Which of the following operators can be overloaded?
A kind of memory chip that stores data and instructions permanently is
The two types of file structure existing in VSAM file are
If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?
In mulit-list organization
C++ provides facility to specify that the compiler should match function calls with the correct definition at the run time. This process is called as
To record and produce sound in a computer system you need
‘Prime area’ in context of file system is defined as
Which of the following is not a file operation:
Inline functions are invoked at the time of
Statement scanf(“%d”,80);
The output of{int a = 5;int b = 10;cout << (a>b?a:b);}
Which of the following is/are advantages of cellular partitioned structure:
If there is more than one statement in the block of a for loop, which of the following must be placed at the beginning and the ending of the loop block?
A disk is divided into several concentric circles called
Which of the following correctly describes C++ language?
Which of the following is the most preferred way of throwing and handling exceptions?
Which one of the following is not a valid reserved keyword in C++
Which of the following operator cannot be overloaded?
A continue statement causes execution to skip to
Which looping process is best used when the number of iterations is known?
Which of the following below is /are a valid iterator type?
STL is based on which of the following programming paradigms?
Under which of the following circumstances, synchronization takes place?
Which of the following is not a component of file system