1.
The word comes form the name of a Persian mathematician Abu Ja'far Mohammed ibn-i Musa al khowarizami is a called?
2.
The part of a Machine level instruction, which tells the central processor what has to be done, is
3.
What is the extension of Python Program?
4.
The Compexity of linear search algorithm is
5.
Two main measures for the efficiency of an algorithm are-
6.
Which of the following functions is a built-in function in python?
8.
What will be the output of the following Python function? min(max(False,-3,-4), 2,7)
9.
Which keyword used in python language? Python
10.
It refers to the ability of an application to run on different plateforms with or without minimal changes.
11.
What will be the output of the following python expression if x=22.197 print("%5.2f”%x)
12.
Leading white space at the beginning of each element, which is used to determine the group of statement
13.
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
14.
What will be the output of the following Python code? l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
15.
The error that can be pointed out by the compiler
16.
Which of the following is the truncation division operator in Python?
17.
Set of statements is executed based upon conditional test.
18.
Which of the following expressions results in an error?
19.
What is the maximum possible length of an identifier?
20.
What will be the output of the following Python code? x="abcdef” while I in x: print(I, end=” ”)
22.
What will be the output of the following Python code snippet?
23.
A sequence sequence of instruction, in a computer language, to get the desired result is known as ___.
24.
If we not see the rules of programming language, we get ?
25.
Which return the % operator?