Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Shreyaa Ghorpade 1 year, 8 months ago
- 1 answers
Posted by Shreyaa Ghorpade 1 year, 8 months ago
- 2 answers
Prabhudutta Pradhan 1 year, 8 months ago
Posted by Vaishnavi Ghadge 1 year, 8 months ago
- 1 answers
Harsini N 1 year, 8 months ago
Posted by Rudraksh Abrol 1 year, 8 months ago
- 2 answers
Chinu Naik 1 year, 8 months ago
Posted by Deepak Choyal 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
An infinite loop -- sometimes called an endless loop -- is a piece of code that lacks a functional exit so that it repeats indefinitely. In computer programming, a loop is a sequence of instructions that is continually repeated until a certain condition is reached.
Posted by Nihal Mangukiya 1 year, 8 months ago
- 0 answers
Posted by Devanshu Sharma 1 year, 8 months ago
- 3 answers
Posted by Sarthak Shinde 1 year, 8 months ago
- 3 answers
Tush Mug 1 year, 8 months ago
Posted by Om Santani 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
Loops are important in Python or in any other programming language as they help you to execute a block of code repeatedly. You will often come face to face with situations where you would need to use a piece of code over and over but you don't want to write the same line of code multiple times.
Posted by V.Bhagyalaxmi V.Tanushree 1 year, 8 months ago
- 3 answers
Posted by V.Bhagyalaxmi V.Tanushree 1 year, 8 months ago
- 3 answers
Saumyadeep Kumar 1 year, 8 months ago
Few rules to keep homework help section safe, clean and informative.
- 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.
Remember the goal of this website is to share knowledge and learn from each other. Ask questions and help others by answering questions.
Posted by Yogya Bhati 1 year, 8 months ago
- 0 answers
Posted by Manish Kumar 1 year, 8 months ago
- 3 answers
Preeti Dabral 1 year, 8 months ago
The full form of CPU is Central Processing Unit. The CPU's known as the brain of a computer. It performs all the basic logical and arithmetic operations activities. The term CPU is normally used to refer to a processor that consists of the arithmetical logical unit and control unit.
Posted by Naitik Ahuja 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
The ethics of AI lies in the ethical quality of its prediction, the ethical quality of the end outcomes drawn out of that, and the ethical quality of the impact it has on human beings.
Posted by Shivam Kumar Namdev 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
A computer is an electronic device that can be programmed to accept data (input), process it and generate result (output). A computer along with additional hardware and software together is called a computer system.
Posted by Nainshika Kumawat 1 year, 8 months ago
- 2 answers
Posted by Govind Rajput 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
A network is an interconnected collection of autonomous computers that can share and exchange information. The communication over the network involves the exchange of text/picture/audio/video data through wired or wireless transmission medium. Major reasons that emphasize the need for networks are:
- Resource Sharing: Through a network, data, software, and hardware resources can be shared irrespective of the physical location of the resources and the user.
- Reliability: A file can have its copies on two or more computers of the network, so if one of them is unavailable, the other copies could be used. That makes a network more reliable.
- Reduced Costs: Since resources can be shared, it greatly reduces the costs.
- Fast communication: With networks, it is possible to exchange information at very fast speeds.
Posted by Sneha Ghosh 1 year, 8 months ago
- 2 answers
Preeti Dabral 1 year, 8 months ago
The annotation feature in PowerPoint allows you, the presenter, to draw with your mouse during a presentation. You can do this by starting a presentation in Slide Show mode. After that, simply Right-click, go to Pointer Options, and click Pen. You can also annotate text by highlighting it mid presentation.
Posted by Rasmita Kumari Pradhan 1 year, 8 months ago
- 2 answers
Ayushi Bajpai 1 year, 8 months ago
Few rules to keep homework help section safe, clean and informative.
- 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.
Remember the goal of this website is to share knowledge and learn from each other. Ask questions and help others by answering questions.
Posted by Alok Jaiswal 1 year, 8 months ago
- 1 answers
Sanchita Roy 1 year, 8 months ago
Posted by Satakshi Upadhyay 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
In an array, accessing an element is very easy by using the index number. The search process can be applied to an array easily. 2D Array is used to represent matrices. For any reason a user wishes to store multiple values of similar type then the Array can be used and utilized efficiently.
Posted by Mirza Mubarak 1 year, 8 months ago
- 1 answers
Posted by Shravan Acharya 1 year, 8 months ago
- 1 answers
Preeti Dabral 1 year, 8 months ago
def check(n):
if (n < 2):
return (n % 2 = = 0)
return (check (n-2))
#-- main --
n = int (raw_input ("Enter a number:"))
if check (n):
print ("Number is Even")
else:
print ("Number is Odd")
Posted by Mirza Mubarak 1 year, 8 months ago
- 1 answers
Posted by Mariya Wanchesa 1 year, 8 months ago
- 1 answers
Posted by Bhawani Patnaik 1 year, 8 months ago
- 1 answers
Posted by Prachi Dahiya Prachi Dahiya 1 year, 9 months ago
- 2 answers
Prachi Dahiya Prachi Dahiya 1 year, 8 months ago
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Ronak Tak 1 year, 8 months ago
0Thank You