Science Sangrah

 

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

1- विद्युत क्षेत्र तथा विद्युत आवेश

 

OBJECTIVE QUESTIONS

 
1. E (vector) तीव्रता के विद्युत क्षेत्र में p (vector) द्विध्रुव आघूर्ण वाले विद्युत द्विध्रुव पर लगने वाला बल आघूर्ण है :
 
[ A ] p x E (vector)
[ B ] p.E (vector)
[ C ] E x p (vector)
[ D ]p / E
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }  

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

2.विद्युत् तीव्रता की विमा है
 
[ A ] [MLT-2I-1]
[ B ] [MLT-3I-1]
[ C ][ML2T-3I-2]
[ D ] [ML2T2I2]
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }  

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

3. किसी आवेशित खोखले गोलाकार चालक के भीतर विद्युतीय तीव्रता का मान होता है :
 
[ A ] E0σ
[ B ] σ / E0
[ C ] Zero
[ D ] E0 / 2
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }  

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

4.एक वैद्युत द्विधूव एक पृष्ठ से घिरा हुआ है। पृष्ठ पर कुल विद्युतीय फ्लक्स होगा :
 
[ A ] अनंत
[ B ] शून्य
[ C ] q / E0
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }  

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

5. यदि गोले पर आवेश 10 μC हो, तो उसकी सतह पर विद्युतीय फ्लक्स है
 
[ A ] 36π x 104 Nm2/C
[ B ]36π x 10-4 Nm2C
[ C ]36π x 10 Nm2/C
[ D ] 36π x 10-6Nm2C
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

6. समरूप बूंदें जिनमें प्रत्येक की धारिता 5 μF है मिलकर एक बड़ा बूँद बनाते हैं। बड़े बूंद की धारिता क्या होगी?
 
[ A ] 16 μF
[ B ] 20 μF
[ C ] 20 μF
[ D ] 25 μF
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }  

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

7. निम्नलिखित में किस राशि का मात्रक volt / metre में होता है?
 
[ A ]विद्युतीय फ्लक्स
[ B ] विद्युतीय विभव
[ C ] विद्युत धारिता
[ D ] विद्युतीय क्षेत्र
Answer ⇒ (D)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

8.इनमें से कौन विद्युत-क्षेत्र की तीव्रता का मात्रक है?
 
[ A ] कूलॉम (C)
[ B ]न्यूटन (N)
[ C ] वोल्ट (V)
[ D ] NC-1
Answer ⇒ (D)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

9.किसी चालक की विद्युत् धारिता का व्यंजक है :
 
[ A ] C = Q / V
[ B ] C = V / Q
[ C ] C = QV
[ D ] C = Q2 / V
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

10. किसी विद्युतीय क्षेत्र में चालक को रखने पर उसके अन्दर विद्युतीय क्षेत्र का मान :-
 
[ A ] घट जाता है
[ B ] बढ़ जाता है
[ C ] शून्य होता है
[ D ] अपरिवर्तित रहता है
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

11. किसी वस्तु का परावैद्युत् स्थिरांक हमेशा अधिक होता है :-
 
[ A ] शून्य से
[ B ] 0.5 से
[ C ] 1 से
[ D ] 2 से
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

12. किसी संधारित्र की धारिता का मात्रक होता है :
 
[ A ] वोल्ट (V)
[ B ] न्यूटन (N)
[ C ] फैराड (F)
[ D ] ऐम्पियर (A)
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

13. आवेशित खोखले गोलाकार चालक के केन्द्र पर :-
 
[ A ] विद्युत क्षेत्र एवं विभव दोनों ही शून्य होते हैं
[ B ] विभव शून्य होता है, विद्युत क्षेत्र नहीं
[ C ] विद्युत क्षेत्र शून्य होता है, विभव नहीं ।
[ D ] दोनों ही शून्य नहीं होते हैं
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

14. चार संधारित्रों में प्रत्येक की धारिता 2μF है। एक 8μF का संधारित्र बनाने के लिए उन्हें जोड़ना होगा :
 
[ A ] श्रेणीक्रम में
[ B ] समानांतर क्रम में
[ C ] कुछ श्रेणी में कुछ समानांतर क्रम में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

15. यदि कई संधारित्र उपलब्ध हों, तो उनके समूहन से उच्चतम धारिता प्राप्त करने के लिए उन्हें जोड़ना चाहिए :
 
[ A ] श्रेणीक्रम में
[ B ] समान्तर क्रम में
[ C ] मिश्रित क्रम में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

16. आवेश वितरण से:-
 
[ A ] ऊर्जा का ह्रास होता है
[ B ] ऊर्जा की वृद्धि होती है
[ C ] ऊर्जा का मान नियत रहता है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

17. संधारित्रों के समांतर संयोजन में जो राशि प्रत्येक संधारित्र के समान रहती है, वह है :
 
[ A ] आवेश
[ B ] ऊर्जा
[ C ] विभवांतर
[ D ] धारिता
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

18. समान धारिता के n संधारित्रों को पहले समानांतर क्रम और फिर श्रेणी क्रम में जोड़ा जाता है। दोनों अवस्थाओं की तुल्य धारिताओं का अनुपात है :-
 
[ A ] n
[ B ] n3
[ C ] n2
[ D ] 1 / n2
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

19. निम्नलिखित में कौन सदिश राशि है ?
 
[ A ] आवेश
[ B ] धारिता
[ C ] विद्युत्-तीव्रता
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

20. विद्युत्-विभव का मात्रक वोल्ट है और यह तुल्य है –
 
[ A ] जूल/कूलम्ब
[ B ] जूल x कूलम्ब
[ C ] कूलम्ब/जूल
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

21. साबुन के एक बुलबुले को जब आवेशित किया जाता है तो उसकी त्रिज्या –
 
[ A ] बढ़ती है
[ B ] घटती है
[ C ] अपरिवर्तित रहती है।
[ D ] शून्य हो जाता है
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

22. विद्युत् द्वि-ध्रुव आघूर्ण का S.I. मात्रक होता है।
 
[ A ] कूलम्ब x मी० (C x m)
[ B ] कूलम्ब / मीटर C/ m
[ C ] कूलम्ब-मी०-2 (C x m2)
[ D ] कूलम्ब2 x मीटर (C2 m)
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

23.पाँच विद्युतीय द्विध्रुव, जो प्रत्येक±qआवेश से बना है। दूरी से पृथक् है, घिरे पृष्ठ में रखा जाता है। पृष्ठ के ऊपर कुल फ्लक्स होगा –
 
[ A ] 10π q
[ B ] 20π q
[ C ] 5π 9
[ D ] शून्य
Answer ⇒ (D)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

24. तीन बिन्दुओं 4g, Q तथा q एक सरल रेखा पर क्रमशः 0, 1/2 तथा 1 दूरी पर रखे हैं। यदि आवेश q पर परिणामी बल शून्य है तो Q का मान होगा –
 
[ A ] -q
[ B ] -2q
[ C ] -q/2
[ D ] 4q
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

25. एक समान विद्युत् क्षेत्र में द्विध्रुव पर आरोपित बल युग्म आघूर्ण अधिकतम है जबकि द्विध्रुव की अक्ष तथा क्षेत्र की दिशा के बीच का कोण है –
 
[ A ] शून्य
[ B ] 90°
[ C ] 180°
[ D ] 45°
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

26. यदि किसी अल्प क्षेत्र dA पर विद्युतीय तीव्रताआघूर्ण वाला एक विद्युतीय द्विध्रुव विद्युतीयअभिलम्ब हो, तब उस क्षेत्र पर ट विद्युत् फ्लक्स होगा –
 
[ A ] E . dA
[ B ] शून्य
[ C ] EdA cos0
[ D ] EdA sin0
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

27. किसी घिरे सतह पर कुल विद्युत् फ्लक्स पृष्ठ के भीतर स्थिर कुल आवेश का –
 
[ A ] 1/∈0 गुना
[ B ] 1/4π गुना
[ C ] ∈0 गुणा
[ D ] शून्य होता है
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

28. किसी आवेशित समतल चादर के नजदीक विद्युत् तीव्रता E का मान होता है –
 
[ A ] σ/∈0
[ B ] σ/2∈0
[ C ] σ x ∈0
[ D ] शून्य
Answer ⇒ (B)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

29. किसी आवेशित चालक के नजदीक विद्युत् तीव्रता आघूर्ण वाला एक विद्युतीय द्विध्रुव विद्युतीय का मान होता है –
 
[ A ] σ/∈0
[ B ] σ/2∈0
[ C ] σ x ∈0
[ D ] शून्य
Answer ⇒ (A)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

30. किसी अचालक पदार्थ के गोले को आवेश देने पर वह वितरित होता है –
 
[ A ] सतह पर
[ B ] सतह के अलावा अंदर भी
[ C ] केवल भीतर
[ D ] इनमें से कोई नहीं
Answer ⇒ (D)
// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } } /* Optional: Add active class to the current button (highlight it) */ var container = document.getElementById("btnContainer"); var btns = container.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function () { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

2 विद्युत् विभव एवं धारिता

 

OBJECTIVE QUESTIONS

 
1. यदि समरूप विधुत क्षेत्र Z-अक्ष के अनुरूप हो तो समविभव होगा :
 
[ A ] XY-तल
[ B ] XZ-तल
[ C ] YZ-तल
[ D ] कहीं भी
Answer ⇒ (C)
 
2. दिए गए चित्र में प्लेट x पर आवेश है
 
[ A ] -20 μC
[ B ] 20 μC
[ C ] Zero
[ D ] -10 μC
Answer ⇒ (B);
 
3. किसी भूयोजित चालक को विधुत्रोधित आवेशित चालक के निकट ले जाने पर बाद वाले चालक की विधुत्धारिता का मान –
 
[ A ] घटता है
[ B ] बढ़ता है
[ C ] अपरिवर्तित रहता है
[ D ] शून्य हो जाता है
Answer ⇒ (b)
 
4. किसी विधुतीय क्षेत्र में चालक को रखने पर उसके अन्दर विधुतीय क्षेत्र का मान
 
[ A ] घट जाता है
[ B ] बढ़ जाता है
[ C ] शून्य होता है
[ D ] अपरिवर्तित रहता है
Answer ⇒  (C)
   
5. यदि E० बाह्य विधुतीय क्षेत्र तथा परावैधुत् का प्रभावी विधुतीय E हो तब परावैधुत् नियतांक का मान होगा
 
[ A ] E / E०
[ B ] E.E०
[ C ] E० / E
[ D ] E + E०
Answer ⇒ (C)
 
6. वान डी ग्राफ जनित्र एक मशीन है, जो उत्पन्न करता है –
 
[ A ] एन०सी० शक्ति
[ B ] उच्च आवृत्ति की धाराएँ
[ C ] कई लाख वोल्ट का विभवांतर
[ D ] केवल अल्प धारा।
Answer ⇒ (C)
 
7. दो संधारित्र, जिसमें प्रत्येक की धारिता C है, श्रेणीक्रम में जुड़े हैं। उनको तुल्य धारिता है
 
[ A ] 2C
[ B ] C
[ C ] C / 2
[ D ] 1 / 2C
Answer ⇒ (C)
 
8. यदि कई संधारित्र उपलब्ध हों, तो उनके समूहन से उच्चतम धारिता प्राप्त करने के लिए उन्हें जोड़ना चाहिए
 
[ A ] श्रेणी क्रम में
[ B ] समान्तर क्रम में
[ C ] मिश्रित क्रम में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
9. एक समानान्तर प्लेट संधारित्र की प्लेटों के बीच अभ्रक की एक पतली प्लेट रख देने पर उसकी धारिता
 
[ A ] बढ़ती है
[ B ] सरती है
[ C ] समान रहती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
10. 1μF धारिता के दो संधारित्र समान्तर क्रम में जुड़े हैं और इनके श्रेणीक्रम 0.5μF में का एक तीसरा संधारित्र जुड़ा है तो परिणामी धारिता होगी
 
[ A ] 16 μF
[ B ] 10 F
[ C ] 0.4 μF
[ D ] 12 μF
Answer ⇒ (C)
 
11. किसी वस्तु का परावैधुत् स्थिरांक हमेशा अधिक होता है
 
[ A ] शून्य से
[ B ] 0.5 से
[ C ] 1 से
[ D ] 2 से
Answer ⇒ (C)
 
12. एक समान्तर प्लेट संधारित्र 2 परावैधुत् स्थिरांक के तेल में डुबा दिया जाता है तो दोनों प्लेटों के बीच विधुतीय क्षेत्र –
 
[ A ] 2 के समानुपाती बढ़ती है
[ B ] 1 / 2 के समानुपाती घटती है
[ C ] एक समान्तर प्लेट संधारित्र 2 परावैधुत् स्थिरांक के समानुपाती घटती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
13. गोलीय संधारित्र की धारिता 1 μF है। यदि गोले के बीच की रिक्तियाँ 1 मिमी० है तो बाहरी गोले की त्रिज्या होगी
 
[ A ] 0.30 मी०
[ B ] 3 सेमी०
[ C ] 6 मीटर
[ D ] 3 मीटर
Answer ⇒ (D)
 
14. जब संधारित्रों में K परावैधुत् स्थिरांक का माध्यम है, तो हवा की अपेक्षा उसकी धारिता
 
[ A ] K गुना बढ़ती है
[ B ] K गुना घटती है
[ C ] K2 गुना बढ़ती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
15. प्रत्येक r त्रिज्या तथा q आवेश से आवेशित आठ छोटे बूंदों को मिलाकर एक बड़ा बूंद बनाया जाता है तो बड़े बूंद के विभव तथा छोटे बूंद के विभव का अनुपात है
 
[ A ] 8:1
[ B ] 4:1
[ C ] 2:1
[ D ] 1:8
Answer ⇒ (C)
 
16. वैधुत क्षेत्र में किसी द्विध्रुव को घुमाने में किया गया कार्य होता है
 
[ A ] W = ME (1 – cosθ)
[ B ] W = pE tan θ
[ C ] W = pE sec θ
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
17. यदि संधारित्र की प्लेटों के बीच धातु की एक छड़ घुसा दी जाय तो उसकी धारिता हो जाएगी
 
[ A ] शून्य
[ B ] अनंत
[ C ] 9 x 109 F
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
18. एक आविष्ट चालक स्थिर वैधुत स्थिति में है। इसके भीतर के बिंदु पर
 
[ A ] विभव शून्य होगा
[ B ] विभव प्रवणता शून्य होगी
[ C ] वैधुत क्षेत्र की तीव्रता की प्रवणता शून्य होगी
[ D ] A, B एवं C में से कोई दो
Answer ⇒ (B)
 
19. C1 = 2μF तथा C2 = 4μF के दो संधारित्रों को श्रेणीक्रम में जोड़ा जाता है और उनके सिरों के बीच 1200 वोल्ट (V) का विभवान्तर आरोपित किया जाता है । 2 μF वाले संधारित्र के सिरों के बीच का विभवान्तर होगा
 
[ A ] 400V
[ B ] 600V
[ C ] 800V
[ D ] 900V
Answer ⇒ (C)
 
20. किसी सूक्ष्म विधुत द्विध्रुव के मध्य बिन्दु से बहुत दूर ‘r’ दूरी पर विधुत विभव समानुपाती होता है
 
[ A ] r
[ B ] 1/r
[ C ] 1/r2
[ D ] 1/r3
Answer ⇒ (C)
 
21. प्रभावी धारिता 5μF को प्राप्त करने के लिए सिर्फ 2 μF के कम-से-कम कितने संधारित्र की आवश्यकता होगी ?
 
[ A ] 4
[ B ] 3
[ C ] 5
[ D ] 6
Answer ⇒ (a)
 
22. यदि शीशे की एक पट्टी को वायु-संधारित्र की प्लेटों के बीच खिसकाया जाए, तो इसकी धारिता :
 
[ A ] बढ़ेगी
[ B ] घटेगी
[ C ] शून्य होगी
[ D ] स्थिर रहेगी
Answer ⇒ (A)
 
23. यदि 100 V तक आवेशित करने पर एक संधारित्र की संचित ऊर्जा 1J हो, तो संधारित्र की धारिता होगी
 
[ A ] 2x 104 F
[ B ] 2x 10-4 F
[ C ] 2x 102 F
[ D ] 2 x 10-2 F
Answer ⇒ (b)
 
24. 1 μF धारिता के दो संधारित्र समान्तर क्रम में जुड़े हैं। इनके श्रेणीक्रम में 0.5 μF का एक तीसरा संधारित्र जुड़ा है। परिणामी होगी :
 
[ A ] 16 μF
[ B ] 12 μF
[ C ] 10 μF
[ D ] 0.4 μF
Answer ⇒ (D)
 
25. आवेशित संधारित्र पर संग्राहक पट्टिका और संघनक पट्टिका के आवेशों का योग होता
 
[ A ] शून्य
[ B ] 1 μC
[ C ] 1 C
[ D ] अनंत
Answer ⇒ (A)
 
27. दो समान धारिता (C) वाले संधारित्र को समानान्तर क्रम में जोड़ने पर उसकी समतुल्य धारिता होती है
 
[ A ] 2C
[ B ] C
[ C ] C / 2
[ D ] 1 / 2C
Answer ⇒ (A )
 
28. विद्युत धारिता का मात्रक होता है :
 
[ A ] वोल्ट
[ B ] न्यूटन
[ C ] फैराड
[ D ] ऐम्प्यिर
Answer ⇒ (C)
 
29. एक परावैद्युत समानांतर पट्टिका संधारित्र की पट्टियों के बीच डाल देने पर धारिता का मान
 
[ A ] बढ़ता है
[ B ] समान रहता है
[ C ] घटता है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
30. वान-डी-ग्राफ जनित्र एक ऐसी युक्ति है जो उत्पन्न करती है :
 
[ A ] प्रत्यावर्ती शक्ति
[ B ] उच्च आवृत्ति की धारा
[ C ] उच्च वोल्टता
[ D ] जल-विद्युत
Answer ⇒ (C)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

3 गतिमान आवेश और चुम्बकत्व

 

OBJECTIVE QUESTIONS

 
1. गैलवेनोमीटर में शंट का व्यवहार किया जाता है
 
[ A ] उसकी सुग्राहिता बढ़ाने के लिए
[ B ] उसका प्रतिरोध बढ़ाने के लिए
[ C ] विधुत-धारा के कारण उसे टूटने से बचाने के लिए
[ D ] उपर्युक्त में कोई भी नहीं ।
Answer ⇒ (C)
 
2. जब G प्रतिरोध वाले गैलवेनोमीटर को एक शंट S के समानांतर जोड़ा जाता है तो परिपथ के प्रतिरोध में होने वाली कमी होती है
 
[ A ] G – S
[ B ] G2/S + G
[ C ] G + S
[ D ] G + 2S
Answer ⇒ (B);
 
3. G प्रतिरोध वाले गैलवेनोमीटर के समानांतर में S प्रतिरोध का शंट लगा हो, तब शंट से प्रवाहित धारा होती है
 
[ A ] G/S + G I
[ B ] S + G I
[ C ] शून्य
[ D ] अनंत
Answer ⇒ (A)
 
4. गैलवेनोमीटर से प्रवाहित धारा होती है
 
[ A ] G/S + G I
[ B ] S/S + G I
[ C ] शून्य
[ D ] अनंत
Answer ⇒  (b)
   
5. एक गैलवेनोमीटर का प्रतिरोध G है। गैलवेनोमीटर से मुख्य धारा का 1% ( या मुख्य धारा का 1/100) प्रवाहित होगा
 
[ A ] G/100
[ B ] G/99
[ C ] G/90
[ D ] 99G/100
Answer ⇒ (b)
 
6. एक गैलवेनोमीटर का प्रतिरोध G है। इसमें S ओम का शंट लगाया जाता है। इसके श्रेणी में कितना प्रतिरोध जोड़ा जाय की मुख्य परिपथ में धारा का मान अपरिवर्तित रहती है ?
 
[ A ] S/G + S
[ B ] G/S + G
[ C ] G2/G + S
[ D ] SG/G + S
Answer ⇒ (C)
 
7. एक गैलवेनोमीटर को आमीटर में बदलने के लिए जोड़ा जाता है –
 
[ A ] समानांतर में निम्न प्रतिरोध
[ B ] श्रेणी में उच्च प्रतिरोध
[ C ] श्रेणी में निम्न प्रतिरोध
[ D ] समानांतर में उच्च प्रतिरोध
Answer ⇒ (A)
 
