in the first lab, we started measure a rod by a ruler, digital caliper and a micrometer, at the beginning, we measured the digital mass scale of the rode. Then we compared between the three devices to know the accurate one. Then we calculated the percent uncertainty. After that, we had to measure the diameter of the rod by using the micrometer in many different places in order to get the standard uncertainty of mean. Although these calculation took long time but these date were important to complete the the activity, we found the volume and its uncertainty, also calculated the density and its uncertainty. The final result helped us to determine the substance over my calculation , i found that the rod materials was Iron because the density was 7.88 f/cm3
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

