November 14, 2023

Programming

Question 16 What is the result of the following program? program side-effect (input, output); var x, result: integer; function f (var x:integer):integer; begin x:x+1;f:=x; end; begin […]
November 14, 2023

Research-Aptitude

Question 2 Which of the following sampling procedures will be appropriate for conducting researches with empirico inductive research paradigm? A Simple random sampling procedure B Systematic […]
November 14, 2023

Question 15356 – DSSSB PGT 2021

दिए गए शब्दों की संधि विच्छेद ज्ञात कीजिए। पुनरावलोकन Correct Answer: D A पुनः + अवलकन B पुनः + रवलोकन C पुनः + अवलेकन D पुनः […]
November 14, 2023

Question 4370 – Research Aptitude

How can the objectivity of the research be enhanced? Correct Answer: D A Through its impartiality B Through its reliability C Through its validity D All […]
November 14, 2023

Question 4373 – Research Aptitude

Which of the following is classified in the category of the developmental research? Correct Answer: D A Philosophical research B Action research C Descriptive research D […]
November 14, 2023

Types-of-Research

Question 11 Which of the following statements is not true in the context of participatory research? A It recognizes knowledge as power. B It emphasises on […]
November 14, 2023

Research-Aptitude

Question 13 In conducting an empirical study, a researcher employs a non-parametric test for data analysis and finds the ‘statistics’ arrived at is ‘significant’ at .05 […]
November 14, 2023

Algorithms

Question 37 The average number of key comparisons done on a successful sequential search in list of length n is A log n B n-1/2 C […]
November 14, 2023

Question 9890 – Time-Complexity

Suppose  we  want  to  arrange  the  n  numbers  stored  in any  array  such  that  all negative  values  occur  before  all  positive  ones. Minimum  number  of  exchanges required […]
November 14, 2023

Algorithms

Question 50 If T1 = O(1), give the correct matching for the following pairs: (M) Tn = Tn−1 + n (U) Tn = O(n) (N) Tn […]