python viva

python viva

University

10 Qs

quiz-placeholder

Similar activities

C Character Handling Function

C Character Handling Function

University

5 Qs

Python Lesson 1

Python Lesson 1

5th Grade - University

7 Qs

advertising

advertising

5th Grade - University

14 Qs

Quiz on Typography

Quiz on Typography

University

15 Qs

TIPOS DE VARIABLES

TIPOS DE VARIABLES

University

10 Qs

multimedia group 5

multimedia group 5

University

15 Qs

Programming in C module1

Programming in C module1

University

10 Qs

Bases de programación - 2.1.1.20

Bases de programación - 2.1.1.20

University

10 Qs

python viva

python viva

Assessment

Quiz

Other

University

Hard

Created by

Sini Saneesh

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Floor Division
/
//
fdiv
floor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output i = 0 while i < 3: print i i++ print i+1
0 2 1 3 2 4
0 1 2 3 4 5
Error
1 0 2 4 3 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function overloads the >> operator
more()
shift()
gt()
lt()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keyword in python are in
Lowercase
Uppercase
Both uppercase & Lowercase
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these collections defines a DICTIONARY?
{12,445,67,89}
[23,56,78,90]
(12,23,34,56)
{12:34,34:56}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code :print 9//2
4.5
4.0
4
Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

19 % 2 in python
2
17
None of these
9.5

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?