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.

751.

Write a program using nested loops to produce the following design:(a). A A B A B C A B C D A B C D

Answer» Kk
752.

What are the major strength of computer?

Answer» Strengths of computer:1)Speed..2)Accuracy ..3)Reliability .4)High Storage Capacity .5)Versatility.
753.

Write a program to print the following design using nested loops (A) & & & & & & & & & & &

Answer»
754.

Expand the following terms.ENIAC

Answer» Electronic numerical integrator and computer
755.

C++ program toh print initial with last name of full name.Eg- s k singh

Answer»
756.

Why string is not a data type in c++???

Answer»
757.

How to study the computer science subjects????

Answer»
758.

What is full form of HTTP

Answer» Hyper text transmission protocal
759.

What is encapsulation

Answer» Encapsulation means capsulating the data, i.e., wrapping up of data to make a program look simple. It\'s purpose was to hide the main features of the program and to display some key features only.
760.

What are functions

Answer»
761.

Types of functions

Answer»
762.

What is an array?what is the need for arrays?

Answer»
763.

What are main questions for exams to learn

Answer»
764.

What is the use of loop programsExamples of loop programs

Answer»
765.

Program to print fipunaci series using c++

Answer»
766.

What is trinary operator

Answer» The trinary operators are those opertators that operate on 3 or more operands
767.

Wap to perform arithmetic calculation using conditional statement

Answer»
768.

What is program?

Answer»
769.

define links

Answer»
770.

Addition of matrices

Answer»
771.

Evaluate int a=10,b;b=a++ + ++a;

Answer» Output is 21
772.

What is the advantages and disadvantages of javascript?

Answer»
773.

How to denote not equal to in c++.?

Answer»
774.

I want programming of addition with array

Answer»
775.

Write a C plus plus function to read the names of student in a 2D array and display the same

Answer»
776.

Write a C plus plus program to find sum of column of 2D array

Answer»
777.

Write a C++ function to search an element in 2D array

Answer»
778.

Identify the error in the following code segment in men coat enter 2 numbers Sim

Answer»
779.

Full form of dvd

Answer» DVD - Digital Video Disk or Digital Versatile Disc
780.

Complete the following sequence of the hexadecimal numbers:17,18,19,_,_

Answer»
781.

Change in exponent form1=17.679

Answer»
782.

Scheduling strategies of os

Answer»
783.

A=5-4-3B=3**2**3Print(a)Print(b)

Answer» Ths variables are different. So it would just print a and b rather than giving any value.<br>A=-2 B=729
784.

What is punctuators

Answer»
785.

What is octal system

Answer» A no. with 8 unique symbols i.e base 8 system<br>System with 8possible digits i.e.,0 to 7<br>The system with base 8 is called octal system<br>What is software
786.

Differentiate between man machine interface and computerised process Please answer this question ?

Answer»
787.

Write a program to obtain x,y,z from user and calculate expression : 4x,4+3y,3+9z+6π

Answer»
788.

In our school python is there

Answer» Yes<br>Yes
789.

Is the exam of CS is subjective or objective in boards?

Answer» Both
790.

What are the statements used for branching

Answer» What type off branching
791.

Distinguish between cpu and alu

Answer» My own answer is:cpu is central processing unit and inside cpu three main functioning parts are there.That are ALU,CU and registers.Here alu is arithmetic logical unit.<br>Difference Between CPU and ALU - Pediaa.Com The main difference between CPU and ALU is that the CPU is an electronic circuit that handles instructions to operate the computer while the ALU is a subsystem of the CPU that performs arithmetic and logical operations. ... In brief, CPU is the central unit of the computer while ALU is a subpart of the CPU.
792.

Python program for nested loop

Answer»
793.

What is the computer ? Describe the characteristics of a computer ?

Answer»
794.

I want mcq cct 11

Answer»
795.

How to create a truth table

Answer» Mc Lokesh Kumar Sain nahi pata tu kyu bak raha h , YouTube pe nahi samj aya tabhi to puch raha hu na<br>See it in YouTube
796.

What is Boolean Algebra ? And why it is important

Answer»
797.

How can i get payton programmes....?????

Answer» Plz refer to sumita arora \'python\' book
798.

what are data types ? How are they important ?

Answer» Data types are consist of integers,strings,character,real,string,etc.Python offers numbers,strings,tuples,list dictionary,etcIt provide a way to handle different type of data in programming or to represent it...|<br>The real life data is of many types. So to represent various type of real life data programming language provide ways and facilities to handle these,which are known as data types.
799.

Disadvantage of script mode

Answer»
800.

what is the output of the following code fragment?for a in "abcde": print(a,\'+\',end=\'. \')

Answer»