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. A

    What could be causing my destinationVariable to not update in my timer program?

    I've debugged and run my program without seeing any results from my "destinationVariable". What could be wrong? sub main() call myfunction() end sub sub myfunction() static myClock As Single myClock = timer if (timer - myClock) > 100 Then destinationVariable += 1 // This...
  2. A

    Help for tomorrow's exam - program that can read in exam results

    Hey guys, I am studying astrophys but i have a programming module, so hopefully this is the right place to ask. I have a few questions that I am having difficulty with so I am going to pose it in the form of a program if that's cool? I can then take it apart to see how its done. I'd...
  3. K

    Asked to Withdraw from my program, asking for advise

    Asked to Withdraw from my program, asking for advise :( Hello everyone, I've recently been asked to withdraw from the physics program i was in due to my grades. I've talked to some school counselors about my situation, they told me i should take time off and reflect on why I did so poorly and...
  4. J

    Top Physics Grad Program Rankings- according to students

    I came across these rankings for Top Physics Schools according to student reviews. Interesting! (link deleted) 1 University of California-Santa Barbara 9.467 2 Brandeis University 9.133 3 University of Pennsylvania 9.100 4 Syracuse University 9.056 5 University of California-Los Angeles...
  5. G

    Advice and what to consider when choosing a graduate program

    Hi everybody, Like many people at the moment, I'm in the position of having to choose where I'm going to go to graduate school for a PhD. I'm contemplating two different schools. The first school is my undergrad institution, where I would work with a well known and influential advisor that...
  6. H

    Comp Sci Fortran Program - Calculate the Function

    Homework Statement F(x) = exp(-a x^2) cos bx for -100 =< x >= 100 , a=13 and b=7. Homework Equations ... The Attempt at a Solution program main implicit double precision (A-H,O-Z) implicit integer (I-N) DO I = -100,100 X = I * 1D0 F = DEXP(-A * X**2) * DCOS(B * X)...
  7. C

    Columbia APAM (Math/Physics) PHD program

    link to program http://apam.columbia.edu/applied-mathematics i'm currently getting masters in applied mathematics (at top 40 univ) and I'm curious about two things: 1) how hard is it to get into APAM program for PHD? 2) what are some schools with similar program? I really like...
  8. C

    Is Fibre Bundles Cartan's Generalization of Klein's Erlagen Program?

    As I understand it, Felix Klein sought to classify geometries with respect to what groups G that respected the structure of the given space X. Lately i read in an article on "the history of connections" by Freeman Kamielle that Cartan wished to generalize this notion. Is it correct to think of...
  9. C

    Leaving PhD program with a Masters

    Could someone advise me on starting a PhD program and leaving after 2 years with a Masters? Do people do this and what are the problems associated with such a course of action? For example is getting recommendation letters a problem and so on... The reason I need to know about this is that it...
  10. B

    Physics program, Ryerson or York?

    I'm currently in a predicament where I'm not sure what school i should accept for physics. I've been accepted to both York U and Ryerson, and am waiting (hopefully) for my UofT acceptance. But as i am now, if i were to pick from either York U or Ryerson, which of the two would have a better...
  11. M

    MatLab: About the basic functions about the program.

    Hi. I've been given an assignment, a starters assignment I should say, for Matlab. This is mostly about learning the basic functions of the program and it's my first ever experience with it. I hope I'm posting in the correct sub-forum. Homework Statement We're given a triangle ABC...
  12. Y

    How to install program for XP onto Win 7

    I have a Epson PictureMaid and HP 7410 Printer that I want to install onto my new Win 7 Home Premium desktop. I have the old disc for both of them and they both are not compatible. I know there is a way to run compatibility in Win7 and install the programs. I forgot how to do it, can anyone give...
  13. stardust

    Accelerated Master's Program VS Phd

    I've heard that often in the sciences(in my case, physics), that students often go straight from their undergraduate degree to a Phd. I've a also heard that this saves some time and money as you basically earn a masters as you go while being funded. Now at my school there is an accelerated...
  14. U

    Graphing Trajectory with Drag using Program

    Homework Statement mass = 100 Kg Cross Area = 4 Drag = .4 Initial velocity = 17.59 m/s Gravity = 9.81 Angle Changes according to the position of the mouse Terminal velocity = 31.649 ; Don't know if its relevant but I calculated this Homework Equations Y1 :=...
  15. A

    Fortran Free Program for Compiling Windows Executables from Fortran77 Files

    Hi! I would like to compile some *.for files (only standard Fortran77 statements) which only contains some subroutines and functions and link them with a *.res resource file and a *.lib library file (supplied by developers) into a windows executable. Is there any FREE program to achieve...
  16. M

    Upenn Medical Physics Grad Program?

    So I'm currently finishing up my undergraduate and heading to graduate school for medical physics. I have narrowed down which schools I want to go to to either UPenn or Vanderbilt U. UPenn would be for a Master's of Medical Physics with a concentration in radiotherapy and Vanderbilt U would be a...
  17. M

    Program for downloading google books

    Do you know any program for downloading Google books?
  18. G

    Transfer Function to State Space Calculator Program

    Hi, Does anyone know a program that I can put on my TI-84 calculator that will allow me to input any transfer function and get the state space representation of the system or the other way around. For example G(s) = \frac{\sum(K_{i}s^{i})}{\sum(P_{i}s^{i})} The calculator prompts you...
  19. W

    Program Computing Wedge of Differential Forms?

    Hi, All: Just curious if anyone knows of any online or otherwise software to help compute the wedge of forms, or maybe some method to help simplify. Not about laziness; I don't have that much experience, and I want to double check; I have around 30 terms ( many of which may cancel out) , and...
  20. S

    Wanting program or app for waveform analysis

    Hi everyone, My 14 year old son who is an avid musician and composer, wants to do a science project that involves waveform analysis of tonal harmony in Western music, for example, why certain chords and chord progressions are more pleasing than others and whether the interference patterns...
  21. P

    Trying to program a altera DE0 board

    Hi everyone can anyone help me in my code. I am trying to program a altera DE0 board to measure distance using a SRF05(ultrasonic range finder). I have written a code but now I am stuck. #include "sys/alt_stdio.h" //for the alt_putstr function below. Outputs to Eclipse console...
  22. M

    Getting onto the Theoretical Physics PhD program at Imperial?

    Hello, I am in my third year of a 4 year integrated MPhys at the University of Liverpool, and I'm starting to think about applying to PhD places. Me and my girlfriend are intending to move to London when we graduate, so I'm planning on getting a job as a graduate software developer or some...
  23. S

    100% Online Electrical Engineering Program

    Good evening (afternoon, morning, depending on where you are), I'm very interested in Arizona State University's Electrical Engineering program. It is one hundred percent online, just like the title says, and the labs are given to the student in kits. The advisers can't give me more...
  24. S

    Optimization a program with 7 free parameters

    Hello. The problem is : I've got an expression to optimize with 7 free parameters. Ranges for each parameter are given. the simpliest way to optimize is to organize a program like for { for {for ...}} for each parameter and to get the result. Are there any other methods for solving the problem...
  25. R

    Apollo Spacecraft Re-entry Program

    I'm working on an Apollo re-entry program and would like to somehow check my results I got for re-entry. I'm using 3 DOF equations to calculate the trajectory of the spacecraft .Equations of motion: \dot{V} = -\frac{D}{m} - g\sin{\theta} \dot{\phi} = -\frac{V\cos{\theta}}{R+h} \dot{\theta} =...
  26. O

    Recommend an instant messaging program

    I am sick of skype. It doesn't let you turn off history on iphone/android, and the history saved there comes flooding back to your PC when you start skype there. I want something that I can talk with, preferably without saving history at all, but at least having an option of turning it off...
  27. M

    What are my chances to be accepted in a PhD Physics program?

    Hello everyone, and Happy New Year! :wink: As you have probably already guessed, this New Year is especially important for me since it is the time when I fill the applications for US graduate schools on Physics. I am more than a little bit worried about my chances since, in case I won't enter...
  28. P

    Schools Roanoke College Dean's Award: Physics Program Review

    Got offered a dean's award from here - http://roanoke.edu/ What do you think of their physics program?
  29. J

    Making a program to interpret equations. Am I going about this wrong?

    I'm making a program that interprets and evaluates equations. I won't go into all the specifications, but basically it would take a statement like ~1^(2~&3) 0x3FFE 0x2FCE 0xFCC1 and returns 4926 (0x133E). As you may have guessed, the 1, 2 and 3 are where the parameters 0x3FFE...
  30. PhizKid

    Can I get accepted to a PhD program from a non-ranked school?

    I am looking to transfer from community college, and my school options are limited due to finances and my poor academic background. My only options so far are some unknown schools that are not even ranked 100 in the state, and they don't have any money to perform research. So I will probably not...
  31. N

    My 4 years undergraduate program in Astrophysics and Mathematics

    After harboring the aspiration to read Astrophysics and Mathematics (I love all things adhering to abstract and logical reasoning; as such game theory, logic, military strategics, mathematical proofs ), I'm now in a 4 years double major undergraduate program in one of the well-know prestigious...
  32. C

    Best way to visualise data outputted from a C program

    Homework Statement I've written some C code that models the motion of two masses attached to a wall (and each other) by springs like this. The output file is 5 columns; the time, and the positions and velocities of each block at that time. I'm not sure how to visualise my data...
  33. B

    Language for Bearing Program

    So, my company has quite a few old programs for calculating solutions to bearings, annular seals, etc. The calculations are iterative in nature, and none of these old programs are really integrated together, which is problematic. Plus they're in Fortran (or something else), and don't run on our...
  34. M

    Help with finite element program I developed for Diff Eqns

    I developed finite element program (MFEM) in java for BVP &IVP to compute partial differential equation. I am facing one problem and description is as follows my problem is on generalized eigenvalue problem generated in wave propagation through rectangular wave guide in TE mode. (Differential...
  35. S

    Ideas for engineering/physics based MATLAB program.

    Homework Statement So, as part of a numerical methods module that I'm taking I have to write a report and MATLAB program which deals with some sort of engineering/physics based problem. The report essentially just outlines and discusses the problem. It's the initial idea which I'm looking for a...
  36. D

    When someone asks for a map of a program, what do they mean?

    I was given a C++ program (a hefty one at that) and asked to create a map of it. He added some more details (something about functions), and I left his office thinking I understood what he requested but now I realize I don't. I'll approach him and ask for more details but before I do that...
  37. N

    Undergrad physics program suggestions

    I am helping my son (who is a junior) begin researching colleges. He has always planned to go into engineering, but is now leaning toward majoring in physics. He knows he will need to get a masters degree, and probably a Phd at some point if he stays in physics. When he was looking at...
  38. S

    PV Loops Program for Medical Students - USMLE Exam Compilation

    I am a medical student and I'm trying to find a good program that will allow me to draw PV loops like this: http://cvphysiology.com/Cardiac%20Function/CF025.htm I know in physics there also PV loops, so I thought someone might have a recommendation of a piece of software that would allow...
  39. F

    How Can You Convert 1000 Random Integers to 100 Floats in C?

    Homework Statement A simple method to get a random uniform variable of data type float, between 0 (inclusive) and 1 (exclusive) is: x = rand()/(RAND_MAX + 1); where x is a float. Write a program that fills an array with 1000 integers random numbers, then uses those to fill another...
  40. TheDemx27

    C# C# Adding Program - Learn Syntax & More

    Just starting to learn C#. I just wrote this program to add two numbers and loops by looking up syntax etc. There HAS to be a more efficient way to do this. using System; public class Program { static void Main() { bool repeat = true...
  41. W

    Java How to make a Java Program to display an image?

    How would I create a java program to display an image?
  42. S

    What is the purpose of the gate2011 Program in the C programming language?

    #include<stdio.h> void main() { char c[]="gate2011"; char *p=c; printf("%s",p+p[3]-p[1]); }
  43. K

    Fortran Fortran program for oscillator using Euler method

    I am trying to run a program with fortran. The program is about solving the Oscillator using Euler Method. I am trying to run this code and applying array arguments (as I want to extend it to 3 dimensions afterwards). When I try to compile, it comes up with an error "Unclassifiable statement at...
  44. I

    I think my program is complete What happen to this line? u(i)=sin(pi

    Homework Statement I think my program is complete.. What happen to this line? u(i)=sin(pi*x(i)); ?? Homework Equations n=10; c1=0; c2=0; k= 0.0025; L=1; h=0.1; alpha=1; T=0.025; n=L/h;m=T/k; lambda =alpha*k/(h^2); z=0:h:L...
  45. I

    Tabulate data from the mathlab program

    I need to tabulate the data for u(x,t) vs x. Someone help me please :( this is the program. L = 1.; T = 1.; maxk = 2500; dt = T/maxk; n=50; dx = L/n; cond = 1/4; b = 2.*cond*dt/(dx*dx); for i= 1:n+1 x(i) = (i-1)*dx; u(i,1) = sin(pi*x(i)); end for k=1:maxk+1 u(1,k) = 0...
  46. twoski

    Program to solve system of nonlinear equations

    Homework Statement Solve the aforementioned system of nonlinear equations using Newton's method. write a program to carry out the calculations (it must use gauss elimination). Use the values 0-3 for x_{1}^{(0)}, x_{2}^{(0)} (ie. 16 data sets total). The Attempt at a Solution...
  47. C

    Java Cant get the outputfile in Java program

    Im using Eclipse and I have an input file name that I am reading from but for some reason when the program ends there is no output file that gets created? Does anyone know what I am doing wrong here? import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter...
  48. J

    Which Windows 7 software is best for creating 3D machine designs?

    I have made a sketch on paper of my machine, but I want to draw it specifically in 3d, with places for wires to go and such details. If air resistance could be calculated that'd be great too. So what good software on windows 7 are there for this? For a start a free software would be nice...
  49. H

    CAMPEP accredited graduate program and x-ray phase-imaging research

    Hi, Last week I finished M.Sc. degree in Medical Physics. Now I'm pondering what to do next. I have a few questions mainly for Medical Physicsists or Medical Physics Residents: 1. Recently I got very interested in reasearch in the area of the X-ray phase-contrast imaging (PCI). As far as I...
Back
Top