Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Pooja . 6 years, 1 month ago
- 1 answers
Posted by Haardika Soni 4 years, 2 months ago
- 1 answers
Sia ? 4 years, 2 months ago
External memory, also called "secondary memory" refers to a storage device that can retain or store data persistently. They could be embedded or removable storage devices. Examples include hard disk or solid state drives, USB flash drives, and compact discs.
Posted by Haardika Soni 6 years, 2 months ago
- 0 answers
Posted by Haardika Soni 6 years, 2 months ago
- 1 answers
Devansh Pandey 5 years, 10 months ago
Posted by Ria Krishnani 6 years, 2 months ago
- 2 answers
Sia ? 6 years, 2 months ago
Random-access memory is the most common type of memory used for a Rapid-Access Memory which is a form of computer data storage that stores data and machine code currently being used.
Posted by Lopamudra Chakravorty 6 years, 2 months ago
- 0 answers
Posted by Yash Didwania 6 years, 2 months ago
- 0 answers
Posted by Satyam Gupta 6 years, 2 months ago
- 0 answers
Posted by .... .... 6 years, 2 months ago
- 1 answers
Sia ? 6 years, 2 months ago
Main memory is the storage that is directly available to the CPU of a computer and is made up of RAM and ROM. RAM's (Random Access Memory) purpose is to hold the data and instructions temporarily which the CPU will process.
Posted by Solet Sk 6 years, 2 months ago
- 1 answers
.... .... 6 years, 2 months ago
Posted by Delightson Kom 6 years, 2 months ago
- 0 answers
Posted by Harshita Singh Rajput 6 years, 2 months ago
- 0 answers
Posted by Umesh Kumar 6 years, 2 months ago
- 1 answers
Gaurav Seth 6 years, 2 months ago
Attorney General of India (Name) |
Tenure |
1. M.C. Setalvad (longest term) |
Posted by Jeeva Senthil 6 years, 2 months ago
- 1 answers
Sia ? 6 years, 2 months ago
In computer terminology, dynamic usually means capable of action and/or change, while static means fixed.
Posted by Sowndharya A 6 years, 2 months ago
- 1 answers
Sia ? 6 years, 2 months ago
Most computers use ASCII codes to represent text, which makes it possible to transfer data from one computer to another.
Posted by Parvathi Gangadharan 6 years, 2 months ago
- 2 answers
Sia ? 6 years, 2 months ago
Integrated development environment or Integrated development and learning environment
Simran Tripathy 6 years, 2 months ago
Posted by Parvathi Gangadharan 6 years, 2 months ago
- 1 answers
Sia ? 6 years, 2 months ago
A programming language is a formal language, which comprises a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms.
Posted by Tushar Bhattacharjee 6 years, 3 months ago
- 0 answers
Posted by Baadshah Chugh 6 years, 3 months ago
- 0 answers
Posted by Nikhil Jaswal 6 years, 3 months ago
- 0 answers
Posted by Priya Kumari 6 years, 3 months ago
- 0 answers
Posted by Tanya Singh 6 years, 3 months ago
- 0 answers
Posted by Manish Sahu 6 years, 4 months ago
- 0 answers
Posted by Nishant Mishra 6 years, 4 months ago
- 0 answers
Posted by Abhay Shankar 6 years, 5 months ago
- 0 answers
Posted by Deepesg Agrawat 6 years, 5 months ago
- 0 answers
Posted by Simran Varandani 6 years, 5 months ago
- 1 answers
Yogita Ingle 6 years, 5 months ago
Task | It terminates the execution of remaining iteration of the loop. | It terminates only the current iteration of the loop. |
Control after break/continue | 'break' resumes the control of the program to the end of loop enclosing that 'break'. | 'continue' resumes the control of the program to the next iteration of that loop enclosing 'continue'. |
Causes | It causes early termination of loop. | It causes early execution of the next iteration. |
Continuation | 'break' stops the continuation of loop. | 'continue' do not stops the continuation of loop, it only stops the current iteration. |
Other uses | 'break' can be used with 'switch', 'label'. | 'continue' can not be executed with 'switch' and 'labels'. |
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
Sia ? 6 years, 1 month ago
1Thank You