1.
Which of the following are expressed using statements of a programming language?
2.
What must the used when a bulk of statements to be repeated for many number of times?
3.
Which of the following contains a set a code that works an many kinds of input and produces a concrete output?
4.
Which of the following are the values which are passed to a function definition?
5.
The function definition is introduced by the keyword
6.
The recursive function is defined using the keyword
7.
A function definition which call itself is called
8.
Which of the following is a description of all functions in object oriented programming language?
9.
Which of the following is an instance created from the class?
10.
Which of the following is an example of impure function?
11.
In which type of function the return type is solely depends on its argument passed?
12.
In which type of function the return type does not solely depends on its argument passed?
13.
Which of the following is a powerful concept that allows programmers to treat codes as objects?
14.
Which of the following provides modularity?
16.
Which of the following is a type for objects whose behaviour is defined by a set of value and a set of operations?
17.
ADT behaviour is defined by
18.
The process of providing only the essentials and hiding the details is known as
19.
Which of the following gives an implementation independent view?
20.
How many ways to implement an ADT?
21.
Which of the following are implemented using and Lists?
22.
Which of the following replicate how we think about the world?
23.
To facilitate data abstraction, How many types of functions are created?
24.
Which of the following function that facilitate the data abstraction?
25.
The part of a program that can see or use the variables are called
26.
Which of the following refers to the addresses to an object in memory?
27.
How many variables can be mapped to the same instance?
28.
Which of the following keeps track of all these mappings with namespaces?
29.
How the names are mapped with objects in programming language?
30.
The order in which variables have to be mapped to the object in order to obtain the value is called
31.
Which of the following rule is used to decide the order in which the scopes are to be searched for scope resolution?
32.
How many types of variable scope are there?
33.
Which of the following keeps track of all these mappings with namespaces?
34.
Which of the following is not a variable scope?
35.
A variable which is declared outside all the functions in a program is known as
36.
A variable which is declared outside all the functions in a program is known as
37.
Which of the following is a finite set of instructions to accomplish a particular task?
38.
Which of the following are the characteristics of an algorithm?
39.
Which of the following is not a characteristic of an algorithm?
40.
Which of the following is not an example of data structures?
41.
Which of the following is an example of data structures?
42.
Which of the following is not a type of searching technique?
43.
Which of the following is not a sorting technique?
44.
The way of defining an algorithm is called
45.
Which characteristics of algorithm defined the operation involving division by zero?
46.
Which characteristics of an algorithm should be generic, independent of any programming language?
47.
Which of the following could be designed to get a solution of a given problem?
48.
An algorithm that yields expected output for a valid input is called an
49.
Python language was released in
51.
In python, how many ways programs can be written?
52.
Which of the following mode allows to write codes in python command prompt?
53.
Which mode can also be used as a simple calculator in python?
54.
Which mode displays the python code result immediately?
55.
Which of the following used to develop and run python code?
56.
Which mode can also be used as a simple calculator?
58.
Which of the following command is used to execute python script?
59.
Which of the following are the executable segments that yield the result?
61.
Which of the following is used to alter the control flow of the process depending on the state of the process?
62.
How many important control structures in python?
63.
Which of the following is not control structures?
65.
The following statements is an example of Print (ONE) and Print (FOUR)
66.
What can be learned through alternative or branching statement?
67.
.Checking whether the given number is even or odd can be done using
68.
How many types of alternative or branching statements does python provides?
69.
Which of the following is used to handle array of characters in python?
70.
Find the output for the following print (‘Greater Chennai Cooperation’s student’)
71.
String index values are also called as
72.
Which of the following is used to access and manipulate the strings?
73.
The positive subscript always starts with
74.
The negative subscript is always begins with
75.
Adding more strings at the end of an existing string is known as
76.
A substring can be taken from the original string by using
77.
What is Escape sequence character for the description character with octal value?
78.
How many collection of datatypes in python?
79.
Which of the following is not datatype in Python?
80.
Which of the following is an ordered collection of values?
81.
Which of the following datatype enclosed with [ ] ?
82.
In list, the negative index number begin with
83.
Which of the following can be used to access an element in a list?
84.
Which function is used to set the upper limit in a loop to real all elements of a list?
85.
Which function is used to add a single element to an existing list?
86.
Which of the following function is used to add more than one element in an existing list?
87.
Which of the following is not an object oriented language?
88.
Which of the following called as instances of a class or class variable?
89.
Functions of the class are called as
90.
Which of the operator used to accessing members of the class?
91.
Which of the following can be accessed by using object with dot operator?
92.
Which position of the argument named self in python class method?
93.
Which argument doesn’t need a value when we call the method?
94.
Which of the following argument values automatically by python?
95.
How many argument can be taken by Python method even when a method is defined with one argument?
96.
Which of the following is an organized collection of data?
97.
Which of the following is an organized collection of data, which can be stored and a cersed through computer system.
98.
Which of the following a data contain?
99.
In which of the following data organized in a way that, it can be easily accessed, managed and updated?
100.
Which of the following can be a software or hardware based, with one sole purpose of storing data?