Skip to main content
7 answers
6
Asked 509 views

What is a computer program ?

All answers are welcome please

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

6

7 answers


0
Updated
Share a link to this answer
Share a link to this answer

Ganesh’s Answer

Hi Don,
Building on the previous 2 answers, a computer program is a set of instructions to achieve a task. The task can be as small as adding 2 numbers (Calculator being the computer program here) or as big as guiding satellite launches. The tasks could be an output on the Computer screen or trigger an actual physical action. Software is nothing but a package of different computer programs combined together to achieve an output. There could also be multiple computer programs talking to each other to achieve a task, like Online Shopping or e-Commerce, where you will see an Inventory Management Program, a Payment Program and a Shipping/Tracking program (on a very high level) come together to deliver the item you would like to buy. There are multiple languages to write such programs called Programming Languages and each of them come with their advantages and disadvantages. Wishing you all the best and will be glad to answer any additional questions you may have.
0
0
Updated
Share a link to this answer
Share a link to this answer

Niju’s Answer

To keep it simple, its a thing that is used to help make repetitive actions ( updating your computer ) or complex actions ( like banking websites) to be completed by a computer. There are multiple machine languages/code that computers can understand. You can use any of them to create whatever you like. For example, the 'Like' button in Instagram. Once the button is selected it lets the Owner know that their picture was liked and who has liked.
0
0
Updated
Share a link to this answer
Share a link to this answer

Maikel’s Answer

Hello! In easy-to-understand terms, it's like a recipe (often called an algorithm) that someone writes down. This recipe can be followed by a person or another program, guiding the computer on how to handle certain information (input data). The aim is to trigger a series of actions that we want, which usually results in generating some new information (output data). It's like magic, turning simple instructions into amazing results!
0
0
Updated
Share a link to this answer
Share a link to this answer

Tasha’s Answer

Hi, Don. I am sure you will get a lot of different answers here, but a basic definition is that a computer program is a set of instructions that tell a computer what to do. That computer can be a server, a mainframe, a or a laptop; but increasingly that computer will be a tablet, a phone, a car, even a refrigerator (more and more appliances are becoming "smart" by having a computer embedded into them). The program, written by people, can be simple or complex. Computer programmers are the people who write computer programs. I look forward to seeing how other people respond, and I wish you well in your studies.
0
0
Updated
Share a link to this answer
Share a link to this answer

Mary’s Answer

It is a series of instructions to a computer that accomplish a goal.
0
0
Updated
Share a link to this answer
Share a link to this answer

Pablo’s Answer

Hi there!

Imagine a computer program as a recipe that guides a computer to perform certain tasks you desire. This art of creating these recipes is known as programming. Picking up programming can be an enjoyable and fulfilling journey. The internet is brimming with resources that can guide you on your first steps if you're curious about diving into the exciting universe of programming.
0
0
Updated
Share a link to this answer
Share a link to this answer

Rick’s Answer

Alright, imagine your computer is like a super-smart robot that can do all sorts of things. Now, a computer program is like a set of instructions you give to this robot so it knows what to do. It's like a recipe for making your computer do specific tasks.

Think of it this way: when you play a video game, someone wrote a program to tell the computer how to create the game world, how characters move, and what happens when you press different buttons. The program is a bunch of step-by-step instructions that the computer follows to make the game work.

So, a computer program is just a set of instructions that tell the computer what to do, whether it's playing a game, browsing the internet, or even just showing you pictures of cute cats. Programmers are the people who write these instructions to make all the cool things your computer can do!
0