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.

301.

Define interpreter and. Advantage of Python

Answer» Your name pls..
302.

MOD() method returns _______.a) Quotientb) Remainderc) exponent

Answer»
303.

Name the software required to make a computer functional. Write down its primary functions

Answer» Operating System
304.

Que : What is secure connection???

Answer» A connection or network which is totally out of risk i.e. where there is no chance of inserting of virus in your pc or which cant be by any hacker .....It assures u that you r working safe on internet
305.

Why do devices need device drivers

Answer» To control devices we need to install device drivers ,to operate it easily<br>To drive it...
306.

Compare batch processing systems and multiprogramming systems

Answer» The main\xa0difference\xa0between\xa0batch processing\xa0and\xa0multiprogramming\xa0is that\xa0batch processing\xa0allows multiple programs to execute with minimum human interactions while\xa0multiprogramming\xa0allows multiple programs to execute on a single\xa0processor system.\xa0Multi-Programmed\xa0Batch System: In\xa0multiprogramming, multiple programs (or jobs) of different users can be executed simultaneously (i.e. at the same time). The multiple jobs that have to be run simultaneously must be kept in main memory and the operating\xa0system\xa0must manage them properly.\xa0Batch\xa0systems can work offline so it makes less stress on\xa0processor.\xa0Processor\xa0consumes good time while\xa0processing\xa0that mean it knows which job to\xa0process\xa0next. In real time systems we don\'t have expectation time of how long the job is and what is estimated time to complete it.
307.

Write python command / instruction / statememr to display your name

Answer»
308.

explaine the application of artificial intelligence?

Answer»
309.

WAP to calculate and display simple interest for given values of principle rate and time

Answer»
310.

Give an example for range and how it gives an output when range is (20,30,2)

Answer»
311.

How is a database releted to a table?

Answer» In relational databases, and flat file databases, a table is a set of data elements (values) using a model of vertical columns (identifiable by name) and horizontal rows, the cell being the unit where a row and column intersect. A table has a specified number of columns, but can have any number of rows.\xa0A database is a collection of interrelated data , these data are stored in the table which are related to one another,\xa0to search and retrieve data queries are made . A table is made up of rows and columns , data of databases are stored in the table.
312.

Name the software required to make a computer functional. Write down its two primary function?

Answer» While software is the set of programs or instructions that are required by the hardware resources to function properly. There are a few basic components that aids the working-cycle of a computer i.e. the Input- Process- Output Cycle and these are called as the functional components of a computer.
313.

Define accuracy of computer

Answer» Accuracy is a term used to describe anything that is near its true value or recognized standard
314.

Ram holds the programs currently running in the computer -yes or no

Answer»
315.

To add a new column e mail in data type

Answer»
316.

What is here

Answer» Please ask question with complete information.
317.

Name the software required to make a computer functional write down its two primary functions

Answer» Operating SystemIts functions1) Memory Management2)File Management3) Device Management
318.

Explain List

Answer»
319.

Differences between serve and client

Answer» A server is a connection point for several clients, that will handle their requests. A client is software that connects to the server to perform actions. The client provide a user interface that allows users to carry out actions.
320.

What is string operator?

Answer» Ok simply a string operator is a operation held on any string. Iam a python student in python any character is definied as string until unless you specify Examples . "Hello"These operations are actually used to manupilated the given string that is you can change their case , their letters can be deleted etc.
321.

Numy question

Answer» It is numpy and it is numric python
322.

What is the basic difference between hackers and crackers

Answer» \tHackerCrackerThe good people who hack for knowledge purposes.The evil person who breaks into a system for benefits.They are skilled and have a advance knowledge of computers OS and programming languages.They may or may not be skilled, some of crackers just knows a few tricks to steal data.They work in an organisation to help protecting there data and giving them expertise on internet security.These are the person from which hackers protect organisations .Hackers share the knowledge and never damages the data.If they found any loop hole they just delete the data or damages the data.Hackers are the ethical professionals.Crackers are unethical and want to benifit themselves from illegal tasks.Hackers program or hacks to check the integrity and vulnerability strength of a network.Crackers do not make new tools but use someone else tools for there cause and harm the network.Hackers have legal certificates with them e.g CEH certificates.Crackers may or may not have certificates, as there motive is to stay annonymous.\t
323.

