मराठी
Tamil Nadu Board of Secondary EducationHSC Science इयत्ता १२

HSC Science इयत्ता १२ - Tamil Nadu Board of Secondary Education Question Bank Solutions

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय

Please select a subject first

Advertisements
Advertisements
< prev  2101 to 2120 of 4901  next > 

What is the use of format( )? Give an example.

[8] Strings and String Manipulation
Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined

Which of the following is the output of the following program?

class Student:
 def __init__(self, name):
 self.name=name
 print (self.name)
 S=Student(“Tamil”)
[10] Python Classes and Objects
Chapter: [10] Python Classes and Objects
Concept: undefined >> undefined

Advertisements

What is the output of the following program?

class Sample:
 __num = 10
 def disp(self):
 print(self.__num)
 S = Sample()
 S.disp()
 print(S.__num)
[10] Python Classes and Objects
Chapter: [10] Python Classes and Objects
Concept: undefined >> undefined

Find the error in the following program to get the given output?

class Fruits:
 def __init__(self, f1, f2):
 self.f1=f1
 self.f2=f2
 def display(self):
 print("Fruit 1 = %s, Fruit 2 = %s" %(self.f1, self.f2))
 F = Fruits ('Apple', 'Mango')
 del F.display
 F.display()

Output
 Fruit 1 = Apple, Fruit 2 = Mango
[10] Python Classes and Objects
Chapter: [10] Python Classes and Objects
Concept: undefined >> undefined

What is the output of the following program?

class Greeting:
 def __init__(self, name):
 self.__name = name
 def display(self):
 print("Good Morning ", self.__name)
 obj=Greeting('Bindu Madhavan')
 obj.display()
[10] Python Classes and Objects
Chapter: [10] Python Classes and Objects
Concept: undefined >> undefined

Read the following details Based on that write a python script to display department-wise records

database name:- organization.db

Table name:- Employee

Columns in the table:- Eno, EmpName, Esal, Dept

[15] Data Manipulation Through SQL
Chapter: [15] Data Manipulation Through SQL
Concept: undefined >> undefined

Read the following details Based on that write a python script to display records in descending order of

Eno

database name:- organization.db

Table name:- Employee

Columns in the table:- Eno, EmpName, Esal, Dept

[15] Data Manipulation Through SQL
Chapter: [15] Data Manipulation Through SQL
Concept: undefined >> undefined

What is the composition in functions?

[7] Python Functions
Chapter: [7] Python Functions
Concept: undefined >> undefined

Write a short about the following with suitable example: capitalize( )

[8] Strings and String Manipulation
Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined

Write a short about the following with suitable example: swapcase( )

[8] Strings and String Manipulation
Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined

Write a note about count( ) function in python.

[8] Strings and String Manipulation
Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined

Which of the following is an RDBMS?

[11] Database Concepts
Chapter: [11] Database Concepts
Concept: undefined >> undefined

List some examples of RDBMS.

[11] Database Concepts
Chapter: [11] Database Concepts
Concept: undefined >> undefined

Explain Cartesian Product with a suitable example.

[11] Database Concepts
Chapter: [11] Database Concepts
Concept: undefined >> undefined

Explain the different types of relationship mapping.

[11] Database Concepts
Chapter: [11] Database Concepts
Concept: undefined >> undefined

Explain the different operators in Relational algebra with suitable examples.

[11] Database Concepts
Chapter: [11] Database Concepts
Concept: undefined >> undefined

getopt() will return an empty array if there is no error in splitting strings to ______ 

[14] Importing C++ Programs in Python
Chapter: [14] Importing C++ Programs in Python
Concept: undefined >> undefined

What is the base condition in recursive function?

[7] Python Functions
Chapter: [7] Python Functions
Concept: undefined >> undefined

How recursive function works?

[7] Python Functions
Chapter: [7] Python Functions
Concept: undefined >> undefined

Explain recursive function with an example.

[7] Python Functions
Chapter: [7] Python Functions
Concept: undefined >> undefined
< prev  2101 to 2120 of 4901  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×