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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]