No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 2 answers

Ketan Ch 3 years, 2 months ago

Start-> take a number from user -->multiply the number by itself-->End

Ketan Ch 3 years, 2 months ago

a=int(input()) Print( a**2)
  • 1 answers

Vp Tech 3 years, 2 months ago

Characteristic of a Computer Basic characteristics about computer are: characteristics of computer1. Speed: – As you know computer can work very fast. It takes only few seconds for calculations that we take hours to complete. You will be surprised to know that computer can perform millions (1,000,000) of instructions and even more per second. Therefore, we determine the speed of computer in terms of microsecond (10-6 part of a second) or nanosecond (10 to the power -9 part of a second). From this you can imagine how fast your computer performs work. 2. Accuracy: – The degree of accuracy of computer is very high and every calculation is performed with the same accuracy. The accuracy level is 7. determined on the basis of design of computer. The errors in computer are due to human and inaccurate data. 3. Diligence: – A computer is free from tiredness, lack of concentration, fatigue, etc. It can work for hours without creating any error. If millions of calculations are to be performed, a computer will perform every calculation with the same accuracy. Due to this capability it overpowers human being in routine type of work. 4. Versatility: – It means the capacity to perform completely different type of work. You may use your computer to prepare payroll slips. Next moment you may use it for inventory management or to prepare electric bills. 5. Power of Remembering: – Computer has the power of storing any amount of information or data. Any information can be stored and recalled as long as you require it, for any numbers of years. It depends entirely upon you how much data you want to store in a computer and when to lose or retrieve these data. 6. No IQ: – Computer is a dumb machine and it cannot do any work without instruction from the user. It performs the instructions at tremendous speed and with accuracy. It is you to decide what you want to do and in what sequence. So a computer cannot take its own decision as you can. 7. No Feeling: – It does not have feelings or emotion, taste, knowledge and experience. Thus it does not get tired even after long hours of work. It does not distinguish between users. 8. Storage: – The Computer has an in-built memory where it can store a large amount of data. You can also store data in secondary storage devices such as floppies, which can be kept outside your computer and can be carried to other computers.
  • 3 answers

Balajee - 3 years, 2 months ago

I recommend maths-computer science

Vp Tech 3 years, 2 months ago

My recommendation is to take Maths. I am also in 11th this year and i have taken maths.

Tanu Priya 3 years, 3 months ago

According to me.... If u r only interested? in computer then u chose commerce becz in commerce u learn about ?computer so much... And also helping in computer..
  • 1 answers

Sia ? 3 years, 3 months ago

S phase is the phase of the cell cycle in which DNA is replicated, occurring between G₁ phase and G₂ phase. Since accurate duplication of the genome is critical to successful cell division, the processes that occur during S-phase are tightly regulated and widely conserved.
  • 0 answers
  • 1 answers

Sia ? 3 years, 3 months ago

Windows is a series of operating systems developed by Microsoft. Each version of Windows includes a graphical user interface, with a desktop that allows users to view files and folders in windows. For the past two decades, Windows has been the most widely used operating system for personal computers PCs.
  • 0 answers
  • 1 answers

Anitha Senthilkumaran 3 years, 3 months ago

1 Byte= 8 Bits 1 KB (Kilo Byte)= 1024 Bytes (210)
  • 1 answers

Sia ? 3 years, 4 months ago

Five Basic Units Of Computer System

● Input Unit

● Output Unit

● Storage Unit

● Control Unit

● Central Processing Unit

  • 1 answers

Sia ? 3 years, 4 months ago

Please ask question with complete information.

  • 2 answers

Sia ? 3 years, 4 months ago

10010001

Shreyash Rakhunde 3 years, 4 months ago

10010001
  • 1 answers

Kumkum Singhal 3 years, 4 months ago

Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages.
  • 1 answers

Shreyash Rakhunde 3 years, 4 months ago

#include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf("Enter numbers:"); scanf("%d %d %d",&a,&b,&c); if ((a>=b)&&(a>=c)) { if (b>=c) { printf("\nDesc : %d %d %d",a,b,c); printf("\nAsc : %d %d %d",c,b,a); } else { printf("\nDesc : %d %d %d",a,c,b); printf("\nAsc : %d %d %d",b,c,a); } } else if ((b>=a)&&(b>=c)) { if (a>=c) { printf("\nDesc : %d %d %d",b,a,c); } } else { if (b>=a) { printf("\nDesc : %d %d %d",c,b,a); printf("\nAsc : %d %d %d",a,b,c); } else { printf("\nDesc : %d %d %d",c,a,b); printf("\nAsc : %d %d %d",b,a,c); } } getch(); }
  • 1 answers

Shivam Poojari 3 years, 5 months ago

Hiii
  • 1 answers

Preeti Dabral 3 years, 5 months ago

print "sum of",x,"and",y,"is",x+y

Let's learn about this line of code.

Whatever we write in (" ") or (' ') gets printed as it is and is not evaluated. So, 'Sum of' gets printed and then the value of 'x' gets printed (i.e. 10), then 'and' is printed as it is. Then value of y (i.e. 5) and at last x+y is calculated and printed.

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App