(Test - Sectional - RPF Constable - Maths [Ratio and Proportion, Direct and Inverse Variation I, Direct and Inverse Variation II, Playing With Numbers, Prerequiste])
SubjectTopic(s) coveredConcept(s) covered
Maths Ratio and Proportion
Direct and Inverse Variation

Playing With Numbers
1. Comparision By Difference, 2. Comparision of Ratios, 3. Comparison By Division, 4. Difference Between Ratio and Proportion, 5. Equivalent Ratios, 6. Golden Ratios, 7. Ratio, 8. Tricks For Ratio and Proportion, 9. Comparing Quantities Using Ratio, 10. Continued Proportion, 11. Ratio and Its Simplest Form, 12. Statement Sums involving Proportion, 13. Proportion, 14. Statement Sums involving Ratios, 15. Unitary Method, 16. Direct Variation, 17. Inverse Variation, 18. Time and Work, 19. Direct Variation With Exponents, 20. Inverse Variation With Exponents, 21. Divisibility Rule of 2, 22. Divisibility Rule of 3, 23. Divisibility Rule of 4, 24. Divisibility Rule of 5, 25. Divisibility Rule of 6, 26. Divisibility Rule of 7, 27. Divisibility Rule of 8, 28. Divisibility Rule of 9, 29. Divisibility Rule of 10, 30. Cryptarithm, 31. Numbers in General Form, 32. Divisibility Rule of 11, 33. Interchanging Digits, 34. Tricks With Digits, 35. BODMAS Simplification With Complex Brackets, 36. Factors, 37. Multiples, 38. Highest Common Factor, 39. Least Common Multiple, 40. Relationship Between HCF & LCM, 41. Prime and Composite Numbers, 42. Even and Odd Numbers, 43. Co-Prime and Twin Prime Numbers, 44. Prime Factorization, 45. Statement Sums Involving L.C.M., 46. Statement Sums Involving H.C.F., 47. BODMAS Simplification With Simple Brackets, 48. BODMAS Simplification Without Brackets
GENERAL INSTRUCTIONS (Please read the following instructions very carefully)
1. Each question carry 1 mark, no negative marks. 2. You can change your answer before submitting test. 3. Donot refresh or back page.
4. Use rough sheets while taking the test. 5. This is a ONE TIME attempt test. Once started, it cannot be reversed. 6. Detailed Analysis will be visible after the Test.

All the best ...
Read Instructions. Start Test    
Want Help?
Powered by ABHYAS ChatBOT.

What describes you best?
I am a School Owner
I want to appear for Govt. Exams
Minimize
$('.content-header').css('display','none'); $(document).on('click','.listofquestion',function(){ thisq=parseInt($(this).attr('qn')); $(".currentquestion").val(thisq); timedCountforquestion(thisq); totalquest=parseInt($(".totalquest").val()); $('.allques ').css('display','none'); $('.question'+thisq).css('display','table-row'); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+thisq).addClass('btn-info'); if(thisq==totalquest){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $(document).on('click','.next',function(){ last=parseInt($(this).attr('qn')); nex = last+1; $(".currentquestion").val(nex); timedCountforquestion(nex); $('.question'+last).css('display','none'); $('.question'+nex).css('display','table-row'); totalquest=parseInt($(".totalquest").val()); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+nex).addClass('btn-info'); if(totalquest==nex){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $(document).on('click','.reset',function(){ current=parseInt($(this).attr('qn')); $(".currentquestion").val(current); timedCountforquestion(current); $('.radioreset'+current).removeAttr('checked'); $('.questionrow'+current).removeClass('btn-success'); $('.questionrow'+current).addClass('btn-info'); }); $(document).on('click','.mark',function(){ current=parseInt($(this).attr('qn')); $(".currentquestion").val(current); timedCountforquestion(current); $('.questionrow'+current).removeClass('btn-success'); $('.questionrow'+current).removeClass('btn-info'); $('.questionrow'+current).addClass('btn-danger'); $(this).text('Unmark'); $(this).addClass('unmark'); $(this).removeClass('mark'); }); $(document).on('click','.unmark',function(){ current=parseInt($(this).attr('qn')); var f=0; $(".currentquestion").val(current); timedCountforquestion(current); $('.radioreset'+current).each(function(){ if(this.checked == true){f=1;} }); $('.questionrow'+current).removeClass('btn-danger'); $(this).text('Mark for Review'); $(this).removeClass('unmark'); $(this).addClass('mark'); if(f==1){$('.questionrow'+current).addClass('btn-success'); } else{$('.questionrow'+current).addClass('btn-info'); } }); $(document).on('click','.radio1',function(){ current=parseInt($(this).attr('qn')); timedCountforquestion(current); $('.questionrow'+current).addClass('btn-success'); $('.questionrow'+current).removeClass('btn-info'); }); $(document).on('click','.previous',function(){ last=parseInt($(this).attr('qn')); pre = last-1; $(".currentquestion").val(pre); timedCountforquestion(pre); $('.question'+last).css('display','none'); $('.listofquestion').removeClass('btn-info'); $('.questionrow'+pre).addClass('btn-info'); $('.question'+pre).css('display','table-row'); totalquest=parseInt($(".totalquest").val()); if(totalquest==pre){ $('.submitbutton ').removeAttr('disabled'); } else{ $('.submitbutton ').attr('disabled','disabled'); } }); $('.radio1').on('click',function(){ var count=$('.radio1:checked').length; $('.attempted').html('Attempted : '+count+''); }); var count=$('.radio1:checked').length; $('.attempted').html('Attempted : '+count+'');