Skip to main content
4 answers
4
Asked 278 views

What is your tasks when you are a computer programmer?

i'm a 6 grade studen

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

4

4 answers


1
Updated
Share a link to this answer
Share a link to this answer

Dr’s Answer

Hey Sarah eve!
Being a computer programmer is kinda like being a tech superhero but juuuuust minus the cape unless you want one then Yea sure go for it.

Now computer programmers, 💻 They write secret languages like Python and Java and other codings to make computers do cool stuff—no magic wand needed, just codes and codes it's their secret language.
🛠️ When the code misbehaves, they track down and squash those pesky bugs (no bug spray required) to solve the problem.
🚀 They also Build Awesome Things like Games, apps, websites so if you can dream it, they can code it! Just find yourself a programmer or become one and put those ideas in. It's totally worth it if you want to build or make something you have ideas running.
🔍 Ofcourse they always and always Test, Test, and Test Again. Because no one likes a glitchy video game, right? I don't either. 🥸 So they always update when something needs to be updated and they also can work in teams or just do it a solo programming, it's your choice really. 🎮
So Sarah eve if you love solving puzzles and making things work, this could be your future superpower! All the best and hope this little answer helped clear a little something. Good luck! ☺️
1
1
Updated
Share a link to this answer
Share a link to this answer

Vimit’s Answer

Being a computer programmer means creating computer programs or software.

Here are the main tasks a programmer usually does -

Writing Code - Programmers write instructions in special languages (like Python or Java) so that computers can follow them, similar to writing a recipe.

Debugging - They find and fix mistakes in their code, like correcting errors in homework.

Testing - After coding, programmers test their programs to ensure everything works properly, like tasting food to see if it’s good.

Designing - They plan how the program should look and operate, akin to sketching a blueprint for a building.

Updating - Programmers need to refresh their programs regularly to add new features or improve them, as technology continuously advances.

Collaboration - They often work with teams of other programmers and designers to build bigger projects.

These tasks help programmers create video games, apps, websites, and many other digital tools we use daily!
1
0
Updated
Share a link to this answer
Share a link to this answer

PRIYA’s Answer

Being a programmer is a bit like being a detective, a builder, and a problem-solver all at once. Every day, I sit down at my desk with a mission—sometimes it’s creating a new feature from scratch, and other times it’s fixing a bug that won’t budge. It’s like a puzzle; I break things down into smaller pieces, figure out what’s going wrong, and carefully put everything back together.

But coding is just one part of the job. I spend a lot of time testing my work, making sure it runs smoothly, and debugging when things go sideways. There are days when a tiny mistake—like a missing semicolon—can cause hours of frustration, but there’s nothing quite like the feeling of finally solving a tricky problem.

I also work closely with designers, product managers, and other developers. A great product isn’t just about code—it’s about understanding what people need and making it work for them. So, much of my time is spent in discussions, reviewing others’ code, and ensuring we’re all on the same page.

And then there’s the learning. Technology moves fast, and there’s always something new to pick up—a better way to write code, a new tool that makes life easier, or a different way to approach problems. No two days are ever the same, and that’s what makes being a programmer exciting. It’s not just about writing lines of code; it’s about solving real problems, creating something useful, and constantly growing along the way.
0
0
Updated
Share a link to this answer
Share a link to this answer

Fred’s Answer

well...essentially you write computer programs. Depending on your experience, this may include any or all of these (and more):

1) Reading requirements and specifications (specs) from the customer
2) transforming those specs into a design
3) refining the design into smaller pieces that can be coded as stand-alone pieces
4) transforming one of those smaller pieces into actual code
5) testing your code
6) saving your code to a repository, and resolving any conflicts with other changes
7) building the updated code as potential release candidates
8) writing documentation
9) training new developers
10) giving reports on progress and other issues
11) taking classes to keep up on technology

I'm sure there's a lot more, but those were the first few things that came to mind.
0