8. एक गैलवेनोमीटर को वोल्टमीटर में परिवर्तित किया जा सकता है
 
[ A ] समानांतर में उच्च प्रतिरोध
[ B ] श्रेणी क्रम में उच्च प्रतिरोध
[ C ] श्रेणी क्रम में निम्न प्रतिरोध
[ D ] समानांतर क्रम में उच्च प्रतिरोध
Answer ⇒ (C)
 
9. एक आदर्श आमीटर का प्रतिरोध होता है
 
[ A ] कम
[ B ] अधिक
[ C ] अनंत
[ D ] शून्य
Answer ⇒ (D)
 
10. एक आदर्श वोल्टमीटर का प्रतिरोध होता है
 
[ A ] कम
[ B ] अधिक
[ C ] अनंत
[ D ] शून्य
Answer ⇒ (C)
 
11. एक वोल्टमीटर प्रतिरोध R ओम एवं V वोल्ट है। इसका मापन परास n गुना बढ़ाने के लिए इसके श्रेणी में जोड़े जाने वाले प्रतिरोध का मान है
 
[ A ] nR
[ B ] (n – 1)R
[ C ] R/n
[ D ] R/n – 1
Answer ⇒ (B)
 
12. चुम्बकीय बल क्षेत्र का S.I. मात्रक होता है
 
[ A ] वेबर
[ B ] टेसला
[ C ] गॉस
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
13. किसी ऊर्ध्वाधर तार में विद्युत धारा का प्रवाह नीचे से ऊपर की ओर हो रहा है। यदि किसी इलेक्ट्रॉन पुंज को क्षैतिजतः तार की ओर भेजा जाय तो उसमें विक्षेप होगा
 
[ A ] दाहिनी तरफ
[ B ] ऊपर की ओर
[ C ] नीचे की ओर
[ D ] बायीं तरफ
Answer ⇒ (B)
 
14. एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त उपस्थिति में गतिमान हो, तो उस पर लगने वाला बल होगा
 
[ A ] q (लॉरेन्ज बल का सूत्र है – x लॉरेन्ज बल का सूत्र है -)
[ B ] q एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त
[ C ] q { एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त+ (लॉरेन्ज बल का सूत्र है – x लॉरेन्ज बल का सूत्र है -) }
[ D ] q { लॉरेन्ज बल का सूत्र है – + (लॉरेन्ज बल का सूत्र है – x एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त) }
Answer ⇒ (C)
 
15. धारावाही वृत्तीय कुंडली के केन्द्र पर उत्पन्न चुम्बकीय क्षेत्र रहता है
 
[ A ] कुण्डली के तल में
[ B ] कुण्डली के तल के लम्बवत्
[ C ] कुण्डली के तल से 45° पर
[ D ] कुण्डली के तल से 180° पर
Answer ⇒ (b)
 
16. एकसमान चुम्बकीय क्षेत्र उत्पन्न होता है
 
[ A ] सीधे धारावाही तार से
[ B ] वृत्तीय लूप में धारा के प्रवाह से उसके केन्द्र पर
[ C ] वृत्तीय लूप में धारा के प्रवाह से उसकी अक्ष पर
[ D ] परिनालिका में धारा के प्रवाह से उसके भीतर
Answer ⇒ (D)
 
17. लॉरेन्ज बल की दिशा ज्ञात करने का नियम है
 
[ A ] फ्लेमिंग का बाएँ हाथ का नियम
[ B ] फ्लेमिंग का दाएँ हाथ का नियम
[ C ] मैक्सवेल का दाएँ हाथ का कार्क-स्क्रू नियम
[ D ] ऐम्पियर का तैरने का नियम
Answer ⇒ (A)
 
18. एक तार में विद्युत् धारा पश्चिम से पूर्व की ओर प्रवाहित हो रही है जो कि उत्तर की ओर दिष्ट चुम्बकीय क्षेत्र में रखा है तो तार पर कार्यशील बल की दिशा होगी
 
[ A ] पूर्व की ओर
[ B ] पश्चिम की ओर
[ C ] ऊर्ध्वाधर नीचे की ओर
[ D ] ऊर्ध्वाधर ऊपर की ओर
Answer ⇒ (D)
 
19. एक गैलवेनोमीटर को आमीटर में बदलने के लिए जोड़ा जाता है
 
[ A ] समानांतर में निम्न प्रतिरोध
[ B ] श्रेणी में उच्च प्रतिरोध
[ C ] श्रेणी में निम्न प्रतिरोध
[ D ] समानांतर में उच्च प्रतिरोध
Answer ⇒ (A)
 
20. एक गैलवेनोमीटर को वोल्टमीटर में परिवर्तित किया जा सकता है
 
[ A ] समानांतर में उच्च प्रतिरोध
[ B ] श्रेणी क्रम में उच्च प्रतिरोध
[ C ] श्रेणी क्रम में निम्न प्रतिरोध
[ D ] समानांतर क्रम में उच्च प्रतिरोध
Answer ⇒ (B)
 
21. एक वोल्टमीटर को आमीटर में बदला जा सकता है-
 
[ A ] इसके समानांतर में उच्च प्रतिरोध को जोड़कर
[ B ] इसके श्रेणी क्रम में उच्च प्रतिरोध को जोडकर
[ C ] इसके समानांतर क्रम में निम्न प्रतिरोध को जोडकर
[ D ] इसके श्रेणी क्रम में निम्न प्रतिरोध को जोड़कर
Answer ⇒ (C)
 
22. एक आदर्श आमीटर का प्रतिरोध होता है-
 
[ A ] कम
[ B ] अधिक
[ C ] अनंत
[ D ] शून्य
Answer ⇒ (D)
 
23. एक आदर्श वोल्टमीटर का प्रतिरोध होता है
 
[ A ] कम
[ B ] अधिक
[ C ] अनंत
[ D ] शून्य
Answer ⇒ (C)
 
24. चुम्बकीय बल क्षेत्र का S.I. मात्रक होता है
 
[ A ] वेबर
[ B ] टेसला
[ C ] गाँस
[ D ] इनमें से कोई नहीं
Answer ⇒ (b)
 
25. किसी ऊर्ध्वाधर तार में विद्युत धारा का प्रवाह नीचे से ऊपर की ओर हो रहा है। यदि किसी इलेक्ट्रॉन पुंज को क्षैतिजत: तार की ओर भेजा जाय तो उसमें विक्षेप होगा
 
[ A ] दाहिनी तरफ
[ B ] ऊपर की ओर
[ C ] नीचे की ओर
[ D ] बायीं तरफ
Answer ⇒ (B)
 
27. समान आवेश के 2 कण A तथा B समान विभवान्तर में त्वरित होने के बाद एक समान चुम्बकीय क्षेत्र में प्रवेश करके तथा R1 एवं R2 त्रिज्याओं के क्रमशः वृत्तीय मार्गों को बनाते हैं तो A एवं B द्रव्यमानों का अनुपात है।
 
[ A ] (RI/R2)½
[ B ] (RI/R2)
[ C ] (RI/R2)
[ D ] RIR2
Answer ⇒ (C )
 
28. 30°C पर आवेशित कण चुम्बकीय क्षेत्र में प्रवेश करता है। उसका पथ हो जाता है –
 
[ A ] वृत्ताकार
[ B ] हेलिकल
[ C ] दीर्घवृत्तीय
[ D ] सीधी रेखा
Answer ⇒ (B)
 
29. एक गैलवेनोमीटर की सुग्राहिता 60 भाग/ऐम्पियर है। यदि गैलवेनोमीटर का प्रतिरोध 20Ω है तो व्यवहार किये शंट का मान होगा
 
[ A ] 4Ω
[ B ] 5Ω
[ C ] 20Ω
[ D ] 20 / 7 Ω
Answer ⇒ (A)
 
30. जब किसी आम्मापी को शंट किया जाता है तो इसकी सीमा क्षेत्र
 
[ A ] बढ़ती है
[ B ] घटती है कि पर
[ C ] स्थिर होती है।
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }

4. गतिमान आवेश और चुम्बकत्व


OBJECTIVE QUESTIONS


1. गैलवेनोमीटर में शंट का व्यवहार किया जाता है –

[ A ] उसकी सुग्राहिता बढ़ाने के लिए

[ B ]उसका प्रतिरोध बढ़ाने के लिए

[ C ] विधुत-धारा के कारण उसे टूटने से बचाने के लिए

[ D ] उपर्युक्त में कोई भी नहीं ।

Answer ⇒ (C)

2. जब G प्रतिरोध वाले गैलवेनोमीटर को एक शंट S के समानांतर जोड़ा जाता है तो परिपथ के प्रतिरोध में होने वाली कमी होती है –

[ A ] G – S

[ B ] G2/S + G

[ C ] G + S

[ D ] G + 2S

Answer ⇒ (B)

3. G प्रतिरोध वाले गैलवेनोमीटर के समानांतर में S प्रतिरोध का शंट लगा हो, तब शंट से प्रवाहित धारा होती है

[ A ] G/S + G I

[ B ] S + G I

[ C ] शून्य

[ D ] अनंत

Answer ⇒ (A)

4. गैलवेनोमीटर से प्रवाहित धारा होती है –

[ A ] G/S + G I

[ B ] S/S + G I

[ C ] शून्य

[ D ] अनंत

Answer ⇒ (B)

5. एक गैलवेनोमीटर का प्रतिरोध G है। गैलवेनोमीटर से मुख्य धारा का 1% ( या मुख्य धारा का 1/100) प्रवाहित होगा –

[ A ] G/100

[ B ] G/99

[ C ] G/90

[ D ] 99G/100

Answer ⇒ (B)

6. एक गैलवेनोमीटर का प्रतिरोध G है। इसमें S ओम का शंट लगाया जाता है। इसके श्रेणी में कितना प्रतिरोध जोड़ा जाय की मुख्य परिपथ में धारा का मान अपरिवर्तित रहती है ?

[ A ] S/G + S

[ B ] G/S + G

[ C ] G2/G + S

[ D ] SG/G + S

Answer ⇒ (C)

7.एक गैलवेनोमीटर को आमीटर में बदलने के लिए जोड़ा जाता है –

[ A ] समानांतर में निम्न प्रतिरोध

[ B ] श्रेणी में उच्च प्रतिरोध

[ C ] श्रेणी में निम्न प्रतिरोध

[ D ] समानांतर में उच्च प्रतिरोध

Answer ⇒ (A)

8. एक गैलवेनोमीटर को वोल्टमीटर में परिवर्तित किया जा सकता है –

[ A ] समानांतर में उच्च प्रतिरोध

[ B ] श्रेणी क्रम में उच्च प्रतिरोध

[ C ] श्रेणी क्रम में निम्न प्रतिरोध

[ D ] समानांतर क्रम में उच्च प्रतिरोध

Answer ⇒ (B)

9. एक वोल्टमीटर को आमीटर में बदला जा सकता है –

[ A ] इसके समानांतर में उच्च प्रतिरोध को जोड़कर

[ B ] इसके श्रेणी क्रम में उच्च प्रतिरोध को जोड़कर

[ C ] इसके समानांतर क्रम में निम्न प्रतिरोध को जोड़कर

[ D ] इसके श्रेणी क्रम में निम्न प्रतिरोध को जोड़कर

Answer ⇒ (C)

10. एक आदर्श आमीटर का प्रतिरोध होता है –

[ A ] कम

[ B ] अधिक

[ C ] अनंत

[ D ] शून्य

Answer ⇒ (D)

11.एक आदर्श वोल्टमीटर का प्रतिरोध होता है –

[ A ] कम

[ B ] अधिक

[ C ] अनंत

[ D ] शून्य

Answer ⇒ (C)

12.एक वोल्टमीटर प्रतिरोध R ओम एवं V वोल्ट है। इसका मापन परास n गुना बढ़ाने के लिए इसके श्रेणी में जोड़े जाने वाले प्रतिरोध का मान है –

[ A ] nR

[ B ] (n – 1)R

[ C ] R/n

[ D ] R/n – 1

Answer ⇒ (B)

13. चुम्बकीय बल क्षेत्र का S.I. मात्रक होता है

[ A ] वेबर

[ B ] टेसला

[ C ] गॉस

[ D ] इनमें से कोई नहीं

Answer ⇒ (B)

14. किसी ऊर्ध्वाधर तार में विद्युत धारा का प्रवाह नीचे से ऊपर की ओर हो रहा है। यदि किसी इलेक्ट्रॉन पुंज को क्षैतिजतः तार की ओर भेजा जाय तो उसमें विक्षेप होगा –

[ A ] दाहिनी तरफ

[ B ] ऊपर की ओर

[ C ] नीचे की ओर

[ D ] बायीं तरफ

Answer ⇒ (B)

15. एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त उपस्थिति में गतिमान हो, तो उस पर लगने वाला बल होगा –

[ A ] q (लॉरेन्ज बल का सूत्र है – x लॉरेन्ज बल का सूत्र है -)

[ B ] q एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त

[ C ] q { एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त+ (लॉरेन्ज बल का सूत्र है – x लॉरेन्ज बल का सूत्र है -) }

[ D ] q { लॉरेन्ज बल का सूत्र है – + (लॉरेन्ज बल का सूत्र है – x एक आवेश ‘q’ विद्युत क्षेत्र ‘E’ तथा चुम्बकीय क्षेत्र ‘B’ की संयुक्त) }

Answer ⇒ (C)

16. धारावाही वृत्तीय कुंडली के केन्द्र पर उत्पन्न चुम्बकीय क्षेत्र रहता है

[ A ] कुण्डली के तल में

[ B ] कुण्डली के तल के लम्बवत्

[ C ] कुण्डली के तल से 45° पर

[ D ] कुण्डली के तल से 180° पर

Answer ⇒ (B)

17. एकसमान चुम्बकीय क्षेत्र उत्पन्न होता है

[ A ] सीधे धारावाही तार से

[ B ] वृत्तीय लूप में धारा के प्रवाह से उसके केन्द्र पर

[ C ] वृत्तीय लूप में धारा के प्रवाह से उसकी अक्ष पर

[ D ] परिनालिका में धारा के प्रवाह से उसके भीतर

Answer ⇒ (D)

18. लॉरेन्ज बल की दिशा ज्ञात करने का नियम है

[ A ] फ्लेमिंग का बाएँ हाथ का नियम

[ B ] फ्लेमिंग का दाएँ हाथ का नियम

[ C ] मैक्सवेल का दाएँ हाथ का कार्क-स्क्रू नियम

[ D ] ऐम्पियर का तैरने का नियम

Answer ⇒ (A)

19. एक तार में विद्युत् धारा पश्चिम से पूर्व की ओर प्रवाहित हो रही है जो कि उत्तर की ओर दिष्ट चुम्बकीय क्षेत्र में रखा है तो तार पर कार्यशील बल की दिशा होगी

[ A ] पूर्व की ओर

[ B ] पश्चिम की ओर

[ C ] ऊर्ध्वाधर नीचे की ओर

[ D ] ऊर्ध्वाधर ऊपर की ओर

Answer ⇒ (D)

20. एक गैलवेनोमीटर को आमीटर में बदलने के लिए जोड़ा जाता है

[ A ] समानांतर में निम्न प्रतिरोध

[ B ] श्रेणी में उच्च प्रतिरोध

[ C ] श्रेणी में निम्न प्रतिरोध

[ D ] समानांतर में उच्च प्रतिरोध

Answer ⇒ (A)

21. एक गैलवेनोमीटर को वोल्टमीटर में परिवर्तित किया जा सकता है

[ A ] समानांतर में उच्च प्रतिरोध

[ B ] श्रेणी क्रम में उच्च प्रतिरोध

[ C ] श्रेणी क्रम में निम्न प्रतिरोध

[ D ] समानांतर क्रम में उच्च प्रतिरोध

Answer ⇒ (B)

22. एक वोल्टमीटर को आमीटर में बदला जा सकता है-

[ A ] इसके समानांतर में उच्च प्रतिरोध को जोड़कर

[ B ] इसके श्रेणी क्रम में उच्च प्रतिरोध को जोडकर

[ C ] इसके समानांतर क्रम में निम्न प्रतिरोध को जोडकर

[ D ] इसके श्रेणी क्रम में निम्न प्रतिरोध को जोड़कर

Answer ⇒ (C)

23. चुम्बकीय बल क्षेत्र का S.I. मात्रक होता है

[ A ] वेबर

[ B ] टेसला

[ C ] गाँस

[ D ] इनमें से कोई नहीं

Answer ⇒ (B)

24. किसी ऊर्ध्वाधर तार में विद्युत धारा का प्रवाह नीचे से ऊपर की ओर हो रहा है। यदि किसी इलेक्ट्रॉन पुंज को क्षैतिजत: तार की ओर भेजा जाय तो उसमें विक्षेप होगा

[ A ] दाहिनी तरफ

[ B ] ऊपर की ओर

[ C ] नीचे की ओर

[ D ] बायीं तरफ

Answer ⇒ (B)

25. एक तार द्वारा एक बार वर्ग तथा दूसरी बात वृत्त बनाया जाता है। इनके केन्द्रों पर चुम्बकीय प्रेरण क्रमशः B1 तथा B2 हैं। तब B1 : B2 होगा

[ A ] 2√‾2 : π2

[ B ] 2√¯2 : π

[ C ] 1 : 2

[ D ] 2 : 1

Answer ⇒ (B)

26. जब किसी ऐमीटर को शंट किया जाता है तो इसकी माप सीमा –

[ A ] बढ़ती है ।

[ B ] घटती है

[ C ] स्थिर रहती है

[ D ] इनमें से कोई नहीं

Answer ⇒ (A)

27. गैल्वेनोमीटर को वोल्टमीटर बनाने में जरूरत है –

[ A ] उच्च प्रतिरोध का

[ B ] निम्न प्रतिरोध का

[ C ] संधारित्र का

[ D ] प्ररण कुंडली का

Answer ⇒ (A)

28. दो गतिशील आवेशों के बीच लगता है –

[ A ] केवल कूलम्ब बल

[ B ] चुम्बकीय बल भी

[ C ] नाभिकीय बल

[ D ] इनमें से कोई नहीं

Answer ⇒ (B)


29. चुम्बकीय क्षेत्र की विमा है –

[ A ] I-1 MLT-2

[ B ] IMLT-2

[ C ] IMLT-1

[ D ] IM-1L-1T-2

Answer ⇒ (A)

30. किसी आवेशित कण को चुंबकीय क्षेत्र रेखा के अनुदिश गति दी जाती है। कण पर कार्यकारी बल होगा

[ A ] वेग की दिशा में रवि

[ B ] वेग की दिशा के विपरीत

[ C ] वेग की दिशा के लंबवत

[ D ] शून्य

Answer ⇒ (D)

// Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } }
 

* {
box-sizing: border-box;
padding: 0;margin: 0;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #666;
color: white;
}
.ques {
font-size: 20px;
}
.ans {
font-size: 16px;
color: white;
background: #ff5733;
width: 45%;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class*=”col-“] {
width: 100%;
}
}
 

5.चुम्बकत्व एवं द्रव्य
 
चुम्बकत्व एवं द्रव्य OBJECTIVE QUESTIONS
 
1.निम्नलिखित में से किसकी चुंबकशीलता अधिक होती है?
 
[ A ] प्रतिचुंबकीय
[ B ] अनुचुंबकीय
[ C ] लौह चुंबकीय
[ D ] अर्द्धचालक
Answer ⇒ (A)
 
2. दो समान चुंबक, जिनमें प्रत्येक का चुंबकीय आघूर्ण M है, परस्पर लंबवत रखे जाते हैं व एक क्रॉस का चिन्ह बनाते हैं। निकाय का परिणामी चुंबकीय आघूर्ण होगा :
 
[ A ] 2M
[ B ] शून्य
[ C ] √2 M
[ D ] M
Answer ⇒ (C)
 
3. एक प्रबल विद्युत् चुम्बक बनाने के लिए कौन-सी वस्तु बहुत अधिक उपयुक्त होगी?
3
 
[ A ] वायु
[ B ] ताँबे और निकेल की मिश्र धातु
[ C ]इस्पात
[ D ] नरम लोहा
Answer ⇒ (D)
 
4.द्रव और गैस
 
