What is Program: Definition and 1000 Discussions

A computer program is a collection of instructions that can be executed by a computer to perform a specific task.
A computer program is usually written by a computer programmer in a programming language. From the program in its human-readable form of source code, a compiler or assembler can derive machine code—a form consisting of instructions that the computer can directly execute. Alternatively, a computer program may be executed with the aid of an interpreter.
A collection of computer programs, libraries, and related data are referred to as software. Computer programs may be categorized along functional lines, such as application software and system software. The underlying method used for some calculation or manipulation is known as an algorithm.

View More On Wikipedia.org
  1. V

    How to install/run this program in an Hp 50g

    Hi all I just bought a 50g and don't know how to install tis one program for plotting root locus'. Here is the address of the files (http://www.hpcalc.org/details.php?id=1178) . I am familliar with library instalations but this is beyond me because these files are only .dir and .src So...
  2. W

    What are some computer programs for studying chaotic systems?

    I need a computer program I can use for studying chaotic systems. I should be more particular. I need something for drawing bifurcation diagrams or whatever one does in an introductory chaos and non-linear dynamics class. Here is a link to the text being used ...
  3. L

    A non-linear program, truck stops and camps

    I could use some help starting my homework. The problem set up is as follows: #1: Facility Location Suppose we want to locate an airstrip somewhere in the desert where airplanes can land to drop off food aid, which will be trucked to various refugee camps. The camps are located and...
  4. B

    Physics Specialist Program in Physics & Astronomy: Career Options

    hello all, I'm currently doing a undergrad program in SPECIALIST PROGRAM IN PHYSICS AND ITS APPLICATIONS (Physics And Astronomy Concentration), i want to know what are my career options, because after finishing undergrad in my program i do not want to be jobless, i would like to do something...
  5. M

    Debugging Encoding/Decoding Program with White Space Issues

    i am trying to write a program that encodes and decodes. my code works fine for encoding 1 string of characters with no spaces, but when there is any type of white space, it fails. also, when i try to decode, i get a random mix of characters and symbols. any help would be appreciated. for...
  6. K

    C Program Help: Count & Sort Word Occurrences in File

    C program help! Hey guys I am having trouble completing this C program. Its suppose to ask the user to enter a file to read from, read the file, count how many times each word appears and print the results in a different file(also user input) arranged from high occurrence. Heres what i...
  7. D

    Is this program suitable for me?

    Alright, so at the moment I am registered in a physics-chemistry double majors program, but I have some compunctions about whether this is the best program for me. My eventual ambition is to do something at the crossroads of physics and chemistry, like nanoelectronics or something. (I will post...
  8. M

    Comp Sci Fortran program to calculate texas hold em odds

    The instructions are to calculate the odds of winning if you are dealt King and 9 of clubs, what are the odds of winning? I am finding myself spending more time trying to figure out texas hold em (never played before) than writing the program. So far I found a list on wiki that breaks down the...
  9. J

    Is my U-238 Decay Chain Program Accurate After 4.468 Billion Years?

    I wrote a program to find the percent of each element in the decay chain for U238 after a certain amount of time. I used the Bateman equations for serial decay chain below: N_n(t)= \frac{N_1(t)}{\lambda_n } \sum_{i=0}^n \lambda_i \alpha_i \exp({-\lambda_i t}) \alpha_i=\prod_{\substack{j=1 \\...
  10. M

    Solving Probability Project: Acceptable Error Rate?

    can anyone help me understand the following project specs? it is supposed to be relatively simply to code, but i can't even figure out what exactly I'm supposed to do. there are 1000000 people choosing A or B. the process repeats 1000 times. 520000 chose A while 480000 chose B. but there was a...
  11. H

    Mathematica style touch screen program

    Hey I'm wondering if anyone has ever heard or knows of a touch screen program that would maybe use something similar to the Mathematica engine. I have seen some handheld touch screen computers for very cheap. It would be really useful(and just plain awesome) to be able to create equations and...
  12. A

    Mathematica: How do I program this? Square free part of an integer

    I am attempting to program Mathematica to multiply the square free terms of an integer. Basically say we are looking at 252, its prime factors are 2^2*3^2*7. So what I want to do is have Mathematica return to me just 2*3*7 when I enter 252. So I have this S := FactorInteger[252]...
  13. O

    Comp Sci Creating a C++ Program to Send Emails

    any one can tell me how to make aprogram via c++ to have the ability to e-mail me or any e-mail other than mine . i searched along and no any results i could have . please it is urgent case
  14. M

    Fortran Quadratic fortran program help

    I am trying to write this program, it runs fine but I can't get the imaginary numbers to print correctly. I have been trying this for a few hours now and can't figure it out. Here is the code, I am running Force 2.0. Thanks in advance for the help. Program Quad Implicit None...
  15. C

    Uniform Circular Motion - python program

    Hello guys. I am taking an introductory course in computer programming. For one assignment I was to make up a word problem, then write a program to solve it. I wrote a program to calculate the radius of a circular orbit based on the orbiting object's current velocity, and other parameters. Can...
  16. A

    ISIS image subtraction program; trouble running

    Hi, I'm a bit new to the forums, this is my first post in fact, but I didn't know where else to go for help on this kind of matter. I'm not sure if anyone here has used ISIS image subtraction program written by Alard, available online at http://www2.iap.fr/users/alard/package.html, but I'm...
  17. G

    How often do people graduate in less than 4 years from a 4-year-bachelor program?

    Okay, what I really want to ask is how often do people graduate in less than 4 years from a 4-year bachelor program and they actually get into top programs? Will grad schools be impressed that you graduated in less than 4 years or look down on you because you may not have enough experience?
  18. S

    Anyone from Albany Nanoscale Program?

    So I'm wondering what the Nanoscale Science and Engineering Grad program is like? I'd like to know what it takes to get in, what the professors are like, what kind of research is going on, if whether or not you like it... things like that. Please talk to me if you know anything about it...
  19. D

    Evaluating Eligibility for MIT Transfer Program

    Hi everyone! I'm a student at IT-BHU,India.I've completed 2 semesters and i have a cgpa of 9.65.I'm a Mechanical Engineering student.I want to apply for the MIT transfer program.Since I have limited funds,I want to know about my chances before applying.I took the SAT 1(2240), SAT 2 (790 in...
  20. T

    Calculators Is there a program for TI-84 that can solve integrals without showing steps?

    I don't know if this is the right place to post a question like this...but help? Does anyone know of a good program that can be downloaded to a ti84 that can solve integrals? It doesn't have to show the steps...just an answer [that you could check while doing homework...if you don't have...
  21. S

    Java What is causing NaN values in Java program?

    Hi I wanted to make a program that would check if a number if it was an integer or not in Java. here's the source code: import static java.lang.Math.*; public class gcd { public static void main(String [] args) { double a = 1; double b =1; double c = 1...
  22. A

    US PhD Physics Program: Oxford vs NUS - Worth the Cost?

    Hi I am currently holding a place to study physics at Oxford(MPhys) and BSc Physics at National University of Singapore(NUS). Studying at Oxford will cost me much more than studying locally at NUS. I was wondering what are the chances of getting into a good US PhD physics programme (such as...
  23. Z

    Will A Good Undergrad Program Help?

    Will A "Good" Undergrad Program Help? This Fall I'll be starting my freshman year at the University of Chicago as a prospective physics major. From what I can tell, research opportunities for undergrads are pretty good and the faculty are good as well. But what I want to know is, will having...
  24. P

    Solving Gaussian Elimination with Zero Pivot

    I found this code on my computer a while ago, and I want to adjust the algorithm so that I can have a zero pivot, whereas now the program will try to divide by zero and gives the #undef message that we all know and love. Is there another type of Gaussian Elimination that I can look into? I only...
  25. hagopbul

    Problem in a Zooming Level Program

    Hi every one. I am tying to build a Zooming application that is a zoom by level type. i manege to create the following: [1]first i to build a zoom Meter that spited overall zoom into Levels and sub zooms for each level. [2]each level represent a set of divided image increasing by level...
  26. H

    C/C++ Troubleshooting a C++ Program: Result Window Not Staying Up Long Enough

    I have been creating simple programs from the hello world one to simple math and loops - all of a sudden when I went to practice more today my programs would be completed but the window showing the result would pop up and almost instantaneously close itself - in the end I can't see the result...
  27. E

    IB Physics Program: Required Knowledge & Practicals

    Hi, I am going to be starting to teach the IB Physics program in a few months so wanted to get up to speed on it. What is the level of knowledge required? I am currently teaching the physics syllabus in the irish system. The practicals that are to be done? How many should be done? is there...
  28. B

    Very simple C program not doing anything (character counting)

    Homework Statement #include <stdio.h> main() { long nc; nc=0; while (getchar() !=EOF) ++nc; printf("%ld\n", nc); } Homework Equations The Attempt at a Solution I'm trying to learn C and am using the book "C Programming Language". It says that...
  29. A

    C/C++ C++ : Program that gives u the prime factors

    i need help making a program that only displays the prime factors ex: 100 = 2*2*5*5 i got the program to display all the factors but after that I am lost. here is the code so far oh its in C++ #include <iostream> using namespace std; int main() { cout << "Enter a number: "...
  30. C

    Advice on 3+2 Program for Applied Physics Major at Coastal Carolina

    I will be attending Coastal Carolina University in the fall as an applied physics major, but the school also has a 3+2 program with Clemson where I would get a Physics degree from Coastal and an Engineering degree from Clemson. My question is would it be better to do the 3+2 and then graduate...
  31. marcus

    Laws of Nature workshop: what can we tell from the program?

    This month at PI there will be a 3 day workshop on the Laws of Nature. As outsiders, what can we learn? http://www.perimeterinstitute.ca/en/Events/Laws_of_Nature/Laws_of_Nature%3A_Their_Nature_and_Knowability/ Smolin and Unger have a book in the works about this (time and the laws of nature)...
  32. F

    NASA Mars Now - Third Alternative To NASAs Mars Who Knows When Program

    Mars Now -- Third Alternative To NASAs Mars "Who Knows When" Program My main objective, using current state of technology, is to safely get men and women to Mars and back to Earth without having to utter the phrase "People Will Certainly Die" as NASA does. To achieve this I would freeze all of...
  33. V

    Fine structure diagrams-drawing program

    hey I was trying to draw some fine structure diagrams like this one but it is too slow and unflexible with normal graphic softwares. Does anyone know a good graphing software *expecifically* designed for atom structure diagrams like the above one? Thanks, valleyman
  34. N

    MIT Ph.D. Program Admission: Is an M.S. Required or Optional?

    So apparently MIT has no M.S. program in math. I got this directly off their site: http://math.mit.edu/academics/grad/admission/. My question, then, is would it be appropriate (or reasonable) to apply for the Ph.D. program without going for an M.S. first? By the time I get my B.S., I will...
  35. C

    Programs Will my past keep me from getting into a top PhD program?

    I've already received a bachelor's degree in Political Science. I wanted to do something science related but nearly failed out freshman year for slacking off and getting awful grades. Thus I was forced to choose a different path and although my grades picked up after that, I ended up graduating...
  36. C

    Preparing for a Prestigious REU Program

    I'm a freshman majoring in Physics & Mathematics (Just added a CS minor) at a small liberal arts school. I managed to get accepted into a prestigious REU program that seems to be quite heavy in engineering & programming (I'll be constructing/programming something). I'm really excited for it, but...
  37. J

    C program, struct and functions help

    Hello, i want to write a function in the form of "float estM( Planet *body);" to calculate radius^3/period^2 for the planet earth, where i have an array of values for radius and period of different planets. Here is the program so far, i am getting a -NaN error: #include <stdio.h> #include...
  38. P

    MATLAB: with My Fixed Point Iteration Program

    Homework Statement Fixed Point Iteration MATLAB program Homework Equations To test for convergence: abs(g'(x))<1 The Attempt at a Solution Hi all, I am trying to write a Fixed Point Iteration program but when I enter in the command line it kept giving me an error message. Can you...
  39. F

    Fortran Why isn't my Fortran program running properly?

    We made a program for our thermo class and when we go to run it, it tells us errors were encountered but will not display what errors it has. It won't print out anything. I appreciate any help you guys have to offer. Print *, 'Nicholas Grover / Corey Demers' Print *...
  40. F

    Pros/Cons of the Honors Math/Physics program?

    So, its kind of a hard decision, just looking for opinions. I assume its more suited to theoretical stuff than Honors Physics, but if you just take Honors Physics will it still teach the mathematical methods necessary if one decides to go into theoretical physics? One major difference I've...
  41. G

    Exploring the Benefits of a 3-2 Engineering Program

    Hey, I'm a junior is high school and am beginning my college search. I am most interested in engineering. While I am most interested in SU or RIT they are too expensive atleast for my entire undergrad. I am wondering if any of you know how good or beneficial it is to instead go to Geneseo and...
  42. M

    How to know if a school has a good Physics program?

    Hello, everyone. I am an Oregon resident who has decided to switch from Electrical Engineering to Physics. I feel like my true passion lies in Physics :) My hope is to earn a PhD. So my primary concern is getting into a school that can get me a strong PhD. Anyway, I live in Portland...
  43. A

    Schools Best University Physics Program

    I want to know which university has the best physics program, my main university goals are MIT and Caltech, but I want to know if there are any universities with a better undergraduate program for physics.
  44. A

    Surface Tension Measurements with the program SCA20

    I start working with the OCA15plus tensiometer and I don't know what the three red lines that appear in the program SCA20 means and how should I position them in the image of the drop on an analysis of surface tension by pendant drop method, for example. Can anyone help me?
  45. K

    Matrix in C Program: Count Repeated Numbers | Help & Direction

    hello ok i think i posted this in the wrong area so i hope this is right. so I have to write a program using matrix, however i have some of it done, i just want to know if i am on the right track before i continue on with my program. here is what i have to do: Give an integer matrix...
  46. W

    Questbridge scholarship program question

    My son is applying to the Questbridge Scholarship prep / National College Match program. His intention is to major in physics and finding the best science program possible is very important to him. There are 27 partner colleges involved in the Questbridge program, and I wonder if any of you...
  47. S

    Create GUI using Visual Basic/any software and program into PIC18F2550 through USB

    I am sorry because i recreate this post because the old thread is missing =( I need to create a GUI using Visual basic to get input from user.A simple button click will be enough for the GUI.After i get the input, i need to load the input into PIC18F2550 through USB. This will then control my...
  48. C

    C/C++ How to Find Substrings in C++: A Step-by-Step Guide

    I was reading my textbook to study for a test in my C++ class and I cam across this question and the answer is not in the book. I'm afraid I might need to know how to do something like this for my test and there isn't an example of one like it in my book. I'm not sure how to do it so I don't...
  49. D

    Band structure simulation using Snider program

    Does anyone have any experience using Gregory Snider's 1D Schrodinger/Poisson solver? I'm trying to do some simulations of a quantum well my group is studying, and I'm not sure if I'm doing something wrong or if the code is buggy or if I'm just interpreting the results incorrectly. Here's the...
Back
Top