0% found this document useful (0 votes)
8 views4 pages

VIVA PythonSQL Ques

ENZYMES Almost all enzymes are proteinsRibozymes-nucleic acids that behave like enzymesThe chain of enzymes criss crosses itself & pockets are made which are known as active sites in which substrate fits.Inorganic catalysts work efficiently at high temp. & pressurewhile enzymes get damaged above 40°C. However enzymes from organisms of hotvents,sulphur springs can retain upto 80-90°C. Thermophilic organisms have thermostable enzyme. Chemical reactions When bonds are broken or new bonds are formed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views4 pages

VIVA PythonSQL Ques

ENZYMES Almost all enzymes are proteinsRibozymes-nucleic acids that behave like enzymesThe chain of enzymes criss crosses itself & pockets are made which are known as active sites in which substrate fits.Inorganic catalysts work efficiently at high temp. & pressurewhile enzymes get damaged above 40°C. However enzymes from organisms of hotvents,sulphur springs can retain upto 80-90°C. Thermophilic organisms have thermostable enzyme. Chemical reactions When bonds are broken or new bonds are formed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Class XI Python VIVA Questions

1. Who developed python?


2. What is python?
3. Advantages of python.
4. What does python prompt means?
5. Drawback/ Disadvantages of python.
6. What is python shell?
7. What is the fullform of IDLE?
8. What are the modes/ interpreter of the python?
9. Bare bone of python/Structure of python?
10. How can you create multi-line strings in python?
11. What is comment, statement, Expression, functions, Block and indentation?
12. What is identifiers? Rules for writing identifiers.
13. What are primitive datatype in python?
14. What is keywords? Write any 15
15. Differentiate between keywords and identifiers?
16. What are the tokens?
17. What is character set in python?
18. What is Literals/ Values? Explain types.
19. Define the following terms :
String literals, Numeric Literals, Boolean Literals, Special Literals,
Operators, Punctuators.
20. What is Operators? Explain Unary operator, binary operator.
21. Define Relational Operator, Logical Operator, NOT operator, Assignment operator, Membership
operators.
NOTE: EXTRA operators name and symbols
BITWISE operator (&,^,|)
SHIFT operators (<< , >>)
22. What is constant?
23. What is variables?
24. How to assign variable?
25. What is precedence of operators?
26. Types of comments in python.
27. What is Debugging?
28. What is Dynamic typing? WAP for dynamic typing
29. What are the data types in python
30. What is mutable and immutable?
31. What is input and output statements. (includes input function or output functions)
32. What is Data type conversion/Type casting ?
33. Explain explicit type conversion and implicit type conversion.
34. Name the the control statements?
Ans: if-else, for loop)
35. What is Selection statement ?
36. What are types of selection statement?
37. i) if statement
ii) if- else statement
iii) if-elif statement
iv) nested if statement
38. What is iteration/Looping in python?
39. What is infinite looping? WAP for infinite loop.
40. How break is used in loop.
41. What is Array?
42. What is range() function?
43. What is arange()?
44. What is tuple? Syntax
45. Why tuple is immutable?
46. What is List? Synatx
47. How to create the empty list?
48. How to initialize any list?
49. What is traversing of list?
50. Syntax of List methods and built-in functions.
(i) len()
(ii) list()
(iii) append()
(iv) extend()
(v) insert()
(vi) count()
(vii) find()
(viii) remove()
(ix) pop()
(x) reverse()
(xi) sort()
(xii) min()
(xiii) max()
(xiv) sum()
51. What is dictionary? Syntax.
52. Why dictionary is mutable?
53. How can you recognize about dictionary?(Two main difference)
54. How to create an empty dictionary?
55. How do you add key : value pairs to an existing dictionary? Syntax and example
56. How to add new items in dictionary?
57. How to Update dictionary?
58. How to delete dictionary?
59. What is nested list?
60. What is infinite loop?
61. How break is used in infinite loop?
62. What is while loop?
63. Write the syntax of detection of an element from dictionary.
64. Explain in detail about input and output statement.
65. Syntax of Built in functions of dictionary:
i) len()
ii) dict()
iii) keys()
iv) values()
v) items()
vi) get()
vii) update()
viii) char()
ix) del()

Class XI SQL VIVA

1. What is SQL?
2. Who developed SQL?
3. Features of SQL
4. Advantages of SQL
5. Classification of SQL
6. What is data and database?
7. Full form of DBMS and RDBMS.
8. Classification DBMS
9. Advantages and disadvantages of DBMS.
10. Need of DBMS
11. What is Relation, attributes, Field, Tuple, and Domain.
12. What is Cardinality and Degree.
13. What is comments? types of comments in sql.
14. What is NULL? How to insert null in any table?
15. What is the use of DISTINCT?
16. What is the use of ALL?
17. How to put text in the query output?
18. What is DDL?
19. What are the commands of DDL?
20. What is DML?
21. What are the commands of DML?
22. What is DQL command?
23. How create a table and database?
24. Differentiate between drop and delete.
25. What is ALTER command?
26. Explain all three commands of ALTER command.
27. How to delete any table or database?
28. What is like operator
29. What is order by clause?
30. What is where clause?
31. What is constraint?
32. What is Primary key?
33. Syntax of RENAME of table.
34. Syntax of RENAME column name.
35. What is ORDER BY clause?
36. What is WHERE clause?
37. What is Double data type?
38. Difference between char and varchar datatype.
39. Two use of DESC.
40. What is the use of DEFAULT?
41. Name the Constraints.
42. Explain all the keys of SQL.
Primary, alternate, candidate, super, Foreign key, composite key.

You might also like