[ A ]लौह चुम्बकीय पदार्थ नहीं होते हैं
[ B ] प्रति चुम्बकीय पदार्थ नहीं होते हैं
[ C ] अनुचुम्बकीय पदार्थ नहीं होते हैं
[ D ] निर्वात् के सदृश चुम्बकीय आचरण करते हैं
Answer ⇒ (A)
 
5. निम्नलिखित में किस धातु की चुम्बकीय प्रवृत्ति एक से कम और ऋणात्मक होती है?
 
[ A ] फेरोमैग्नेटिक
[ B ] पारामैग्नेटिक
[ C ] डायमैग्नेटिक
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
6. अनुचुम्बकीय पदार्थ की चुम्बकीय प्रवृत्ति है
 
[ A ] स्थिर
[ B ]शून्य
[ C ] अनंत
[ D ] चुम्बकीय क्षेत्र पर निर्भर
Answer ⇒ (A)
 
7. निकेल है
 
[ A ]प्रति चुम्बकीय
[ B ] अनुचुम्बकीय
[ C ] लौह चुम्बकीय
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
8. यदि किसी चुम्बक को इस प्रकार रखा जाय कि उसका उत्तर ध्रुव पूर्व की ओर हो तो उदासीन बिन्दु होंगे –
 
[ A ] 1
[ B ] 2
[ C ] 3
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
9. चुम्बकीय याम्योत्तर और भौगोलिक याम्योत्तर से बना कोण कहलाता है –
 
[ A ] दिक्पात्
[ B ] नमन
[ C ] पृथ्वी के क्षेत्र का क्षैतिज अवयव
[ D ]इनमें से कोई नहीं
Answer ⇒ (A)
 
10. चुम्बक के दो ध्रुवों के बीच की दूरी को कहते हैं
 
[ A ] चुम्बकीय लम्बाई
[ B ] चुम्बकीय क्षेत्र
[ C ] चुम्बकीय अक्ष
[ D ]चुम्बकीय आघूर्ण
Answer ⇒ (A)
 
11. लोहा, लौहचुम्बकीय है
 
[ A ]सभी तापक्रमों पर
[ B ] N.T.P. पर केवल
[ C ] 770°C के ऊपर और
[ D ] 770°C के नीचे तापक्रमों पर
Answer ⇒ (D)
 
12. क्यूरी तापक्रम के ऊपर लौह-चुम्बकीय पदार्थ हो जाते हैं
 
[ A ]पारामैगनेटिक
[ B ] डायमैगनेटिक
[ C ]अर्द्धचालक
[ D ] विद्युतरोधी .
Answer ⇒ (A)
 
13. वायु की चुम्बकीय प्रवृत्ति होती है
 
[ A ] धनात्मक
[ B ] ऋणात्मक
[ C ] शून्य
[ D ] धनात्मक एवं ऋणात्मक
Answer ⇒ (C)
 
14. निम्नलिखित में से डायमैग्नेटिक कौन है?
 
[ A ]Na
[ B ] CO
[ C ] द्रव्य O2
[ D ] He
Answer ⇒ (D)
 
15. एक छड़-चुम्बक के मध्य बिन्दु से चुम्बक की लम्ब रेखा पर स्थित किसी बिन्दु पर
 
[ A ] चुम्बकीय क्षेत्र शून्य होता है
[ B ] चुम्बकीय विभव शून्य होता है
[ C ] चुम्बकीय क्षेत्र तथा विभव दोनों शून्य है
[ D ] कोई शून्य नहीं होता है
Answer ⇒ (B)
 
16. यदि किसी चुम्बक को चुम्बकीय याम्योत्तर की दिशा में इस प्रकार रखा जाए कि उसका उत्तरी ध्रुव उत्तर की ओर हो तब उदासीन बिन्दुओं की संख्या होगी
 
[ A ]दो
[ B ] चार
[ C ] सोलह
[ D ] असंख्यक
Answer ⇒ (A)
 
17. चुम्बकीय विभव (Magnetic Potential) का मात्रक है
 
[ A ] J Am
[ B ] JA–1 m-1
[ C ] JA-1m-2
[ D ] JA-2 m-2
Answer ⇒ (B)
 
18. निर्वात् या हवा की चुम्बकशीलता μ0 का मान होता है
 
[ A ] 4π x 10-7 हेनरी/मीटर
[ B ] 4π x 10-7 हेनरी/मीटर
[ C ] 4π x 10-7 हेनरी/मीटर
[ D ] 4π x 10-7 हेनरी/मीटर
Answer ⇒ (A)
 
19 पृथ्वी की ध्रुव पर नमन (dip) का मान होता है
 
[ A ] 0
[ B ] 90
[ C ] 45
[ D ] 90
Answer ⇒ (B)
 
20. पृथ्वी की विषुवत् रेखा पर निर्बाध लटकी चुम्बकीय सूई
 
[ A ] उदग्र रहती है
[ B ] 45° कोण पर झुकी रहती है
[ C ] क्षैतिज रहती है
[ D ] 60° कोण पर झुकी रहती है
Answer ⇒ (C)
 
21. विद्युत चुम्बक (electromagnet) बनाने के लिए पदार्थ में होनी चाहिए
 
[ A ] उच्च चुम्बकीय प्रवृत्ति
[ B ] उच्च चुम्बकीय धारणशीलता
[ C ] उच्च शैथिल्य
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
22. M चुम्बकीय आघूर्ण वाले छड़ चुम्बकं को दो समान टुकड़े में तोड़ा जाता है तो प्रत्येक नये टुकड़े का चुम्बकीय आघूर्ण है
 
[ A ] M
[ B ] M/2
[ C ] 2 M
[ D ] Zero
Answer ⇒ (B)
 
23. चुम्बकीय द्विध्रुव आघूर्ण एक सदिश राशि है, जो निर्दिष्ट होती है
 
[ A ] दक्षिण से उत्तर ध्रुव
[ B ] उत्तर से दक्षिण ध्रुव
[ C ] पूरब से पश्चिम दिशा
[ D ]पश्चिम से पूरब दिशा
Answer ⇒ (A)
 
24. एक तार जिसका चुम्बकीय द्विध्रुव आघूर्ण M तथा लम्बाई L है, को त्रिज्या r के अर्द्धवृत्त के आकार में मोड़ा जाता है। नया द्विध्रुव आघूर्ण क्या होगा ?
 
[ A ] M
[ B ] M/2π
[ C ] M/π
[ D ] 2M/π
Answer ⇒ (D)
 
25. जब नमन कोण δ हो तब tanδ का मान सामान्य संकेतों में होगा –
 
[ A ] Bν/BH
[ B ] BH/Bν
[ C ] Bν.BH
[ D ] B2ν/B2H
Answer ⇒ (A)
 
26. किसी चुम्बक को 90° से घुमाने में किया गया कार्य होगा –
 
[ A ] MB
[ B ] MB cosθ
[ C ] MB sinθ
[ D ] MB (1 – sinθ)
Answer ⇒ (A)
 
27. चुम्बकीय याम्योत्तर के लम्बवत् तल में नमन सूई रहती है
 
[ A ] क्षैतिज
[ B ]उस स्थान के नमन कोण पर झुकी हुई
[ C ] क्षैतिज से 45° के कोण पर
[ D ] उदग्र
Answer ⇒ (D)
 
28. किसी चुम्बकीय शैथिल्य लूप का क्षेत्रफल समानुपाती होता है –
 
[ A ] प्रतिएकांक आयतन में उत्पन्न ऊष्मा
[ B ] चुम्बकीय तीव्रता
[ C ] ध्रुव प्रबलता
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
 
29. विक्षेप चुम्बकत्वमापी की सूई के नीचे समतल दर्पण प्रयोग में लिया जाता है –
 
[ A ] विस्थापनाभास दूर करने के लिए
[ B ] चुम्बकीय याम्योत्तर में लाने के लिए
[ C ] सूई को देखने के लिए
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
30. यदि डोरी में ऐंठन रह जाती है तो एक अतिरिक्त बलआघूर्ण उत्पन्न हो जाता है जो चुम्बक के दोलन के आवर्तकाल को –
 
[ A ] बढ़ा देता है
[ B ] घटा देता है
[ C ] दुगुना कर देता है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
  // Get the elements with class=”column” var elements = document.getElementsByClassName(“column”); // Declare a loop variable var i; // List View function listView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "100%"; } } // Grid View function gridView() { for (i = 0; i < elements.length; i++) { elements[i].style.width = "50%"; } }
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

6. विधुत चुम्बकीय प्रेरण

 

विधुत चुम्बकीय प्रेरण OBJECTIVE QUESTIONS

 
1.विद्युत्-चुम्बकीय प्रेरण की घटना खोजी गई थी –
 
[ A ] फैराडे द्वारा
[ B ] फ्लेमिंग द्वारा
[ C ] लेंज द्वारा
[ D ] रूमकॉर्फ द्वारा
Answer ⇒ (A)
 
2. एक चुम्बक, एक बन्द चालक के निकट स्थित है। चालक में धारा उत्पन्न की जा सकती है यदि-
 
[ A ] केवल चुम्बक गतिशील हो
[ B ] केवल चालक गतिशील हो
[ C ] चुम्बक और चालक दोनों गतिशील हों
[ D ] चालक और चुम्बक के बीच आपेक्षिक गति हो
Answer ⇒ (D);
 
3. किसी बन्द परिपथ का प्रतिरोध 10 ओम है। इस परिपथ से t समय (सेकेण्ड) में, चुम्बकीय फ्लक्स (वेबर में) Φ = 6t2 – 5t+1 से परिवर्तित होता है। t= 0.25 सेकेण्ड पर परिपथ में प्रवाहित धारा (एम्पियर में) होगी
 
[ A ] 0.4
[ B ] 0.2
[ C ] 2.0
[ D ] 4.0
Answer ⇒ (B)
 
4. स्व प्रेरकत्व का S.I. मात्रक है –
 
[ A ] कूलम्ब (C)
[ B ] वोल्ट (V)
[ C ] ओम (Ω)
[ D ] हेनरी (H)
Answer ⇒  (D)
   
5. एक कुण्डली का स्व प्रेरण गुणांक 5 mH है। यदि इस कुण्डली से 2A की धारा प्रवाहित की जाय तब उस कुण्डली से चुम्बकीय फ्लक्स होगा –
 
[ A ] 1 Wb
[ B ] 0.1 Wb
[ C ] 0.01 Wb
[ D ] 0.01 Wb
Answer ⇒ (C)
 
6. प्रेरण कुण्डली से प्राप्त होता है
 
[ A ] उच्च धारा पर प्रबल वि०वा० बल
[ B ] निम्न धारा पर प्रबल वि०वा० बल
[ C ] प्रबल धारा पर निम्न वि०वा० बल
[ D ] निम्न धारा पर निम्न वि०वा० बल
Answer ⇒ (B)
 
7. प्रेरण कुण्डली का व्यवहार किया जाता है
 
[ A ] प्रतिरोध मापने के लिए
[ B ] विभवांतर मापने के लिए
[ C ] धारा मापने के लिए
[ D ] विसर्जन नलियों को चलाने के लिए
Answer ⇒ (D)
 
8. प्रेरण कुण्डली में संधारित्र के व्यवहार से द्वितीयक का वि०वा० बल –
 
[ A ] बढ़ जाता है
[ B ] घट जाता है
[ C ] अपरिवर्तित रहता है
[ D ] शून्य हो जाता है
Answer ⇒ (A)
 
9. लेंज का नियम पालन करता है –
 
[ A ] बॉयो-सावर्त नियम का सिद्धान्त
[ B ] संवेग संरक्षणता का सिद्धान्त
[ C ] ऊर्जा संरक्षणता का सिद्धान्त
[ D ] आवेश संरक्षणता का सिद्धान्त
Answer ⇒ (C)
 
10. चुम्बकीय क्षेत्र के फ्लक्स की S.I. इकाई होती है –
 
[ A ] टेसला
[ B ] हेनरी
[ C ] वेबर
[ D ] जूल-सेकेण्ड
Answer ⇒ (C)
 
11. एक सुचालक छड़ को नियत वेग () से किसी चुम्बकीय क्षेत्र () में घुमाया जाता है। छड़ के दोनों सिरों के बीच विभवान्तर पैदा होगा जब-
 
[ A ] एक सुचालक छड़ को नियत वेग ||एक सुचालक छड़ को नियत वेग
[ B ] एक सुचालक छड़ को नियत वेग || लॉरेन्ज बल का सूत्र है –
[ C ] एक सुचालक छड़ को नियत वेग || लॉरेन्ज बल का सूत्र है –
[ D ] इनमें से कोई नहीं
Answer ⇒ (D)
 
12. किसी उच्चायी ट्रांसफॉर्मर के प्राइमरी तथा सेकेण्डरी में क्रमश: N1 तथा N2 लपेटे हों तो –
 
[ A ] N1 > N2
[ B ] N2 > N1
[ C ] N1 = N2
[ D ] N1 = 0
Answer ⇒ (B)
 
13. डायनेमो के कार्य का सिद्धांत आधारित है –
 
[ A ] धारा के ऊष्मीय प्रभाव पर
[ B ] विद्युत-चुम्बकीय प्रेरण
[ C ] प्रेरित चुम्बकत्व पर
[ D ] प्रेरित विद्युत पर
Answer ⇒ (B)
 
14. यदि L प्रेरकत्व, R प्रतिरोध तथा C संधारित्र की धारिता हो, तो L/R एवं RC का विमीय सूत्र है –
 
[ A ] M°LT-1, ML°T°
[ B ] M°L°T, MLT°
[ C ] M°L°T, 1
[ D ] M°L°T, M°L°T
Answer ⇒ (D)
 
15. एक वृत्ताकार लूप की त्रिज्या R है, जिसमें I धारा प्रवाहित हो रही है तथा जिसके केन्द्र पर चुम्बकीय क्षेत्र B है। वृत्त के अक्ष पर उसके केन्द्र से कितनी दूरी पर चुम्बकीय क्षेत्र का मान B/8 होगा –
 
[ A ] एक वृत्ताकार लूप की त्रिज्या
[ B ] 2R
[ C ] एक वृत्ताकार लूप की त्रिज्या
[ D ] 3R
Answer ⇒ (C)
 
16. छड़ में प्रेरित विद्युत वाहक बल का मान होगा:
 
[ A ] BLV
[ B ] B2L2V
[ C ] शून्य
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
17. अन्योन्य प्रेरण (mutual induction) का S.I. मात्रक है
 
[ A ] हेनरी
[ B ] ओम
[ C ] टेसला
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
18. निम्न में से कौन-सा नियम ऊर्जा संरक्षण के नियम पर आधारित है?
 
[ A ] लेंज नियम
[ B ] फैराडे का विद्युत विच्छेदन नियम
[ C ] एम्पियर का नियम
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
19. चुम्बकीय फ्लक्स का SI मात्रक नहीं है ।
 
[ A ] Tm2
[ B ] Wb
[ C ] volts
[ D ] H
Answer ⇒ (D)
 
20. चुम्बकीय प्रेरण के समय के साथ बदलने से किसी बिन्दु पर उत्पन्न होता है
 
[ A ] गुरुत्वीय क्षेत्र
[ B ] चुम्बकीय क्षेत्र
[ C ] वैद्युत क्षेत्र
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
21. ट्रांसफॉर्मर कार्य करता है
 
[ A ] केवल d.c.
[ B ] केवल a.c.
[ C ] a.c. और d.c. दोनों
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
22. ट्रांसफॉर्मर का क्रोड बनाने के लिए सबसे उपयुक्त पदार्थ निम्नलिखित में से कौन है?
 
[ A ] मुलाइम इस्पात
[ B ] ताँबा
[ C ] स्टेनलेस स्टील
[ D ] अलनीको
Answer ⇒ (A)
 
23. तप्त तार ऐमीटर मापता है प्रत्यावर्ती धारा का
 
[ A ]उच्चतम मान
[ B ] औसत मान
[ C ] मूल औसत वर्ग धारा
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
24. 12. किसी उच्चायी (step-up) ट्रांसफॉर्मर के प्राइमरी और सेकंडरी में क्रमश: N1और N2 लपेट हैं, तब
 
[ A ] N1 > N2
[ B ] N2 > N1
[ C ] N2 = N1
[ D ] N1 = 0
Answer ⇒ (B)
 
25. उदग्र तल में चालक तार की वृत्ताकार कुंडली रखी हुई है। इसकी ओर एक छड़ चुम्बक लाया जा रहा है। चुम्बक का उत्तरी ध्रुव कुंडली की ओर है। चुम्बक की तरफ से देखने पर कुंडली में प्रवाहित विद्युत धारा की दिशा होगी
 
[ A ] वामावर्त
[ B ] दक्षिणावर्त
[ C ] पहले वामावर्त पुनः दक्षिणावर्त
[ D ] पहले दक्षिणावर्त पुनः वामावर्त
Answer ⇒ (A)
 
26. एक सीधा चालक छड़ पूर्व-पश्चिम की ओर क्षैतिज स्थिर रखा गया है। इसे गिरने के लिए छोड़ दिया जाता है। इसके सिरों के बीच विभवान्तर
 
[ A ] शून्य रहेगा
[ B ] बढ़ता जायेगा
[ C ] घटता जायेगा
[ D ] की दिशा बदलती रहेगी
Answer ⇒ (B)
 
27. चुम्बकीय क्षेत्र के फ्लक्स की S.I. इकाई होती है
 
[ A ] टेसला
[ B ] हेनरी
[ C ]वेबर
[ D ] जूल-सेकेण्ड
Answer ⇒ (C)
 
28. डायनेमो के कार्य का सिद्धांत आधारित है
 
[ A ] धारा के ऊष्मीय प्रभाव पर
[ B ] विद्युत-चुम्बकीय प्रेरण’
[ C ] प्रेरित चुम्बकत्व पर
[ D ] प्रेरित विद्युत पर
Answer ⇒ (B)
   
29. एक वृत्ताकार लूप की त्रिज्या R है, जिसमें I धारा प्रवाहित हो रही है तथा जिसके केन्द्र पर चुम्बकीय क्षेत्र B है। वृत्त के अक्ष पर उसके केन्द्र से कितनी दूरी पर चुम्बकीय क्षेत्र का मान B/8 होगा
 
[ A ] √2R
[ B ] 2R
[ C ] √3R
[ D ] 3R
Answer ⇒ (C)
 
30. किसी बन्द परिपथ का प्रतिरोध 10 ओम है। इस परिपथ से t समय (सेकेण्ड) में, चुम्बकीय फ्लक्स (वेबर में) φ = 6t2–5t +1 से परिवर्तित होता है। t= 0.25 सेकेण्ड पर परिपथ में प्रवाहित धारा (एम्पियर में) होगी
 
[ A ] 0.4
[ B ] 0.2
[ C ] 2.0
[ D ] 4.0
Answer ⇒ (B)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

7. प्रत्यावर्ती धारा

 

प्रत्यावर्ती धारा OBJECTIVE QUESTIONS

 
1. ट्रांसफॉर्मर के कोर को परतदार बनाया जाता है, ताकि
 
[ A ] उच्च धारा प्रवाहित हो सके
[ B ] उच्च विभव प्राप्त हो सके
[ C ] भँवर धाराओं द्वारा होने वाली हानि कम की जा सके
[ D ] अधिक ऊर्जा प्राप्त की जा सके
Answer ⇒ (C)
 
2. किसी LCR परिपथ में ऊर्जा का क्षय होता है –
 
[ A ] प्रेरक में
[ B ] प्रतिरोधक में
[ C ] धारित्र में
[ D ] इनमें से कोई नहीं
Answer ⇒ (A);
 
3. 95. घरेलू विधुत्-आपूर्ति की आवृत्ति 50 हर्ट्ज है। धारा का मान शून्य होने की आवत्ति होगी –
 
[ A ] 25
[ B ] 50
[ C ]100
[ D ] 150
Answer ⇒ (A)
 
4. भारत में आपूर्ति की जा रही प्रत्यावर्ती धारा की आवृत्ति है –
 
[ A ] 50 हर्ट्स
[ B ] 60 हर्ट्ज
[ C ]100 हर्ट्स
[ D ] 220 हर्ट्स
Answer ⇒  (A)
   
5. A.C. परिपथ में धारा की माप 4 ऐम्पियर है तो उस धारा का अधिकतम परिमाण होगा ?
 
