Featured Image

Welcome to your Python MCQ(M3-R5) Chapter-1

1. 
Which statements is correct about the object-oriented programming concept in Python?

2. 
A graphical representation of a computer program in relation to its sequence of functions___?

3. 
What are the three different types of algorithm constructions?

4. 
Function of a compiler is to?

5. 
Operations to be repeated a certain number of times are done by___?

6. 
Which of the following executes the programming code line by line ?

7. 
Algorithm when transalated into a programming language is called__?

8. 
The part of a Machine level instruction, which tellsthe central processor what has to central processor what has to be done,is?

9. 
The errors that can be pointed out by the compiler are?

10. 
The correctness and appropriateness of __ solution can be checked very easily?

11. 
Which of the following software translates source code into object code?

12. 
Users write the programs in which language?

13. 
Two main measures for the efficiency of an algorithm are?

14. 
Which of the following is the basic I/O connections in file?

15. 
The process of finding errors in code is called as___?

16. 
In python code, on encountering a syntax error, the___ does not execute the program?

17. 
The meaning of bug is a ?

18. 
The Compexity of linear search algorithm is ?

19. 
If we not see the rules of the programming language, we get?

20. 
Which of the following language is understood by computer?

21. 
All instruction are executed one after other?

22. 
Which one is the type of algorithm?

23. 
What will be the output of the following pseudo- code? Integer a set a=4 do print a+2 a=a-1 while (a not equals 0) end while

24. 
Correcting the program code?

25. 
An algorithm that calls itself directly or indirectly is called as?

26. 
What will be the output of the following pseudocode? Integer a,b set a=9,b=5 a= a mod (a-3) b= b mod (b-3) print a+b

27. 
Which of the following defines what an object can do ?

28. 
_____reports all error with line numbers and produce faster object code then interpreter?

29. 
What will be the output of the following Pseudocode where ^ represent XOR operation? Integer a, b, c set b=4,a=3 c=a^ b print c

30. 
A computer programme that manages and controls a computer's activity?

31. 
When an algorithm is written in the form of a programming language it becomes a: ?

32. 
Which type of error generate when the argument have invalid values specified?

33. 
A sequence of instruction in a computer language, to get the desired result is known as ?

34. 
The way for solving a problem step by step is known as__?

35. 
Which of the following is not a part of Execution Flow during debugging?

36. 
Python supports Object- Oriented style or technique of programming that encapsulates code within?

37. 
The program must be able to handle unexpected situation like wrong input or no input?

38. 
Error does not fall into any category?

39. 
It refers to the ability of an application to run on different plateforms with or without minimal changes?

40. 
Pseodocode is used for?

41. 
Advantage of using Flow Charts are:?

42. 
The word comes form the name of a Persian mathematician Abu Ja'far Mohammed ibn-i Musa al khowarizami is a called?

43. 
Set of statements is executed based upon conditional test?

44. 
Testing is known as?

45. 
Designing the problem?

46. 
Algorithms cannot be represented by___?

47. 
Set of statements is executed again and again based upon conditional test?

48. 
Identify the correct sequence of steps to run a program?

49. 
Which of the following carries out the instructions defined in the interface ?

50. 
part of algorithm which is repeated for fixed number of times is classified as?

Leave a Reply

Your email address will not be published. Required fields are marked *