answersLogoWhite

0


Best Answer

It is 'pre-test' and 'post-test'.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is pretext and post text loop processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What can be inserted using the text box button?

Word processing box AND text label


What is meant by formatting text in word processing?

your look at your head


What is text manipulation?

Text manipulation refers to the "processing" part of word processing. Word processors provide easy methods of deleting, inserting, copying, and moving individual characters, words, phrases, and paragraphs--even entire pages of information.


Design a While loop that lets a user enter a number?

The only reason to use a "while" loop is to reject invalid data. In pseudocode, it is something like this: do { (ask for number - store to variable "x") } while ("x" is invalid) The details within parentheses will depend on the programming language. The condition for the "while" also depends on the condition you want to fulfill; for example, you might reject a number that is negative or zero. Note that this uses a "while" that is evaluated at the end; in this case, the loop is executed at least once. If the condition is more complicated to evaluate - for example, the data is input as text and you need to reject non-numeric input - you can do additional processing within the loop, and set a variable "valid" that will be true if the input is valid. In that case, the last line will simply change to: ... while (!valid)


What is the while loop in C programming?

"while" is an entry controlled loop statement i.e the condition is evaluated first and if it is true the body of the loop is evaluated.This process is repeated until the test condition is false;then the control is transfered out of the loop. The general form of while is as following syntax: while (<condition>) { <statements>; }

Related questions

Can you take text processing as an A-level?

no


How are Text processing and the term PHP related?

Text processing is a common task in programming that involves manipulating text data. PHP is a popular programming language commonly used for web development that includes built-in functions and libraries for text processing tasks like string manipulation, parsing, and formatting. PHP provides powerful tools for working with text data, making it a suitable choice for handling text processing tasks in web applications.


What is manipulating text in word processing?

Text manipulation is just changing text in any way, be that the actual letters, or formatting or alignment etc. It is what word processing is for. Anything you do with text in a document is manipulating it.


What does a word processing software allow you to generate?

Anything that is related to text and/or text fields


What can be inserted using the text box button?

Word processing box AND text label


What is meant by formatting text in word processing?

your look at your head


Which is the best text book for digital signal processing?

Signal processing and linear systems by B.P LATHI


How do you check balance in a loop mobile?

You can check your sms balance on a loop mobile, by text a predetermine number to your service provider. The number you have to text will be different with every service provider, so you will have to check with to get the proper number.


How do you leave a text in facebook?

You can post a text in both of your wall and your status.


What is a text-formatting feature of a word processing program?

The term is self describing; it is a feature that formats text.


Popular software programs such as WordPerfect and Microsoft Word are?

Text processing software.Used to type text and then format it if necessary.


What are exaples of word processing?

Typing text, copying text, cut and paste text, formatting text, formatting paragraph, page layout, printing text, saving document, putting text into columns, etc.