answersLogoWhite

0

my pet monkey ate a sandwich

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the application domains of programming languages?

various area of application in computer application in business


What has the author Samuel N Kamin written?

Samuel N. Kamin has written: 'Programming languages' -- subject(s): Interpreters (Computer programs), Programming languages (Electronic computers) 'An introduction to computer science using Java' -- subject(s): Java (Computer program language), Computer science


A program that allows users to write simple computer programs One of many computer programming languages?

try Just Basic or DEV-C++


What has the author Terrence W Pratt written?

Terrence W. Pratt has written: 'PISCES 2 user's manual' -- subject(s): Parallel computers, Computer programs 'Programming languages: design and implementation' -- subject(s): Programming languages (Electronic computers) 'The PISCES 2 parallel programming environment' -- subject(s): Parallel computers, Computer programs


The ability of higher-level programming languages to create programs that can be moved from one type of computer to another is called?

portability


Why do we need computer languages?

So that we can write computer programs in a manner that humans can read. Computers "think" in one and zeros, and in a very logic based, linear fashion. Programming languages are a bridge between the way people think, and the ones and zeros that computers use. Programming languages also help programs think in a step by step fashion like computers do.


What is the meaning of software programming?

A program is a list of instructions for a computer to do a task. That task can be simple or it could be part of a huge application. Anything you use on a computer, like a word processor or a browser or a game are all programs. Someone has written the code to get that program to work. Programs are written in languages. There are lots of programming languages. A computer converts those instructions into a form it can understand called machine code or binary notation and then follows the instructions. So if you write computer programs, you are creating software and that is software programming.


How are computer software programs manufactured?

The "manufacturing" of computer software is called "programming"; also "development". A person or a company will use a special programming language to write instructions, which are then translated into computer code. For more details, check videos or other online resources about "computer programming". You can also find free introductory courses about computer programming in different places.


Which programming languages do what?

HTML creates webpages, C++ and Java can make programs like games. Those are just the basic ones. You can see a list of them at: http://www.ukessays.com/essays/computer-science/programming-languages-and-their-types-and-uses.php


How programming language is useful in system programming?

Without programming languages you couldn't write (system) programs.


What is the function of a programming language?

Programming languages make it much easier for humans to create and maintain machine code programs. The computer itself handles the translation from the high-level languages we can understand to the low-level machine code that it can understand.


What is assembler language and how is it used in computer programming?

Assembler language is a low-level programming language that uses mnemonic codes to represent machine instructions. It is used in computer programming to directly communicate with the computer's hardware and control its operations. Programmers use assembler language to write programs that can be translated into machine code, which the computer can execute.