menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert
What is a computer program?????????????????????????????????
more_vert
set of instructions that a computer can run. Programs are clear, ordered, and in a language that computers can follow.

24 Answers

more_vert
 
done_all
Best answer

A computer program, also known as software, is a collection of instructions that a computer can interpret and execute. These instructions are typically written in a programming language, which is a formal language that can express computational processes.


Computer programs can perform a wide range of tasks, such as processing data, manipulating text and images, interacting with users through graphical user interfaces, and communicating with other programs or devices over networks. They can be used for a variety of purposes, including business operations, scientific research, entertainment, and education.


Programs can be classified into several categories, depending on their purpose and level of complexity. Some common types of programs include operating systems, applications, utilities, and scripts. Operating systems are the foundational software that manages the computer hardware and provides a platform for other programs to run. Applications are programs designed for specific tasks, such as word processors, web browsers, and video editors. Utilities are programs that perform system maintenance tasks, such as disk cleanup and virus scanning. Scripts are small programs that automate simple tasks or customize the behavior of other programs.


To create a computer program, a programmer must first write the program in a high-level programming language, such as Java, Python, or C++. The program is then compiled or interpreted into machine code, which is the binary code that can be executed by the computer's processor. The resulting executable file can be distributed and run on other computers with compatible hardware and software.


Programmers use various tools and techniques to write and test programs, including integrated development environments (IDEs), version control systems, and testing frameworks. They must also consider issues such as efficiency, reliability, security, and maintainability when designing and implementing pimage rograms.

thumb_up_off_alt 1 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions, written in a programming language, that tells a computer what tasks to perform and how to perform them. It is essentially a set of instructions or commands that tells a computer what to do.
thumb_up_off_alt 1 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions that a computer follows to perform a specific task or set of tasks. It can be written in various programming languages, such as C++, Java, Python, and many others. The instructions in a program tell the computer what operations to perform and how to perform them, in order to achieve the desired outcome. Programs can range from simple scripts to perform basic tasks, to complex software applications that run on desktop or mobile devices, to large systems that run entire organizations. Programs can be created by individuals, team developers, or software companies, and are an essential component of the modern computing landscape.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program, also known as software, is a set of instructions that tells a computer what to do. It is written in a specific programming language and contains a series of commands, functions, and algorithms that perform a specific task or set of tasks. Computer programs can be used for a wide range of applications, from simple tasks such as Word Processing and Email to complex tasks such as data analysis and artificial intelligence. Programs can be run on a variety of computing devices, including desktop and laptop computers, smartphones, tablets, and other electronic devices.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions or commands that a computer can execute to perform a specific task or achieve a specific goal. It is a sequence of coded instructions that tells the computer what to do and how to do it.

Computer programs are written in various programming languages such as Java, Python, C++, and many others. They can be used to create a wide range of applications and software, such as word processors, video games, web applications, operating systems, and more.

When a computer program is run or executed, the instructions it contains are translated into machine-readable language and executed by the computer's central processing unit (CPU). The output of a computer program can take many forms, such as text on a screen, sound, images, or data that is stored in a file or database.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program, also known as software, is a set of instructions or code written in a programming language that tells a computer what tasks to perform. Computer programs can be designed for a wide range of purposes, including data processing, entertainment, education, communication, and more. When a computer program is executed or run, the computer reads and interprets the instructions in the program and carries out the tasks that are specified. Depending on the complexity of the program, it may interact with other programs, devices, or networks to accomplish its goals. Computer programs can be developed by individuals, teams, or companies with expertise in programming languages and software development tools. There are many programming languages and development environments available, each with their own syntax, structure, and capabilities. Once a program is developed, it can be distributed and used by others, either by sharing the source code or by providing a compiled version of the program that can be run on different computers.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

A computer program is a set of instructions that a computer can follow to perform a specific task or set of tasks. It is typically written in a programming language, which is a formal language used to communicate instructions to a computer. Computer programs can be used for a variety of purposes, such as creating documents, playing games, analyzing data, or controlling hardware devices. They can range in complexity from simple programs that perform a basic task to complex programs that run entire systems or applications. Computer programs are typically created by software developers or programmers, who use specialized tools and techniques to write, test, and debug the code. Once a program is written, it can be compiled or interpreted into machine code that a computer can execute,

document.oncontextmenu = null; document.body.onpaste = null; document.body.onselectstart = null; document.onselectstart = null; document.ondragstart = null; document.body.oncut = null; document.onmousedown = null; document.body.oncontextmenu = null; document.body.oncopy = null; document.body.ondragstart = null; document.body.onmousedown = null;

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions written in a specific programming language that tells a computer what to do. It can perform various tasks, such as organizing data, performing calculations, displaying graphics, and connecting to other devices. Programs are created by software developers using specialized tools and can be distributed and installed on multiple computers.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions that explain to a computer what tasks to complete and how to complete them. These instructions are written in a programming language. A computer is effectively told what to do by a set of instructions or commands.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Definition of computer program.

KRISHNENDU MANDAL

What is a computer program?

A computer program is a set of instructions that tells a computer what to do. It is a sequence of instructions that a computer can understand and execute in order to perform a specific task. These instructions are written in a programming language, which is a language that a computer can interpret and execute.

Computer programs can range from small scripts that perform a specific task, to complex applications that perform multiple functions. They can be used for a variety of purposes, including data processing, calculation, communication, entertainment, and many more.

Programs can be created using a variety of programming languages such as C, Python, Java, JavaScript, and many others. Once a program is written, it is typically compiled or interpreted into machine code, which is a language that the computer can directly execute.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program, also known as software or an application, is a set of instructions that tells a computer what tasks to perform. These instructions are written in a programming language, which is designed to be easily understood by both humans and machines.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions that tell a computer what to do. It can be written in various programming languages and used to perform tasks.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instruction that tell a computer what task to perform. These instruction s are typically written in a programming language and are used to create software applications, operating system, games and other types of computer programs.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

A computer program is a set of instructions that a computer system can provide to a processor to help perform a given function. Computer programs can be stored in a disk space or on a physical object like a computer board.


thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program, often known as software, is a set of instructions that instructs a computer on how to do certain tasks. These instructions are expressed in a programming language, which is a particular language meant for both people and machines to understand. Computer programs may do everything from simple calculations to complicated data processing and analysis. They may be used to produce papers, play games, edit images and movies, and do a variety of other things. Software developers generally construct computer programs by writing the code that makes up the program using programming languages and development tools.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions or code written in a specific computer programming language that is executed by a computer to perform particular task or set of tasks. 

Programming languages are:

Java 

C++

Python and many other.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a sequence or set of instructions in a programming language for a computer to execute. Computer programs are one component of software, which also includes documentation and other intangible components. A computer program in its human-readable form is called source code.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A program is a set of instructions that a computer can run. Programs are clear, ordered, and in a language that computers can follow.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

A computer program is a set of instructions or command that a computer follows to perform a specific task or accomplish a particular goal. Computer program can be written in a variety of programming languages, such as Java, Python, C++ and many others and they are executed by the computer's processor or central processing unit (CPU).


Computer program can be used for a wide range of application, from processing and data analysis to gaming and web development.

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
A computer program is a set of instructions or code written in a specific programming language that tells a computer what tasks to perform.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Whenever you have a question in your mind, just drop it on Answeree. Help our community grow.
...