November 14, 2023

Question 15347 – DSSSB PGT 2021

In the given question, four words are given out of which one word is incorrectly spelt. Choose the incorrectly spelt word. Correct Answer: A A Tampoline […]
November 14, 2023

Research-Aptitude

Question 1 In which of the following formats ‘Chapter Scheme’ of the document has to be formally approved by a research degree committee in the university? […]
November 14, 2023

Research-Aptitude

Question 6 Which of the following are ethical principles in research? A. Respect for participants B. Informed consent C. Justice for participants D. Voluntary deception E. […]
November 14, 2023

Question 4372 – Research Aptitude

The basis on which assumptions are formulated: Correct Answer: A A Cultural background of the country B Universities C Specific characteristics of the castes D All […]
November 14, 2023

Question 3227 – Types-of-Research

Which of the following steps are required to design a questionnaire? (a) Writing primary and secondary aims of the study. (b) Review of the current literature. […]
November 14, 2023

UGC NET November 2020 Paper-1

Question 8 Given below are two statements: One is labelled as Assertion (A) and the other is labelled as Reason (R): Assertion (A): In order to […]
November 14, 2023

Research-Aptitude

Question 12 In which of the following, there is a greater flexibility in both the methods and process of research? A Ethnography and phenomenology B Descriptive […]
November 14, 2023

Time-Complexity

Question 6 The recurrence relation T(1) = 2 T(n) = 3T(n/4)+n has the solution, T(n) equals to A O(n) B O(log n) C O(n3/4) D None […]
November 14, 2023

Question 9893 – Time-Complexity

If n is a power of 2, then the minimum number of multiplications needed to compute a* is Correct Answer: A Question 7 Explanation:  We require […]
November 15, 2023

Question 11595 – Operator

In C language, x – = y + 1; means Correct Answer: A Question 1 Explanation:  In general, a-=b means a=a-b. So from this we can […]