Practical Units of Length, Mass, Time-JEE, NEET, Class 11 Physics | Explanations, FAQs, MCQs, Worksheets

⭐⭐⭐⭐ (4.3/5 from 381 reviews)

Introduction

Prepare for JEE, NEET, and CBSE Board Class 11 exams with our comprehensive study material, including FAQs, MCQs, explanations, and worksheets. Get high-quality learning resources at Anand Technical Publishers.


Practical Units of Length, Mass and Time

1. Length

  • 1 fermi = 1 fm = 10⁻¹⁵ m
  • 1 X-ray unit = 1XU = 10⁻¹³ m
  • 1 angstrom = 1Å = 10⁻¹⁰ m = 10⁻⁸ cm = 10⁻⁷ mm = 0.1 μm
  • 1 micron = 1 μm = 10⁻⁶ m
  • 1 astronomical unit = 1 A.U. = 1.49 × 10¹¹ m ≈ 1.5 × 10¹¹ m ≈ 10⁸ km
  • 1 Light year = 1 ly = 9.46 × 10¹⁵ m
  • 1 Parsec = 1 pc = 3.26 light years

2. Mass

  • Chandra Shekhar unit = 1 CSU = 1.4 × mass of the sun = 2.8 × 10³⁰ kg
  • Metric tonne = 1 Metric tonne = 1000 kg
  • Quintal = 1 Quintal = 100 kg
  • Atomic mass unit (amu) = 1 amu = 1.67 × 10⁻²⁷ kg

3. Time

  • Year: Time taken by Earth to complete 1 revolution around the Sun in its orbit.
  • Lunar month: Time taken by the Moon to complete 1 revolution around Earth. 1 L.M. = 27.3 days
  • Solar day: Time taken by Earth to complete one rotation about its axis with respect to the Sun. 1 Solar year = 365.25 average solar days
  • Siderial day: Time taken by Earth to complete one rotation about its axis with respect to a distant star. 1 Solar year = 366.25 Siderial days = 365.25 average solar days
  • Shake: An obsolete but practical unit of time. 1 Shake = 10⁻⁸ sec

FAQs on Practical Units of Length, Mass and Time

Q1: What is a light year?

A1: A light year is the distance that light travels in one year, approximately 9.46 × 10¹⁵ meters.

Q2: What is an astronomical unit (A.U.)?

A2: One astronomical unit is the average distance from Earth to the Sun, approximately 1.49 × 10¹¹ m.

Q3: How is an atomic mass unit (amu) defined?

A3: One atomic mass unit (amu) is defined as 1.67 × 10⁻²⁷ kg, roughly the mass of a proton or neutron.


MCQs on Practical Units of Length, Mass and Time

Q1: Which of the following is the largest unit of distance?

  • (A) Angstrom
  • (B) Parsec
  • (C) Light year
  • (D) Astronomical Unit
    Answer: (B) Parsec
    Explanation: A parsec is approximately 3.26 light years, making it the largest unit of distance in astronomy.

Q2: How many kilograms are there in one metric tonne?

  • (A) 10 kg
  • (B) 100 kg
  • (C) 1000 kg
  • (D) 10,000 kg
    Answer: (C) 1000 kg
    Explanation: One metric tonne is equal to 1000 kg.

Test Your Knowledge

