Physical Quantity Constants for Physics | Question-Answer, FAQS, Worksheet, MCQS, Test Paper

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

Detailed Explanation of Important Physical Constants for JEE, NEET & CBSE Class 11

Understanding fundamental physical constants is crucial for students preparing for competitive exams like JEE, NEET, and CBSE Class 11. These constants serve as the backbone for solving numerical problems in Physics. This article provides a detailed explanation of these constants, along with interactive questions, conceptual clarity, FAQs, MCQs, and worksheets for practice.


List of Important Physical Constants

ConstantSymbolValue
Velocity of light in vacuumc3 Γ— 10⁸ m/s
Velocity of sound in air at STP331 m/s
Acceleration due to gravityg9.81 m/sΒ²
Avogadro numberN6.023 Γ— 10Β²Β³/mol
Density of water at 4Β°C1000 kg/mΒ³ or 1 g/cc
Absolute zero-273.15Β°C or 0 K
Atomic mass unitamu1.66 Γ— 10⁻²⁷ kg
Quantum of chargee1.602 Γ— 10⁻¹⁹ C
Stefan’s constantΟƒ5.67 Γ— 10⁻⁸ W/mΒ²K⁴
Boltzmann’s constantK1.381 Γ— 10⁻²³ J/K
One atmosphereatm76 cm Hg = 1.013 Γ— 10⁡ Pa
Mechanical equivalent of heatJ4.186 J/cal
Planck’s constanth6.626 Γ— 10⁻³⁴ Js
Universal gas constantR8.314 J/mol-K
Permeability of free spaceΞΌβ‚€4Ο€ Γ— 10⁻⁷ H/m
Permittivity of free spaceΞ΅β‚€8.854 Γ— 10⁻¹² F/m
Density of air at STP1.293 kg/mΒ³
Universal gravitational constantG6.67 Γ— 10⁻¹¹ NmΒ²/kgΒ²

Conceptual Understanding: Question-Answer Format

Q1. Why is the velocity of light in vacuum a constant?

A: The velocity of light in vacuum (c = 3 Γ— 10⁸ m/s) is constant due to Maxwell’s equations, which show that light propagates as an electromagnetic wave with a speed determined by permittivity and permeability of free space.

Q2. What is the significance of Avogadro’s number?

A: Avogadro’s number (N = 6.023 Γ— 10Β²Β³/mol) represents the number of atoms or molecules present in one mole of a substance and is fundamental in stoichiometric calculations.

Q3. Why is Planck’s constant important in quantum mechanics?

A: Planck’s constant (h = 6.626 Γ— 10⁻³⁴ Js) defines the quantization of energy in photons, forming the basis of quantum mechanics.


MCQs (Multiple Choice Questions)

Q1. What is the SI unit of Planck’s constant?

(a) J/mΒ²
(b) Js
(c) J/m
(d) J/K
Answer: (b) Js
Explanation: Planck’s constant is defined as energy per unit frequency, and its SI unit is Joule-second (Js).

Q2. What is the value of the Universal Gas Constant (R) in J/mol-K?

(a) 4.186
(b) 6.626
(c) 8.314
(d) 9.81
Answer: (c) 8.314 J/mol-K
Explanation: The universal gas constant R appears in the ideal gas equation PV = nRT.

Q3. What is the numerical value of the charge of an electron?

(a) 1.602 Γ— 10⁻¹⁹ C
(b) 9.81 m/sΒ²
(c) 6.67 Γ— 10⁻¹¹ NmΒ²/kgΒ²
(d) 8.314 J/mol-K
Answer: (a) 1.602 Γ— 10⁻¹⁹ C
Explanation: The fundamental charge on an electron is -1.602 Γ— 10⁻¹⁹ C.


Test Your Knowledge (Quiz)