[ A ] 4 x 2 ऐम्पियर
[ B ] 4 x √¯2 ऐम्पियर
[ C ]4 x 2 x √¯2 ऐम्पियर
[ D ] 4 ऐम्पियर
Answer ⇒ (B)
 
6. एक प्रतिदीप्ति लैम्प में चोक का उद्देश्य है –
 
[ A ]धारा को बढ़ाना
[ B ] धारा में कमी करना
[ C ] किसी क्षण पर वोल्टेज को बढ़ाना
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
7. ट्रांसफॉर्मर में विधुत ऊर्जा का ऊष्मा में रूपांतरण को कहा जाता है –
 
[ A ] कॉपर लॉस
[ B ] लौह क्षय
[ C ] शैथिल्य ह्रास
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
8. प्रत्यावर्ती विधुत-वाहक बल ε = ε० sinωt में शिखरमान 10V तथा आवृत्ति 50Hz है। समय t = 1/600 s पर तात्कालिक विधुत-वाहक बल है
 
[ A ] 10V
[ B ] 5√3V
[ C ] 5V
[ D ] 1V
Answer ⇒ (C)
 
9. A.C. परिपथ की औसत शक्ति है –
 
[ A ] EνIν
[ B ] Eν . Iν cosΦ
[ C ] EνIν sin Φ
[ D ]शून्य
Answer ⇒ (B)
 
10. शुद्ध प्रेरकत्व में औसत शक्ति की खपत होती है –
 
[ A ]शून्य
[ B ] 1/2 Lt2
[ C ]शुद्ध प्रेरकत्व में औसत शक्ति की खपत होती है
[ D ] इनमें से सभी में
Answer ⇒ (A)
 
11. 220 वोल्ट a.c. की मुख्य शिखर वोल्टता होती है-
 
[ A ] 155.6 वोल्ट्स
[ B ] 220.0 वोल्ट्स
[ C ] 311 वोल्ट्स
[ D ] 440 वोल्ट्स
Answer ⇒ (C)
 
12. A.C. का r.m.s मान तथा शिखर मान का अनुपात है –
 
[ A ] √2
[ B ] 1/√2
[ C ] 1/2
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
13. L/R की विमा होती है-
 
[ A ]T
[ B ] LT-1
[ C ] L°T2
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
14. L-C-R परिपथ में विधुत अनुनाद होने के लिए आवश्यक है –
 
[ A ] ωC = 1/ωL
[ B ] ωL = 1/ωC
[ C ] L = ωC
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
15. यदि किसी परिपथ में प्रत्यावर्ती वि०वा० बल का महत्तम मान e० हो तो इसका वर्ग-माध्य मूल मान होगा –
 
[ A ]e०
[ B ] e०/√¯2
[ C ] e०/2
[ D ] e2०/2
Answer ⇒ (B)
 
16. प्रतिघात का मात्रक होता है
 
[ A ] ओम
[ B ] फैराडे
[ C ] एम्पेयर
[ D ] म्हो
Answer ⇒ (A)
 
17. L-R परिपथ की प्रतिबाधा होती है
 
[ A ] R = ωL
[ B ] R2+ω2L2
[ C ] √R2+ω2L2
[ D ] √R2+ω2L2
Answer ⇒ (C)
 
18. प्रत्यावर्ती विद्युत्-धारा परिपथ में अनुनाद की अवस्था में धारा और वि०वा० बल के बीच का कलान्तर होता है
 
[ A ] π / 2
[ B ] π / 4
[ C ] शून्य
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
19. 21. यदि प्रत्यावर्ती धारा तथा वि०वा० बल के बीच कलान्तर φ हो, तो शक्ति गुणांक (Power factor) मान होता है
 
[ A ] tanφ
[ B ] cos2φ
[ C ] sinφ
[ D ] cosφ
Answer ⇒ (D)
 
20. तप्त-तार आमीटर मापता है, प्रत्यावर्ती धारा का
 
[ A ] उच्चतम मान
[ B ] औसत मान
[ C ] मूल औसत वर्ग धारा
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
21. ट्रांसफॉर्मर के कोर को परतदार बनाया जाता है, ताकि
 
[ A ] उच्च धारा प्रवाहित हो सके
[ B ] उच्च विभव प्राप्त हो सके
[ C ] भँवर धाराओं द्वारा होने वाली हानि कम की जा सके
[ D ] अधिक ऊर्जा प्राप्त की जा सके
Answer ⇒ (C)
 
22. भारत में आपूर्ति की जा रही प्रत्यावर्ती धारा की आवृत्ति है
 
[ A ] 50 हर्ट्स
[ B ] 60 हर्ट्ज
[ C ] 100 हर्ट्स
[ D ] 220 हर्ट्स
Answer ⇒ (A)
 
23.किसी प्रत्यावर्ती परिपथ में धारा i = 5 coswt एम्पियर तथा विभव V= 200 sin wt वोल्ट है, परिपथ में शक्ति हानि है
 
[ A ] 20 W
[ B ] 40 W
[ C ] 1000 W
[ D ] ZERO
Answer ⇒ (D)
 
24. अपचायी ट्रान्सफॉर्मर बढ़ाता है –
 
[ A ] धारा
[ B ] वोल्टता
[ C ] वाटता
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
25. चोक कुंडली का शक्ति गुणांक है
 
[ A ] 90°
[ B ] 0
[ C ] 1
[ D ] 180°
Answer ⇒ (B)
 
27. निम्नलिखित में से किसके लिए संधारित्र अनंत प्रतिरोध की तरह कार्य करता है ?
 
[ A ] DC
[ B ] A
[ C ] DC तथा AC दोनों
[ D ] इनमें से कोई नहीं
Answer ⇒ (A )
 
28. L-C परिपथ को कहा जाता है –
 
[ A ] दोलनी परिपथ
[ B ] अनुगामी परिपथ
[ C ] शैथिल्य परिपथ
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
29.प्रतिबाधा (Impedance) का S.I. मात्रक होता है –
 
[ A ] हेनरी
[ B ] ओम
[ C ] टेसला
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
30. एक प्रत्यावर्ती विधुत धारा का समीकरण I = 0.6 sin 100πt से निरूपित है। विधुत धारा की आवृत्ति है –
 
[ A ] 50 π
[ B ] 50
[ C ] 100π
[ D ] 100
Answer ⇒ (B)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

8.वैद्युत-चुम्बकीय तरंगें

 

वैद्युत-चुम्बकीय तरंगेंOBJECTIVE QUESTIONS

 
1. विधुत्-चुम्बकीय तरंगों की उत्पत्ति इनके द्वारा होती है –
 
[ A ] एक त्वरित आवेश
[ B ] एक स्थिर आवेश
[ C ] अनावेशित आवेश
[ D ] गतिशील आवेश
Answer ⇒ (A)
 
2. का विमा-सूत्र है का विमा-सूत्र है –
 
[ A ] [L2T-2]
[ B ] [L-2T2]
[ C ] [LT-1]
[ D ] [L-1T]
Answer ⇒ (A);
 
3. माइक्रोतरंग वे विधुत्-चुम्बक तरंग है जिनकी आवृत्ति परास है –
 
[ A ] माइक्रो हर्ट्ज
[ B ] मेगा हर्ट्ज
[ C ] जिगा हर्ट्ज
[ D ] हर्ट्ज हैं।
Answer ⇒ (C)
 
4. त्वरित आवेश उत्पन्न करती है –
 
[ A ] α-किरणें
[ B ] γ-किरणें
[ C ] β-किरणें
[ D ] विधुत्-चुम्बकीय तरंगें
Answer ⇒  (D)
   
5.इनमें से किस विधुत्-चुम्बकीय तरंग स्पेक्ट्रम का सबसे लघु तरंगदैर्घ्य होता है –
 
[ A ] माइक्रो तरंग
[ B ] पराबैंगनी
[ C ] x-किरण
[ D ] γ-किरणें
Answer ⇒ (D)
 
6. विधुत्-चुम्बकीय तरंग होता है –
 
[ A ] अनुदैर्घ्य
[ B ] अनुप्रस्थ
[ C ] प्रगामी तरंग
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
7.इनमें से कौन-सा अवरक्त तरंगदैर्घ्य है ?
 
[ A ] 10-4 से०मी०
[ B ] 10-2 से०मी०
[ C ] 10-6 से०मी०
[ D ] 10-7 से०मी०
Answer ⇒ (A)
 
8. यदि X-किरणें, γ-किरणें तथा पराबैंगनी किरणों की आवृत्तियाँ क्रमशः a,b तथा c हों तब
 
[ A ] a < b, b < c
[ B ] a > b, b > c
[ C ] a > b, b < c
[ D ] a c
Answer ⇒ (A)
 
9. विधुत्-चुम्बकीय तरंगों का वेग हवा में होता है –
 
[ A ] विधुत्-चुम्बकीय तरंगों का वेग हवा में होता है
[ B ] विधुत्-चुम्बकीय तरंगों का वेग हवा में होता है
[ C ] विधुत्-चुम्बकीय तरंगों का वेग हवा में होता है
[ D ]विधुत्-चुम्बकीय तरंगों का वेग हवा में होता है
Answer ⇒ (B)
 
10. विधुत्-चुम्बकीय तरंग का संचरण –
 
[ A ] विधुतीय क्षेत्र के लम्बवत्
[ B ] चुम्बकीय क्षेत्र के लम्बवत्
[ C ] दोनों के लम्बवत् होता है
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
11. इनमें से कौन गलत कथन है ?
 
[ A ] विधुत्-चुम्बकीय तरंगें अनुप्रस्थ होती हैं
[ B ] विधुत्-चुम्बकीय तरंगें निर्वात् में प्रकाश के वेग से चलती हैं
[ C ] विधुत्-चुम्बकीय तरंगों के वेग सभी माध्यमों में समान होती है
[ D ] विधुत्-चुम्बकीय तरंगें त्वरित आवेश से उत्सर्जित होती है
Answer ⇒ (C)
 
12. दूर संचार के लिए उपयुक्त विकिरण है –
 
[ A ] पराबैंगनी
[ B ] अवरक्त
[ C ] माइक्रो तरंगें
[ D ] दृश्य प्रकाश
Answer ⇒ (C)
 
13. माइक्रोतरंग की आवृत्ति है –
 
[ A ] रेडियो तरंग की आवृत्ति से कम
[ B ] रेडियो तरंग की आवृत्ति से अधिक
[ C ] प्रकाश तरंग की आवृत्ति से अधिक
[ D ] श्रव्य परास से कम
Answer ⇒ (B)
 
14. विधुत्-चुम्बकीय तरंग कौन-सा गुण प्रदर्शित नहीं करती है ?
 
[ A ] परावर्तन
[ B ] ध्रुवण
[ C ] विवर्तन
[ D ] इनमें से कोई नहीं
Answer ⇒ (D)
 
15. 1/2 ∈0E2 के विमीय सूत्र के समतुल्य विमा की राशि है –
 
[ A ] B2 / 2μ0
[ B ] 1 / 2 B2μ0
[ C ] μ2० / 2B
[ D ] 1/2 Bμ20
Answer ⇒ (A)
 
16. किसी विधुत चुम्बकीय विकिर्ण की ऊर्जा 13.2 keV है। यह विकीर्ण जिस क्षेत्र से संबंधित है, वह है –
 
[ A ] दृश्य प्रकाश
[ B ] X-किरण
[ C ] पराबैंगनी
[ D ] अवरक्त
Answer ⇒ (B)
 
17. दूर संचार के लिए उपयुक्त विकिरण है
 
[ A ] पराबैंगनी
[ B ] अवरक्त
[ C ] माइक्रो तरंगें
[ D ] दृश्य प्रकाश
Answer ⇒ (C)
 
18. माइक्रोतरंग की आवृत्ति है
 
[ A ] रेडियो तरंग की आवृत्ति से कम
[ B ] रेडियो तरंग की आवृत्ति से अधिक
[ C ] प्रकाश तरंग की आवृत्ति से अधिक
[ D ] श्रव्य परास से कम
Answer ⇒ (B)
 
19. विद्युत्-चुम्बकीय तरंग कौन-सा गुण प्रदर्शित नहीं करती है?
 
[ A ] परावर्तन
[ B ] ध्रुवण
[ C ] विवर्तन
[ D ] इनमें से कोई नहीं
Answer ⇒ (D)
 
20. किसी विद्युत चुम्बकीय विकिर्ण की ऊर्जा 13.2 Kev है। यह विकीर्ण जिस क्षेत्र से संबंधित है, वह है
 
[ A ] दृश्य प्रकाश
[ B ] X-किरण
[ C ] पराबैंगनी
[ D ] अवरक्त
Answer ⇒ (B)
 
21. विधूत चुम्बकीय क्षेत्र में ऊर्जा घनत्व u हो तो
 
[ A ] u μ E2
[ B ] u μ E
[ C ] u μ B
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
22. विधुत चुम्बकीय तरंग में वैद्युत ऊर्जा νE तथा चुम्बकीय ऊर्जा uB हों तो
 
[ A ] uE < uB
[ B ] uE = uB
[ C ] uE > uB
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
23. विधुत चुम्बकीय तरंग के संचरण की दिशा है –
 
[ A ] द्विध्रुव के केन्द्र से 100 cm की दूरी पर के समानांतर
[ B ] लॉरेन्ज बल का सूत्र है – के समानांतर
[ C ] लॉरेन्ज बल का सूत्र है – x द्विध्रुव के केन्द्र से 100 cm की दूरी पर के समानांतर
[ D ] द्विध्रुव के केन्द्र से 100 cm की दूरी पर x लॉरेन्ज बल का सूत्र है – के समानांतर
Answer ⇒ (A)
 
24. चुम्बकीय क्षेत्र (B) तथा विधुत क्षेत्र E के अनुपात (B/E) का मात्रक होता है
 
[ A ] ms-1
[ B ] sm-1
[ C ] ms
[ D ] ms-2
Answer ⇒ (B)
 
25. निम्नांकित में किसे महत्तम बेधन क्षमता है ?
 
[ A ] X-किरणें
[ B ] कैथोड किरणें
[ C ] α-किरणें
[ D ] γ-किरणें
Answer ⇒ (D)
 
27.निर्वात में संचरित विधुत-चुंबकीय क्षेत्र को निम्नलिखित समीकरणों से व्यक्त किया जाता है E = E० (sinωt – kx); B = B० sin(ωt – kx), तब
 
[ A ] E०ω = B०k
[ B ] E०B० = ωk
[ C ] E०k = B०ω
[ D ] इनमें से कोई नहीं
Answer ⇒ (C )
 
28.एक्स-किरण की आवृत्ति परास कौन सही है ?
 
[ A ] 3 x 1021-3 x 1018
[ B ] 3 x 1018 – 3 x 1016
[ C ] 3 x 108 – 3 x 1012
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
29. रेडियो तरंग की आवृत्ति परास है :
 
[ A ] 3 x 1016 – 7.5 x 1014
[ B ] 7.5 x 1014 – 3.8 x 1014
[ C ] 3 x 108 – 3 x 1018
[ D ] 3 x 104 – 3 x 102
Answer ⇒ (C)
 
30. ऐसी रेडियो तरंगें जिनकी आवृत्ति टेलीविजन सिग्नल से ज्यादा होती है कही जाती है-
 
[ A ] माइक्रोवेव
[ B ] x-rays
[ C ] γ-rays
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

1

 

विधुत चुम्बकीय प्रेरण OBJECTIVE QUESTIONS

 
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
2. एक चुम्बक, एक बन्द चालक के निकट स्थित है। चालक में धारा उत्पन्न की जा सकती है यदि-
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D);
 
3.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
4.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒  (D)
   
5.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
6.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
7.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
8.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
9.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
10.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
11.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
12.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
13.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
14.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
15.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
16.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
17.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
18.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
19.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
20.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
21.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
22.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
23.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
24.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
25.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
26.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
27.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
28.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
   
29.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
30.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

10. तरंग प्रकाशिकी

 

तरंग प्रकाशिकीOBJECTIVE QUESTIONS

 
1. जब प्रकाश की एक किरण ग्लास स्लैब में प्रवेश करती है, तो इसका तरंगदैर्घ्य
 
[ A ] घटता है
[ B ] बढ़ता है
[ C ] अपरिवर्तित रहता है
[ D ] आँकड़े पूर्ण नहीं हैं
Answer ⇒ (D)
 
2. मृगमरीचिका का कारण है
 
[ A ] अपवर्तन और पूर्ण आंतरिक परावर्तन
[ B ] विवर्तन
[ C ] प्रकीर्णन
[ D ] व्यतिकरण
Answer ⇒ (A);
 
3. आसमान का रंग नीला दिखने का कारण है
 
[ A ] प्रकीर्णन
[ B ] व्यतिकरण
[ C ] ध्रुवण
[ D ] विवर्तन
Answer ⇒ (A)
 
4. सौर प्रकाश में उपस्थित काली रेखाओं को कहा जाता है–
 
[ A ] फ्रॉन हॉफर रेखाएँ
[ B ] टेल्यूरिक रेखाएँ
[ C ] दोनों
[ D ] इनमें से कोई नहीं
Answer ⇒  (A)
   
5. शुद्ध स्पेक्ट्रम प्राप्त किया जाता है
 
[ A ] सूक्ष्मदर्शी से
[ B ] स्फेरोमीटर से
[ C ] स्पेक्ट्रोमीटर से
[ D ] प्रिज्म से
Answer ⇒ (C)
 
6. सौर स्पेक्ट्रम में बैंगनी रंग से लाल रंग की ओर
 
[ A ] विचलन घटता है और अपवर्तनांक भी घटता है
[ B ] विचलन घटता है और अपवर्तनांक बढ़ता है
[ C ] विचलन बढ़ता है और अपवर्तनांक भी बढ़ता है
[ D ] विचलन बढ़ता है और अपवर्तनांक कम होता है
Answer ⇒ (A)
 
7. श्वेत प्रकाश का स्पेक्ट्रम प्रिज्म से प्राप्त करने में न्यूनतम विचलन होता है
 
[ A ] पीले
[ B ] लाल
[ C ] नीले
[ D ] बैंगनी रंग के प्रकाश के लिए
Answer ⇒ (B)
 
8. फ्रान्हॉफर विवर्तन में प्रकाश के स्रोत रखे जाते हैं अवरोध से
 
[ A ] निश्चित दूरी पर
[ B ] संपर्क में
[ C ] अनन्त दूरी पर
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
9. समतल ध्रुवित प्रकाश में वैद्युत क्षेत्र की तीव्रता सदिश के कंपन होते
 
[ A ] सभी दिशाओं में
[ B ] एक तल में
[ C ] एक-दूसरे के लम्बवत् दिशा में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
10.साबुन का बुलबुला प्रकाश में रंगीन दिखता है जिसका कारण है
 
[ A ] प्रकाश का ध्रुवण
[ B ] प्रकाश का प्रकीर्णन
[ C ] प्रकाश का अपवर्तन
[ D ] प्रकाश का व्यतिकरण
Answer ⇒ (D)
 
11.दो कला-बद्ध स्रोत आभासी है
 
[ A ] यंग के द्विस्लिट प्रयोग में
[ B ] लोयाड के दर्पण में
[ C ] फ्रेजनेल के द्विक प्रिज्म में
[ D ] उपर्युक्त सभी में
Answer ⇒ (C)
 
12. हाइजेन के द्वितीयक तरंग के सिद्धांत का व्यवहार होता है
 
[ A ] तरंगान के ज्यामितीय नये स्थान प्राप्त करने में
[ B ] तरंगों के अध्यारोपण के सिद्धांत की व्याख्या करने में
[ C ] व्यतिकरण घटना की व्याख्या करने में
[ D ] ध्रुवण की व्याख्या करने में
Answer ⇒ (A)
 
13.प्रकाश किस प्रकार के कंपनों से बनती है?
 
[ A ] ईथर-कण
[ B ] वायु-कण
[ C ] विद्युत् और चुम्बकीय क्षेत्र
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
14. प्रकाश के तरंग गति-सिद्धान्त के अनुसार, प्रकाश के वर्ण के निर्यायक
 
[ A ] आयाम
[ B ] तरंग की चाल
[ C ] आवृत्ति
[ D ] तरंग-लम्बाई
Answer ⇒ (C)
 
15. द्वितीयक तरंगिकाओं की धारणा के आविष्कारक हैं
 
