Home Page : Glossary : "C" : CR

www.cryer.co.uk
Brian Cryer's Web Resources

CR

CR
1. Carriage Return. The ASCII character 13 (decimal), used to denote a carriage return in a block of text. On Unix style systems a CR is used to denote the end of a line (whilst on Windows systems an end of line is denoted by CRLR.

On a traditional (now obsolete) line printer, a carriage return moved the print head back to the beginning of the line.

Relevant links:

2. Conversion Rate. Conversion Rate is typically used to denote the number of people, visitors or enquiries that are converted into sales.

For example if a website has an average of 1000 visitors a day, of which an average of 20 go on to make a purchase then the conversion rate would be said to be 2% or 1 in 50.

3. Challenge-Response. A white list system typically used in email systems, but with application elsewhere. In an email system, if a sender is not on the white-list then they are sent a challenge (such as to click on a link or pass a captcha test), if they pass the test then the email is delivered.

A challenge response system is one means to distinguish between emails which are SPAM and those which are not. The rational is that SPAM emails are sent by automatic systems and typically using a forged sender address. By sending a reply to the "sender" to confirm the authenticity of the email, the sender address is being implicitly confirmed. If the sender address is correct and was from a real person then the person will be able to respond to the challenge. If the sender address is incorrect then either the challenge will fail to be delivered or the recipient will ignore the message - either way the challenge is deemed to have failed and the original email can be treated as SPAM.

Can you add to this definition? If so please Report an Observation. Do you know of a relevant link to add under this definition? If so please Add a Link.