Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Royal Thakur ? 4 years, 9 months ago
- 1 answers
Tec Om 4 years, 9 months ago
Posted by ? S.S. ? 4 years, 9 months ago
- 2 answers
Legendary 4 years, 9 months ago
Posted by Royal Thakur ? 4 years, 9 months ago
- 1 answers
Legendary 4 years, 9 months ago
Posted by Legendary 4 years, 9 months ago
- 3 answers
ᴘʀɪɴᴄᴇ { The Love Guru ✌️} 4 years, 9 months ago
Posted by ? S.S. ? 4 years, 9 months ago
- 4 answers
Dεερακ Ȿιηɠꜧ 4 years, 9 months ago
<hr> Hello Deepa
Posted by Ankit Saha 4 years, 9 months ago
- 1 answers
Meghna Thapar 4 years, 9 months ago
A palindromic prime (sometimes called a palprime) is a prime number that is also a palindromic number.
Given a number n, print all palindromic primes smaller than or equal to n. For example, If n is 10, the output should be “2, 3, 5, 7′. And if n is 20, the output should be “2, 3, 5, 7, 11′.
Idea is to generate all prime numbers smaller than or equal to given number n and checking every prime number whether it is palindromic or not.
Posted by Royal Thakur ? 4 years, 9 months ago
- 0 answers
Posted by ?S.S.? 4 years, 9 months ago
- 2 answers
Posted by Sushmitha Acharya 4 years, 9 months ago
- 0 answers
Posted by Bhushan Lal Sahu 4 years, 9 months ago
- 1 answers
Yogita Ingle 4 years, 9 months ago
Some cells in the adult animals do not appear to exhibit division (e.g., heart cells) and many other cells divide only occasionally. These cells that do not divide further exist G 1 phase to enter an inactive stage called quiescent stage (G 0) of the cell cycle. Cells in this stage remain metabolically active but no longer proliferate unless called on to do so depending on the requirement of the organism.
Posted by Assis Subba 4 years, 9 months ago
- 1 answers
Yogita Ingle 4 years, 9 months ago
A Word processor is a computer program that provides for input, editing, formatting, and output of text. It includes some additional features such as creating, editing, saving, and printing documents.
- Microsoft Word
- Google Doc
- Grammarly
- AutoCrit
Posted by Panther Tech 4 years, 9 months ago
- 1 answers
Gaurav Seth 4 years, 9 months ago
Area of a circle can simply be evaluated using following formula.
<pre> Area = pi * r2 where r is radius of circle </pre>Python3
<i id="copy-code-button" title="Copy Code">filter_none</i>
<i id="run-and-edit-button" lang="python3" title="Edit Code">edit</i>
<i id="run-code-button" lang="python3" title="Run Code and See Output">play_arrow</i>
<i title="Dark Mode">brightness_4</i>
<code># Python program to find Area of a circle </code> <code> </code> <code>def</code> <code>findArea(r): </code> <code> </code><code>PI </code><code>=</code> <code>3.142</code> <code> </code><code>return</code> <code>PI </code><code>*</code> <code>(r</code><code>*</code><code>r); </code> <code> </code> <code># Driver method </code> <code>print</code><code>(</code><code>"Area is %.6f"</code> <code>%</code> <code>findArea(</code><code>5</code><code>)); </code> |
Posted by Panther Tech 4 years, 9 months ago
- 0 answers
Posted by Panther Tech 4 years, 9 months ago
- 1 answers
Posted by Shreya Singh 4 years, 9 months ago
- 4 answers
Tec Om 4 years, 9 months ago
Tec Om 4 years, 9 months ago
Aryan Singh Chauhan 4 years, 9 months ago
Posted by Vedha ..... 4 years, 9 months ago
- 2 answers
Posted by Vedha ..... 4 years, 9 months ago
- 1 answers
Gaurav Seth 4 years, 9 months ago
Alternatively referred to as external memory, secondary memory, and auxiliary storage, a secondary storage device is a non-volatile device that holds data until it is deleted or overwritten. Secondary storage is about two orders of magnitude cheaper than primary storage.
Examples of secondary storage
Hard drive
USB thumb drive
SD card
CD
DVD
Floppy diskette
Tape drive
Posted by Kuljeet Singh 4 years, 9 months ago
- 0 answers
Posted by Vedha ..... 4 years, 9 months ago
- 1 answers
Rinky Ritu 4 years, 9 months ago
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 1 answers
Kalki Kalki 4 years, 9 months ago
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 1 answers
Gaurav Seth 4 years, 9 months ago
Functions of a Computer
Data is entered into computer using Input Devices.
Data or Instructions are stored in the computer in its memory and processed or uses them as and when required.
Data is processed and converted into useful information.
Output is generated as per format.
Control Mechanism is established for controlling all the functions.
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 1 answers
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 0 answers
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 1 answers
Posted by Laya Varshini.P ... 4 years, 9 months ago
- 0 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
Yogita Ingle 4 years, 9 months ago
Cloud storage is a model of computer data storage in which the digital data is stored in logical pools. The physical storage spans multiple servers (sometimes in multiple locations), and the physical environment is typically owned and managed by a hosting company.
0Thank You