[ A ] फ्रेनेल
[ B ] मैक्सवेल
[ C ] हाइजेन
[ D ] न्यूटन
Answer ⇒ (C)
 
16. ध्रुवणकोण की स्पर्शज्या पदार्थ के अपवर्तनांक के बराबर होती है। यह नियम कहलाता है
 
[ A ] मैलस के नियम
[ B ] ब्रूस्टर के नियम
[ C ] ब्रैग के नियम
[ D ] कॉम्पटन के नियम
Answer ⇒ (B)
 
17. यंग के द्विस्लिट प्रयोग में संपोषी व्यतिकरण उत्पन्न करने वाली तरंगों के बीच पथान्तर का मान नहीं होता है
 
[ A ] nλ
[ B ] (n+1)λ
[ C ] (2n + 1)λ
[ D ] (2n+1) λ / 2
Answer ⇒ (D)
 
18. यंग के प्रयोग में यदि प्रकाश की तरंग-लम्बाई दुगुना कर दिया जाय तो फ्रिन्ज की चौड़ाई
 
[ A ] वही रहेगी
[ B ] दुगुनी हो जाएगी
[ C ] आधी हो जाएगी
[ D ] चार गुनी हो जाएगी
Answer ⇒ (B)
 
19. एक पतले फिल्म के रंग का कारण है।
 
[ A ] प्रकीर्णन
[ B ] व्यतिकरण
[ C ] वर्ण-विक्षेपण
[ D ] विवर्तन
Answer ⇒ (C)
 
20. यदि एक पतली पारदर्शक सीट को यंग द्वि-स्लिट के सामने रखा जाय तो फ्रिन्ज की चौड़ाई-
 
[ A ] बढ़ेगी
[ B ] घटेगी
[ C ] अपरिवर्तित रहेगी
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
21. प्रकाश तंतु संचार निम्न में से किस घटना पर आधारित है?
 
[ A ] पूर्ण आन्तरिक परावर्तन
[ B ] प्रकीर्णन
[ C ] परावर्तन
[ D ] व्यतिकरण
Answer ⇒ (A)
 
22. साबुन का बुलबुला प्रकाश में रंगीन दिखता है जिसका कारण है –
 
[ A ] प्रकाश का ध्रुवण
[ B ] प्रकाश का प्रकीर्णन
[ C ] प्रकाश का अपवर्तन
[ D ] प्रकाश का व्यतिकरण
Answer ⇒ (D)
 
23. दो कला-बद्ध स्रोत आभासी है –
 
[ A ] यंग के द्विस्लिट प्रयोग में
[ B ] लोयाड के दर्पण में
[ C ] फ्रेजनेल के द्विक प्रिज्म में
[ D ] उपर्युक्त सभी में
Answer ⇒ (C)
 
24. हाइजेन के द्वितीयक तरंग के सिद्धांत का व्यवहार होता है –
 
[ A ] तरंगाग्र के ज्यामितीय नये स्थान प्राप्त करने में
[ B ] तरंगों के अध्यारोपण के सिद्धांत की व्याख्या करने में
[ C ] व्यतिकरण घटना की व्याख्या करने में
[ D ] ध्रुवण की व्याख्या करने में
Answer ⇒ (A)
 
25.प्रकाश किस प्रकार के कंपनों से बनती है ?
 
[ A ] ईथर-कण
[ B ] वायु-कण
[ C ] विधुत् और चुम्बकीय क्षेत्र
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
27. प्रकाश के तरंग गति-सिद्धान्त के अनुसार, प्रकाश के वर्ण के निर्यायक हैं –
 
[ A ] आयाम
[ B ] तरंग की चाल
[ C ] आवृत्ति
[ D ] तरंग-लम्बाई
Answer ⇒ (C)
 
28.द्वितीयक तरंगिकाओं की धारणा के आविष्कारक हैं –
 
[ A ] फ्रेनेल
[ B ] मैक्सवेल
[ C ] हाइजेन
[ D ] न्यूटन
Answer ⇒ (C)
 
29.जब पोलेराइड को घुमाया जाता है तो प्रकाश की तीव्रता नहीं बदलती है। ऐसा तब होता है जब आपतित प्रकाश –
 
[ A ] पूर्ण रूपेण समतल ध्रुवित होती है
[ B ] अंशत: समतल युक्ति होती है
[ C ] अध्रुवित होती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
30.तरंगों के दो स्रोत कलाबद्ध कहे जाते हैं यदि दोनों –
 
[ A ] के कंपन के आयाम समान होते हैं
[ B ] समान तरंग-लम्बाई की तरंगें उत्पन्न करते हैं
[ C ] समान वेग की तरंगें उत्पन्न करते हैं
[ D ] नियत कलान्तर में होते हैं
Answer ⇒ (D)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

11.विकिरण तथा द्रव्य की द्वैत प्रकृति

 

विकिरण तथा द्रव्य की द्वैत प्रकृतिOBJECTIVE QUESTIONS

 
1. एक इलेक्ट्रॉन एवं एक फोटॉन की तरंग लंबाई 1.00 nm हैं। इनमें किसके संवेग का मान अधिक है?
 
[ A ] इलेक्ट्रॉन
[ B ] फोटॉन
[ C ] दोनों के संवेगों के मान तुल्य हैं
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
2. एक फोटॉन की ऊर्जा 10 keV है। यह विद्युत चुम्बकीय वर्णक्रम के किस भाग में स्थित होगा?
 
[ A ] X-rays
[ B ] y-rays
[ C ] microwave
[ D ] इनमें से कोई नहीं
Answer ⇒ (A);
 
3. प्रकाश-विद्युत् प्रभाव में उत्सर्जित प्रकाश इलेक्ट्रॉनों की गतिज ऊर्जा समानुपाती होती है
 
[ A ] आपतित प्रकाश की आवृत्ति के वर्ग के
[ B ] आपतित प्रकाश की आवृत्ति के
[ C ] आपतित प्रकाश के तरंगदैर्घ्य के
[ D ] आपतित प्रकाश के तरंगदैर्घ्य के वेग के
Answer ⇒ (B)
 
4. कार्य-फलन आवश्यक ऊर्जा है
 
[ A ] परमाणु को उत्तेजित करने के लिए
[ B ] एक्स-किरणों को उत्पन्न करने के लिए
[ C ] एक इलेक्ट्रॉन को सतह से ठीक बाहर निकालने के लिए
[ D ] परमाणु की छानबीन के लिए
Answer ⇒  (C)
   
5. दिए हुए किस धातु का न्यूनतम कार्य-फलन है?
 
[ A ] सोडियम
[ B ] बेरियम
[ C ] लोहा
[ D ] ताँबा
Answer ⇒ (A)
 
6. प्रकाश-विद्युत् में आपतित प्रकाश की ऐशोल्ड (देहली) आवृत्ति है जिस पर
 
[ A ] प्रकाश इलेक्ट्रॉन मात्र उत्सर्जित होते हैं
[ B ] प्रकाश इलेक्ट्रॉन का वेग महत्तम होता है
[ C ] इलेक्ट्रॉन के उत्सर्जन की दर न्यूनतम होती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
7. द्रव्य तरंग की परिकल्पना किया –
 
[ A ] प्लांक ने
[ B ] टॉमसन ने
[ C ] आइंस्टीन ने
[ D ] डी-ब्रॉग्ली ने
Answer ⇒ (D)
 
8. डी-ब्रॉग्ली तरंगदैर्घ्य है
 
[ A ] λ= h / mv
[ B ] λ= hmv
[ C ] λ= hv
[ D ] λ = mc2 / v
Answer ⇒ (A)
 
9. प्रकाश-विद्युत् प्रभाव होता है
 
[ A ] प्रकाश के तरंग-प्रकृति के कारण
[ B ] प्रकाश के कण-प्रकृति के कारण
[ C ] दोनों ही कारणों से
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
10. निम्न में से किसकी विमाएँ प्लांक नियतांक के समान होगी?
 
[ A ] बल x समय
[ B ] बल x दूरी
[ C ] बल x चाल
[ D ] बल x दूरी x समय
Answer ⇒ (D)
 
11. 1014 Hz आवृत्ति की 6.62 J विकीर्ण ऊर्जा में फोटॉन्स की संख्या होगी
 
[ A ] 1010
[ B ] 1015
[ C ] 1020
[ D ] 1025
Answer ⇒ (C)
 
12. प्लांक नियतांक की विमा है –
 
[ A ] ML2T-1
[ B ] ML2T-2
[ C ] MLT-1
[ D ] MLT-2
Answer ⇒ (A)
 
13. प्लांक नियतांक का मान SI मात्रक होता है –
 
[ A ] Js
[ B ] Ws
[ C ] Js-1
[ D ] Js-2
Answer ⇒ (A)
 
14. प्लांक नियतांक का मान होता है –
 
[ A ] 6.63 x 10-34 Js
[ B ] 6.6 x 10-24 JS-1
[ C ] 6.67 x 10-11 Nkg-l
[ D ] 9 x 109 N
Answer ⇒ (A)
 
15. एक्स किरणें बनी हैं –
 
[ A ] ऋणाविष्ट कणों से
[ B ] धनाविष्ट कणों से
[ C ] विद्युत्-चुम्बकीय विकिरण से
[ D ] न्यूट्रॉन से
Answer ⇒ (C)
 
16. एक्स-किरणों के तरंगदैर्घ्य का क्रम होता हैं-
 
[ A ] 1 cm
[ B ] 1 m
[ C ] 1 micron
[ D ] 1 Å
Answer ⇒ (D)
 
17. वह घटना जिसमें कुछ धातुओं पर प्रकाश पड़ने पर उनसे इलेक्ट्रॉन उत्सर्जित होते हैं, कही जाती है –
 
[ A ] प्रकाश-विद्युत् प्रभाव
[ B ] फोटोग्राफी
[ C ] प्रकाशमिति
[ D ] प्रकाश-संश्लेषण
Answer ⇒ (A)
 
18. प्रकाश-विद्युत् प्रभाव में उत्सर्जित प्रकाश इलेक्ट्रॉनों की गतिज ऊर्जा समानुपाती होती है –
 
[ A ] आपतित प्रकाश की आवृत्ति के वर्ग के
[ B ] आपतित प्रकाश की आवृत्ति के
[ C ] आपतित प्रकाश के तरंगदैर्घ्य के
[ D ] आपतित प्रकाश के तरंगदैर्घ्य के वेग के
Answer ⇒ (B)
 
19. कार्य-फलन आवश्यक ऊर्जा है –
 
[ A ] परमाणु को उत्तेजित करने के लिए
[ B ] एक्स-किरणों को उत्पन्न करने के लिए
[ C ] एक इलेक्ट्रॉन को सतह से ठीक बाहर निकालने के लिए
[ D ] परमाणु की छानबीन के लिए
Answer ⇒ (C)
 
20. यदि किसी धातु पर जिसका कार्य-फलन ϕ है, आपतित प्रकाश की आवृत्ति ν है तो उत्सर्जित फोटो इलेक्ट्रॉन की महत्तम गतिज ऊर्जा E जिस संबंध से प्राप्त होती है, वह है –
 
[ A ] E = hυ
[ B ] E = ϕ hυ
[ C ] E = hυ -ϕ
[ D ] E = hυ/ϕ
Answer ⇒ (C)
 
21. एक प्रकाश-सुग्राही धातु (ϕ = 2.1 eV) से उत्सर्जित फोटोइलेक्ट्रॉन की महत्तम गतिज ऊर्जा 0.9 eV है। आपतित फोटॉन की ऊर्जा है –
 
[ A ] 2.1 eV
[ B ] 0.9 eV
[ C ] 3 eV
[ D ] 1.2 eV
Answer ⇒ (C)
 
22. दिए हुए किस धातु का न्यूनतम कार्य-फलन है ?
 
[ A ] सोडियम
[ B ] बेरियम
[ C ] लोहा
[ D ] ताँबा
Answer ⇒ (A)
 
23.प्रकाश-विद्युत् में आपतित प्रकाश की ऐशोल्ड (देहली) आवृत्ति है जिस पर
 
[ A ] प्रकाश इलेक्ट्रॉन मात्र उत्सर्जित होते हैं।
[ B ] प्रकाश इलेक्ट्रॉन का वेग महत्तम होता है
[ C ] इलेक्ट्रॉन के उत्सर्जन की दर न्यूनतम होती है
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
24. किसी सतह से प्रकाश-विद्युत् उत्सर्जन तभी प्रारम्भ होता है जबकि सतह पर आपतित प्रकाश की आवृत्ति होती है एक निश्चित………….केतुल्य या अधिका’ रिक्त स्थान भरने के लिए उपयुक्त शब्द है
 
[ A ] न्यूनतम आवृत्ति
[ B ] न्यूनतम चाल
[ C ] न्यूनतम तीव्रता
[ D ] न्यूनतम तरंगदैर्घ्य
Answer ⇒ (A)
 
25. यदि किसी धातु का कार्य-फलन 2.8eV हो, तो देहली तरंगदैर्घ्य होगा –
 
[ A ] 4000 Å
[ B ] 5000 Å
[ C ] 4433 Å
[ D ] 3344 Å
Answer ⇒ (C)
 
27. द्रव्य तरंग की परिकल्पना किया –
 
[ A ] प्लांक ने
[ B ] टॉमसन ने
[ C ] आइंस्टीन ने
[ D ] डी-ब्रॉग्ली ने
Answer ⇒ (D)
 
28. डी-ब्रॉग्ली तरंगदैर्घ्य है –
 
[ A ] λ = h/mν
[ B ] λ = hmν
[ C ] λ = hν
[ D ] λ = mc2/ν
Answer ⇒ (A)
 
29. प्रकाश-विद्युत् प्रभाव होता है –
 
[ A ] प्रकाश के तरंग-प्रकृति के कारण
[ B ] प्रकाश के कण-प्रकृति के कारण
[ C ] दोनों ही कारणों से
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
30. किसी m द्रव्यमान तथा q आवेश के कण को V विभव द्वारा त्वरित किया जाता है। कण की दे-ब्रोग्ली तरंगदैर्ध्य होगी –
 
[ A ] Vh/√2qm
[ B ] q/√2mV
[ C ] h/√2mV
[ D ] mh/√2qV
Answer ⇒ (C)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

12.परमाणु

 

OBJECTIVE QUESTIONS

 
1. निम्नलिखित में से किस संक्रमण में तरंगदैर्घ्य न्यूनतम होगा ?
 
[ A ] n = 5 to n = 4
[ B ] n = 4 to n = 3
[ C ] n = 3 to n = 4
[ D ] n = 2 to n = 1
Answer ⇒ (D)
 
2. हाइड्रोजन की अनिश्चितता का सिद्धांत बार के परमाणु मॉडल –
 
[ A ] में निहित है
[ B ] के विरुद्ध है।
[ C ] से प्राप्त हो सकता है
[ D ] इनमें से कोई नहीं
Answer ⇒ (B);
 
3. किसी इलेक्ट्रॉन का ग्राउण्ड स्टेट से पहले उत्सर्जित अवस्था में ले जाने के लिए आवश्यक ऊर्जा होगी –
 
[ A ] 10.2 eV
[ B ] 13.6 eV
[ C ] 1.2 eV
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
4. 300 रिडवर्ग नियतांक का मान होता है –
 
[ A ] 1.097 x 10-7 m-1
[ B ] 6.023 x 10-23 m-1
[ C ] 6.67 x 10-1 m-1
[ D ] इनमें से कोई नहीं
Answer ⇒  (A)
   
5. गैस चालकता तब प्रदर्शित करती है, जब –
 
[ A ] दाब बढ़ाया जाता है
[ B ] दाब कम किया जाता है
[ C ] ताप बढ़ाया जाता है
[ D ] ताप कम किया जाता है
Answer ⇒ (B)
 
6. कैथोड किरणें हैं –
 
[ A ] विद्युत् चुम्बकीय किरणें
[ B ] धन आविष्ट कण
[ C ] अनाविष्ट कण
[ D ] ऋण-आविष्ट कण
Answer ⇒ (D)
 
7. कैथोड किरणों के गुण निकटतम होते हैं –
 
[ A ] γ-किरणों के
[ B ] α-किरणों के
[ C ] β-किरणों के
[ D ] x-किरणों के
Answer ⇒ (C)
 
8. कैथोड किरणों में निहित है
 
[ A ] तेज धनाविष्ट कणों की धारा
[ B ] मंद इलेक्ट्रॉनों की धारा
[ C ] प्रकाश का पुँज
[ D ] तीव्र प्रोटॉन की धारा
Answer ⇒ (B)
 
9. m द्रव्यमान तथा e कूलॉम आवेश का एक इलेक्ट्रॉन विरामावस्था से V वोल्ट के विभवांतर से होकर गुजरता है इसकी अंतिम महत्तम ऊर्जा है –
 
[ A ] e/m जूल
[ B ] meV जूल
[ C ] eV/m जूल
[ D ] eV जूल
Answer ⇒ (D)
 
10. बोर परमाणु मॉडल सफल व्याख्या करता है –
 
[ A ] रेखिल स्पेक्ट्रम का
[ B ] संतत् स्पेक्ट्रम का
[ C ] अवरक्त स्पेक्ट्रम का
[ D ] सभी का
Answer ⇒ (A)
 
11. इलेक्ट्रॉनों के आवेश का मान होता है –
 
[ A ] 2 x 10-21 C
[ B ] 1.6 x 10-19 C
[ C ] 1.6 x 10-9 C
[ D ] 1.6 x 10-11 C
Answer ⇒ (B)
 
12. टॉमसन विधि द्वारा ज्ञात किया जाता है इलेक्ट्रॉन का –
 
[ A ] संवेग
[ B ] आवेश
[ C ] द्रव्यमान
[ D ] आवेश तथा द्रव्यमान का अनुपात
Answer ⇒ (D)
 
13. इलेक्ट्रॉन वोल्ट (eV) मापता है –
 
[ A ] आवेश
[ B ] विभवांतर
[ C ] धारा
[ D ] ऊर्जा
Answer ⇒ (D)
 
14. α-प्रकीर्णन प्रयोग में α-कणों के प्रकीर्णन का कारण है –
 
[ A ] नाभिक द्वारा लगा आकर्षण बल
[ B ] नाभिक द्वारा लगा विकर्षण बल
[ C ] नाभिक के न्यूट्रॉन द्वारा लगा बल
[ D ] इनमें से कोई नहीं
Answer ⇒ (D)
 
15. परमाणु का नाभिक बना होता है –
 
[ A ] प्रोटॉनों से
[ B ] प्रोटॉन एवम् न्यूट्रॉन से
[ C ] एल्फा कण से
[ D ] प्रोटॉन और इलेक्ट्रॉन से
Answer ⇒ (B)
 
16. रदरफोर्ड का प्रकीर्णन प्रयोग निम्नलिखित में किसका अस्तित्व सिद्ध करता है ?
 
[ A ] ऋणावेशित नाभिक का
[ B ] धनाविष्ट नाभिक का
[ C ] नाभिक में न्यूट्रॉन का
[ D ] परमाणु धन आवेश के सम विभाजन का
Answer ⇒ (B)
 
17. परमाणु में वृत्तीय कक्षा में इलेक्ट्रॉन किस बल के कारण घूमते हैं ?
 
[ A ] नाभिकीय बल
[ B ] गुरुत्वाकर्षण बल
[ C ] कूलॉम बल
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
18. बोर परमाणु मॉडल के अनुसार इलेक्ट्रॉन उन्हीं कक्षाओं में परिक्रमा करता है जिनमें इलेक्ट्रॉन का कोणीय संवेग h/2π का हो –
 
[ A ] सम संख्या गुणज
[ B ] विषम संख्या गुणज
[ C ] एक पूर्णांक संख्या गुणज
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
19. रिडबर्ग नियतांक का मात्रक है –
 
[ A ] m-1 (प्रति मीटर)
[ B ] m (मीटर)
[ C ] s-1 (प्रति सेकेण्ड)
[ D ] s (सेकेण्ड)
Answer ⇒ (A)
 
20. हाइड्रोजन परमाणु में इलेक्ट्रॉन का न्यूनतम कोणीय संवेग होगा –
 
[ A ] h/π Js
[ B ] h/2π Js
[ C ] hπ Js
[ D ] 2πh Js
Answer ⇒ (B)
 