Practical Units Quiz body { margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4; } .quiz-container { width: 60%; margin: 20px auto; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .question { font-size: 18px; margin-bottom: 10px; } .options label { display: block; margin: 5px 0; } .result { margin-top: 20px; font-weight: bold; } .correct { color: green; } .wrong { color: red; }

Practical Units Quiz

const quizData = [ { question: “What is the unit of astronomical distance?”, options: [“Fermi”, “Angstrom”, “Astronomical Unit”, “Micron”], answer: 2, explanation: “An astronomical unit (A.U.) is the average distance between the Earth and the Sun.” }, { question: “How many meters are there in 1 light year?”, options: [“1.49 × 10¹¹”, “9.46 × 10¹⁵”, “3.26 × 10¹⁵”, “1.67 × 10⁻²⁷”], answer: 1, explanation: “A light year is approximately 9.46 × 10¹⁵ meters.” }, { question: “Which unit is used to measure subatomic distances?”, options: [“Parsec”, “Fermi”, “Metric Tonne”, “Kelvin”], answer: 1, explanation: “A fermi (fm) is used to measure nuclear and subatomic distances.” }, { question: “1 metric tonne is equal to how many kilograms?”, options: [“100 kg”, “10,000 kg”, “1000 kg”, “10 kg”], answer: 2, explanation: “1 metric tonne equals 1000 kg.” }, { question: “How is a sidereal day different from a solar day?”, options: [“It is longer”, “It is shorter”, “It is equal”, “It does not exist”], answer: 1, explanation: “A sidereal day is slightly shorter than a solar day due to Earth’s orbit around the Sun.” }, { question: “What is 1 parsec equal to?”, options: [“1 light year”, “3.26 light years”, “10⁶ km”, “100 AU”], answer: 1, explanation: “1 parsec is approximately equal to 3.26 light years.” }, { question: “What is 1 atomic mass unit (amu) in kilograms?”, options: [“1.67 × 10⁻²⁷ kg”, “9.46 × 10¹⁵ kg”, “1.49 × 10¹¹ kg”, “100 kg”], answer: 0, explanation: “1 atomic mass unit (amu) is 1.67 × 10⁻²⁷ kg.” }, { question: “How many days are in a lunar month?”, options: [“30 days”, “27.3 days”, “31 days”, “365 days”], answer: 1, explanation: “A lunar month is approximately 27.3 days long.” }, { question: “What is the unit ‘Shake’ used to measure?”, options: [“Mass”, “Time”, “Distance”, “Temperature”], answer: 1, explanation: “A ‘Shake’ is an obsolete unit of time equal to 10⁻⁸ seconds.” }, { question: “How many quintals are in a metric tonne?”, options: [“5”, “10”, “100”, “1000”], answer: 1, explanation: “A metric tonne consists of 10 quintals.” } ];function loadQuiz() { const quizContainer = document.getElementById(“quiz”); quizData.forEach((q, index) => { let optionsHtml = “”; q.options.forEach((option, i) => { optionsHtml += ``; }); quizContainer.innerHTML += `
Q${index + 1}: ${q.question}
${optionsHtml}

`; }); }function submitQuiz() { let score = 0; let resultHtml = “

Results:

“; quizData.forEach((q, index) => { const selected = document.querySelector(`input[name=’q${index}’]:checked`); if (selected) { const answerIndex = parseInt(selected.value); if (answerIndex === q.answer) { score++; resultHtml += `

Q${index + 1}: Correct! ${q.explanation}

`; } else { resultHtml += `

Q${index + 1}: Wrong! ${q.explanation}

`; } } else { resultHtml += `

Q${index + 1}: No answer selected! ${q.explanation}

`; } }); resultHtml += `

Score: ${score}/${quizData.length}

`; document.getElementById(“result”).innerHTML = resultHtml; } loadQuiz();

Worksheet on Practical Units of Length, Mass and Time

  1. Convert the following values:
    • (a) 5 A.U. to meters
    • (b) 2 metric tonnes to kilograms
    • (c) 3 parsecs to light years
  2. Fill in the blanks:
    • (a) 1 light year = ___ meters.
    • (b) 1 fermi = ___ meters.
    • (c) The time taken by the Earth to complete one revolution around the Sun is called ___.

For comprehensive study materials, worksheets, and practice questions for JEE, NEET, and CBSE Board Class 11 exams, visit Anand Technical Publishers.


Proprietor: NIRMAL ANAND Educations
Written by: Neeraj Anand
Published by: Anand Technical Publishers
Contact: +91-9463138669
Email: anandclasses1996@gmail.com

⬅️ Advantages of SI System of Units | Study Materials, worksheets, Practice Questions for JEE, NEET, CBSE Board Class 11 exams Seven SI Base Units of Measurement-Explanations, MCQs, FAQs & worksheets, CBSE Class 11 ➡️

RELATED TOPICS