PROGRAMMING IN PYTHON (U19CA303) UNIT-I

PROGRAMMING IN PYTHON (U19CA303) UNIT-I

University

40 Qs

quiz-placeholder

Similar activities

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - University

40 Qs

ôn tập bài 26- 28

ôn tập bài 26- 28

10th Grade - University

40 Qs

LATIHAN PYTHON

LATIHAN PYTHON

10th Grade - University

44 Qs

Final Day Quiz for ICT Skill Share

Final Day Quiz for ICT Skill Share

4th Grade - Professional Development

41 Qs

Bài tập Excel

Bài tập Excel

6th Grade - University

40 Qs

Penilaian Akhir Semester Informatika

Penilaian Akhir Semester Informatika

1st Grade - University

42 Qs

Python Final

Python Final

University

40 Qs

JavaScript Basics

JavaScript Basics

University

41 Qs

PROGRAMMING IN PYTHON (U19CA303) UNIT-I

PROGRAMMING IN PYTHON (U19CA303) UNIT-I

Assessment

Quiz

Computers

University

Medium

Created by

M.Kasthuri Stephen

Used 4+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum possible length of an identifier?
31 characters
63 characters
79 characters
none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid statement?
abc = 1,000,000
a b c = 1000 2000 3000
a,b,c = 1000, 2000, 3000
a_b_c = 1,000,000

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these in not a core data type?
Lists
Dictionary
Tuples
Class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

>>> str="HEBER"

>>>str[:2]

>>>

HE

BE

BERHE

HEBER

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to store values in terms of key and value we use what core data type.
list
tuple
class
dictionary

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct operator for power(xy)?
X^y
X**y
X^^y
None of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is floor division?
/
//
%
None of the mentioned

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?