Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Akash G Jatti Jatti 5 years, 4 months ago
- 0 answers
Posted by Santosh Chandawat 5 years, 4 months ago
- 1 answers
Sia ? 5 years, 4 months ago
# Python3 program to find compound
# interest for given values.
def compound_interest(principle, rate, time):
# Calculates compound interest
CI = principle * (pow((1 + rate / 100), time))
print("Compound interest is", CI)
# Driver Code
compound_interest(10000, 10.25, 5)
Posted by Jeyanthi Mathi 5 years, 4 months ago
- 0 answers
Posted by Anjali Singh 5 years, 4 months ago
- 0 answers
Posted by Zami Kur 5 years, 4 months ago
- 0 answers
Posted by Birachandra Singha 5 years, 4 months ago
- 0 answers
Posted by Suresh Sharma 5 years, 4 months ago
- 2 answers
Sia ? 5 years, 4 months ago
- Keywords are predefined reserved words, which possess special meaning.
- An identifier is a unique name given to a particular variable, function or label of class in the program.
Devansh Pandey 5 years, 2 months ago
Posted by Aman Sharma 5 years, 4 months ago
- 0 answers
Posted by Nashwa Kabeer 5 years, 5 months ago
- 0 answers
Posted by Nidhi Yadav 5 years, 5 months ago
- 1 answers
Nashwa Kabeer 5 years, 5 months ago
Posted by Nidhi Yadav 5 years, 5 months ago
- 1 answers
Posted by Khushi Yadav 5 years, 5 months ago
- 1 answers
Sia ? 5 years, 5 months ago
A computer is a combination of hardware and software resources which integrate together and provide various functionalities to the user. Hardware are the physical components of a computer like the processor, memory devices, monitor, keyboard etc. 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. It needs certain input, processes that input and produces the desired output. The input unit takes the input, the central processing unit does the processing of data and the output unit produces the output. The memory unit holds the data and instructions during the processing.
Posted by Rishabh Sancheti 5 years, 5 months ago
- 1 answers
Posted by Ankit Chansoria 5 years, 5 months ago
- 1 answers
Sia ? 5 years, 5 months ago
A computer is a combination of hardware and software resources which integrate together and provide various functionalities to the user. Hardware are the physical components of a computer like the processor, memory devices, monitor, keyboard etc. 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. It needs certain input, processes that input and produces the desired output. The input unit takes the input, the central processing unit does the processing of data and the output unit produces the output. The memory unit holds the data and instructions during the processing.
Posted by Cutie Patidar 5 years, 5 months ago
- 0 answers
Posted by Raj Pradhan 5 years, 5 months ago
- 0 answers
Posted by Satish Kumar 1771 Kumar 5 years, 5 months ago
- 0 answers
Posted by Devyani Suryavanshi 5 years, 5 months ago
- 0 answers
Posted by Kabbya Gupta 5 years, 5 months ago
- 1 answers
Sia ? 5 years, 5 months ago
- num = int(input("Enter a number: "))
- if num > 1:
- for i in range(2,num):
- if (num % i) == 0:
- print(num,"is not a prime number")
- print(i,"times",num//i,"is",num)
- break
- else:
- print(num,"is a prime number")
- else:
- print(num,"is not a prime number")
Posted by Shweta Walia 5 years, 5 months ago
- 0 answers
Posted by Tanu J 5 years, 5 months ago
- 0 answers
Posted by Arvind Pandey 5 years, 5 months ago
- 0 answers
Posted by Anirudh Singh 5 years, 5 months ago
- 1 answers
Chhaya Kumari 5 years, 5 months ago
Posted by Sneha Jha 5 years, 5 months ago
- 0 answers
Posted by Hitesh Agarwal 5 years, 5 months ago
- 0 answers
Posted by Anjali Raja 5 years, 5 months ago
- 0 answers
Posted by Manjeet Singh Shekhawat 5 years, 5 months ago
- 1 answers
Yogita Ingle 5 years, 5 months ago
Output devices are those devices which display the required result in simple words to the users. The output device provides the output of data or information. The purpose of the output devices is to translate data and information from electrical impulses to a human-readable format. There are two principal kinds of output. They are described below:
Soft copy output: It refers to data that is shown on a display screen or sound produced by a speaker. It is present in a digital form on a computer. This kind of output is untouchable. It is temporary in nature. For example, content displayed on a screen.
Hardcopy output It refers to printed output printed on the paper or some material that can be touched and carried for being shown to others. It is permanent in nature and can keep in paper files or can be looked later when a person is not using the computer. For example, outputs produced on paper by printer or plotter in the form of text or graphics, etc.
Posted by Simran Verma 5 years, 5 months ago
- 1 answers
Sia ? 5 years, 5 months ago
- 1 bit (binary digit) = the value of 0 or 1.
- 8 bits = 1 byte.
- 1024 bytes = 1 kilobyte.
- 1024 kilobytes = 1 megabyte.
- 1024 megabytes = 1 gigabyte.
- 1024 gigabytes = 1 terabyte.
- 1024 terabytes = 1 petabyte.
Posted by Shreya Verma 5 years, 5 months ago
- 1 answers
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