answersLogoWhite

0


Best Answer

The labels TC and TD mean "to contain" and "to dispense" respectively. What this means is that glassware can either be calibrated for the purpose of containing a solution or for the purpose of transferring and dispensing a solution. Most flasks will be labeled TC while most pipets and burets will be labeled TD.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

5mo ago

The main difference between TD (To Deliver) and TC (To Contain) pipets is the final drop of liquid. TD pipets are calibrated to deliver the specified volume of liquid, while TC pipets are calibrated to contain the volume of liquid. This means that when using a TD pipet, you should allow the last drop to remain in the tip, while with a TC pipet, you should dispense all the liquid for accurate measurements.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the difference between td and tc pipets?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do TC and TD indicate in pipet and burets?

In pipets and burets, TC stands for "to contain," indicating the volume of liquid contained when filled to the calibration mark. TD stands for "to deliver," indicating the volume of liquid delivered when emptied to the calibration mark.


What do the symbols TD and TC mean on volumetric glassware?

Hi. TD means to deliver which means to transfer. TC means to contain which means to store.


What is meant by glassware marked Tc and TD?

Glassware marked as TC (To Contain) is calibrated to hold a specific volume of liquid when filled to the calibration mark. Glassware marked as TD (To Deliver) is calibrated to deliver a specific volume of liquid when poured out until the calibration mark. It is important to follow the appropriate usage for accurate measurements.


What are the difference between to contain and to deliver pipette?

A pipette that is meant to contain liquid is used for drawing and transferring specific volumes of liquid. A pipette that is meant to deliver liquid is used for dispensing specific volumes of liquid accurately. The main difference lies in their primary functions - one is used for uptake, while the other is used for dispensing.


What is the difference between Dt and Td?

No difference one is given in less than 7 years old and other in greater than 7 years old


What is the Relationship between price waterhouse cooper and TD waterhouse?

no relationship between td waterhouse and price waterhouse


Whats the difference between technical drawing and tehnical drawing applications?

The difference between technical drawing application & technical drawing is that in TDA, the concept of constructing figures is how you apply your TDA skills to different types of concepts.On the other hand TD is something which is very straigth forward.Its like you have to use the same method of construction in different figures.Therefore TD is something which is easier than TDA.


How do you make a GB crossover cable?

{| ! <table border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%; color: #000;"> <tr> <th> Name </th><th> NIC1 </th><th> Color </th><th> NIC2 </th><th> Name </th></tr> <tr> <td> TX+ (BI_DA+) </td><td> 1 </td><td> White/Orange </td><td> 3 </td><td> RX+ (BI_DB+) </td></tr> <tr> <td> TX- (BI_DA-) </td><td> 2 </td><td> Orange </td><td> 6 </td><td> RX- (BI_DB-) </td></tr> <tr> <td> RX+ (BI_DB+) </td><td> 3 </td><td> White/Green </td><td> 1 </td><td> TX+ (BI_DA+) </td></tr> <tr> <td> - (BI_DC+) </td><td> 4 </td><td> Blue </td><td> 7 </td><td> - (BI_DD+) </td></tr> <tr> <td> - (BI_DC-) </td><td> 5 </td><td> White/Blue </td><td> 8 </td><td> - (BI_DD-) </td></tr> <tr> <td> RX- (BI_DB-) </td><td> 6 </td><td> Green </td><td> 2 </td><td> TX- (BI_DA-) </td></tr> <tr> <td> - (BI_DD+) </td><td> 7 </td><td> White/Brown </td><td> 4 </td><td> - (BI_DC+) </td></tr> <tr> <td> - (BI_DD-) </td><td> 8 </td><td> Brown </td><td> 5 </td><td> - (BI_DC-) </td></tr></table> |}


What is a TD calibrated pipette?

A TD calibrated pipette is a type of pipette that is calibrated "to deliver" a specific volume of liquid. This means that the pipette is designed to dispense the intended volume of liquid accurately and consistently. It differs from a TC (to contain) pipette which is calibrated to contain the specified volume but may not deliver it precisely.


What is the difference between the JVC TD-W354BK Cassette Deck and the Teac W-600R Cassette Deck?

JVC will give you a slightly better sound from the cassette deck than the Teac.


How do you create a student table with shift columnstudent namecoursemobile number in HTML?

Here is the HTML code to create a table to include your content. Repeat the <tr><td>*<.td></tr> section as many times as you like. <table> <th> <td>Shift</td> <td>Student Name</td> <td>Course</td> <td>Mobile Number</td> </th> <tr> <td>*</td> <td>*</td> <td>*</td> <td>*</td> </tr> </table>


What is the HTML code for preparing 2rows?

If you want to create an HTML table with two rows, you use the <table> tag. Here is an example of two rows with a single column: <table> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> If you want additional columns, add as many <td></td> tags between the <tr></tr> tags as you need.