6 answers
Asked
314 views
What are the tasks of a computer programmer?
I am a 6th grade student.
Login to comment
6 answers
Updated
Christian’s Answer
As a Computer Programmer and Software Engineer, we tell the computers what to do. Think about any sort of device you and your parents own, all of those devices run on "code" and it's our jobs to make sure they work correctly!
Updated
Ashutosh’s Answer
There are quite a few things that a programmer does but in a nutshell, we help move the physical world forward.
We do this by understanding the processes (this is called requirement gathering ), translating them into computing procedures ( often called programming ), we validate these procedures ( testing ), and then ensure that they are running all the time ( operations ).
We do this by understanding the processes (this is called requirement gathering ), translating them into computing procedures ( often called programming ), we validate these procedures ( testing ), and then ensure that they are running all the time ( operations ).
Updated
Shubhankar’s Answer
The tasks of computer programmer are as follows
1. To write programs for various tasks.
2. Test these programs
3. Help in execution of the programs
1. To write programs for various tasks.
2. Test these programs
3. Help in execution of the programs
Updated
Sherwin’s Answer
Computer programmers are the people who write the code that makes computer programs work. They use different programming languages, like Python or Java, to tell the computer what to do.
Here are some of the things that computer programmers do:
Write code: This is the most basic task. Programmers write lines of code that tell the computer to perform specific actions.
Test code: Once they've written code, programmers need to test it to make sure it works correctly. They look for errors and bugs and fix them.
Update code: Computer programs are always being updated and improved. Programmers make changes to the code to add new features or fix problems.
Collaborate with others: Programmers often work in teams, so they need to be able to communicate effectively with other programmers, designers, and project managers.
Computer programmers work in many different industries, including:
Software development: They create the programs that we use on our computers and phones.
Web development: They build websites and web applications.
Game development: They create video games.
Data science: They use programming to analyze data and solve problems.
Computer programming is a challenging but rewarding career. It requires strong problem-solving skills, creativity, and attention to detail. But it can also be a lot of fun to see your code come to life and make a difference in the world
Here are some of the things that computer programmers do:
Write code: This is the most basic task. Programmers write lines of code that tell the computer to perform specific actions.
Test code: Once they've written code, programmers need to test it to make sure it works correctly. They look for errors and bugs and fix them.
Update code: Computer programs are always being updated and improved. Programmers make changes to the code to add new features or fix problems.
Collaborate with others: Programmers often work in teams, so they need to be able to communicate effectively with other programmers, designers, and project managers.
Computer programmers work in many different industries, including:
Software development: They create the programs that we use on our computers and phones.
Web development: They build websites and web applications.
Game development: They create video games.
Data science: They use programming to analyze data and solve problems.
Computer programming is a challenging but rewarding career. It requires strong problem-solving skills, creativity, and attention to detail. But it can also be a lot of fun to see your code come to life and make a difference in the world
Updated
Teklemuz Ayenew’s Answer
A computer programmer is someone who communicates with the computer using programming languages (such as Python, Java, JavaScript, C#, Kotlin, etc.). The main tasks of a programmer are to give a series of instructions to the computer by writing code, telling it what to perform, create, or solve problems with, and turning ideas into life through software, applications, websites, video games, and other digital tools, and fixing errors by debugging.
Updated
Kanmani’s Answer
Computer programmers work in computer.
He/She will write programs (which are set of instructions) which the computer understand and do it for us.
For example, if we want do arithmetic operation like addition, subtraction, multiplication and division, we can write programs to make computer do for us.
Computer is a machine which takes instructions and do the task.
To give instructions to computer, we need to learn the language the computer understands and it is called the programming language.
We have several computer languages available. Few examples are C, C++, Python.
To answer the tasks of the computer programmer, it is actually development(creating some new tasks/apps/project), testing(whatever the developer creates, it will be tested programmatically), deployment and maintanence.
He/She will write programs (which are set of instructions) which the computer understand and do it for us.
For example, if we want do arithmetic operation like addition, subtraction, multiplication and division, we can write programs to make computer do for us.
Computer is a machine which takes instructions and do the task.
To give instructions to computer, we need to learn the language the computer understands and it is called the programming language.
We have several computer languages available. Few examples are C, C++, Python.
To answer the tasks of the computer programmer, it is actually development(creating some new tasks/apps/project), testing(whatever the developer creates, it will be tested programmatically), deployment and maintanence.