COmputer Programming? | Programming, .NET, Silverlight & More

COmputer Programming?

Can someone pls note down all the terms that revolve around computer programming. Terms like syntax and compiler and then some. Also if you could give the meaning to the terms that would be great. Sorry about the bad literature.

here are the basics:

compiler- the pogram which translates the code you write(called the source code) into a sequence of machine language(that which the computer understands)

data type-tells what kind of data a variable holds, say: Integer x, denotes that x is an Integer.

data structure-a mathematical model for data handling, it could be an array(a list with a set number of elements of the same data type) or a linked list(a dynamic array).

control flow structure- are statements that denote loops(while) or conditionals(if and else).

what language do you use?

No TweetBacks yet. (Be the first to Tweet this post)

4 Responses

  1. slvrfx24 Says:

    Nope.
    References :

  2. fishshogun Says:

    thats a broad request. there’s many languages and who knows how many terms. be more specific
    References :

  3. rodette p Says:

    here are the basics:

    compiler- the pogram which translates the code you write(called the source code) into a sequence of machine language(that which the computer understands)

    data type-tells what kind of data a variable holds, say: Integer x, denotes that x is an Integer.

    data structure-a mathematical model for data handling, it could be an array(a list with a set number of elements of the same data type) or a linked list(a dynamic array).

    control flow structure- are statements that denote loops(while) or conditionals(if and else).

    what language do you use?
    References :

  4. Ttony21 Says:

    http://www.webopedia.com/Programming/
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.