answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

The more common name for the programs or instructions on your computer?

Software. Anything that is not hardware (a physical device) is software. This includes both the programs and data used by those programs.


Why use static data when you can use global data in the class in C plus plus?

Global data are used only as a last resort. It's highly recommended not use global data in your programs because sometimes it's really hard to avoid name clashing. And as result to track such problem down.


Which type is generally faster and holds data and instructions while the data is being processed Which type of storage is generally slower but more permanent?

In a computer, there are many forms of media storage. We can catagorize them into 3 different categories - ROM (such as BIOS), RAM (memory), and Storage (flash drives, hard disk drives, etc.). Keep in mind that RAM retains information only when the power is on. ROM is usually stored in the BIOS chip. It basically gives your computer the most basic instructions to tell your computer to do a system check and boot your operating system. RAM is used by the computer to do just about everything. When your computer executes a program, for example, it loads the program into the RAM, interprets it, and runs it. It is generally faster than storage devices, but it cannot retain information once power is cut from it. Storage medium, as the name implies, for storing data. All data, programs, and files must be present on it for it to do anything useful.


Data organized in ascending or descending oreder?

Data organized in ascending or descending order is called stacking data. Stacking data is usually organized by number or by alphabet.


What type of data has another name for constant?

a any other name of this tipe of data

Related Questions

What is the name of the device that stores programs and data in a computer?

File


What is the name of central computer that holds collections of data and programs for connecting PCs?

Server


The more common name for the programs or instructions on your computer?

Software. Anything that is not hardware (a physical device) is software. This includes both the programs and data used by those programs.


What is another name for computer and programs and information?

Another name for computers, programs, and information is "information technology" (IT). This term encompasses the hardware (computers), software (programs), and data (information) used to process, store, and transmit information. IT plays a crucial role in modern communication, business, and various other fields.


why is utility program important?

Utility software helps to manage, maintain and control computer resources. ... Antivirus software, as the name suggests, helps to protect a computer system from viruses and other harmful programs. A computer virus is a computer program that can cause damage to a computer's software, hardware or data.


Will messenger work with data?

Programs that have "messenger" in their name will usually transfer some type of data.


What is the name of a person who designs computer programs?

software developer


What is the difference between data and program?

A program is a type of data.A program in a computer is group of computer instructions or commands that, when loaded into memory, can be run by the computer processor to accomplish a task. Data is information that can be used by a computer program. It can be data in memory as part of the "workings" of a program, it can be stored in an area called a file or database from where it can be read and written.In modern computers, both data and program can exist in the same memory areas and on the same storage media. Programs are first made in a human readable text form and treated as data while it is being created and modified/edited. Another program (or programs) will convert this data into another form of data which can serve as a computer program.On most computer systems, program and data are stored as files. Usually a program is distinguished from other data by its name (its name will end with ".EXE") or by a special information designating the file as "executable". This is different on the IBM i platform (and its predecessors) where a program is maintained as a program object (*PGM) and data is stored as various types of data and file objects (*FILE).


What is the difference between data and and program?

A program is a type of data.A program in a computer is group of computer instructions or commands that, when loaded into memory, can be run by the computer processor to accomplish a task. Data is information that can be used by a computer program. It can be data in memory as part of the "workings" of a program, it can be stored in an area called a file or database from where it can be read and written.In modern computers, both data and program can exist in the same memory areas and on the same storage media. Programs are first made in a human readable text form and treated as data while it is being created and modified/edited. Another program (or programs) will convert this data into another form of data which can serve as a computer program.On most computer systems, program and data are stored as files. Usually a program is distinguished from other data by its name (its name will end with ".EXE") or by a special information designating the file as "executable". This is different on the IBM i platform (and its predecessors) where a program is maintained as a program object (*PGM) and data is stored as various types of data and file objects (*FILE).


What are programs that give instructions to a computer called?

Programs run by a computer are called software


What is a file often referred to?

A file is often referred to as a collection of data or information stored on a computer or storage device under a specific name or location. It can contain text, images, video, programs, or any other type of data.


What is the name for any data or instructions used by a computer?

Code