21. किसी नमूना का परमाणु क्रमांक Z तथा द्रव्यमान संख्या A है। इसके परमाणु में न्यूट्रॉन्स की संख्या होगी –
 
[ A ] A
[ B ] Z
[ C ] A + Z
[ D ] A – Z
Answer ⇒ (D)
 
22. लेजर की क्रिया के लिए जरूरी है
 
[ A ] संख्या परिवर्तन
[ B ] उच्च ताप
[ C ] निम्न ताप
[ D ] अर्द्धचालक
Answer ⇒ (A)
 
23. बोर परमाणु मॉडल सफल व्याख्या करता है
 
[ A ] रेखिल स्पेक्ट्रम का
[ B ] संतत् स्पेक्ट्रम का
[ C ] अवरक्त स्पेक्ट्रम का
[ D ] सभी का
Answer ⇒ (A)
 
24. इलेक्ट्रॉनों के आवेश का मान होता है
 
[ A ] 2 x 10–21 C
[ B ] 1.6 x 10-19 C
[ C ] 1.6 x 10-9 C
[ D ] 1.6 x 10–11 C
Answer ⇒ (B)
 
25. टॉमसन विधि द्वारा ज्ञात किया जाता है इलेक्ट्रॉन का
 
[ A ] संवेग
[ B ] आवेश
[ C ] द्रव्यमान
[ D ] आवेश तथा द्रव्यमान का अनुपात
Answer ⇒ (D)
 
27. इलेक्ट्रॉन वोल्ट (eV) मापता है
 
[ A ] आवेश
[ B ] विभवांतर
[ C ] धारा
[ D ] ऊर्जा
Answer ⇒ (D)
 
28. परमाणु का नाभिक बना होता है
 
[ A ] प्रोटॉनों से
[ B ] प्रोटॉन एवम् न्यूट्रॉन से
[ C ] एल्फा कण से
[ D ] प्रोटॉन और इलेक्ट्रॉन से
Answer ⇒ (B)
 
29. रदरफोर्ड का प्रकीर्णन प्रयोग निम्नलिखित में किसका अस्तित्व सिद्ध करता है?
 
[ A ] ऋणावेशित नाभिक का
[ B ] धनाविष्ट नाभिक का
[ C ] नाभिक में न्यूट्रॉन का
[ D ] परमाणु धन आवेश के सम विभाजन का
Answer ⇒ (B)
 
30. परमाणु में वृत्तीय कक्षा में इलेक्ट्रॉन किस बल के कारण घूमते
 
[ A ] नाभिकीय बल
[ B ] गुरुत्वाकर्षण बल
[ C ] कूलॉम बल
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

13. नाभिक

 

OBJECTIVE QUESTIONS

 
1. निम्नलिखित में से किसकी भेदनक्षमता महत्तम है?
 
[ A ] x-किरणों का
[ B ] कैथोड किरणों का
[ C ] α-किरणों का
[ D ] γ-किरणों का
Answer ⇒ (D)
 
2. B-किरणें तेजी से चलने वाले
 
[ A ] प्रोटॉन हैं
[ B ] न्यूट्रॉन है
[ C ] इलेक्ट्रॉन हैं
[ D ] इनमें से कोई नहीं
Answer ⇒ (C);
 
3. रेडियो न्यूक्लाइड के अपक्षय नियतांक के व्युत्क्रम को कहा जाता है
 
[ A ] अर्धायु
[ B ] कुल आयु
[ C ] औसत-आयु
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
4. नाभिकों के मिलने और नए नाभिक (nucleus) के बनने और ऊर्जा के मुक्त होने की घटना को कहा जाता है
 
[ A ] नाभिकीय संलयन (fusion)
[ B ] नाभिकीय विखंडन (fission)
[ C ] श्रंखला अभिक्रिया (chain reaction)
[ D ] तत्त्वांतरण (transmutation)
Answer ⇒  (A)
   
5. प्रति न्यूक्लियॉन द्रव्यमान क्षति को कहा जाता है
 
[ A ] पैकिंग फैक्सन
[ B ] ऊर्जा ह्रास
[ C ] संवेग ह्रास
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
6. नाभिकीय रिएक्टर में कन्ट्रोल रॉड (कैडमियम) का प्रयोग किया जाता है
 
[ A ] न्यूट्रॉन की गति करने के लिए
[ B ] न्यूट्रॉन अवशोषित करने के लिए
[ C ] इनमें से कोई नहीं
[ D ] इनमें से सभी
Answer ⇒ (B)
 
7.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
8.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
9.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
10.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
11.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
12.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
13.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
14.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
15.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
16.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
17.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
18.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
19.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
20.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
21.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
22.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
23.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (D)
 
24.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
25.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (B)
 
27.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A )
 
28.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (A)
 
29.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
 
30.
 
[ A ]
[ B ]
[ C ]
[ D ]
Answer ⇒ (C)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

14. अर्द्धचालक इलेक्ट्रॉनिकी

 

OBJECTIVE QUESTIONS

 
1. बूलियन बीजगणित में Y = A + B का मतलब है
 
[ A ] Y बराबर है A तथा B के
[ B ] Y बराबर है A तथा B के योग के
[ C ] Y बराबर नहीं है A या B के
[ D ] Y बराबर है दोनोंA तथा B के
Answer ⇒ (A)
 
2. बूलियन बीजगणित Y = A. B का मतलब है
 
[ A ] Y बराबर है A तथा B के गुणनफल का
[ B ] Y बराबर है A तथा B के
[ C ] Y बराबर हैA या B के
[ D ] Y बराबर नहीं हैA या B के
Answer ⇒ (B);
 
3. ताप बढ़ने के साथ अर्थचालक का प्रतिरोध
 
[ A ] बढ़ता है
[ B ] घटता है
[ C ] कभी बढ़ता है और कभी घटता है
[ D ] अपरिवर्तित होता है
Answer ⇒ (B)
 
4. अर्द्धचालकों में अपद्व्यों को डालने से
 
[ A ] वे रोधी (insulators) हो जाते हैं
[ B ] उनकी चालकता घट जाती है
[ C ] उनकी चालकता शून्य हो जाती है
[ D ] उनकी चालकता बढ़ जाती है
Answer ⇒  (D)
   
5. एक शुद्ध अर्द्धचालक का परम शून्य ताप पर व्यवहार है-
 
[ A ] एक कुचालक की भाँति
[ B ] एक अति-चालक की भाँति
[ C ] एक N-प्रकार के अर्द्धचालक की भाँति
[ D ] एक धातु चालक की भाँति
Answer ⇒ (A)
 
6. N-प्रकार का अर्द्धचालक बनाने के लिए शुद्ध सिलिकॉन में मिलाया जाने वाला अशुद्ध परमाणु है :
 
[ A ] फॉसफोरस
[ B ] बोरॉन
[ C ] एण्टीमनी
[ D ] एल्यूमिनियम
Answer ⇒ (C)
 
7. PNP ट्रान्जिस्टर की तुलना में NPN ट्रान्जिस्टर श्रेष्ठ है क्योंकि
 
[ A ] यह सस्ता होता है
[ B ] इसमें ऊर्जा का ह्रास कम होता है
[ C ] इसमें इलेक्ट्रॉनों का प्रवाह अधिक होता है ।
[ D ] यह अधिक शक्ति सहन करने की क्षमता रखता है
Answer ⇒ (C)
 
8. अर्द्धचालकों में अशुद्धि मिलाने की क्रिया को कहा जाता है
 
[ A ] डोपिंग
[ B ] हाइब्रीडायजेशन
[ C ] अनुशीलन
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
9. 2डायोड को कहा जाता है
 
[ A ] फ्लेमिंग वाल्व
[ B ] रिचार्डसन वाल्व
[ C ] एडीसन वाल्व
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
10. एक अर्द्धचालक को T1K से T2K ताप पर ठंडा किया जाता है, तो इसका प्रतिरोध
 
[ A ] बढ़ेगा
[ B ] घटेगा
[ C ] नियत रहेगा
[ D ] पहले घटेगा फिर बढ़ेगा
Answer ⇒ (A)
 
11. यदि ट्रांजिस्टर के धारा नियतांक α तथा B है तो-
 
[ A ] αβ = 1
[ B ] β>1, α<1
[ C ] α = β
[ D ] β1
Answer ⇒ (B)
 
12. विवर (होल) मोबाइल आवेश वाहक होता है
 
[ A ] कन्डक्शन बैण्ड में
[ B ] फॉरबीडेन ऊर्जा अन्तराल में
[ C ] वैलेन्स बैण्ड में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
13. ट्रांजिस्टर की क्रिया हेतु निम्नलिखित में कौन-सा कथन सही है ?
 
[ A ] आधार, उत्सर्जक और संग्राहक क्षेत्रों का आकार (size) और अपमिश्रण सांद्रता समान होनी चाहिए
[ B ] आधार क्षेत्र बहुत बारीक और अपमिश्रित होना चाहिए
[ C ] उत्सर्जक संधि अग्र अभिनति है और संग्राहक संधि उत्क्रम अभिनति है
[ D ] उत्सर्जक संधि और संग्राहक संधि दोनों ही अग्र अभिनति है
Answer ⇒ (B)
 
14. ट्रान्जिस्टर की धारा लाभ a परिभाषित होता है
 
[ A ] Ic/Ib द्वारा
[ B ] Ic/Ie द्वारा
[ C ] Ie/Ic द्वारा
[ D ] Ib/Ie द्वारा
Answer ⇒ (B)
 
15. पूर्ण-तरंगी दिष्टकारी में, यदि निवेश आवृत्ति 50 Hz है तो निर्गम आवृत्ति क्या
 
[ A ] 25
[ B ] 50
[ C ] 100
[ D ] 200
Answer ⇒ (C)
 
16. P-N-Pट्रांजिस्टर के लिए कॉमन आधार में α का मान 0.98 है तो कॉमन उत्सर्जक में धारा लाभ β का मान होगा –
 
[ A ] 4.9
[ B ] 0.49
[ C ] 49
[ D ] 0.98
Answer ⇒ (C)
 
17. N-P-N ट्रान्जिस्टर के लिए कॉमन आधार में β का मान 100 है तो कॉमन उत्सर्जक में धारा लाभ α का मान होगा –
 
[ A ] 0.99
[ B ] 1.01
[ C ] 0.92
[ D ] 0.95
Answer ⇒ (A)
 
18. ट्रान्जिस्टर के किस विन्यास में वोल्टता लाभ अधिकतम है ?
 
[ A ] कॉमन आधार में
[ B ] कॉमन उत्सर्जक में
[ C ] कॉमन संग्राहक में
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
19. एक शुद्ध अर्द्धचालक का परम शून्य ताप पर व्यवहार है
 
[ A ] एक कुचालक की भाँति
[ B ] एक अति-चालक की भाँति
[ C ] एक N-प्रकार के अर्द्धचालक की भाँति
[ D ] एक धातु चालक की भाँति
Answer ⇒ (A)
 
20. N-प्रकार का अर्द्धचालक बनाने के लिए शुद्ध सिलिकॉन में मिलाया जाने वाला अशुद्ध परमाणु है :
 
[ A ] फॉसफोरस
[ B ] बोरॉन
[ C ] एण्टीमनी
[ D ] एल्यूमिनियम
Answer ⇒ (C)
 
21. जर्मेनियम क्रिस्टल को N-प्रकार का अर्द्धचालक बनाने के लिए उसमें मिलाये जाने वाले अपद्रव्य की संयोजकता होगी :
 
[ A ] 6
[ B ] 5
[ C ] 4
[ D ] 3
Answer ⇒ (B)
 
22. P–N संधि का अग्र अभिनति दशा में :
 
[ A ] कोई धारा प्रवाहित नहीं होती है
[ B ] केवल P क्षेत्र से होल N क्षेत्र में प्रवेश करता है
[ C ] केवल N क्षेत्र से इलेक्ट्रॉन P क्षेत्र में प्रवेश करता है
[ D ] प्रत्येक क्षेत्र से बहुसंख्यक वाहक दूसरे क्षेत्र में प्रवेश करता है
Answer ⇒ (D)
 
23. प्रवर्धक के रूप में ट्रान्जिस्टर, ट्रायोड वाल्व की अपेक्षा श्रेष्ठ है क्योंकि –
 
[ A ] यह अधिक ताप परिवर्तन सहन कर सकता है
[ B ] इसकी निर्गत प्रतिबाधा उच्च होती है
[ C ] यह उच्च सामर्थ्य को सँभाल सकता है
[ D ] इसे ऊष्मक की आवश्यकता नहीं है
Answer ⇒ (D)
 
24. .सक्रिय विधा में ट्रान्जिस्टर के लिए निम्न में से कौन-सा कथन सही है ?
 
[ A ] E-B संधि अग्र और B-C पश्च होती है
[ B ] E-B संधि पश्च और B-C अग्र होती है
[ C ] E-B, B-C दोनों संधियाँ अग्र होती हैं
[ D ] E-B, B-C दोनों संधियाँ पश्च होती हैं
Answer ⇒ (A)
 
25. P–N–P ट्रान्जिस्टर की तुलना में N–P–N ट्रान्जिस्टर श्रेष्ठ है क्योंकि-
 
[ A ] यह सस्ता होता है
[ B ] इसमें ऊर्जा का ह्रास कम होता है
[ C ] इसमें इलेक्ट्रॉनों का प्रवाह अधिक होता है
[ D ] यह अधिक शक्ति सहन करने की क्षमता रखता है
Answer ⇒ (C)
 
27. यदि किसी अर्द्धचालक में छिद्रों एवं इलेक्ट्रॉनों की संख्या क्रमशः NP तथा Ne हो तो –
 
[ A ] Np > Ne
[ B ] Np = Ne
[ C ] Np < Ne
[ D ] Np ≠ Ne
Answer ⇒ (B)
 
28. अर्द्धचालकों में अशुद्धि मिलाने की क्रिया को कहा जाता है-
 
[ A ] डोपिंग
[ B ] हाइब्रीडायजेशन
[ C ] अनुशीलन
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
29. डायोड को कहा जाता है –
 
[ A ] फ्लेमिंग वाल्व
[ B ] रिचार्डसन वाल्व
[ C ] एडीसन वाल्व
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
30. संयोजक ऊर्जा बैण्ड तथा चालन ऊर्जा बैण्ड के बीच के अन्तराल को कहते है –
 
[ A ] फर्मी बैण्ड
[ B ] बैण्ड गैप
[ C ] संयोजक बैण्ड
[ D ] चालन बैण्ड
Answer ⇒ (B)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

15.संचार व्यवस्था

 

OBJECTIVE QUESTIONS

 
1. वैसी युक्ति जिससे एक तीव्र, एक वर्णी, समान्तर तथा उच्च कला-सम्बद्ध प्रकाश पुंज प्राप्त किया जाता है, उसे कहते हैं
 
[ A ] लेसर
[ B ] रडार
[ C ] टेलीविजन
[ D ] कम्प्यूटर
Answer ⇒ (A)
 
2. आयनमंडल में उपस्थित आयन है केवल
 
[ A ] धन आयन
[ B ] मुक्त पॉजिस्ट्रॉन
[ C ] ऋणायन
[ D ] मुक्त इलेक्ट्रॉन
Answer ⇒ (A);
 
3. आयनमंडल का व्यवहार रेडियो तरंगों हेतु होता है
 
[ A ] विरल माध्यम
[ B ] संघन माध्यम
[ C ] मुक्त आकाश
[ D ] परावैद्युत माध्यम
Answer ⇒ (A)
 
4. माइक्रो-तरंगों की आवृत्ति होती है
 
[ A ] रेडियो आवृत्ति से अधिक
[ B ] रेडियो आवृत्ति से कम
[ C ] प्रकाश आवृत्ति से अधिक
[ D ] श्रव्य आवृत्ति से कम
Answer ⇒  (A)
   
5. भू-तरंगों का ध्रुवण होता है पृथ्वी तल के
 
[ A ] किसी भी दिशा में
[ B ] 60° के कोण पर
[ C ] लम्बवत्
[ D ] समान्तर
Answer ⇒ (C)
 
6. संचार तंत्र का भाग नहीं है
 
[ A ] प्रेषण
[ B ] संचरण
[ C ] अभिग्रहण
[ D ] ऊर्जा
Answer ⇒ (D)
 
7. एनालॉग संचार तंत्र का उदाहरण नहीं है
 
[ A ] फैक्स
[ B ] टेलीग्राफी
[ C ] राडार
[ D ] टेलेक्स
Answer ⇒ (A)
 
8. भू-स्थिर उपग्रह की ऊँचाई पृथ्वी तल से है
 
[ A ] 65930 कि०मी०
[ B ] 35930 कि०मी०
[ C ] 25930 कि०मी०
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
9. प्रकाशीय तंतु संचरण में प्रकाश स्रोत के रूप में होता है
 
[ A ] जेनर डायोड
[ B ] लेसर या प्रकाश उत्सर्जक डायाड
[ C ] फोटो डायोड
[ D ] सोडियम प्रकाश
Answer ⇒ (B)
 
10. माइक्रोफोन द्वारा होता है
 
[ A ] विद्युत् वोल्टता का ध्वनि तरंग में परिवर्तन
[ B ] ध्वनि दाब का विद्युत् वोल्टता या धारा में परिवर्तन
[ C ] किसी वस्तु की आवर्धित चित्र की प्राप्ति
[ D ] इनमें से कोई नहीं
Answer ⇒ (B)
 
11. फैक्स’ का अर्थ है
 
[ A ] फुल एक्सेस ट्रान्समिशन
[ B ] फैक्सीमाइल टेलीग्राफी
[ C ] फेक्च्यूअल ऑटो एक्सेस
[ D ] फीड ऑटो एक्सचेंज
Answer ⇒ (B)
 
12. संगीत के प्रेषण के लिए वाद्य यंत्रों द्वारा उच्च आवृत्तियों के स्वर उत्पन्न करने के लिए बैण्ड-चौड़ाई होती है
 
[ A ] 20 हर्ट्ज
[ B ] 20 किलो हर्ट्ज
[ C ] 20 x 104 हर्ट्ज
[ D ] 200 हर्ट्ज
Answer ⇒ (B)
 
13. दृश्यों के प्रसारण के लिए विडियो सिग्नलों की बैण्ड-चौड़ाई होती है
 
[ A ] 5.2 मेगा हर्ट्ज
[ B ] 52 हर्ट्ज
[ C ] 4.2 मेगा हल
[ D ] 42 हर्ट्ज
Answer ⇒ (C)
 
14. वैसी व्यवस्था जिसके अन्तर्गत किसी विशाल एवं जटिल नेटवर्क से संयोजित दो या अधिक कम्प्यूटरों के बीच हर प्रकार की सूचना का आदान-प्रदान एवं संचार होता है, उसे कहते हैं –
 
[ A ] ई-मेल
[ B ] इंटरनेट
[ C ] फैक्स
[ D ] कोरियर
Answer ⇒ (B)
 
15. इलेक्ट्रॉनिक साधनों का उपयोग करके इंटरनेट के उपयोग द्वारा व्यापार को प्रोन्नत करना कहलाता है-
 
[ A ] कम्प्यूटर ऑपरेटर
[ B ] ई-कॉमर्स
[ C ] ई-मेल
[ D ] चैटिंग
Answer ⇒ (B)
 
16. बादलों के द्वारा परावर्तन होता है –
 
[ A ] सूक्ष्म तरंगों का
[ B ] रेडियो तरंगों
[ C ] अवरक्त किरणों का
[ D ] पराबैंगनी किरणों का
Answer ⇒ (C)
 
17. लघु तरंगों की परास है –
 
[ A ] 30 MHz से 30 MHz
[ B ] 300 kHz से 3 MHz
[ C ] 30 kHz 300 kHz
[ D ] 30 MHz से 300 MHz
Answer ⇒ (A)
 
18. तनुकरण (Attenuation) का मापन किया जाता है –
 
[ A ] डेसीबल
[ B ] ओम
[ C ] साइमन
[ D ] म्हो
Answer ⇒ (A)
 
19. किसी डिस्क में 2 प्लेटे हैं। प्रत्येक सैक्टर में 256 बाइट्स हैं, प्रत्येक पृष्ठ में 256 सेक्टर तथा 2560 ट्रेक्स हैं। डिस्क पैक की क्षमता है –
 
