programming

Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms (usually in a chosen programming language, commonly referred to as coding). The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit. The purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an operating system) on a computer, often for solving a given problem. Proficient programming thus usually requires expertise in several different subjects, including knowledge of the application domain, specialized algorithms, and formal logic.
Tasks accompanying and related to programming include testing, debugging, source code maintenance, implementation of build systems, and management of derived artifacts, such as the machine code of computer programs. These might be considered part of the programming process, but often the term software development is used for this larger process with the term programming, implementation, or coding reserved for the actual writing of code. Software engineering combines engineering techniques with software development practices. Reverse engineering is a related process used by designers, analysts, and programmers to understand an existing program and re-implement its function.

You do not have permission to view the full content of this post. Log in or register now.
  1. L

    Programming Commission

    Hi! ask lng kung meron dito na gumagawa/ nag tuturo ng programming in student price? salamat hirap talaga ng programming :( salamat
  2. X

    Course Python Udemy ρáíd Courses

    Learn Python online at your own speed with Udemy. Start right now with a fantastic deal. Join the millions of students from across the world who are already using Udemy to study. Take a Python training course from Udemy to upgrade your skills. Discover why millions of people trust our industry...
  3. C

    Array-based and Linked list

    Good evening po baka po may makatulong gumawa ng code para po sa instructions na to, thank you po! Include a function on both implementations, array-based and linked list, that will display the current count of the items in the stack. Your program must use the function in a working and sensible...
  4. A

    Course 100 TB Courses of Digital Marketing, SEO, Web Designing, Programming, Video Editing, häçking|Google drive link | @archtrmntor|make your backup

    Courses of Digital Marketing, SEO, Web Designing, Programming, Video Editing, häçking 🌀 Black hat 🌀 Hidden content 🌀 Ethical häçking 🌀 Hidden content 🌀 Advanced Cpa Marketing Likhon 🌀 Secret Video – Google Drive 🌀Advanced Digital marketing 🌀 Hidden content If link showing error then i...
  5. M

    Baka pede makahinge files direct run na visual studio 2010

    Baka pede makahinge files direct run na visual studio 2010 ,naka chromebook(converted to windows) kasi ako 14gb local c: .balak ko i run sa external drive..Salamat mga lods hit like ko nalang...pag aaralan ko lang ulet
  6. S

    PHP Sa mga mamaw sa IT diyan pahelp naman

    I'm incoming Second Year Student , BSIT. Baka pwede naman makahingi ng tips or notes sainyo hindi ko pa kasi alam kung ano ituturo kaya hindi ko rin alam ano aaralin ko :) gusto ko pag pasok ko sa sept may alam na ako hahahaha Maraming salamat mga master!
  7. V

    Non-Fiction Front-End Development Projects with Vue.js: Learn to build scalable web applications and dynamic user interfaces with Vue

    Old book from 2020 but very relevant until now. Title: Front-End Development Projects with Vue.js: Learn to build scalable web applications and dynamic user interfaces with Vue Author: Clifford Gurney, Hugo Di Francesco, Maya Shavin, Philip Kirkbride, Raymond Camden Table of Contents...
  8. F

    Done

    .
  9. C

    Help C++ 24 Hour alarm to 12 Hour

    #include <iostream> #include <string> #include <windows.h> #include <stdlib.h> #include <time.h> #include <sstream> using namespace std; class alarm { public: tm alarmtime, presenttime, differenceintime; time_t now; alarm() { now = time(0); presenttime =...
  10. J

    Help Need Suggestions for Good Learning Technique

    Hello mga paps! Kakasimula ko lang mag aral ng coding at manghingi sana ako sainyo ng suggestions about good learning technique na magagamit ko sa pag aaral ko. Salamat po
  11. V

    Tutorial Website na free, para maging isang web developer 2022

    Hi everyone, I just want to share to you guys, ung website na free for aspiring and current developers. If gusto nyo matututo or mas mapa enhance ung skill nyo try this website. Freecodecamp ------> https://www.freecodecamp.org Totally free and if matapos nyo ung mga tutorials mas...
  12. J

    Python Python IDE

    Hingi po sana ako ng suggestions ano magandang IDE for Python or saan makadownload. Kung meron din for android phone sana
  13. M

    Closed PHP Mysqli Pa help po

    Mga lods, patulong po sana nag-aaral palang po ako
  14. L

    Course Which programming course doesn't have math subject?

    it, cs, ce, se lahat may math eh gusto kong matuto ng programming, hindi math, Kahit may math pero napakaunti lang sana.Thanks.
  15. 0

    Closed Sublime Text 3 Serial Number

    Sublime Text 3 Serial Please let me know nalang if gumagana pag hindi hanap ulit ako. Make sure na for Sublime Text 3 yung software ninyo 😂 Hidden content Enjoy. ˃ᴗ˂
  16. V

    Non-Fiction Logic for dummies

    Dahil dead link na yun nakita ko link dito kaya ishare ko yun napulot ko sa kalawakwan.. Logic for dummies sama sama po tyo magbasa muli.. eto yung link Logic for dummies
  17. A

    Tutorial 9 Sites to practice programming

    9 Sites to practice programming and solve challenges to improve programming skills. Hidden content Support 🤘
  18. V

    C & C++ LF commission C language c++

    sino po nag papacommission dito sa coding C language
  19. O

    C & C++ C++ Tutorial How to

    Good Day, Dito basic tutorials on how to code in C++ 1. how to count characters words and spaces 2. how to know if a word is palindrome 3. how to count digits of a number 4. convert decimal to binary 5. how to find factors of a number 6. find the greatest common factor of two numbers 7...
  20. P

    Help ASPIRING PROGRAMMER NEEDS HELP

    Hello PhCorner, Plano ko sana maging self-taught programmer. May question lang ako sa mga professional dito hehe, san ako pwede mag start? Like anong mga topics ang dapat ko munang daanan o matutunan? Hoping na may makakasagot.
  21. Y

    Help Coding book

    Bought this at lazada for 400 pesos, and im 3rd year college student as cpe. Okay ba tong book na to? or for fundamentals and basic principles lang? Kung mayroon po kayong book na marecomend much appreciated. Lalo na if available sa laz or shopee po thankss.
  22. C

    Course [CY4NFILES] JavaScript And PHP Programming Complete Course

    JavaScript And PHP Programming Complete Course Learn JavaScript Programming Language and PHP Programming Language for Frontend and Backend Development. Hidden content What you'll learn Introduction to Javascript And PHP Programming Language Getting Started With Javascript Variables,Values and...
  23. V

    C & C++ Pa help po C language

    Kulang nalang po ng ganito #include <stdio.h> #define rSize 3 #define cSize 4 void accScores(int scores[rSize][cSize]){ int row, col; for(row = 0; row < rSize; row++){ printf("\nStudent %d:\n", row+1); for(col = 0; col < cSize; col++){ printf("Quiz...
  24. B

    C & C++ Patulong po C Programming - C File Handling

    Hello mga kuys! Please pa help HAHAHHAHA been debugging this since morning tas di ko alam pano eh. Pano ba mag lagay ng file extension na .txt sa C File handling instead of typing it manually as a user? Bale ang magiging name ng file is depende sa name ng student na ininput as a user Example...
  25. C

    Course [CY4NFILES] C++ And Python Programming Complete Course

    C++ And Python Programming Complete Course Learn C++ An Python Programming language in One Complete Course, What you'll learn Introduction to C++ And Python Programming and general Understanding Practical demonstrations of C++ Programming And Python Programming Learn about C++ And Python...
  26. C

    Tutorial [CY4NFILES] Learn Arduino in this 30 Days Challenge: From 0 to Hero

    Learn Arduino in this 30 Days Challenge: From 0 to Hero Master Arduino in this 30 Days Challenge with a Step by Step Practical Approach from scratch and start making projects What you'll learn Start to programming Arduino Discover things that will help you to excel in Arduino programming...
  27. C

    Tutorial [CY4NFILES] Coding Basics and Problem Solving and Logical Thinking

    Coding Basics and Problem Solving and Logical Thinking Manual Testing To Automation Testing Part 1 What you'll learn Learn Coding Essentials Learn on Critical/Logical Thinking Lean problem solving skills Understand the building blocks of programming Concepts before you start learning...
  28. N

    C# HELP. Paano ko po i-output yung "you win" pag nahulaan yung word in 2-3 attempts at "game over" pag di nahulaan yung word at nagamit na 3 attempts?

    Need ko rin po kasi gumamit ng StringBuilder at ArrayList. using System; using System.Text; using System.Collections; namespace GuessingGame { public class GuessingGame { public static void Main(string[] args) { bool OutOfAttempts = false...
  29. N

    Course Java And Python Programming Complete Training Course

    Source - https://www.udemy.com/course/java-and-python-programming-complete-training-course/ Download link Hidden content
  30. R

    Help Python experts, help please

    Hello po, I need help po sana sa pag write ng code ng python. I am not well versed sa python and I've tried searching the net for what I need, sadly wala ako makitang proper solution. So here's what I want to do: Assuming na meron akong 4 button latching inputs. Okay na ako sa part na...
  31. C

    Course [CY4NFILES] Java, Python And PHP Programming In One Complete Course

    Java, Python, And PHP Programming In One Complete Course Learn 3 Major Languages Java Programming And Python Programming And PHP Complete Programming Course For Beginners 2022 What you'll learn Learn 3 major programming languages Java Programming And Python Programming And PHP programming In...
  32. I

    Tutorial Python 4 in 1

    PYTHON: Learn Coding Programs with Python Programming and Master Data Analysis & Analytics, Data Science and Machine Learning with the Complete Python for Beginners Crash Course – 4 Books in 1 Length: 556 pages Edition: 1 Language: English Publication Date: 2020-07-17 ISBN-10: B08D7T9J3Z...
  33. B

    Electric Bill calculator using functions

    Mga boss pa help naman jan AHHAHA bumigay na utak ko sa kaka debug. Pano ba mag lagay ng functions? BSIT freshman here INSTRUCTIONS [Task Should be Separated into Functions] +1st Function Determine the Charge/Unit. +2nd Function - Calculate Unit Charge. +3rd Function - Calculate Surcharge. +4th...
  34. L

    Help Pahelp JAVA

    Mga boss pa check ako ng code ko dko alam kung pano isolve ung error. Gumagana namn sa c++ ung pseudocode. Ito ung code ko mga boss: package HelloWorldExample; import java.util.Scanner; public class HelloWorldExample { public static void main(String args[]) { Scanner sc = new...
  35. C

    Course [CY4NFILES] JAVA Programming for Beginners - The Complete Course

    JAVA Programming for Beginners - The Complete Course Java Programming made easy! Learn Java for complete beginners with no previous experience. Expert topics covered indepth What you'll learn Confidently write any advanced JAVA Program Reach Expertise level in JAVA Programming Gain JAVA Skills...
  36. C

    Course [CY4NFILES] All Python Courses - Udemy

    All Python Courses - Udemy Android-App-Development-Design-Patterns-Mobile-Architecture Ethical-häçking-Mobile-Devices-Platforms Ethical-häçking-System-häçking Ethical-häçking-Website-Web-Application-Testing jQuery-Essential-Training Learning-Functional-Programming-JavaScript...
  37. C

    Python [CY4NFILES] Beginners -Python Coding for Teenagers Simplified

    Beginners -Python Coding for Teenagers Simplified Hidden content More Contents: https://phcorner.net/threads/cy4nfiles-full-stack-java-developer-udemy.1307234/ https://phcorner.net/threads/cy4nfiles-complete-javascript-jquery-course-with-bonus-vue-js-intro-udemy.1311689/...
  38. C

    Tutorial [CY4NFILES] Become a C++ Expert

    Become a C++ Expert What you'll learn What will learn students You will C++ From Basic to advance Requirements Basic computer knowledge Internet connection Learning is Earning Description: If you don't have computer programming knowledge previously then don't worry about covering C++...
Back
Top