CLASS -10 BOARD EXAM QUESTION IN SCIENCE AND TECHNOLOGY
Quiz Application
ધોરણ-10 વિજ્ઞાન-BOARD EXAM પ્રશ્નપત્ર પરીરૂપ મુજબ
પ્રકરણ-2 એસિડ,બેઇઝ અને ક્ષાર (બોર્ડની પરીક્ષામાં- 6 ગુણનું પુછાય છે
સમય પુરો
તમારા ગુણ:
ટેસ્ટ પરીણામ
કુલ પ્રશ્નો:
કુલ પ્રયાસો:
સાચાં:
ખોટાં:
ટકાવારી:
const questionText=document.querySelector(".question-text");
const optionBox=document.querySelector(".option-box");
const currentQuestionNum=document.querySelector(".current-question-num");
const answerDescription=document.querySelector(".answer-description");
const nextQuestionBtn=document.querySelector(".next-question-btn");
const correctAnswers=document.querySelector(".correct-answer");
const seeResultBtn=document.querySelector(".see-result-btn");
const remainingTime=document.querySelector(".remaining-time");
const timeUpText=document.querySelector(".time-up-text");
const quizHomeBox=document.querySelector(".quiz-home-box");
const quizBox=document.querySelector(".quiz-box");
const quizOverBox=document.querySelector(".quiz-over-box");
const startAgainQuizBtn=document.querySelector(".start-again-quiz-btn");
const goHomeBtn=document.querySelector(".go-home-btn");
const categoryBox=document.querySelector(".category-box");
const categoryText=document.querySelector(".category-text");
//const startQuizBtn=document.querySelector(".start-quiz-btn");
let attempt=0;
let questionIndex=0;
let score=0;
let number=0;
let myArray=[];
let interval;
let categoryIndex;
//you cant add your category and questions
myApp=[
{
category:" વિકલ્પવાળા પ્રશ્નો ",
quizWrap:[
{
question:'એક જલીય દ્રાવણ લાલ લિટમસપત્રને ભુરું બનાવે છે.નીચેનામાથી કયા દ્રાવણની માત્રા વધારે ઉમેરવાથી આ ફેરફાર ઉલટાવી શકાય ઠે',
options:['હાઇડ્રોક્લોરિક એસિડ','ખાવાના સોડા','ચૂનો','એમોનિયમ હાઇડ્રોક્લોરિક'],
answer:0,
},
{
question:'નીચેનામાંથી કયો ક્ષાર સ્ફટિકજળ ધરાવતો નથી?',
options:['કૉપર સલ્ફેટ','ધોવાનાં સોડા','જિપ્સમ','ખાવાનાં સોડા'],
answer:3,
},
{
question:'સોડિયમ કાર્બોનેટએ બેઝિક ક્ષાર છે.કારણ કે તે ક્ષાર છે',
options:['નિર્બળ એસિડ અને પ્રબળ બેઇઝ','પ્રબળ એસિડ અને પ્રબળ બેઇઝ','નિર્બળ એસિડ અને નિર્બળ બેઇઝ','પ્રબળ એસિડ અને નિર્બળ'],
answer:1,
},
{
question:'સાંદ્ર અને મંદ એસિડ શાના પર આધારીત એસિડ પ્રકાર છે',
options:['આયનીકરણ પર','ગુણધર્મો પર','માત્રાપર',' એ અને બી બંને'],
answer:2,
}, {
question:'જઠરમાંના HCIની PH 1 થી 3 વચ્ચે બદલાતી રહે છે.આ વખતે જઠરમાં કયો ઉત્સેચક સક્રિય બને છે?',
options:['પેપ્સિન','લેકટેઝ','ઇન્વર્ટેઝ','સેલ્યુલેઝ'],
answer:0,
},
{
question:'એસિડિટીના ઉપચાર માટે કયા પદાર્થો લેવામાં આવે છે?',
options:['તટસ્થ','એસિડિક','ઉભયગુણધર્મી','બેઝિક'],
answer:4,
},
{
question:'કોઇ જલીય દ્રાવણમાં H2 આયનની સાંદ્રતા 10 -4 છે તો તેની pH કેટલી થાય ?',
options:['4','10','-4','-10'],
answer:2,
},
{
question:'દાંતનું બહારનું પડ શાનું બનેલું છે',
options:['કેલ્શિયમ નાઇટ્રેટ','પોટેશિયમ ફોસ્ફેટ','કેલ્શિયમ ફોસ્ફેટ','સોડિયમ ફોસ્ફેટ'],
answer:3,
},
{
question:'નીચેનાં પૈકી કયો એસિ઼ડ પ્રબળ છે',
options:['નાઇટ્રેટ એસિડ','સાઇટ્રીટ એસિડ','ઑકઝેલિક એસિડ','એસેટિક એસિડ'],
answer:0,
},
{
question:'જલીય દ્રાવણમાં ભુરું લિટમસપત્ર નાખતા લાલ બને ,તો તે દ્રાવણનું pH મૂલ્ય કેટલું હોય?',
options:['0 થી 7 વચ્ચે','7 થી 14 વચ્ચે','14','0'],
answer:1,
}
]
},
{
category:"ખાલી જગ્યા",
quizWrap:[
{
question:'એસિટિક દ્રાવણની pH.........કરતાં ઓછી હોય છે',
options:['7','14','10' ],
answer:0,
}, {
question:'કૌવચનાં ડંખથી ............નો સ્ત્રાવ થવાને કારણે આપણને પીડા થા છે',
options:['નાઇટ્રેટ એસિડ','મિથેનોઇક એસિડ','સલ્ફ્યુરિક એસિડ' ],
answer:1,
},
{
question:'........ગ્રહનું વાતાવરણ સલ્ફ્યુરિક એસિડના સફેદ અને પીળાશ પડતાં જાડાં વાદળોનું બનેલું છે',
options:['બુધ','ગુરૂ','શુક્ર' ],
answer:2,
}, {
question:'MgO એ .............ઓકસાઇડ છે',
options:['બેઝિક','એસિડિક','આણ્વિક' ],
answer:0,
}, {
question:'મિલ્ક ઑફ મેગ્નેશિયાનો ઉપયોગ...........તરીકે થાય છે',
options:['બેઇઝ','એન્ટાસિડ','એસિડ' ],
answer:1,
},
{
question:'છાશ...........સ્વભાવ ધરાવે છે',
options:['ક્ષારીય','જલીય','એસેડિક' ],
answer:2,
},
{
question:'લીંબુ અને નારંગીમાં.............એસિડ હોય છે',
options:['સાઇટ્રીક','નાઇટ્રીટ','એસેટિક' ],
answer:0,
}, {
question:'ધાતુ ઓકસાઇડ +પાણી =..............',
options:['એસિડ','બેઇઝ','ક્ષાર' ],
answer:1,
},
{
question:'મધમાખીનો ડંખ...............ને કારણે તીવ્ર બળતરા ઉત્પન્ન કરે છે.',
options:['સાઇટ્રીક','ફોર્મીન','મેલેટીન' ],
answer:2,
}, {
question:'લિટમસ દ્રાવણ..........રંગક છે',
options:['જાંબલી','પીળું','લાલ' ],
answer:0,
}, {
question:'સક્રિય ધાતુઓ એસિડ સાથે..........વાયુ ઉત્પન્ન કરે છે',
options:['કાર્બન ડાયોકસાઇડ','હાઇડ્રોજન','નાઇટ્રોજન' ],
answer:1,
}
]
},
{
category:"ખરાં- ખોટાં જણાવો",
quizWrap:[
{
question:'મધમાખીના ડંખમાં 26 એમીનો એસિડ ધરાવતો પોલિપેપ્ટાઇડ છે',
options:['ખરું','ખોટું' ],
answer:0,
},
{
question:'એસિડિટી થાય ત્યારે છાસ પીવી ફાયદાકારક છે',
options:['ખરું','ખોટું'],
answer:1,
},
{
question:'લોહીની pH7 થી થોડી વધુ છે',
options:['ખરું','ખોટું' ],
answer:0,
},
{
question:'જમ્યા બાદ મોંમા રહેલ ખોરાકના કણોનું બેકટેરિયા દ્વારા વિઘટન થઇ બેઇઝ પેદા થાય છે',
options:['ખરું','ખોટું'],
answer:1,
},
{
question:'pHમાં p જર્મન શબ્દ પોટેન્ઝ સૂચવે છે ',
options:['ખરું','ખોટું' ],
answer:0,
},
{
question:'ખોરાકને ઝડપી રાંધવા માટે બેકિંગ પાઉડર વાપરવામાં આવે છે',
options:['ખરું','ખોટું'],
answer:1,
},
{
question:'હળદર એ કુદરતી સુચક છે',
options:['ખરું','ખોટું' ],
answer:0,
},
{
question:'ફિનોલફથેલીન એ કુદરતી સુચક છે',
options:['ખરું','ખોટું'],
answer:1,
},
{
question:'ગ્લુકોઝનું જલીય દ્રાવણ વિદ્યુતનું વહન કરતું નથી',
options:['ખરું','ખોટું' ],
answer:0,
},
{
question:'ધોવાનાં સોડાનું જલીય દ્રાવણ એસેડિક સ્વભાવ ધરાવે છે',
options:['ખરું','ખોટું'],
answer:1,
}
]
}
]
function createCategory(){
//console.log(myApp[1].category);
for(let i=0; i{
timeLimit--;
if(timeLimit < 10){
timeLimit="0"+timeLimit;
}
if(timeLimit < 6){
remainingTime.classList.add("less-time");
}
remainingTime.innerHTML=timeLimit;
if(timeLimit == 0){
clearInterval(interval);
timeIsUp();
}
},1000)
}
function stopTimer(){
clearInterval(interval);
}
function disableOptions(){
for(let i=0; i{
quizBox.classList.remove("show");
seeResultBtn.classList.remove("show");
quizOverBox.classList.add("show");
quizResult();
})
startAgainQuizBtn.addEventListener("click", ()=>{
quizBox.classList.add("show");
quizOverBox.classList.remove("show");
resetQuiz();
nextQuestion();
})
goHomeBtn.addEventListener("click", ()=>{
quizOverBox.classList.remove("show");
quizHomeBox.classList.add("show")
resetQuiz();
})
//startQuizBtn.addEventListener("click", ()=>{
// quizHomeBox.classList.remove("show");
// quizBox.classList.add("show");
// nextQuestion();
//})
window.onload=()=>{
createCategory();
}
ધોરણ-10 વિજ્ઞાન-BOARD EXAM પ્રશ્નપત્ર પરીરૂપ મુજબ
પ્રકરણ-2 એસિડ,બેઇઝ અને ક્ષાર (બોર્ડની પરીક્ષામાં- 6 ગુણનું પુછાય છે
સમય પુરો
ટેસ્ટ પરીણામ
કુલ પ્રશ્નો:
કુલ પ્રયાસો:
સાચાં:
ખોટાં:
ટકાવારી:
Here are some very important questions that are asked in the form of objective questions in the exam. And all those questions have been put here for you after much study.As
per the standard of standard 10 exam, these questions have been put
here with beautiful fun answers, so that once you see these questions,
you can easily write the answers in the exam.All of these questions are kind of objective.
JOINT TO TELEGRAM CHANNEL
ધોરણ-10- વિજ્ઞાન અને ટેકનોલોજી
પ્રકરણ-2 એસિડ,બેઇઝ અને ક્ષાર
S
ેેtd-10is the most important year of your career. This year is the year of
your board exam..in which you have to take the exam with a lot of
preparation.In
addition, you have to keep in mind that in the standard 10 examination
conducted by the board, each chapter is given a certain mark and
question load.
whatsapp group to joint this no:7016874239 massage