[ A ] 2560 यूनिट
[ B ] 2560 x 256 यूनिट
[ C ] 2560 x 256 x 256 x 2 यूनिट
[ D ] 2560 x 2 x 256 / 256 यूनिट 256
Answer ⇒ (C)
 
20. UHF की परास है :
 
[ A ] 300 MHz से 3000 MHz
[ B ] 3000 से 300000 MHz
[ C ] 3 MHz से 30 MHz
[ D ] 300 KHz से 3 MHz
Answer ⇒ (A)
 
21. BER का क्या अर्थ है ?
 
[ A ] बीट इफिसिएंसी अनुपात
[ B ] बीट त्रुटि अनुपात
[ C ] बैंड इफिसिएंसी अनुपात
[ D ] बीट त्रुटि दर
Answer ⇒ (B)
 
22. स्काई वेब संचार आधारित है –
 
[ A ] आयनमंडल द्वारा परावर्तन पर
[ B ] आयनमंडल द्वारा अवशोषण पर
[ C ] आयनमंडल में संचरण पर
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
 
23. रेडियो तरंगों का परावर्तन होता है
 
[ A ] आयनोस्फियर से
[ B ] स्ट्रेटोस्फियर से
[ C ] ट्रोपोस्फियर से
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
24. मॉडुलन कितने प्रकार का होता है
 
[ A ] 2 प्रकार
[ B ] 3 प्रकार
[ C ] 4 प्रकार
[ D ] 5 प्रकार
Answer ⇒ (D)
 
25. संचार उपग्रह का आवर्तकाल है –
 
[ A ] 1 वर्ष
[ B ] 24 घंटे
[ C ] 27.3 घंटे
[ D ] कोई निश्चित नहीं
Answer ⇒ (B)
 
27. डिजिटल संकेत में सम्भव है –
 
[ A ] 0 तथा 1
[ B ] सभी मान
[ C ] 0 तथा 1 के बीच का सभी मान
[ D ] इनमें से कोई नहीं
Answer ⇒ (A )
 
28. राडार तथा दूर संचार में किस विद्युत्-चुम्बकीय तरंग का उपयोग होता है ?
 
[ A ] माइक्रो तरंगें
[ B ] रेडियो तरंगें
[ C ] अवरक्त विकिरण
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
29. किस स्थिति में प्रकाशीय तंतु संचरण में प्रकाश की किरणों का बार-बार पूर्ण आन्तरिक परावर्तन होता है –
 
[ A ] आपतन कोण > क्रान्तिक कोण
[ B ] आपतन कोण = क्रान्तिक कोण
[ C ] आपतन कोण < क्रान्तिक कोण
[ D ] इनमें से कोई नहीं
Answer ⇒ (A)
 
30. पृथ्वी तल पर dदूरी तक टेलीविजन सिगनल प्रसारित करने के लिए प्रेषित एण्टीना की आवश्यक ऊँचाई होती है :
 
[ A ] h = d/2R
[ B ] h = d2/R
[ C ] h = d2/2R
[ D ] इनमें से कोई नहीं
Answer ⇒ (C)
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

1. Reproduction in Organism

 

OBJECTIVE QUESTIONS

 
1. Single-celled animals are said to be immortal because
 
[ A ] they grow indefinitely in size
[ B ] they can tolerate any degree of change in temperature
[ C ] they can reproduce throughout their life span
[ D ] they continue to live as their daughter cells.
Answer ⇒ (D)
 
2. The process of formation of gametes is called
 
[ A ] gametogenesis
[ B ] cytokinesis
[ C ] sporogenesis
[ D ] meiocytes
Answer ⇒ (A)
 
3. Select the option which arranges the given organisms in ascending order of their life span.
 
[ A ] parrot < crow < butterfly < banyan tree
[ B ] butterfly < crow < parrot < crocodile
[ C ] fruit fly < crocodile < parrot < banyan tree
[ D ] parrot < tortoise < dog < crow
Answer ⇒ (C)
 
4. Viviparity is found in
 
[ A ] sharks
[ B ] lizards
[ C ] frogs
[ D ] birds
Answer ⇒  (A)
   
5. Internal fertilization takes place in
 
[ A ] birds
[ B ] frog
[ C ] algae
[ D ] fish
Answer ⇒ (A)
 
6. The number of chromosomes in the shoot tip cells of a maize plant is 20. The number of chromosomes in the microspore mother cells of the same plant shall be
 
[ A ] 20
[ B ] 10
[ C ] 40
[ D ] 15
Answer ⇒ (A)
 
7. ‘Clones’ are individuals that have exactly the same
 
[ A ] lifespan
[ B ] physiology
[ C ] growth rate
[ D ] genetic makeup
Answer ⇒ (C)
 
8. Meiosis does not occur in
 
[ A ] asexually reproducing diploid individuals
[ B ] sexually reproducing haploid individuals
[ C ] sexually reproducing diploid individuals
[ D ] all of these.
Answer ⇒ (A)
 
9. Which of the following is a post-fertilization event in flowering plants?
 
[ A ] transfer of pollen grains
[ B ] embryo development
[ C ] formation of flower
[ D ] formation of pollen
Answer ⇒ (B)
 
10. There are various types of reproduction. The type of reproduction adopted by an organism depends on
 
[ A ] the habitat and morphology of the organism
[ B ] morphology of the organism
[ C ] morphology and physiology of the organism
[ D ] the organisms habitat, physiology and genetic makeup
Answer ⇒ (D)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

2. Sexual Reproduction in Flowering plants

 

OBJECTIVE QUESTIONS

 
1. Which of the following devices is not used by plants to prevent autogamy?
 
[ A ] Self-incompatibility
[ B ] Production of unisexual flowers
[ C ] Heterostyly
[ D ] Production of cleistogamous flowers
Answer ⇒ (D)
 
2. The edible part in coconut is the endosperm. Which part of the endosperm is called liquid syncytium?
 
[ A ] Liquid endosperm in the coconut seed
[ B ] Endosperm meat
[ C ] The outermost layer of endosperm
[ D ] All of these
Answer ⇒ (A)
 
3. The scutellum is a part of
 
[ A ] grass cotyledon
[ B ] dicot cotyledon
[ C ] maize endosperm.
[ D ] pericarp
Answer ⇒ (A)
 
4. Anemophily can be best seen in
 
[ A ] sunflower
[ B ] maize
[ C ] fig
[ D ] yucca
Answer ⇒  (A)
   
5. The single shield-shaped cotyledon in monocot is called
 
[ A ] epiblast
[ B ] coleorhiza
[ C ] coleoptile
[ D ] scutellum
Answer ⇒ (d)
 
6. When anthers mature prior to maturity of stigma, it is called
 
[ A ] protogymy
[ B ] heterostyly
[ C ] dichogamy
[ D ] protandry
Answer ⇒ (D)
 
7. The fusion of male gametes with a secondary nucleus is called
 
[ A ] syngamy
[ B ] triple fusion
[ C ] geitonogamy
[ D ] cleistogamy
Answer ⇒ (B)
 
8. The process of double fertilization was discovered by
 
[ A ] Strasburger
[ B ] P Maheshwaring
[ C ] Nawaschin
[ D ] Amici
Answer ⇒ (C)
 
9. Milky water of green coconut is
 
[ A ] liquid female gametophyte
[ B ] secretion of seedcoat
[ C ] liquid endosperm.
[ D ] degenerated nuclear tissue
Answer ⇒ (C)
 
10. What would be the number of chromosomes in the aleurone layer if the megaspore mother cell contains 10 chromosomes?
 
[ A ] 10
[ B ] 15
[ C ] 20
[ D ] 30
Answer ⇒ (C)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

3. Human reproduction

 

OBJECTIVE QUESTIONS

 
1. Temperature of the scrotum which is necessary for the functioning of testis is always ………. around below body temperature.
 
[ A ] 2°C
[ B ] 4°C
[ C ] 6°C
[ D ] 8°C
Answer ⇒ (A)
 
2. Which of the following is correct about mammalian testes ?
 
[ A ] Graafian follicles, Sertoli cells, Leydig’s cells
[ B ] Graafian follicles, Sertoli cells, Seminiferous tubules
[ C ] Sertoli cells, Seminiferous tubules, Leyding’s cells
[ D ] Graafian follicle, leyding’s cells, Seminiferous tubule
Answer ⇒ (C)
 
3. The nutritive cells found in seminiferous tubules are
 
[ A ] Leydig’s cells
[ B ] atretic follicular cells
[ C ] Sertoli cells
[ D ] chromaffin cells.
Answer ⇒ (C)
 
4. If mammalian ovum fails to get fertilized, which one of the following is unlikely ?
 
[ A ] Corpus luteum will disintegrate
[ B ] Progesterone secretion rapidly declines.
[ C ] Estrogen secretion increases.
[ D ] Primary follicle starts developing.
Answer ⇒  (C)
   
5. A human female reaches menopause aroung the age of
 
[ A ] 50 years
[ B ] 15 years
[ C ] 70 years
[ D ] 25 years
Answer ⇒ (A)
 
6. Seminal plasma in humans is rich in
 
[ A ] fructose and calcium but has no enzymes
[ B ] fructose and calcium but has no enzymes
[ C ] fructose and certain enzymes but poor in calcium
[ D ] fructose, calcium and certain enzymes.
Answer ⇒ (d)
 
7. Prostate glands are located below
 
[ A ] gubernaculums
[ B ] seminal vesicles
[ C ] epididymis
[ D ] bulbourethral glands
Answer ⇒ (B)
 
8. The function of the secretion of prostate gland is to
 
[ A ] inhibit sperm activity
[ B ] attract sperms
[ C ] stimulate sperm activity
[ D ] none of these.
Answer ⇒ (C)
 
9. Lower narrow end of uterus is called
 
[ A ] urethra
[ B ] cervix
[ C ] clitoris
[ D ] vulva
Answer ⇒ (B)
 
10. Bartholin’s glands are situated
 
[ A ] on the either side of vagina in humans
[ B ] on either side of vas deferens in humans
[ C ] on either side of penis in humans
[ D ] on either side of Fallopian tube in humans.
Answer ⇒ (A)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

4. Reproductive health

 

OBJECTIVE QUESTIONS

 
1. Which of the following is ART?
 
[ A ] IUDs
[ B ] GIFT
[ C ] ZIFT
[ D ] Both b & c
Answer ⇒ (D)
 
2. The technique called Gamete Intra Fallopian Transfer (GIFT) is recommended for those females
 
[ A ] who cannot produce an ovum
[ B ] who cannot retain the foetus inside uterus
[ C ] who cannot provide suitable environment for fertilization
[ D ] all of these
Answer ⇒ (A)
 
3. Which method can be used for women that cannot produce ovum but can provide suitable environment ?
 
[ A ] IUD
[ B ] GIFT
[ C ] IUI
[ D ] ICSI
Answer ⇒ (B)
 
4. Which of these can be used to cure infertility in couples where male partner has very low sperm count ?
 
[ A ] IUD
[ B ] GIFT
[ C ] IUI
[ D ] None of these
Answer ⇒  (C)
   
5. The method of directly injecting a sperm into ovum in assisted reproductive technology is called
 
[ A ] GIFT
[ B ] ZIFT
[ C ] ICSI
[ D ] ET
Answer ⇒ (C)
 
6. Increased IMR and decreased MMR in a population will
 
[ A ] cause rapid increase in growth rate
[ B ] result in decline in growth rate
[ C ] not cause significant change in growth rate
[ D ] result in an explosive population.
Answer ⇒ (B)
 
7. Intensely lactating mothers do not generally conceive due to the
 
[ A ] suppression of gonadotropins
[ B ] hypersecretion of gonadotropins
[ C ] suppression of gametic transport
[ D ] suppression of fertilization.
Answer ⇒ (C)
 
8. A national level approach to build up a reproductively healthy society was taken up in our country in
 
[ A ] 1950s
[ B ] 1960s
[ C ] 1980s
[ D ] 1990s
Answer ⇒ (A)
 
9. Emergency contraceptives are effective if used within
 
[ A ] 72 hrs of coitus
[ B ] 72 hrs of ovulation
[ C ] 72 hrs of menstruation
[ D ] 72 hrs of implantation.
Answer ⇒ (A)
 
10. From the sexually transmitted diseases mentioned below, identify the one which does not specifically affect the sex organs
 
[ A ] Syphilis
[ B ] AIDS
[ C ] Gonorrhea
[ D ] Genital warts
Answer ⇒ (B)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

5. Principle of inheritance and variation

 

OBJECTIVE QUESTIONS

 
1. If a genetic disease is transferred from a phenotypically normal but carrier female to only some of the male progeny, the disease is
 
[ A ] autosomal dominant
[ B ] autosomal recessive
[ C ] sex-linked dominant
[ D ] sex-linked recessive.
Answer ⇒ (D)
 
2. In sickle cell anaemia glutamic acid is replaced by valine. Which one of the following triplets codes for valine ?
 
[ A ] GGG
[ B ] AAG
[ C ] GAA
[ D ] GUG
Answer ⇒ (D)
 
3. Person having genotype IA IB would show the blood group as AB. This is because of
 
[ A ] pleiotropy
[ B ] co-dominance
[ C ] segregation
[ D ] incomplete dominance.
Answer ⇒ (B)
 
4. ZZ/ZW type of sex determination is seen in
 
[ A ] platypus
[ B ] snails
[ C ] cockroach
[ D ] peacock
Answer ⇒  (D)
   
5. A cross between two tall plants resulted in offspring having few dwarf plants. What would be the genotypes of both the parents ?
 
[ A ] TT and Tt
[ B ] Tt and Tt
[ C ] TT and TT
[ D ] Tt and It
Answer ⇒ (B)
 
6. In a dihybrid cross, if you get 9 : 3 : 3 : 1 ratio it denotes that
 
[ A ] the alleles of two genes are interacting with each other
[ B ] it is a multigenic inheritance
[ C ] it is a case of multiple allelism
[ D ] the alleles of two genes are segregating independently.
Answer ⇒ (D)
 
7. Which of the following will not result in variations among siblings ?
 
[ A ] Independent assortment of genes
[ B ] Crossing over
[ C ] Linkage
[ D ] Mutation
Answer ⇒ (C)
 
8. Mendel’s Law of independent assortment holds good for genes situated on the
 
[ A ] non-homologous chromosomes
[ B ] homologous chromosomes
[ C ] extra nuclear genetic element
[ D ] same chromosome
Answer ⇒ (B)
 
9. Occasionally, a single gene may express more than one effect. The phenomenon is called
 
[ A ] multiple allelism
[ B ] mosaicism
[ C ] pleiotropy
[ D ] polygeny
Answer ⇒ (C)
 
10. In the F2 generation of a Mendelian dihybrid cross the number of phenotypes and genotypes are
 
[ A ] phenotypes – 4; genotypes – 16
[ B ] phenotypes – 9; genotypes – 4
[ C ] phenotypes – 4; genotypes – 8
[ D ] phenotypes – 4; genotypes – 9.
Answer ⇒ (D)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

6. Molecular basis of inheritance

 

OBJECTIVE QUESTIONS

 
1. In a DNA strand the nucleotides are linked together by
 
[ A ] glycosidic bonds
[ B ] phosphodiester bonds
[ C ] peptide bonds
[ D ] hydrogen bonds.
Answer ⇒ (D)
 
2. The net electric charge on DNA and histones is
 
[ A ] both positive
[ B ] both negative
[ C ] negative and positive, respectively
[ D ] zero
Answer ⇒ (C)
 
3. Which of the following statements is the most appropriate for sickle cell anemia ?
 
[ A ] It cannot be treated with iron supplements.
[ B ] It is a molecular disease.
[ C ] It confers resistance to acquiring malaria.
[ D ] All of the above.
Answer ⇒ (D)
 
4. The first genetic material could be
 
[ A ] protein
[ B ] carbohydrates
[ C ] DNA
[ D ] RNA
Answer ⇒  (D)
   
5. The human chromosome with the highest and least number of genes in them are respectively
 
[ A ] chromosome 21 and Y
[ B ] chromosome 1 and X
[ C ] chromosome 1 and Y
[ D ] chromosome X and Y.
Answer ⇒ (C)
 
6. Who amongst the following scientist had no contribution in the development of the double helix model for the structure of DNA ?
 
[ A ] Rosalind Franklin
[ B ] Maurice Wilkins
[ C ] Erwin Chargaff
[ D ] Meselson and Stahl
Answer ⇒ (B)
 
7. Which of the following steps in transcription is catalyzed by RNA polymerase?
 
[ A ] Initiation
[ B ] Elongation
[ C ] Termination
[ D ] All of the above
Answer ⇒ (D)
 
8. Control of gene expression takes place at the level of
 
[ A ] DNA-replication
[ B ] Transcription
[ C ] Travslation
[ D ] None of the above.
Answer ⇒ (b)
 
9. Which was the last human chromosome to be completely sequenced?
 
[ A ] Chromosome 1
[ B ] Chromosome 11
[ C ] Chromosome 21
[ D ] Chromosome X
Answer ⇒ (a)
 
10. In some viruses, DNA is synthesised by using RNA as template. Such a DNA is called
 
[ A ] A – DNA
[ B ] B – DNA
[ C ] cDNA
[ D ] rDNA
Answer ⇒ (C)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

7. Evolution

 

OBJECTIVE QUESTIONS

 
1. The theory of spontaneous generation stated that
 
[ A ] Life arose from living forms only
[ B ] Life can arise from both living and non-living
[ C ] Life can arise from non-living things only
[ D ] Life arises spontaneously, neither from living nor from the non-living.
Answer ⇒ C)
 
2. Animal husbandry and plant breeding programmes are the examples of
 
[ A ] Reverse evolution
[ B ] artificial selection
[ C ] Mutation
[ D ] Natural selection.
Answer ⇒ (D)
 
3. Paleontological evidences for evolution refer to the
 
[ A ] Development of embryo
[ B ] Homologous organs
[ C ] Fossils
[ D ] Analogous organs
Answer ⇒ (C)
 
4. The bones of forelimbs of whale, bat, cheeah and man are similar in structure, because
 
[ A ] One organism has given rise to another
[ B ] They share a common ancestor
[ C ] They perform the same function.
[ D ] they have biochemical similarities.
Answer ⇒  (B)
   
5. Analogous organs arise due to
 
[ A ] Divergent evolution
[ B ] Artificial selection
[ C ] Genetic drift
[ D ] Convergent evolution.
Answer ⇒ (A)
 
6. (p+q)2 = p2 + 2p Q + Q 2 = 1 represents an equation used in
 
[ A ] Population genetics
[ B ] Mendilian genetics
[ C ] Biometrics
[ D ] Molecular genetics.
Answer ⇒ (A)
 
7. Appearance of antibiotic-resistant bacteria is an example of
 
[ A ] Adaptive radiation
[ B ] Transduction
[ C ] Pre-existing variation in the population
[ D ] Divergent evolution.
Answer ⇒ (C)
 
8. Fossils are generally found in
 
[ A ] Sedimentary rocks
[ B ] Igneous rocks
[ C ] Metamorphic rocks
[ D ] any type of rock
Answer ⇒ (A)
 
9. Which type of selection is industrial melanism observed in moth, Biston betularia?
 
[ A ] Stabilizing
[ B ] Directional
[ C ] Disruptive
[ D ] Artificial
Answer ⇒ (B)
 
10. Which of the following is an example for link species ?
 
[ A ] Lobe fish
[ B ] Dodo bird
[ C ] Seaweed
[ D ] Chimpanzee
Answer ⇒ (A)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

8. Human health and diseases

 

OBJECTIVE QUESTIONS

 
1. AIDS is caused by HIV. Among the following, which one is not a mode of transmission of HIV?
 
[ A ] Transfusion of contaminated blood
[ B ] Sharing the infected needles
[ C ] Shaking hands with infected persons
[ D ] Sexual contact with infected persons
Answer ⇒ (C)
 
2. ‘Smack’ is a drug obtained from the
 
[ A ] latex of Papever somniferum
[ B ] leaves of Cannabis saliva
[ C ] flowers of Datura
[ D ] fruits of Erythroxyl coca
Answer ⇒ (A)
 
3. The substance produced by a cell in viral infection that can protect other cells from further infection is
 
[ A ] serotonin
[ B ] colostrum
[ C ] interferon
[ D ] histamine
Answer ⇒ (B)
 
