answersLogoWhite

0

Due to the rather large number of high-level programming languages, it's difficult to say with absolute certainty that they all include a while statement. However, as loopingconstructs are fundamentally made up of goto's and labels, I would be pretty amazed to find one that doesn't at least provide an equivalent, particularly as looping is so common.

It's interesting to note that there are some languages such as Scheme that are focused on purely functional programming. So even though looping can be done, it would most likely accomplish the same task using recursive functions instead.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is the difference between program and programming as used in computer programming?

The difference between a program and programming is programming is the actual activity of writing computer code in any of the various computer languages available, the end result of which is a program. The program can then be ran by the computer and perform the task the programmer told it to do.


What are the characteristics of low level languages?

Instructions are either in machine code - or they are one to one with machine code - Using mnemonic codes for operations - Using labels for addresses of data - Used for controlling the computer/close to hardware - Allows direct manipulation of memory addresses - Contains a code for the operation to be carried out... - and a binary representation of the value to be manipulated/address of the value to be manipulated. - Different forms of addressing mentioned. - Different forms of instruction: Arithmetic/Jump/Control


What statements may appear anywhere you need them in a program?

Any statements may appear anywhere you need them in a program, provided those statements are within the scope of those locations. In modular programming, you must include the module that contains each statement's prototype wherever you intend to use those statements.


Is a case that contains the electronic components of the computer?

system unit


What does a statement in c plus plus end with?

A simple statement ends with a semi-colon (';'). A compound statement contains one or more simple statements (with semi-colon terminators) enclosed within opening and closing braces ('{' and '}').

Related Questions

What does src for ShockAhpi do?

In computer programming, src usually means 'source code'. The src contains the source code for ShockAhpi.


Is information technology a difficult subject?

yes. because it contains programming c++, and HTML, and binary. It also contains calculus . but its really up to you. If you have the love for computers and you really want it as your choice of career then you're willing to work hard and understand the difficulties of the subject in Information Technology. Depending on the school, IT majors may be able to get by with just business calculus and only one semester of computer programming. It is a lot less technical than computer science or computer engineering and many people find it to be an easier alternative to computer science.


What is a mathematical statement that contains an equal sign?

A mathematical statement that contains an equal sign is called an equation.


Contains the then part of an if then statement?

conclusion


Why use process statement in vhdl?

Almost all programming languages are sequential in nature. But VHDL is a concurrent language. In an architecture for an entity, all statements are concurrent. So where do sequential statements exist in VHDL?. There is a statement called the process statement that contains only sequential statements. The process statement is itself a concurrent statement. A process statement can exist in an architecture and define regions in the architecture where all statements are sequential. A process statement has a declaration section and a statement part. In the declaration section, types, variables, constants, subprograms, and so on can be declared. The statement part contains only sequential statements. Sequential statements consist of CASE statements, IF THEN ELSE statements, LOOP statements, and so on.


What is the difference between program and programming as used in computer programming?

The difference between a program and programming is programming is the actual activity of writing computer code in any of the various computer languages available, the end result of which is a program. The program can then be ran by the computer and perform the task the programmer told it to do.


What clause of the select statement names the table that contains the data to be retrieved?

The FROM clause names the table that contains the data to be retrieved in a SELECT statement.


What is bapi in sap abap?

In SAP , BAPI is known as Business Application Programming Interface. It contains various standard function for API programming.


What is the Part of computer that contains all software?

computer


A mathematical statement that contains an equal sign?

an equation


Mathematical statement that contains an equal sign?

An equation.


What is a computer program made of?

A computer program contains instructions, to be executed by a computer.