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.

1251.

What is Keyword

Answer» Keyword are the reserve word that has predefined meaning
1252.

Will the following lines of code print the same thing? Explain why or why not.X=6Print(6)Print("6")

Answer» Yes..but only its data type will change..in first it is a number but im second it is a string
1253.

What is highlevel launges ? And first genaration programing language?

Answer»
1254.

When was python released?

Answer»
1255.

Python program

Answer»
1256.

Discuss booting up of operation system

Answer»
1257.

Difference between computer and calculator

Answer» The main difference between Computer and Calculator is that the Computer is a simple general-purpose device for performing arithmetic or logical operations and Calculator is a electronic device used to perform operations of arithmetic. These programs enable computers to perform an extremely wide range of tasks.
1258.

Shortcut key F^4

Answer»
1259.

How to root a mobile

Answer» What?
1260.

Why ram is slower than cpu?

Answer»
1261.

Convert decimal number 63.362 to 10 bit binary

Answer»
1262.

What is a correct meaning of c++

Answer» It is called hybrid language in object oriented programming language.
1263.

for making audio which application is used in computer

Answer» ?
1264.

What is analytic engine

Answer»
1265.

10 programs in C++

Answer»
1266.

May i know if it is an theory subject or practical

Answer»
1267.

What is mean by variable declaration

Answer»
1268.

Notes of chapter working with operating system

Answer»
1269.

What is the difference between a file and a folder

Answer» A file is the common storage unit in a computer, and all programs and data are "written" into a file and "read" from a file. A folder holds one or more files, and a folder can be empty until it is filled. A folder can also contain other folders, and there can be many levels of folders within folders.
1270.

What is the update full form of computer?

Answer» Common Opernta
1271.

Is best 5 subject marks will we add in 10th

Answer»
1272.

5 Latest input code

Answer»
1273.

Print the address Of 2 people using struct ,name, adress below should print it in a single line

Answer»
1274.

Full form of EEPROM

Answer» Electrically Eraswable Programmable Read only Memory<br>Electrically eraseable programmable read only memory<br>Electrically erasable programmable read only memory
1275.

Important question of chapter conditional and iterative statements

Answer»
1276.

What is the difference between compiler and interpreter

Answer» Their work is to convert the high level language to binary language,compiler convert whole the para or program,but on the other hand interpreter converts program line by line
1277.

Programs based on python

Answer»
1278.

Python chapter where

Answer» In pythons Tammi
1279.

I need to summarize the unit 1 in easy manner..Please....

Answer» Go on YouTube....
1280.

a = -11% 4

Answer»
1281.

why there are no videos for cs?

Answer»
1282.

What is BINARY CODE

Answer» Binary code are 0 and 1<br>A Binary Number is made up of only\xa00s and\xa01s.
1283.

What is the use of print function

Answer» The print function prints the specified message to the screen, or other standard output device . The message can be a string, or any other obj will be converted into a string before written to the screen
1284.

Name the software required to make a computer functional. Write its 2 primary uses

Answer» Operating system is a system aoftware that nakes all tha hardware devices to work.It acts as a use interface
1285.

Components of compiter

Answer» Computer systems consist of three components:\xa0Central Processing Unit, Input devices and Output devices. Input devices provide data input to processor, which processes data and generates useful information that’s displayed to the user through output devices. This is stored in computer’s memory.
1286.

Define python

Answer» Python is an open source high level programming language
1287.

Program to count the length of character without using len function..

Answer»
1288.

Write a program in python to accept two numbers and print their highest common factor.

Answer» a=input("Enter first number")b=input("Enter second number")if (a>b):print(a)elif (b>a):print(b)
1289.

Write a program in python to print the following pattern:111121133114641

Answer»
1290.

Write a program in python to s=x1/1!+x2/2!+x3/3!..............xn/N!

Answer»
1291.

Truth table of X.Y+ z

Answer»
1292.

what is disk defragmenter

Answer» The process of\xa0defragmentation\xa0moves the data blocks on the hard drive around to bring all the parts of a file together.\xa0Defragmentation\xa0reduces file system fragmentation, increasing the efficiency of data retrieval and thereby improving the overall performance of the computer. When a program saves a file on a\xa0disk, it puts the file into an empty space on the\xa0disk.\xa0Disk defragmentation\xa0takes all the pieces of each file, and stores them in one place. ... It also\xa0makes\xa0sure programs are each in one place, and that unused space on the hard\xa0disk\xa0is all together.
1293.

Make a brief note on python in own language and concepts

Answer»
1294.

Write the output of the following python program code:. Str2=list("[email\xa0protected]

Answer»
1295.

What are advantages and disadvantages of working inintractive mode in python

Answer» Advantages in python \'interactive mode\': \t\'Interactive mode\' is great for quickly and conveniently running\xa0\'single lines or blocks of code\'.\tIn \'interactive mode\', we can get the answer \'line by line\'.\tIt is \'easy to find an error\'.Disadvantages in python \'interactive mode\':\tIt is \'harder to edit longer programs\' or even the existing program.\tWe\xa0\'cannot write a whole program\' in interactive mode.\tIf we \'save the program the instructions\' also get saved.
1296.

Basic units of computer 5 marks

Answer» A computer consists of five functionally independent main parts input, memory,\xa0arithmetic logic unit\xa0(ALU), output and\xa0control unit.\xa0Input device\xa0accepts the coded information as source program i.e. high level language.\xa0A computer has four main components: the\xa0central processing unit\xa0or CPU, the primary memory,\xa0input units\xa0and output units.\xa0Every computer system has the following three basic components:\xa0Input unit.\xa0Central processing unit.\xa0Output unit.
1297.

Identify the type of literal

Answer» There are five types of literals in Java.Integer LiteralsBoolean LiteralsCharacter LiteralsString LiteralsFloating Point Literals
1298.

How TELNET is used for remote login

Answer» Telnet\xa0is a protocol that allows you to\xa0connect\xa0to\xa0remote\xa0computers (called hosts) over a TCP/IP network (such as the internet). Using\xa0telnet\xa0client software on your computer, you can make a\xa0connection\xa0to a\xa0telnet\xa0server (that is, the\xa0remote\xa0host).\xa0A\xa0remote login\xa0facility permits a user who is using one computer to interact with a program on another computer. The Internet\'s\xa0remote login\xa0service is called\xa0TELNET. To use the service, one must invoke a local application program and specify a\xa0remote\xa0machine.
1299.

Difference be python and scratch

Answer» python is a object oriented programming languages and on the other hand scratch is a block based programming language
1300.

Explain Binary operator ?

Answer» in a+b \'a\' and \'b\' are operands<br>operators which require two operands called binary operator. operands are the variables to which action or computation will applied.<br>We take the set of numbers on which the binary operations are performed as X. The operations (addition, subtraction, division, multiplication, etc.) can be generalised as a binary operation is performed on two elements (say\xa0a\xa0and\xa0b) from set X. The result of the operation on\xa0a\xa0and\xa0b\xa0is another element from the same set X.Thus, the binary operation can be defined as an operation * which is performed on a set A. The function is given by *: A * A → A. So the operation\xa0*\xa0performed on operands\xa0a\xa0and\xa0b\xa0is denoted by\xa0a * b.