No products in the cart.

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

Ask Question
  • 1 answers

Sia ? 6 years, 1 month ago

Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.
  • 1 answers

Sia ? 4 years, 2 months ago

Internal memory, also called "main or primary memory" refers to memory that stores small amounts of data that can be accessed quickly while the computer is running.
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.
  • 1 answers

Devansh Pandey 5 years, 10 months ago

cpu or Central processing unit is the main control unit. But in alu perform all the four arithmetic and logical operators
  • 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.

Binita Doley 6 years, 2 months ago

Random access memory . It is a temporary memory
  • 0 answers
  • 0 answers
  • 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.

  • 1 answers

.... .... 6 years, 2 months ago

CU is control unit that control & guides the manipulation of all data & information
  • 0 answers
  • 1 answers

Gaurav Seth 6 years, 2 months ago

Attorney General of India (Name)

           Tenure

 1. M.C. Setalvad (longest term)

  • 1 answers

Sia ? 6 years, 2 months ago

In computer terminology, dynamic usually means capable of action and/or change, while static means fixed.

  • 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.

  • 2 answers

Sia ? 6 years, 2 months ago

Integrated development environment or Integrated development and learning environment

Simran Tripathy 6 years, 2 months ago

Idle is an integrated development environment for python , which has been bundled with the default implementation of the language since 1.5.2b1. it is packaged as an optional part of the python packaging with many Linux distributions .it is completely written in python and the Tkinter Gui toolkit
  • 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.

  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Yogita Ingle 6 years, 5 months ago

<th>Basis for Comparison</th> <th>break</th> <th>continue</th>
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 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