Explore topic-wise InterviewSolutions in Class 11.

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your Class 11 knowledge and support exam preparation. Choose a topic below to get started.

601.

Write python program to print the sum * * * * * * * * * * * * *

Answer»
602.

Write the python program to print the pattern

Answer»
603.

Make table of pet and write details of it tgen answer the following query

Answer»
604.

Find the largest and smallest no.s in a list

Answer»
605.

Write the difference between primary key and alternate key

Answer» Primary key is a Candidate key chosen to uniquely identify tuples in the table. Primary key values should be unique and non-null. Alternate keys are those Candidate keys that were not chosen to be the Primary key of the table. Composite key is a Candidate key that consists of more than one attribute.
606.

To display a report,pay,age and bonus(15%of pay) for all coches

Answer»
607.

What is c language

Answer»
608.

DBMS stands for

Answer» Database Management System , It is used in MySQL database.<br>Database manipulation system
609.

Define a multidimensional array

Answer»
610.

Help to make programs with the help of switch statement

Answer»
611.

What makes your online identity?

Answer»
612.

100 questions for python programing

Answer»
613.

How to create student table

Answer» Create table student ( column 1 datatype(size) ,column 2 datatype(size) , ...); Enter<br>Correct ans: Create table student( R_no int, Name varchar(25), Dob date, Gender char );<br>Sorry above one is incomplete<br>create table student;
614.

Write any 2 applications area of python programming

Answer»
615.

What is lauda lasan

Answer» It is a abusive language
616.

Difference b/w list and strings

Answer» List are mutable Stings are not mutable
617.

What is list

Answer»
618.

Write a program to print the alternate elements of a tuple T

Answer»
619.

Dictionary bb+3

Answer»
620.

How to make a ppt on topic "basic components of a computer system"

Answer»
621.

How to make ppt on the topic "basic components of a computer system"

Answer»
622.

Function of dbms

Answer»
623.

What is is()

Answer»
624.

What is strings?

Answer» A string is a character or a sequence of characters that is written in quotation marks.<br>It is pre defined word in python to create string statement.It is always in upper commas like"I want book"For exampleprint("I want book") its give\'I want book\'
625.

Gev

Answer»
626.

What is brutal lindi

Answer»
627.

What is throughput? What is its significant in respect of system\'s effiency

Answer» Nomber of job done/timetaken<br>Do not ask rubbish question
628.

Notes for python programming

Answer» Hatt
629.

What is Boolean

Answer» Boolean means the number that comprises 2 digits 0 and 1.Computer can understand only Boolean no.
630.

Write a program to sort the element using bubble sort

Answer» You may search it on Google or you tube because it will hard to write it here<br>#sort using bubble sort method. 3,1,7,9,5i=1 n-1 compare A1 and A2 interchange 1,3,7,9,5 compare A2 and A3 no change 1,3,7,9,5 compare A3 and A4 no change 1,3,7,9,5 compare A4 and A5 interchange 1,3,7,5,9i=2 n-2 compare A1 and A2 no change 1,3,7,5,9 compare A2 and A3 no change 1,3,7,5,9 compare A3 and A4 interchange 1,3,5,7,9i=3 n-3 compare A1 and A2 no change 1,3,5,7,9 compare A2 and A3 no change 1,3,5,7,9i=4 n-4 compare A1 and A2 no change 1,3,5,7,9
631.

How to solve a number with 2s compliment

Answer»
632.

Wap to display frequencies of all the elements of a list

Answer»
633.

What is eavesdropping? What security measures can you take up to prevent it?

Answer»
634.

Variable

Answer» A variable is like a container in which you contain/stores a value for later use
635.

Brefly explain the history of the computer

Answer»
636.

How to understand the chapter without computer

Answer» You just need a mobile good internet connection and YouTube<br>Hello Mohan kanha the subject company science is not only the study of book and anything else it\'s the practice of computer with your own logic.. so please dont take it such a way that you can pass by just mugging up the things thw only thing you have to do is to learn by PRACTICE ...
637.

Arrays lesson notes in computer science subject ?

Answer» Did you mean list ?<br>Arrays lesson in computer scince ????
638.

What CCT

Answer»
639.

What is debugging

Answer» Debugging refers to the process of locating the place of error, cause of error and correcting the code accordingly
640.

Python which type of language

Answer» Python is type B language which can be translated by both interpreter and compiler . It is case sensitive and OOL . Python provides easy syntax than other langs . Python is way comfy then other langs cause here you got no \'{\' and \';\' which makes a program much more difficult :D<br>Object oriented programming language<br>Python is a programming language which is case sensitive<br>PYTHON is a good or you can say its a COOL programming language in the world ... :- Python is a interpreted high level language .:- Python is a case sensitive language.:- if you have great knowledge of mathematics and in your own logic to solve complex problems then you can find python very interesting.Abhijit mandal :- HOPE YOU LIKED IT.<br>It is a case sensitive language
641.

For i in range(10,6,-2): Print(j*2)

Answer» Error J is not define
642.

Tuples and Dictionaries are similar but confusing. Explain.

Answer» Tuples are represented as group of values of any data type with parenthesis and separated by commas but this data type can\'t be change by the user in further program. Where asDictionary is an another featured data type in python which is a group of unordered set of values separated by colon and as well as comma, before the colon key of the value is represented and after the colon actual view is present.
643.

In python programming, some sample programs don\'t workout. Why?

Answer» What type of sample programs are those carry please send me so I can explain you and help you
644.

Class work notes for chapter Data Handling

Answer» Notes for chapter Data Handling
645.

Define Computer Science and its use in this generation

Answer»
646.

what is a programing language?

Answer» Language is a means of communication among humans. Even animals and every other living being need language. One simply cannot communicate with others without language. Likewise, a computer also needs a language so that it can communicate with the users, which is called a programming language.
647.

Define computer science and its uses in this generation

Answer»
648.

What are the different features of object oriented programming

Answer»
649.

How to do coding for subscript letter

Answer» I do not think it is possible in python language
650.

What is source code in Java

Answer» The source code is simply the code you creat, using java syntax.