Question:
Homework please!!!?
Ampao I
2008-06-11 03:09:34 UTC
Please answer these two questions about computer programming:

1. Give the definition of computer program.

2. Give the types of computer programming languages.
Four answers:
xizzi
2008-06-11 03:42:09 UTC
1.

Computer Program = A combination of computer instructions and data definitions that enable computer hardware to perform computational or control functions



2.

Ada

Algol

APL

awk

Basic

C

C++

Cobol

Delphi

Eiffel

Euphoria

Forth

Fortran

HTML

Icon

Java

Javascript

Lisp

Logo

Mathematica

MatLab

Miranda

Modula-2

Oberon

Pascal

Perl

PL/I

Prolog

Python

Rexx

SAS

Scheme

sed

Simula

Smalltalk

Snobol

SQL

Visual Basic

Visual C++

XML
Mister_T07
2008-06-11 10:22:13 UTC
1. Creating a computer program. The steps are:



1. Developing the program logic to solve the



particular problem.



2. Writing the program logic in a specific



programming language (coding the program).



3. Assembling or compiling the program to turn



it into machine language.



4. Testing and debugging the program.



5. Preparing the necessary documentation.



The logic is generally the most difficult part of programming. However, depending on the programming language, writing the statements may also be laborious. One thing is certain. Documenting the program is considered the most annoying activity by most programmers. See estimating a programming job and peer review.

2. http://www.answers.com/computer+programing?cat=technology&gwp=13
TheMadProfessor
2008-06-11 13:05:23 UTC
I'd agree with xizzi for the most part, but I'd simplify the definition of a program to "A collection of computer instructions that, when executed in a particular order, performs a particular function."



I'd also quibble about a couple of items in their list of languages:



HTML and XML - not programming languages, technically. Instead, they are methods of adding tags surrounding blocks of data which programs (browsers in the first case, various programs in the second) can then interpet to process the data blocks in the appropriate manner.
mhnd_79
2008-06-11 11:20:09 UTC
1- Computer Program: a sequence of computer instructions executed in serial or in parallel to accomplish some tasks



2- computer programming languages:

+Object Oriented

+Procedural

+Hyprid


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...