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.

251.

Wap in python to sort vowels and consonants

Answer» Text= input("Enter a string") count=0#for vowlesfor x in Text: if x in "aeiou": count+=1print("No.of volwels in the string are:",count) #for consonantscount=0for x in Text: if x in"bcdfghjklmnpqrstvwxyz": count +=1print ("No. of consonants are:", count)#for spacescount=0for x in Text: if (x==" "): count +=1print ("No. of spaces are:", count)#in same way find dots, commas, etc.
252.

what are the major functional components of mobile system

Answer» Kernel, Memory management, multitasking, security, networking, process execution, interrupt and user interface. Explanation: Kernel is the primary part of an OS that decided which program gets the access to which hardware in the device.
253.

Np

Answer» K<br>Maine apko naii bola ki thanks kar rhe?
254.

Error in this code

Answer» Just send screenshot after running<br>What\'s the problem in this<br>You have used ctr in the condition for for cheking . I dont think it is right
255.

Write a program in python to search for an element in a given list of numbers

Answer»
256.

Write a program in python to display the values of nested list

Answer»
257.

What is unpacking of tuple with example?

Answer» Packing and Unpacking a Tuple :\xa0In Python there is a very powerful tuple assignment feature that assigns right hand side of values into left hand side. In other way it is called unpacking of a tuple of values into a variable. In packing, we put values into a new tuple while in unpacking we extract those values into a single variable.
258.

Happy? New year In advance to all my dearies❤️❤️???

Answer» Don\'t post personal information, mobile numbers and other details.Don\'t use this platform for chatting, social networking and making friends. This platform is meant only for asking subject specific and study related questions.Be nice and polite and avoid rude and abusive language. Avoid inappropriate language and attention, vulgar terms and anything sexually suggestive. Avoid harassment and bullying.Ask specific question which are clear and concise.If content is found in violation, the user posting this content will be banned for 30 days from using Homework help section. Suspended users will receive error while adding question or answer. Question comments will be disabled. Read community guidelines at https://mycbseguide.com/community-guidelines.html<br>??<br>Same to you ?
259.

Write the pseudocode to print all multiples of 5 between 10 and 25 (including both 10 and 25).

Answer» in python this code will give you your desired result:for i in range(10,26): if i%5==0: print(i)
260.

Write python command to display your school name,class and section,separated by"-"

Answer» The following codes must be typed in script mode, saved and then executed.CODE:school = input("Enter your school name:")Class = input("Enter your class:")section = input("Enter your section:")print("Your details are", school, "Class", class, "section", section)OUTPUT:\xa0Westchester High\xa011\xa0D
261.

Suppose you are collecting money for something

Answer»
262.

What is string manipulation?

Answer» String manipulation basically refers to the process of handling and analyzing strings. It involves various operations concerned with modification and parsing of strings to use and change its data. R offers a series of in-built functions to manipulate the contents of a string.
263.

Write a program with its output

Answer»
264.

Define polymorphism?

Answer» Polymorphism refers to the existence of two or more forms of individuals within the same animal species.Polymorphism is common in nature; it is related to biodiversity, genetic variation and adaptation; it usually functions to retain variety of form in a population living in a varied environment. The most common example is sexual dimorphism, which occurs in many organisms. Other examples are mimetic forms of butterflies, and human hemoglobin and blood types.Coelenterates include a large number of colonial species that contain more than one form of individuals which are called zooids.\xa0Coelenterates have two basic zooids, polyp and medusa.
265.

What is expressive language

Answer»
266.

To implement functionality which module can be used

Answer»
267.

Notes of computer system overvuew

Answer»
268.

What is background? Write the steps to choose your own background

Answer»
269.

What is nested loop explain with example

Answer»
270.

What is native loop explain with example

Answer»
271.

Do we need to install some additional tool or font to type in an Indian language using UNICODE?

Answer»
272.

Draw the logic circuit for the Boolean equation -A~B~C~D+AB~C~D+ABC~D+ABCD~

Answer»
273.

What type of data is accepted by input() function

Answer»
274.

How to write a python program to find the area of circle

Answer» # Area of circleRadius = float (input ("enter radius:")Area = 3.14*radius*radius Print("Area=",Area)
275.

Chapter 4 exercise

Answer»
276.

If c is false just before the iteration

Answer»
277.

What are the advantages of learning computers?

Answer» Nowadays computers are being used in more and more places.In Computer Science, learn how you can convert your real-world into a virtual world
278.

Assign 10 to variable length and 20 to variable breadth

Answer»
279.

f(x.y) =x, y+x\', y\'

Answer»
280.

Distinguish between internal and external memory

Answer»
281.

How did a RAM work

Answer»
282.

Textual question answers please

Answer»
283.

Explain net etiguettes.

Answer» Netiqutee defines the guidelines for courteous communication in the online environment
284.

Display Rohan Saini\'s information.

Answer» Rahan saini\'s
285.

What are the different types of scanner?

Answer» There are three types of scanners available: drum scanner, flatbed, and handheld scanners. The publishing industry primarily uses drum scanners to print high-quality images, while flatbed scanners are generally used in schools and offices. On the other hand, libraries and shopping malls make use of handheld scanners.
286.

Differentiate between impact and non impact printer 5 marks

Answer» Impact Printer1.Impact printers create pictures and figures by hitting a device such as a wheel or a print hammer against an inked ribbon.2.In impact printers, printing is executed by hammering a character dye or metal pin.3.Impact printers are low in terms of speed. 4.They produce high-level noise as they have many moving parts.Non-Impact Printer1.Non-impact printers create figures and pictures without any connection between the printing device and the paper.2.In non-impact printers, printing is executed by dropping ink on paper in any manner.3.Non-impact printers are comparatively fast in speed. They can print several pages in one minute.4.They have a low level of noise.
287.

Write a program to accept a tuple from the user and search for element

Answer»
288.

Write the output ? L = [2,45,6,77,9,33]L[2:5]L[2:6:2]

Answer»
289.

In a Python program control structure

Answer» That\'s a wrong answer<br>Hii
290.

Printing a table of calendar in python

Answer» import calendar year = 2018month = 12 print(calendar.month(year, month))
291.

Write down the correct statement to define a tuple T which has only one element 2.

Answer» T=(2,)
292.

What is python Library

Answer» Python library is the group of module of which contains code (function, keywords,etc) to make program simplest one.
293.

Input a list of \'n\' integer element and search for an \'element with location \' enter by user

Answer»
294.

Please send me ,3 dictionary python long programs

Answer»
295.

Using a tuple write a program to swap every element which is multiple of 3 withthe next element.

Answer»
296.

Write a program to display sum of left diagonal.

Answer»
297.

1-Define byte code? 2-what is an listener? 3-what is frame?

Answer» Hi please answer post
298.

Write an algorithm

Answer»
299.

MCQ question paper

Answer»
300.

_____________ is a part of a string contaning some contiguous characters from the string.

Answer» Ueuebev<br>Ueuebev