TN 11TH COMPUTER SCIENCE - Online Test

Q1. Each time the loop body is executed, the variables
Answer : Option B
Explaination / Solution:
No Explaination.


Q2. Which of the following statements is not true?
Answer : Option B
Explaination / Solution:
No Explaination.


Q3. The condition on which the execution or exit from the loop is called
Answer : Option A
Explaination / Solution:
No Explaination.


Q4. This function is used to check whether a character is in lower case (small letter) or not.
Answer : Option A
Explaination / Solution:
No Explaination.


Q5. Which of the following is a properly defined structure?
Answer : Option D
Explaination / Solution:
No Explaination.


Q6. Advantages of OOP
Answer : Option D
Explaination / Solution:
No Explaination.


Q7. A constructor having a reference to an already existing object of its own class is called
Answer : Option C
Explaination / Solution:
No Explaination.


Q8. A scamming practice in which malicious code is installed on a personal computer or server, misdirecting users to fraudulent web sites without their knowledge or permission.
Answer : Option B
Explaination / Solution:
No Explaination.


Q9.

void dispchar(char ch=’$’,int size=10)

{

for(int i=1;i<=size;i++)

cout<<ch;

}

How will you invoke the function dispchar() for the following input?

To print $ for 10 times

Answer : Option C
Explaination / Solution:
No Explaination.


Q10. The type of inheritance that reflects the transitive nature is
Answer : Option C
Explaination / Solution:
No Explaination.