0% found this document useful (0 votes)
19 views6 pages

Oral Question PWP

The document contains a comprehensive list of questions related to Python programming, covering topics such as interpreters, compilers, data types, functions, modules, object-oriented programming concepts, and various operations in Python. It also includes practical programming tasks and examples to illustrate the concepts discussed. Overall, it serves as a detailed guide for understanding Python and its features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
19 views6 pages

Oral Question PWP

The document contains a comprehensive list of questions related to Python programming, covering topics such as interpreters, compilers, data types, functions, modules, object-oriented programming concepts, and various operations in Python. It also includes practical programming tasks and examples to illustrate the concepts discussed. Overall, it serves as a detailed guide for understanding Python and its features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 6
Oral Question 1. Whatis meantby interpreter 2. Whatis meant by complier 3. Difference between Interpreterand complier 4, Is python s interpreted and compilinglanguage Explain the features of python 6. Why pythonis called high level programming language 7. Pythonis @ combinationof which languages 8. in which year python was invented and published 9. Explain the feature of python 110. Whatis inputand output function in python 11, whatis meantby open source 112, Whatis the by default extension of all python files 113. Whatis the version of python interpreterand pycharm 14, Whatis the by defaultextension of python file 15. whats the default type of input data type in python 116. explain applicationsof python 117. Who invented python language 18, Whatis meantby indentionin python 18. Whatnumber of spacesin one indention in python 20. Why python require indention 21. Whatis the use of indention in code of python 22. Whatis meantby identifiersin python explain with example 23. Whatis meantby variable in python oris we need to declare data type of variable in python 24, Whatis meantby commentand typeof comments 25, Whats keyword in python 26. How many type of operators we usedin python and explain each type in detail 27. Difference between logical and relational operators in python 28. Difference between identity and membership operators in python 29, What is meantby assignment operator and use of assignmentoperator 30. What s meant by bitwise operator 31, Whats meantby logical operators in python 32, Whatis relational operatorsin python 33. Whatis meantby arithmeticoperators in python 34. Difference between == and is operatorsin Python? 35. why python is called dynamicallytyped language 36. Whatis differenttype of conditional tatementswe used in python 37. Difference between if.clif.ifstatement and nested if 38. Whatis differenttype of loopingstatements we usedin python 39. Difference between forloop an while loop, 40. difference between entry control loop and exit control loop 41. Which loops called entry control loop and which loop is called exit control loop 42, whatis the use of loop control statements[continue,pass, break] 43, difference between break and continue 44, Whatis meant by list and explain its basicoperations 4S, explain basicfunction/methodsof list 46, Explain application of ist 47, Whatis meantby tuple 48, Difference between tuple and list, 49, Difference between append|) and extend{) 50. Why we use pop () function in list 51. Whatis the use of tuple 52. Explain the basictuple operations 53. Explain five ways to converttupleto list 54, Whatis the purpose of the sort () methodin Python lists? 55. Howdo you use the index ) method to find the index of an elementin a listin Python? 56. Explain the applications of tuple 57. 1s tupleis mutable and if not then whatiis the reason 58, Explain which type of operations we perform on set 59. Whatis use of setin python 60. Explain the followingset operations[Union intersection, difference and symmetric difference] 61. difference between difference and symmetric difference 62. difference between unionand intersection 63. Explain the applicationsof set 64. Explain whatis meant by Dictionary 65. Whatis the use of dictionary 66. Explain the basic operationsof dictionary 67. Whatare the different data typesin python 68. Whatis meant by key value pair in python 69, Explain the concept of looping through a dictionary 70. Explain the difference between list tuple set and dictionary 71. Howto representtthe list tuple,set, 72. Whatis meantby function 73. Explain the function with argument, function without argumentand function returning value 74, Explain advanced functionsin python 75, Whatis the useof function 76. How do you call and define a function 77. Whatis meantby doc-string in python function anditis optional and mandatory(compulsory) 78. Explain type of arguments in function 79. Difference between positional and keywordarguments in function ‘80. Explain the concept of variable length argumentin function 81. Whatis meantby *agrs and **kwargs in function £82. Difference between *argsand**kwargs 83, Inwhichtime we use single star/asteric(*) and double star/asteric(**)in function ‘84. Whatis meantby lambda function and what was the use of lambda function 185. What are the function of lambda function 86, Whatis map function and use of map function 187. Whats reduce function and use of reduce function £88, Difference between map and reduce function. 89. What is meantby anonymousfunction and which functionis called anonymous function 90. Whatis filter function and use of filter function 91. Difference between filter and map function 92. Whatis meanty scope of variable 93. Whatis meantby lifetime of variable 94. Difference between lifetime and scope 95, Difference between local and global variable 96, Difference between localand global scope 97. Explain the concept of pass by value and pass by reference in python 98, Why we use module in python 99, Whatis meant by Modulein python. 100. Whatis meantby code reusability inmodule 101, —_Explainnamespace managementin module 102, Whatis meantby encapsulation 103. Typeofmodulein python 104, Whatare the type of in-built module in python 105. Whatis meantby aliasingin module 106, Whatis sys module and the use of sys module 107, Whatis os moduleand the use of os module 108. Whyweuse mkdircommandin module 109. 110, an. 112. 113. 114, 115. 116, 17. 118, 119. 120, 121, 122, 123. 124, 125. 126. 127. 128, 129. 130, 131, 132 133, 134, 135, 136. 137. 138, 139. 4. 141. 142. 143, 144, 145, 146. Howto printdate and type of system with the help of module Whatis the randommoduleand use of randommodule Whatis meantby user-defined module and why we use user-defined module Which command display allin-built module in python and theirinformation Whats meant by packages and why we use packagesin python ‘Steps to create packagesin python Difference between packagesand module Whatis inbuiltpackagesin python ‘Whatis meant by user defined packages and why we use user-defined packages ‘Whatis meant by numpyand whywe use numpy package in python Whats full form of numpy in python packages Explain different types of operations we performon numpy Explain attributes of python Whatis the use of _ init__in python ‘Whatis meantby matplotlib and why we use matplotlib packagesin python Which oop concepts we used in python ‘Whatis meantby class Whatis meant by object Whatis the function ofclass Give some real-time example of class and objects ‘Why we use class and objectin python Whatis blueprintexplain with some realtime example Whatis meantby instance Whatis meant by method in class and objects ‘Whatis the purpose of self-parameter in python classes Whatis meantby constructor Explain the type of constructor Use of constructorin python Explain the concept of constructor overloading Which constructor overloadingis not possiblein python Whatis meantby implicit and explicit constructor Whatis meantby polymorphism Whatis meantby compile time and run-time polymorphism Difference between runtime and compile time polymorphism Whatis meantby method overloading Whats meantby method overriding Difference between method overloading and method overriding Why method overridingis not possible in python 147, Whatis meant by encapsulation 148, Whats meant by abstraction 149, Difference between encapsulation and abstraction 150. Whatis meantby data hidi 151. Whyweuse datahiding 152. Howwe hide any data from data hiding 153. Applicationsod data hiding 154, Whatis the use of double underscore(_)indatahiding 155. Whatis the use of single underscore(_) in data hiding 156. Whatis meantby public protected and private member(variable)in data hiding and we declare the variablein python 157. Howwe can access private memberin data hiding 158. Whatis meantby inheritance 159, Whatis the use of inheritance 160. _Explain the type of inheritance 161. Whatis meant by single inheritance 162. Whatis the use of single inheritance 163, Whatis meant by multiple inheritance 164, Whats the use of multiple inheritance 165. Whatis meant by multilevelinheritance 165. Whatis the use of multilevelinheritance 167. Difference between multiple and multilevelinheritance 168. Whywe use supper keywordin inheritance 169, Whatis meant by pandas packagesin python 170. Whatis meant by arrayand types of array 171. _ Explain thedifferentoperationsthatwe performon array with the help of panda packages 172. Whatis the use of data-frame in panda packages 173. Hewto load esvfile in panda packagesand different operationsin packages 174, Nameof practicalin python 175. Nameof units in python 176. Howdo youread input from userin python 177. Writea python programusingoperatorsin python(arithmetic,logical,retational bitwise identity and membership) 178. Howdo you check if a numberis even or odd 179. Howdo youfind maximum of three numbers 180, Write a simple program using looping statementsin python|for while, nested loop) 181. 182. 183, 184, 185. 186. 187. 188, 189, 190. 191. 192, 193. 194, 195. 196. 197. 198. 199, 200. How do you sorta list in python Write a program to calculate even and odd number using function Write a python programto create a tuple and updatea tuple Write a python programcontainingsomeset operation Write a python programto create and update dictionary Write a python programto calculate factorial of number \Write a python programto find even number usinglambdafunction Write a program to find date and time of system using datetime module Write a python programto find path of a system Write a python programto create a folder using module Write a python programto find a random numberusing module Write a python programto finda square rootof a number usingmodule Write a simple program using method overloading Write a simple program usingmethod overriding Write a simple program usingsingle inheritance Write a simple program using multiple inheritance Write a simple program using multilevel inheritance Write a simple python programcontaining panda package Write a simple inheritance programthat access a privatemember of a class Write a simple program of python that contain public, protected and private member/variable using data hiding

You might also like