4. Antibodies present in colostrum which protect the new born from certain diseases is of
 
[ A ] IgG type
[ B ] IgA type
[ C ] IgD type
[ D ] IgE type
Answer ⇒  (B)
   
5. Tobacco consumption is known to stimulate secretion of adrenaline and nor-adrenaline. The component causing this could be
 
[ A ] nicotine
[ B ] tannic acid
[ C ] curaimin
[ D ] catechin
Answer ⇒ (A)
 
6. Antivenom against snake poison contains
 
[ A ] antigens
[ B ] antigen-antibody complexes
[ C ] antibodies
[ D ] enzymes
Answer ⇒ (C)
 
7. Which of the following is not a lymphoid tissue ?
 
[ A ] Spleen
[ B ] Tonsils
[ C ] Pancreas
[ D ] Thymus
Answer ⇒ (C)
 
8. Which of the following glands is large sized at birth but reduces in size with ageing ?
 
[ A ] Pineal
[ B ] Pituitary
[ C ] Thymus
[ D ] Thyroid
Answer ⇒ (C)
 
9. Haemozoin is a
 
[ A ] precursor of haemoglobin
[ B ] toxin released from Streptococcus infected cells
[ C ] toxin released from Plasmodium infected cells
[ D ] toxin released from Haemophilus infected cells
Answer ⇒ (C)
 
10. One of the following is not the causal organism for ringworm.
 
[ A ] Microsporum
[ B ] Trichophyton
[ C ] Epidermophyton
[ D ] Macrosporum
Answer ⇒ (D)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

9. Strategies for Enhancement in food production

 

OBJECTIVE QUESTIONS

 
1. ‘Lean meat’ is considered to be of high Quality because it has
 
[ A ] Lesser but easily digestible protein
[ B ] Lesser lipid content
[ C ] more fat that makes the meat softer
[ D ] longer table life due to lesser chances of infection
Answer ⇒ (B)
 
2. In livestock breeding experiments, which of the following stages is transferred to surrogate mothers ?
 
[ A ] Unfertilised eggs
[ B ] Fertilised eggs
[ C ] 8 to 32 celled embryo
[ D ] Frozen semen
Answer ⇒ (C)
 
3. The term ‘apiculture’ refers to
 
[ A ] tissue culture
[ B ] pisciculture
[ C ] bee-keeping
[ D ] animal-keeping
Answer ⇒ (C)
 
4. Which of the following plays a role in indigenous system of medicine?
 
[ A ] Plant breeding
[ B ] Fisheries
[ C ] Apiculture
[ D ] MOET
Answer ⇒  (C)
   
5. In honey, the main constituent is
 
[ A ] calcium
[ B ] sugar
[ C ] protein
[ D ] water
Answer ⇒ (B)
 
6. Beeswax is the secretion of abdominal glands of
 
[ A ] drones
[ B ] worker bees
[ C ] Queen bees
[ D ] works and Queen bees
Answer ⇒ (B)
 
7. Apis dorsata is
 
[ A ] little bee
[ B ] rock bee
[ C ] European bee
[ D ] Indian bee
Answer ⇒ (B)
 
8. The use of honeybee is
 
[ A ] to help in pollination
[ B ] production of bees wax
[ C ] production of honey
[ D ] all of these
Answer ⇒ (D)
 
9. Keeping beehives in crop fields during flowering period increases
 
[ A ] crop yield
[ B ] honey yield
[ C ] weeds yield
[ D ] both a and b
Answer ⇒ (D)
 
10. Which of the following is not a freshwater fish ?
 
[ A ] Salmon
[ B ] Mrigal
[ C ] Catla
[ D ] Rohu
Answer ⇒ (A)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

10. Microbes in Human Welfare

 

OBJECTIVE QUESTIONS

 
1. Integrated Pest Management (IPM) discourages the excessive used of
 
[ A ] biological methods
[ B ] chemical pesticides
[ C ] mechanical methods
[ D ] all of these
Answer ⇒ (D)
 
2. Which of the following is not used as a biopesticide ?
 
[ A ] Trichoderma harzianum
[ B ] Nucleopolyhedrovirus
[ C ] Xanthomonas campestris
[ D ] Bacillus thuringiensis
Answer ⇒ (C)
 
3. Organic farming does not include
 
[ A ] green manures
[ B ] chemical fertilisers
[ C ] farmyard manures
[ D ] compost
Answer ⇒ (B)
 
4. Organic farming includes
 
[ A ] use of fertilizers and pesticides of biological origin
[ B ] IPM (Integrated Pest Management)
[ C ] locally developed pest resistant varieties
[ D ] all of these
Answer ⇒  (D)
   
5. Living organisms used to enrich the nutrient quality of the soil are called as
 
[ A ] biocontrol agents
[ B ] biofertilizers
[ C ] synthetic fertilizers
[ D ] natural fertilizers
Answer ⇒ (A)
 
6. Biofertilizers are
 
[ A ] some bacteria and cyanobacteria
[ B ] fertilizers formed by ploughing in barseem
[ C ] fertilizers obtained by decay of dead organisms
[ D ] fertilizers prepared by mixing cattle dung with crop residues
Answer ⇒ (A)
 
7. Biofertilizers are the living organisms which
 
[ A ] bring about soil nutrient enrichment
[ B ] maximize the ecological benefits
[ C ] minimize the environmental hazards
[ D ] all of these
Answer ⇒ (D)
 
8. Which one of the following can be used as biofertiliser in cotton field ?
 
[ A ] Azolla-Anabaena
[ B ] Streptococcus
[ C ] Azospirillum
[ D ] Azotobacter chroococcum
Answer ⇒ (D)
 
9. The symbiotic association between fungi and roots of higher plants is referred to as
 
[ A ] lichen
[ B ] mycorrhiza
[ C ] bio fertilizer
[ D ] biocontrol agent
Answer ⇒ (B)
 
10. Cyanobacteria are
 
[ A ] heterotrophs
[ B ] chemotrophs
[ C ] autotrophs
[ D ] organotrophs
Answer ⇒ (C)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

11. Biotechnology Principles and Process

 

OBJECTIVE QUESTIONS

 
1. Process used for amplification or multiplication of DNA in DNA fingerprinting is
 
[ A ] polymerase chain reaction
[ B ] southern blotting
[ C ] northern blotting
[ D ] none of these
Answer ⇒ (A)
 
2. Enzyme ‘Taqpolymerase’ used in PCR, has been isolated from bacterium
 
[ A ] Agrobacterium tumefaciens
[ B ] Thermus aquaticus
[ C ] Streptomyces albus
[ D ] Escherichia coli
Answer ⇒ (B)
 
3. Which one of the following is not a correct match ?
 
[ A ] Tumour inducing – Ti plasmid
[ B ] DNA probe – Identifies the desired DNA
[ C ] PCR – DNA staining
[ D ] Agarose – Seaweeds
Answer ⇒ (C)
 
4. The correct sequence of different steps of polymerase chain reaction is
 
[ A ] annealing → denaturation → extension
[ B ] denaturation → extension → annealing
[ C ] denaturation → annealing → extension
[ D ] extension → denaturation → annealing.
Answer ⇒  (C)
   
5. Which of the following is required to perform polymerase chain reaction ?
 
[ A ] Primers, dNTPs and DNA polymerase
[ B ] DNA, CaCl2 and nuclease
[ C ] Mg + 2, DNA
[ D ] Both a and c
Answer ⇒ (D)
 
6. Which of the following is not used to transfer the recombinant DNA into the host ?
 
[ A ] Micro-injection method
[ B ] Gene gun method
[ C ] Bioreactors
[ D ] Disarmed pathogen vectors
Answer ⇒ (C)
 
7. A device in which large volume of living cells are cultured in order to get a specific product is called
 
[ A ] PCR
[ B ] agitator
[ C ] bioreactor
[ D ] assimilator
Answer ⇒ (C)
 
8. Rising of dough is due to
 
[ A ] multiplication of yeast
[ B ] production of CO2
[ C ] emulsification
[ D ] hydrolysis of wheat flour starch into sugars
Answer ⇒ (B)
 
9. An enzyme catalysing the removal of nucleotides from the ends of DNA is
 
[ A ] endonuclease
[ B ] exonuclease
[ C ] DNA ligase
[ D ] Hind II
Answer ⇒ (D)
 
10. The transfer of genetic material from one bacterium to another through the mediation of a vector like virus is termed as
 
[ A ] transduction
[ B ] conjugation
[ C ] transformation
[ D ] translation
Answer ⇒ (A)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

12. Biotechnology and its Application

 

OBJECTIVE QUESTIONS

 
1. Molecular probes are used for many genetic disorders like
 
[ A ] Duchenne muscular dystrophy
[ B ] cystic fibrosis
[ C ] Tay-Sachs disease
[ D ] All of these.
Answer ⇒ (D)
 
2. Second generation vaccines are prepared by recombinant DNA technology. Which out of the following are the examples of such vaccines ?
 
[ A ] Hepatitis B virus vaccine
[ B ] Herpes virus vaccine
[ C ] Salk’s polio vaccine
[ D ] Both a and b
Answer ⇒ (D)
 
3. Animals that have had their DNA manipulated to possess and express a foreign gene are called
 
[ A ] transgenic animals
[ B ] somatic hybrids
[ C ] somaclones
[ D ] super animals
Answer ⇒ (A)
 
4. 95% of the existing transgenic animals are
 
[ A ] fish
[ B ] pigs
[ C ] sheep
[ D ] mice
Answer ⇒  (D)
   
5. The transgenic animals are those which have
 
[ A ] foreign RNA in all its cells
[ B ] foreign DNA in some of its cells
[ C ] foreign DNA in all its cells
[ D ] both a and c
Answer ⇒ (C)
 
6. Giant mouse has been produced through
 
[ A ] gene transfer
[ B ] gene differentiation
[ C ] tissue culture
[ D ] all of these.
Answer ⇒ (A)
 
7. What is ANDI ?
 
[ A ] Transgenic cow
[ B ] Transgenic dog
[ C ] Transgenic sheep
[ D ] Transgenic monkey
Answer ⇒ (D)
 
8. Given are names of some transgenic animals. Identify the name of transgenic sheep
 
[ A ] Rosie
[ B ] Dogie
[ C ] Tracy
[ D ] ANDI
Answer ⇒ (C)
 
9. Which of the following is not a genetically modified organism (GMO) ?
 
[ A ] Golden rice
[ B ] Rosie
[ C ] Dogie
[ D ] Dolly
Answer ⇒ (D)
 
10. A Human protein which is being obtained from transgenic animals and is used to treat emphysema is
 
[ A ] alpha-lactalbumin
[ B ] thyroxine
[ C ] α – 1 – antitrypsin
[ D ] insulin
Answer ⇒ (C)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

13. Organism and Population

 

OBJECTIVE QUESTIONS

 
1. Ecotone is
 
[ A ] a polluted area
[ B ] the bottom of a lake
[ C ] a zone of transition between two communities
[ D ] a zone of developing community
Answer ⇒ (C)
 
2. Basic unit of ecological hierarchy is
 
[ A ] population
[ B ] community
[ C ] ecosystem
[ D ] individual
Answer ⇒ (D)
 
3. Several plant and animal species present together at a place constitute a
 
[ A ] genus
[ B ] population
[ C ] biome
[ D ] community
Answer ⇒ (D)
 
4. The branch of science which studies the interactions among organisms and between organisms and physical environment is called as
 
[ A ] epidemiology
[ B ] ecology
[ C ] ethology
[ D ] etiology
Answer ⇒  (B)
   
5. Niche overlap indicates
 
[ A ] mutualism between two species
[ B ] active cooperation between two species
[ C ] two different parasites on the same host
[ D ] sharing of one or more resources between the two species.
Answer ⇒ (D)
 
6. Seasonal variations on Earth occur due to its
 
[ A ] tilted axis
[ B ] rotation around its own axis
[ C ] revolution around sun
[ D ] both a and c
Answer ⇒ (A)
 
7. Different biomes are formed due to annual variations in _______ over the earth’s surface
 
[ A ] temperature
[ B ] precipitation
[ C ] incident solar radiation
[ D ] all of these
Answer ⇒ (D)
 
8. Deserts, rainforest, tundra, etc, are examples of
 
[ A ] community
[ B ] biome
[ C ] ecosystem
[ D ] population
Answer ⇒ (D)
 
9. Characteristics of a terrestrial biome are strongly influenced by its
 
[ A ] flora
[ B ] climate
[ C ] fauna
[ D ] all of these
Answer ⇒ (B)
 
10. The key elements that determine differences in environmental conditions of different habitats include
 
[ A ] temperature
[ B ] light
[ C ] soil
[ D ] all of these
Answer ⇒ (D)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

14. Ecosystem

 

OBJECTIVE QUESTIONS

 
1. Which of the following processes does not contribute to the CO2 pool in the atmosphere ?
 
[ A ] Respiration by producers
[ B ] photosynthesis by producers
[ C ] Respiration by consumers
[ D ] Decomposition by decomposers
Answer ⇒ (D)
 
2. Major source of sulphur is
 
[ A ] oceans
[ B ] land
[ C ] rocks
[ D ] lakes
Answer ⇒ (C)
 
3. The ecosystem services include
 
[ A ] maintenance of biodiversity
[ B ] pollination of crop
[ C ] spiritual, cultural and aesthetic values
[ D ] all of these
Answer ⇒ (D)
 
4. Out of the total proposed cost of various ecosystem services, cost of climate regulations and habitat for wildlife are
 
[ A ] 50%
[ B ] 10%
[ C ] 6%
[ D ] 25%
Answer ⇒  (C)
   
5. The process of mineralisation by microorganisms helps in the release of
 
[ A ] inorganic nutrients from humus
[ B ] both organic and inorganic nutrients from detritus
[ C ] organic nutrients from humus
[ D ] inorganic nutrients from detritus and formation of humus
Answer ⇒ (A)
 
6. An inverted pyramid of biomass can be found in which ecosystem ?
 
[ A ] Forest
[ B ] Marine
[ C ] Grassland
[ D ] Tundra
Answer ⇒ (A)
 
7. Which of the following is not a producer ?
 
[ A ] Spirogyra
[ B ] Agaricus
[ C ] Volvox
[ D ] Nostoc
Answer ⇒ (b)
 
8. Which of the following ecosystems is most productive in terms of net primary production ?
 
[ A ] Deserts
[ B ] Tropical rainforests
[ C ] Ocean
[ D ] Estuaries
Answer ⇒ (B)
 
9. Among the following, where do you think the process of decomposition would be the fastest ?
 
[ A ] Tropical rainforest
[ B ] Antarctic
[ C ] Dry arid region
[ D ] Alpine region
Answer ⇒ (A)
 
10. During the process of ecological succession, the changes that take place in communities are
 
[ A ] orderly and sequential
[ B ] random
[ C ] very quick
[ D ] not influenced by the physical environment
Answer ⇒ (A)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

15. Biodiversity and Conservation

 

OBJECTIVE QUESTIONS

 
1. he one-horned rhinoceros is specific to which of the following sanctuaries ?
 
[ A ] Bharatpur
[ B ] vedanthgol
[ C ] Kaziranga
[ D ] Corbett Park
Answer ⇒ (C)
 
2. Which of the following is not an example of in situ conservation ?
 
[ A ] Biosphere reserves
[ B ] National parks
[ C ] Wildlife sanctuaries
[ D ] Zoological parks
Answer ⇒ (D)
 
3. One of the ex situ conservation methods for endangered species is
 
[ A ] wildlife sanctuaries
[ B ] biosphere reserves
[ C ] cryopreservation
[ D ] national parks.
Answer ⇒ (C)
 
4. Cryopreservation is the preservation of germplasm at very low temperature of around
 
[ A ] – 121°C
[ B ] – 196°C
[ C ] 0°C
[ D ] – 101°C
Answer ⇒  (B)
   
5. What is common to the seed banks, orchards, tissue culture and cryopreservation ?
 
[ A ] All are in situ conservation methods.
[ B ] All are ex situ conservation methods.
[ C ] All require ultramodern equipment and very large space.
[ D ] All are methods of conservation of extinct organisms.
Answer ⇒ (B)
 
6. First ‘Earth Summit’ for ‘Convention on Biological Diversity’ (CBD) was held at
 
[ A ] Johannesberg (2002), South Africa
[ B ] Rio de Janeiro (1992), Brazil
[ C ] Dehradun (1992), India
[ D ] New York (2000), U.S.A.
Answer ⇒ (b)
 
7. Symbol of WWf is
 
[ A ] tiger
[ B ] Rhododendron
[ C ] white bear
[ D ] giant panda.
Answer ⇒ (d)
 
8. Which of the following countries has the highest biodiversity ?
 
[ A ] Brazil
[ B ] South Africa
[ C ] Russia
[ D ] India
Answer ⇒ (A)
 
9. Which of the following is not a cause for loss of biodiversity ?
 
[ A ] Destruction of habitat
[ B ] Invasion by alien species
[ C ] Keeping animals in zoological parks
[ D ] Over-exploitation of natural resources
Answer ⇒ (C)
 
10. Which of the following is not an invasive alien species in the Indian context ?
 
[ A ] Lantana
[ B ] Cynodon
[ C ] Parthenium
[ D ] Eichhornia
Answer ⇒ (B)
 
* { box-sizing: border-box; padding: 0;margin: 0; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; } /* Clear floats after the columns */ .row:after { content: “”; display: table; clear: both; } /* Style the buttons */ .btn { border: none; outline: none; padding: 12px 16px; background-color: #f1f1f1; cursor: pointer; } .btn:hover { background-color: #ddd; } .btn.active { background-color: #666; color: white; } .ques { font-size: 20px; } .ans { font-size: 16px; color: white; background: #ff5733; width: 45%; text-align: center; padding-top: 9px; padding-bottom: 9px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*=”col-“] { width: 100%; } }  

16. Environmental Issues

 

OBJECTIVE QUESTIONS

 
1. Which one of the following diseases is not due to contamination of water?
 
[ A ] Hepatitis – B
[ B ] Jaundice
[ C ] Cholera
[ D ] Typhoid
Answer ⇒ (A)
 
2. Nuisance growth of aquatic plants and bloom-forming algae in natural waters is generally due to high concentrations of
 
[ A ] carbon
[ B ] sulphur
[ C ] calcium
[ D ] phosphorus
Answer ⇒ (D)
 
3. The expanded form of DDt is
 
[ A ] dichloro diphenyl trichloroethane
[ B ] dichloro diethyl trichloroethane
[ C ] dichloro dipyrydyl trichloroethane
[ D ] dichloro diphenyl tetrachloroacetate
Answer ⇒ (A)
 
4. Which of the following materials takes the longest time for biodegradation ?
 
[ A ] Cotton
[ B ] Paper
[ C ] Bone
[ D ] Jute
Answer ⇒  (C)
   
5. Among the following which one causes more indoor chemical pollution ?
 
[ A ] Burning coal
[ B ] Burning cooking gas
[ C ] Burning mosquito coil
[ D ] Room spray
Answer ⇒ (A)
 
6. Chemicals responsible for the Bhopal gas tragedy were
 
[ A ] CO2 and CH4
[ B ] Phosgene and methyl isocyanate
[ C ] polychlorinated biphenyls
[ D ] dichloro diphenyl trichloroethane.
Answer ⇒ (B)
 
7. Acid rains are produced by
 
[ A ] excess NOx and SO2 from burning fossil fuels
[ B ] excess production of NH3 by industries and power plants
[ C ] excess release of carbon monoxide by incomplete combustion of fossil fuels
[ D ] excess release of CO2 by combustion and animal respiration
Answer ⇒ (A)
 
8. Select the correct match of air pollution source with the type of pollutant and the effect it produces
 
[ A ] Chemical factory → NO2 → Ozone hole
[ B ] Automobile exhuast → N2O → Asphyxia effect
[ C ] Heavy industry → CO2 → Acid rain
[ D ] Incinerators → NOx gases → Photochemical smog
Answer ⇒ (D)
 
9. Ozone layer of upper atmosphere is being destroyed by
 
[ A ] chlorofluorocarbons
[ B ] SO2
[ C ] O2 and CO2
[ D ] smog
Answer ⇒ (A)
 
10. The major ozone depleting substance out of the following is
 
[ A ] CFCs
[ B ] O2
[ C ] nitrogen
[ D ] all of these
Answer ⇒ (A)