Techathlon

mcqtest

/30
55

MCQ

Guidelines and instructions for the Candidates for Online Test.

It is an Online test system, fully computerized, user-friendly having advanced security features making it fair, transparent and standardized.

Candidates are requested to take the test honestly, ethically, and should follow all the instructions.

Basic Instructions for Online Examinations:

A. General information:
1. The examination will be composed of Objective type Multiple Choice Questions (MCQs)
2. Each question carries One mark.
3. There will be NO NEGATIVE MARKING for the wrong answers.

B. Information & Instructions:

1. Every student will take the examination on a Laptop/Desktop/Smartphone

2. On computer screen, every student will be given objective type Multiple Choice
Questions (MCQs).

3. Each student will get questions and answers in different order selected randomly.

4. The students just need to click on the Right Choice / Correct option from the
multiple choices /options given with each question.

The sequence of steps to be followed by each examinee for appearing in Test using Online Test Portal will be as follows:

1.The candidate will have to enter their Name, E-mail & Phone Number

2.The Time of the examination begins only when the ‘Start Test’ button is pressed.

3. The candidate proceeds answering the questions one by one clicking on the number of the question or by pressing the next button

4. The candidate can move to First, Last, Previous, Next and unanswered questions by clicking on the buttons with respective labels displayed on screen throughout the test.

5. The answers can be changed at any time during the test and are saved automatically.

6. The Time remaining is shown in the Top of the screen

7. The system automatically shuts down when the time limit is over OR alternatively if the candidate finishes the exam before time, he can quit by pressing the ‘Finish’ button. The students don’t click the “Finish” Button until the student want to quit from Examination.

1 / 30

1.  If we have object from ofstream class, then default mode of opening the file is _____ .

2 / 30

2. The function file_object.close() is used to ___.

3 / 30

3. Which one is suitable syntax for function template?

4 / 30

4. What will be the output of the following Python code?

def show(id,name):

print("Your id is :",id,"and your name is :",name)

 

show(12,"deepak")

5 / 30

5. Python is a ___object-oriented programming language.

6 / 30

6. Which of the following is false regarding conditional statement in Python?

7 / 30

7. Amongst which of the following is / are true about the while loop?

8 / 30

8. ____________ refers to the act of representing only essential features without including the background details.

9 / 30

9. Python Dictionary is used to store the data in a ___ format.

10 / 30

10. Logical expressions produce ____________ type results.

11 / 30

11. The list.index(x[, start[, end]]) is used to ___.

12 / 30

12. Using friend operator function, following perfect set of operators may not be overloaded.

13 / 30

13. Object oriented programming employs_________ programming approach.

14 / 30

14. Which of the following is not a casting operator in CPP?

15 / 30

15. What is the difference between protected and private access specifiers in inheritance?

16 / 30

16. What is the name of the operator ** in Python?

17 / 30

17. A function is a group of related statements which designed specifically to perform a ___.

18 / 30

18. list, tuple, and range are the ___ of Data Types.

19 / 30

19. When a child class inherits traits from more than one parent class, this type of inheritance is called _______________ inheritance.

20 / 30

20. In Python, ___ defines a block of statements.

21 / 30

21. A virtual function that has no definition within the base class is called____________.

22 / 30

22.  If base class has constructor with arguments, then it is ________________ for the derived class to have constructor and pass the arguments to base class constructor.

23 / 30

23. A class can contain objects of other classes and this phenomenon is called_________ .

24 / 30

24. If a class contains pure virtual function, then it is termed as____________________ .

25 / 30

25. The seek() method is used to ___.

26 / 30

26. Amongst which of the following is a function which does not have any name?

27 / 30

27. The for loop in Python is used to ___ over a sequence or other iterable objects.

28 / 30

28. In nested try block, if inner catch handler gets executed, then _____________ .

29 / 30

29. In CPP, dynamic memory allocation is done using ______________ operator.

30 / 30

30. The module Pickle is used to ___.