InfyTQ Introduction to Programming Quiz 1

Question 1

Time: 00:00:00
When dealing with identifiers is python case sensitive?

Yes

Yes

No

No

Machine Dependent

Machine Dependent

In Some cases

In Some cases

Question 2

Time: 00:00:00
What will the format() function return?

Int

Int

FLoat

FLoat

Char

Char

String

String

Question 3

Time: 00:00:00
In python programming,what is the maximum possible length of an identifier?

32

32

64

64

128

128

None of these.

None of these.

Question 4

Time: 00:00:00
Python was released in?

February 1991

February 1991

December 1991

December 1991

December 1989

December 1989

February 1989

February 1989

Question 5

Time: 00:00:00
 Python is:

Interpreted language

Interpreted language

Compiled Language

Compiled Language

Binary language

Binary language

Static language

Static language

Question 6

Time: 00:00:00
 Python is a ______ typed language:

Strongly, Dynamically.

Strongly, Dynamically.

Weak and Dynamically

Weak and Dynamically

Strong and Statically.

Strong and Statically.

Weak and Statically.

Weak and Statically.

Question 7

Time: 00:00:00
 Which of the following is not an implementation of python?

IronPython

IronPython

Cython

Cython

Fpython

Fpython

Stackless Python

Stackless Python

Question 8

Time: 00:00:00
How character data type is specified in Python

No character datatype in python

No character datatype in python

Character

Character

char

char

char()

char()

Question 9

Time: 00:00:00
Which of the following is not a Data-type in python?

String

String

Integer

Integer

bool

bool

enumerate

enumerate

Question 10

Time: 00:00:00
Predict the output of the python code:

a = 4.5
b = 2
print(a//b)

2.0

2.0

2

2

2.25

2.25

2.3

2.3

null
null