Define the relation

Answer» Relation is like a table in which data are stored in rows and column. ?
324.

All about pyrhan panda

Answer»
325.

Please it\'s my humble request that don\'t keep your content on money try to make them free

Answer»
326.

Can you give me full questions of data base

Answer» Dbms stands for data base manegment system
327.

To find average and grade for given marks

Answer»
328.

please send me more sample question paper for the class XII -informatics practices -new

Answer»
329.

Typing material should be kept on _____ side of the typist

Answer» left
330.

"Hello World".upper() lower ()

Answer» >>>Str1="Hello World">>>print(Str1.lower())hello world>>>Str1="Hello World">>>print(Str1.upper())HELLO WORLD
331.

Evaluate the following expression manually:--{A}12 + (3**4-6)/2{B} 24 + 6(8-12)/4

Answer» A:- 49.5B:- 18
332.

Howto find output questions fo numpy

Answer» What is python
333.

Distinguish between explicit and implicit type conversion

Answer» Implicit casting doesn\'t require a casting operator. This casting is normally used when converting data from smaller integral types to larger or derived types to the base type.int x = 123;double y = x;In the above statement, the conversion of data from int to double is done implicitly, in other words programmer don\'t need to specify any type operators.For example, the values of ushort and char are effectively interchangeable, because both store a number between 0 and 65535. You can convert values between these types implicitly.There are many implicit conversions of simple types; bool and string have no implicit conversions, but the numeric types have a few. For reference, the following table shows the numeric conversions that the compiler can perform implicitly (remember that chars are stored as numbers, so char counts as a numeric type).TYPE CAN SAFELY BE CONVERTED TObyte short, ushort, int, uint, long, ulong, float, double, decimalsbyte short, int, long, float, double, decimalshort int, long, float, double, decimalushort int, uint, long, ulong, float, double, decimalint long, float, double, decimaluint long, ulong, float, double, decimallong float, double, decimalulong float, double, decimalfloat doublechar ushort, int, uint, long, ulong, float, double, decimalExplicit conversion:\xa0Explicit casting requires a casting operator. This casting is normally used when converting a double to int or a base type to a derived type.double y = 123;int x = (int)y;In the above statement, we have to specify the type operator (int) when converting from double to int else the compiler will throw an error.
334.

Page no :224 of sumita arora solutions

Answer»
335.

How to make loop program in python

Answer»
336.

Can u provide full syllabus xi class question paper for xi ip with python

Answer»
337.

Write a program to read a number from user. Check whether the number is greater than 100 or not

Answer»
338.

Program to print all prime numbers

Answer»
339.

What are data types? How are they important?

Answer»
340.

Write python program that accepts marks in 5subjects and output average marks

Answer» A is an inputB is an input CDETotal is sum of a,b,c,d,e
341.

Name functions using which you can perform arithmetic operations on ndarrays?

Answer»
342.

Write a program in python to complete operation of arithmetic on 2 operations.

Answer»
343.

Bro follow me on InstagramHemant.singh_01Please.

Answer»
344.

What is None literal in python?

Answer» None is function which will return no value in python.ex—value(5) (None) so it will no show any result<br>I don\'t know<br>Python has one special literal called \'None\'. The \'None\' literal is used to indicate something that has not yet been created. It is also used to indicate the end of lists in Python.
345.

How to find out problem in code fragment

Answer»
346.

What is selection statement??

Answer»
347.

Summarize the major differences between a relation and a traditional file

Answer» 1. Files act locally where as DBMS saves directly in a database2. Saves in temporary locations where as DBMS in well arranged and permanent data base locations3. In File System., transactions are not possible where as various transactions like insert, delete, view, updating etc are possible in DBMS4. Data will be accessed through single or various files where as in DBMS, tables (schema) is used to access data.5. A "File manager" is used to store all relationships in directories in File Systems where as a data base manager (administrator) stores the relationship in form of structural tables
348.

How are strings internally stored?

Answer»
349.

Write difference between String str="data types"1. Str*4 2. Str+"are used in python"

Answer»
350.

Write a program that prints \'python\'in such a mannerP. N Y. O T. H

Answer»