Physics Constants Quiz body { margin: 0; padding: 0; font-family: Arial, sans-serif; } .quiz-container { width: 50%; margin: 20px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; background-color: #f9f9f9; } .question { font-weight: bold; margin-bottom: 10px; } .options { list-style: none; padding: 0; } .options li { margin-bottom: 5px; } .result { margin-top: 20px; font-weight: bold; }

Physics Constants Quiz

const quizData = [ { question: “What is the SI unit of Planck’s constant?”, options: [“J/mΒ²”, “Js”, “J/m”, “J/K”], answer: 1, explanation: “Planck’s constant is defined as energy per unit frequency, and its SI unit is Joule-second (Js).” }, { question: “What is the value of the Universal Gas Constant (R) in J/mol-K?”, options: [“4.186”, “6.626”, “8.314”, “9.81”], answer: 2, explanation: “The universal gas constant R appears in the ideal gas equation PV = nRT.” }, { question: “What is the numerical value of the charge of an electron?”, options: [“1.602 Γ— 10⁻¹⁹ C”, “9.81 m/sΒ²”, “6.67 Γ— 10⁻¹¹ NmΒ²/kgΒ²”, “8.314 J/mol-K”], answer: 0, explanation: “The fundamental charge on an electron is -1.602 Γ— 10⁻¹⁹ C.” } ]; function loadQuiz() { let quizHtml = “”; quizData.forEach((q, index) => { quizHtml += `
${index + 1}. ${q.question}
`; quizHtml += “
    “; q.options.forEach((opt, i) => { quizHtml += `
  • ${opt}
  • `; }); quizHtml += “
“; }); document.getElementById(“quiz”).innerHTML = quizHtml; } function submitQuiz() { let score = 0; let resultsHtml = “

Results:

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

Question ${index + 1}: Correct! βœ… ${q.explanation}

`; } else { resultsHtml += `

Question ${index + 1}: Incorrect ❌
Correct Answer: ${q.options[q.answer]}
Explanation: ${q.explanation}

`; } } else { resultsHtml += `

Question ${index + 1}: No answer selected ❌

`; } }); resultsHtml += `

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

`; document.getElementById(“score”).innerHTML = resultsHtml; } loadQuiz();

Do You Know? (Interesting Facts)

  • The speed of light is the fastest speed possible in the universe.
  • The concept of absolute zero represents a temperature where atomic motion nearly stops.
  • The Avogadro number is named after Amedeo Avogadro, who proposed that equal volumes of gases contain equal numbers of molecules.

Worksheet for Practice

  1. Define the term β€˜universal gravitational constant’ and provide its value.
  2. Calculate the energy of a photon with a frequency of 5 Γ— 10¹⁴ Hz using Planck’s constant.
  3. Convert 1 atmosphere into Pascals.
  4. If the density of air at STP is 1.293 kg/mΒ³, find the mass of 2 mΒ³ of air.
  5. Explain why the permeability and permittivity of free space determine the speed of light.

Test Paper (Marks Distribution: 20 Marks)

Section A: Conceptual Questions (2 Γ— 3 = 6 Marks)

  1. Explain the significance of the Boltzmann constant in thermodynamics.
  2. Why is the value of β€˜g’ not the same everywhere on Earth?

Section B: Numerical Problems (3 Γ— 3 = 9 Marks)

  1. Calculate the energy of a photon with a wavelength of 500 nm.
  2. Find the pressure exerted by 2 moles of gas at 300K in a 10L container (use R = 8.314 J/mol-K).

Section C: MCQs (1 Γ— 5 = 5 Marks)

  1. Select the correct answers from the given multiple-choice questions.

Important Points for Quick Revision

  • Speed of light (c) is 3 Γ— 10⁸ m/s.
  • Planck’s constant (h) is 6.626 Γ— 10⁻³⁴ Js.
  • Avogadro’s number (N) is 6.023 Γ— 10Β²Β³/mol.
  • Gas constant (R) is 8.314 J/mol-K.
  • Universal gravitational constant (G) is 6.67 Γ— 10⁻¹¹ NmΒ²/kgΒ².

Buy Complete Study Material

For in-depth study material, visit https://publishers.anandclasses.co.in/
Proprietor: NIRMAL ANAND Educations
Written by: Neeraj Anand
Published by: Anand Technical Publishers under Anand Classes
Contact: +91-9463138669
Email: anandclasses1996@gmail.com

⬅️ Fundamental & Derived Quantities-Questions, Answers, MCQs, FAQs & Worksheet |Β JEE NEET CBSE Class 11 Notes Important Unit Conversions in Physics | Question-Answer, FAQS, Worksheet, MCQS, Test Paper ➑️

πŸ“š Buy Study Material & Join Our Coaching

For premium study materials specially designed for NDA Exam, visit our official study material portal:
πŸ‘‰ https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.in/

To enroll in our offline or online coaching programs, visit our coaching center website:
πŸ‘‰ https://anandclasses.co.in/

πŸ“ž Call us directly at: +91-94631-38669

πŸ’¬ WhatsApp Us Instantly

Need quick assistance or want to inquire about classes and materials?

πŸ“² Click below to chat instantly on WhatsApp:
πŸ‘‰ Chat on WhatsApp

πŸŽ₯ Watch Video Lectures

Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel:
πŸ‘‰ Neeraj Anand Classes – YouTube Channel

RELATED TOPICS