CGPA Calculator

* Results CSS */
.result_main_content, .result_row_main, .result_title { font-weight: 400; } .success_result { background: #36a501!important; color: #fff!important } .primary_result4 { background: #498b29!important; color: #3c1100!important } .primary_result3 { background: #79853a!important; color: #3c1100!important } .primary_result2 { background: #7d663b!important; color: #3c1100!important } .primary_result1 { background: #c3ab03!important; color: #3c1100!important } .primary_result { background: #894810!important; color: #3c1100!important } .danger_result { background: #bd0202!important; color: #fff!important } .d_lg_none { display: none } .result_container { width: 100%; margin: 0 auto; } .result_wrapper { padding: 0 1px } .result_row_main { display: -webkit-flex; display: flex } .result_column_1 { width: 70%; padding-right: 15px } .result_column_2 { width: 30% } .result_column_degree_1 { width: 50%; padding-right: 15px } .result_column_degree_2 { width: 50% } .select_box { padding: 10px; border: 1px solid #ccc; border-radius: 15px; box-shadow: 0 5px 6px -4px #48484870 } .result_container .title { font-size: 16px; font-weight: 500; color: #363636; padding-bottom: 8px; text-align: center } .grede_format_box { width: 100%; padding: 10px 10px 10px 15px; border: 1px solid #ccc; border-radius: 15px; box-shadow: 0 5px 6px -4px #48484870 } .button_main_group { width: 100%; border: 0.5px solid #c71f3c; border-radius: 50px; display: flex } .result_container button.button_group { border: none; padding: 5px 0; width: 33.5%; font-size: 14px; border-radius: 50px; background: 0 0; margin: 0; color: #111; font-weight: 400; box-shadow: none!important } .result_container button.button_group:hover { color: #fff; background: #2196f4; } .result_container button.active { background: #c71f3c; border: none; outline: 0; color: #fff } .result_container button.button_group:active { background: #27b77b; border: none; outline: 0; color: #fff } .button_main { width: 100%; border: 1px solid #c71f3c; border-radius: 50px } .result_container button.button { border: none; padding: 5px 0; width: 50%; font-size: 14px; font-weight: 400; border-radius: 50px; background: 0 0; color: #111; box-shadow: none!important; margin: 0!important } .result_container button.button:hover { color: #fff; background: #5b2c6f } .result_container button.button:active { background: #c71f3c; border: none; outline: 0; color: #fff } .result_container button.current { background: #c71f3c; border: none; outline: 0; color: #fff } .button_main { display: flex } .result_title { font-size: 30px!important; color: #fff !important; padding: 6px; background: #2196f4; margin-bottom: 15px; text-align: center; font-weight: 500; text-shadow: 1px 2px 3px #333; box-shadow: 0 5px 7px -4px #232323; } .result_main_content { width: 100%; padding: 3px; border: 1px solid #5b2c6f4a; margin: 20px 0 15px 0; border-radius: 14px; } .main_result_wrapper { width: 100%; display: flex; align-items: center; margin: 5px 0; padding: 5px; } /* ^ border: 1px solid #ddd */ .result_sub_code { width: 10%; display: flex; justify-content: center; align-items: center } .result_sub_code p.code { color: #333; font-size: 16px!important; margin: 0!important; padding: 0; font-weight: 400 } .result_sub_grade { display: flex; width: 90%; align-items: center } .result_sub_grade_degree { display: flex; width: 100%; align-items: center } .result_subject { width: 60%; margin: 0 10px 0 0 } .result_subject p.subject { color: #333; font-size: 15px; margin: 0!important; display: block; background: #f5f5f5; padding: 0px 10px; width: 100%; border-radius: 4px } .result_grade p.grade_point { color: #333; font-size: 16px } .result_grade { width: 40%; display: flex } .select_sub { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; outline: 0; box-shadow: none; border: 0!important; background: #f5f5f5; background-image: none } .select_main { position: relative; display: block; line-height: 2; background: #f5f5f5; overflow: hidden; border-radius: .25em; width: 100%; } .select_sub { width: 100%; margin: 0; padding: 0 0 0 .5em; color: #333; cursor: pointer } .select_sub::-ms-expand { display: none } .select_main::after { content: “25bc”; position: absolute; top: 0; right: 0; bottom: 0; padding: 0 1em; background: #efefef; pointer-events: none; color: #555; } .select_main:hover::after { color: #999; } .select_main::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease } .result_title_subject { width: 100%; display: flex; padding: 8px 0 } .code_title { width: 10%; color: #333; font-size: 16px; font-weight: 500; text-align: center } .subject_title { width: 53%; font-size: 16px; font-weight: 500; color: #333; padding: 0 16px } .point_title { width: 27%; font-size: 16px; font-weight: 500; color: #333; padding: 0 20px } .point_titles { width: 27%; font-size: 16px; font-weight: 500; color: #333; padding: 0 8px } .view_result_button { text-align: center; padding: 10px 0 } .result_button { border: none; background: #207ac3; font-size: 17px; font-weight: bold; color: #fff; text-transform: capitalize; box-shadow: 0 5px 12px -4px #444; border-radius: 50px; padding: 10px 30px; cursor: pointer; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out } .result_button:hover { background: #c71f3c; color: #fff; box-shadow: 0 2px 13px -2px #606060; } .result_input_control { width: 100%; border: 1px solid #b1b1b1; border-radius: 4px; padding: 4px 5px!important; background: 0 0 } .total_result { display: flex; width: 100%; justify-content: center; border: 1px solid #ccc; padding: 12px; margin-bottom: 20px; border-radius: 15px; } .total_result .total_point { display: flex; align-items: center; justify-content: center; width: 140px; height: 140px; margin: 0!important; border-radius: 5px 50px 5px 50px; background: red; color: #fff; padding: 10px; box-shadow: 0 4px 8px -3px #000000b3 } .total_result .title { margin: 0!important; padding: 0 0 10px 0; outline: 0; font-size: 18px; font-weight: 400; color: #fff; text-align: center; text-transform: capitalize } .total_result .grade, .total_result .point { margin: 0!important; padding: 0!important; font-size: 40px!important; text-align: center; line-height: 30px!important; font-weight: 600; color: #fff; } .total_result .total_grade { display: flex; align-items: center; justify-content: center; width: 140px; height: 140px; margin: 0; border-radius: 50px 5px 50px 5px; background: green; color: #fff; padding: 10px; margin-right: 20px; box-shadow: 0 4px 8px -3px #000000b3 } .total { line-height: 25px } .jsc { justify-content: center } .result_column { width: 50% } .subject_name_title { display: flex; flex: 1 } .paper { display: flex; flex: 1; justify-content: center } .grade_point { display: flex; flex: 1 } .subject_name { width: 45% } .paper_name { width: 33.33% } .grade_point_main { width: 33.33% } .paper_ul { margin: 0!important; padding: 0; text-align: center } .paper_ul .first_paper_1 { border-bottom: 1px solid #fff } .paper_ul .first_paper_1, .paper_ul .second_paper_2 { list-style: none; font-size: 14px; padding: 6px 0 } .grade_and_paper_main { width: 55%; display: flex } .paper_name_main { flex: 1 } .grade_point_main_result { display: flex; flex: 1; justify-items: center; flex-direction: column; justify-content: center } .select_grades:first-child { border-bottom: 1px solid #fff } .degree_result_control { padding: 2px 5px!important; margin: 4px 0!important } .degree_select_main { margin: 3px 0!important } .compulsory_subject { width: 74% } .grade_point_compulsory { width: 28% } .grede_format_box sup { text-transform: capitalize } @media only screen and (min-width:669px) and (max-width:993px) { .result_container { width: 95%; margin: 0 auto } } @media only screen and (max-width:668px) { .result_column_degree_1 { width: 100%; padding: 0; padding-bottom: 10px } .result_column_degree_2 { width: 100% } .result_sub_grade_degree { width: 100%!important } .grade_point_main_result { flex: 2!important } .compulsory_subject { width: 100% } .grade_point_compulsory { width: 100% } .subject_name { width: 100% } .grade_and_paper_main { width: 100%; display: flex } .select_main { line-height: 2.5 } .result_main_content { padding: 4px } .code_title { font-size: 14px; text-align: left; padding-left: 15px } .result_container .title { font-size: 14px } .d_sm_none { display: none } .d_sm_block { display: block; width: 100%; text-align: center } .result_container { width: 100%; margin: 0 auto } .result_title { font-size: 22px!important } .result_row_main { display: -webkit-flex; display: flex; flex-direction: column } .result_column_1 { width: 100%; padding-right: 0; padding-bottom: 10px } .result_main_content { margin: 10px 0 15px 0 } .result_column_2 { width: 100%; padding-left: 0 } .result_sub_grade { display: flex; width: 80%; align-items: center; flex-direction: column } #result_subject { padding-right: 0 } .result_sub_code { width: 15% } .result_sub_grade { display: flex; width: 85%; align-items: center; flex-direction: column } .result_subject { width: 100%; padding-bottom: 5px; margin: 0 } .result_grade { width: 100% } .result_sub_code p.code { color: #333; font-size: 14px } .result_subject p.subject { padding: 8px } .code_title { width: 30% } #grade_point .select { font-size: 14px!important } #grade_point .select-options li { font-size: 14px!important } #result_subject .select_subject { font-size: 14px!important } #result_subject .select-options_subject li { font-size: 14px!important } .result_container button.button_group { font-size: 12px; font-weight: 400 } .result_container button.button { font-size: 12px } .subject_title { font-size: 14px } .point_titles { font-size: 14px } .result_column { width: 100% } } ::placeholder { color: #888; opacity: 1 } :-ms-input-placeholder { color: #888 } ::-ms-input-placeholder { color: #888 } .gpa-calculator__container * { margin: 0; padding: 0; box-sizing: border-box; } .gpa-calculator__container ul { margin: 0; padding: 0; list-style: none } .gpa-calculator__container { max-width: 960px; width: 100%; margin: 0 auto } .gpa-calculator__container .gpa-calculator__wrapper { padding: 10px; box-shadow: 0 .25em 1em rgba(7, 29, 63, .125) } .gpa-calculator__container .gpa-calculator__main-ul { display: flex; flex-direction: column } .gpa-calculator__container .gpa-calculator__main-li { margin-bottom: 10px; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; list-style-type: none!important } .gpa-calculator__container .gpa-calculator__heading { display: flex; padding: 3px; justify-content: space-between; align-items: center; margin-bottom: 12px; } .gpa-calculator__container .gpa-calculator__header-text { font-size: 28px; font-weight: 700; color: #4a4a4acc; margin-bottom: 0px; } .gpa-calculator__container .gpa-calculator__remove-all { width: 25px; height: 25px; margin: 0; padding: 0; outline: 0; border: 1px solid #4a5b7d; border-radius: 50%; color: #e0e2e6; font-size: 1.3125rem; line-height: 1; font-weight: 400; cursor: pointer; background-color: transparent; background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xIDFsNCA0IDQtNE0xIDlsNC00IDQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMEQyNDUxIi8+PC9zdmc+); background-repeat: no-repeat; background-position: center center; transition: all .3s cubic-bezier(.16, .68, .43, .99) } .gpa-calculator__container .gpa-calculator__remove-all:hover { border-color: red; background-color: transparent } .gpa-calculator__container .active-hover { border-color: red!important; box-shadow: 0 5px 12px -5px #0d2451!important } .gpa-calculator__remove-item:hover { border-color: red!important; background-color: #fff!important } .gpa-calculator__container .gpa-calculator__course-ul { margin: 0; padding: 10px; width: 100% } .gpa-calculator__container .gpa-calculator__course-li { width: 100%; display: flex; margin: 0; align-items: center } .gpa-calculator__container .gpa-calculator__input { height: 50px; flex: 0 1 auto; margin: 0; padding: 5px 10px; outline: 0; color: #575757!important; background-color: transparent!important; border: none; border-radius: 0; border-bottom: 1px solid #e0e2e6!important; border-left: 1px solid #e0e2e6!important; font-size: 16px; font-weight: 400 } .gpa-calculator__container .gpa-calculator__course-name { flex: 0 1 350px } .gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__course-name { border-top: 1px solid #e0e2e6!important; border-top-left-radius: 5px!important } .gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__course-name { border-bottom: 1px solid #e0e2e6!important; border-bottom-left-radius: 5px!important } .gpa-calculator__container .gpa-calculator__credits { border-right: 1px solid #e0e2e6!important; -moz-appearance: textfield!important } .gpa-calculator__container .gpa-calculator__credits:focus, .gpa-calculator__container .gpa-calculator__credits:hover { border-right: 1px solid #e0e2e6!important; -moz-appearance: textfield!important } .gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__credits { border-top: 1px solid #e0e2e6!important; border-top-right-radius: 5px!important } .gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__credits { border-bottom: 1px solid #e0e2e6!important; border-bottom-right-radius: 5px!important } .gpa-calculator__container .gpa-calculator__grate { height: 50px; flex: 0 0 calc(33.33333% – 5rem); width: calc(33.33333% – 5rem); max-width: calc(33.33333% – 5rem); margin: 0; padding: 5px 10px; outline: 0; color: #848d9c!important; font-size: 16px; font-weight: 400; background-color: transparent!important; border: none; border-width: 0 0 1px 1px; border-style: solid; border-color: #e0e2e6!important; border-radius: 0; text-align: center; -webkit-appearance: none; -moz-appearance: none; } .gpa-calculator__container .gpa-calculator__semester-cgpa { font-weight: 700!important; color: #3a3a3a } .gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__grate { border-top: 1px solid #e0e2e6 } .gpa-calculator__container .gpa-calculator__credits { width: 33.333%; text-align: center; } .gpa-calculator__container .gpa-calculator__remove-item { margin: 0; margin-left: 10px; padding: 12px; outline: 0; border: 1px solid #b9b9b9; border-radius: 50%; color: #e0e2e6; font-size: 1.3125rem; line-height: 1; font-weight: 400; cursor: pointer!important; background-color: transparent; background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik0xIDFsNCA0IDQtNE0xIDlsNC00IDQgNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODQ4RDlDIi8+PC9zdmc+); background-repeat: no-repeat; background-position: center center; transition: all .3s cubic-bezier(.16, .68, .43, .99); box-shadow: none!important } .gpa-calculator__container .gpa-calculator__add-course-semester { display: flex; align-items: center; padding: 10px } .gpa-calculator__container .gpa-calculator__semester-result { font-size: 20px; color: #222222; font-weight: 400; } .yres{ background: #ffffff; border-radius: 50px; padding: 0px 15px; box-shadow: 0 1px 11px -3px rgba(1, 8, 20, .589)!important; margin: 0 auto; margin-right: 0; } .finalres{ background: #fffce4; border-radius: 50px; padding: 0px 15px; box-shadow: 0 1px 11px -3px rgba(1, 8, 20, .589)!important; margin: 0 auto; margin-right: 0; } .gpa-calculator__container{ font-size: 22px; color: #000; font-weight: 400; } .gpa-calculator__container .gpa-calculator__semester-result>span { font-size: 20px; font-weight: 400; color: #575757 } .cgpa-calculator__result { font-weight: 700!important } .gpa-calculator__container .gpa-calculator__add-course { padding-left: 0px } .gpa-calculator__container .gpa-calculator__add-course__button { font-size: 16px; font-weight: 400; display: inline-block; padding: 10px 30px; color: #ffffff; border: 1px solid #b9b9b9; border-radius: 50px!important; box-shadow: 0 5px 12px -5px rgba(5, 8, 12, .589)!important; margin-top: 10px; margin-bottom: 10px; background: #2196f4; } .gpa-calculator__container .gpa-calculator__add-course__button:hover { background: 0 0; color: #158a67!important; border: 1px solid #158a67; box-shadow: 0 5px 18px -5px rgba(2, 16, 34, .815)!important } .gpa-calculator__container .gpa-calculator__add-semester { display: flex; justify-content: space-between; padding: 10px; align-items: center } .gpa-calculator__container .gpa-calculator__add-semester__button { font-size: 16px; font-weight: 400; display: inline-block; padding: 10px 25px; background: #1b9b03; color: #ffffff; border: 1px solid #33852d; border-radius: 50px!important; box-shadow: 0 5px 12px -5px rgba(5, 8, 12, .589)!important; margin-right: 10px } .gpa-calculator__container .gpa-calculator__add-semester__button:hover { background:#fff6ce; color: #424242!important; border: 1px solid #d50303; box-shadow: 0 5px 18px -5px rgba(2, 16, 34, .815)!important } @media only screen and (max-width:669px) { .gpa-calculator__container .gpa-calculator__course-li { flex-wrap: wrap; margin-bottom: 10px } .gpa-calculator__container .gpa-calculator__course-li:first-child .gpa-calculator__course-name { border-bottom-left-radius: 0!important; border-top-right-radius: 5px!important; border-bottom: 0!important } .gpa-calculator__container .gpa-calculator__course-name { flex: 0 1 calc(100% – 3rem)!important; width: calc(100% – 3rem); max-width: calc(100% – 3rem); border-right: 1px solid #e0e2e6!important; border-bottom: 1px solid #e0e2e6!important; border-top-left-radius: 5px!important; border-top-right-radius: 5px!important; border-top: 1px solid #e0e2e6!important } .gpa-calculator__container .gpa-calculator__course-li:last-child .gpa-calculator__course-name { border-right: 1px solid #e0e2e6!important; border-bottom-left-radius: 0!important; border-top-right-radius: 5px!important } .gpa-calculator__container .gpa-calculator__credits { flex: 0 0 calc(50% – 1rem)!important; width: calc(50% – 1rem); max-width: calc(50% – 1rem); border-top-right-radius: 0!important; border-bottom-right-radius: 5px!important } .gpa-calculator__container .gpa-calculator__grate { flex: 0 0 calc(50% – 2rem); width: calc(50% – 2rem); max-width: calc(50% – 2rem); border-bottom-left-radius: 5px!important } .gpa-calculator__container .gpa-calculator__remove-item { margin-top: -50px; margin-left: 10px; } .gpa-calculator__container .gpa-calculator__add-semester { flex-wrap: wrap; justify-content: center } .gpa-calculator__container .gpa-calculator__add-course-semester { flex-wrap: wrap; justify-content: center } .gpa-calculator__container .gpa-calculator__add-semester__button { margin-bottom: 10px; } .yres,.fres{ margin: 0 auto; margin-right: auto; } .gpa-calculator__container .gpa-calculator__remove-all { margin-right: 0px } .gpa-calculator__container .gpa-calculator__course-ul{ padding: 0px; } } .gpa-calculator__container .gpa-calculator__add-course__button { margin-right: 0px; } .gpa-calculator__header-text{ margin-bottom:0px; } .gpa-calculator__container .gpa-calculator__add-semester__button { margin-bottom: 10px; }


CGPA Calculator

Academic School BD

NU অনার্স সিজিপিএ ক্যালকুলেটর


const minusButton = document.getElementById(“font-minus”);
const plusButton = document.getElementById(“font-plus”);

minusButton.addEventListener(“click”, () => {
const currentFontSize = parseFloat(document.body.style.fontSize) || 16; // default 16px
document.body.style.fontSize = currentFontSize – 2 + “px”; // decrease by 2px
});

plusButton.addEventListener(“click”, () => {
const currentFontSize = parseFloat(document.body.style.fontSize) || 16; // default 16px
document.body.style.fontSize = currentFontSize + 2 + “px”; // increase by 2px
});

কলেজ এবং বিশ্ববিদ্যালয়ের গ্রেড পয়েন্ট গণনার একটি সহজ অনলাইন টুল হল CGPA ক্যালকুলেটর। আপনি নীচের ক্যালকুলেটর ব্যবহার করে যেকোনো একাডেমিক কোর্স বা প্রোগ্রামের CGPA পেতে পারেন।

আপনি যদি ন্যাশনাল ইউনিভার্সিটির অনার্স স্টুডেন্ট হন তাহলে এই ক্যালকুলেটর আপনাকে আপনার জিপিএ এবং সিজিপিএ রেজাল্ট ক্যালকুলেশনে অনেক সাহায্য করবে। চলুন এখন NU Honors CGPA ক্যালকুলেটর ব্যবহার করি।

CGPA Calculator

  • Year 1

    • Grade
      A+
      A
      A-
      B+
      B
      B-
      C+
      C
      D
      F

    • Grade
      A+
      A
      A-
      B+
      B
      B-
      C+
      C
      D
      F

    • Grade
      A+
      A
      A-
      B+
      B
      B-
      C+
      C
      D
      F

    • Grade
      A+
      A
      A-
      B+
      B
      B-
      C+
      C
      D
      F

    Year 1 GPA: 0.00

Final CGPA:
0.00

অনার্স সিজিপিএ ক্যালকুলেটর

অনার্স সিজিপিএ ক্যালকুলেটর আপনাকে আপনার অনার্স কোর্সে প্রাপ্ত গ্রেডের উপর ভিত্তি করে আপনার ক্রমবর্ধমান গ্রেড পয়েন্ট গড় (সিজিপিএ) গণনা করতে সাহায্য করতে পারে। একটি CGPA হল আপনার একাডেমিক পারফরম্যান্সের একটি পরিমাপ যা আপনার শিক্ষা কার্যক্রম জুড়ে আপনার সমস্ত গ্রেডের গড় প্রতিফলিত করে। একটি CGPA ক্যালকুলেটর ব্যবহার করতে, আপনাকে অবশ্যই ক্রেডিট সংখ্যা এবং আপনি সম্পন্ন করা প্রতিটি কোর্সের জন্য গ্রেড পয়েন্ট মান লিখতে হবে।

গ্রেড পয়েন্ট মান 4.0 পয়েন্ট স্কেলের উপর ভিত্তি করে, যেখানে A+ = 4, A = 3.75, A-=3.50, B+=3.25, B = 3, B-=2.75, C+=2.50, C = 2.25, D = 2 , এবং F = 0 (জাতীয় বিশ্ববিদ্যালয় বাংলাদেশ অনুযায়ী)। CGPA ক্যালকুলেটর তারপর প্রতিটি কোর্সের জন্য গ্রেড পয়েন্ট মান দ্বারা ক্রেডিট যোগ করবে এবং ক্রেডিটগুলির মোট সংখ্যা দ্বারা ভাগ করবে। ফলাফল হল আপনার CGPA, যা দুই দশমিক স্থানে রাউন্ড করা হয়েছে।

আমাদের অনলাইন CGPA ক্যালকুলেটর ব্যবহার করে, আপনি আপনার বছর অনুযায়ী GPA এবং সামগ্রিক CGPA পাবেন। আপনি যদি আরও বিষয় যোগ করতে চান, আপনি Add Subject বোতামে ক্লিক করতে পারেন, এবং যদি আপনার একটি বছর যোগ করার প্রয়োজন হয়, আপনি Add Next Year বোতামে ক্লিক করতে পারেন।

অনার্স কোর্স সম্পর্কে:

অনার্স একটি জাতীয় বিশ্ববিদ্যালয়ের উচ্চ শিক্ষা কোর্স, এবং এর মেয়াদ 4 বছর। দ্বাদশ শ্রেণির এইচএসসি পরীক্ষায় উত্তীর্ণ হওয়ার পর শিক্ষার্থীরা অনার্স কোর্সে (৪ বছর মেয়াদী) ভর্তি হতে পারে। আপনি জাতীয় বিশ্ববিদ্যালয়ের কোর্স সম্পর্কে আরও জানতে পারেন। এখানে আমরা অনার্স সিজিপিএ গণনা করতে যাই।

অনার্স সিজিপিএ গ্রেডিং সিস্টেম

জিপিএ এবং সিজিপিএ গ্রেডিং সিস্টেম স্কেলে ভিন্ন। 5.00 পয়েন্টের স্কেলে GPA পরিমাপ করা হয় এবং CGPA 4.00 স্কেলে পরিমাপ করা হয়। মার্ক, লেটার গ্রেড, গ্রেড পয়েন্ট এবং রিমার্কের ক্লাস ব্যবধানের জন্য নিচের সিজিপিএ গ্রেডিং সিস্টেমটি দেখি।

অনার্স সিজিপিএ গ্রেডিং সিস্টেম:

ক্লাস ব্যবধান (মার্ক) লেটার গ্রেড গ্রেড পয়েন্ট মন্তব্য
80% এবং তার উপরে A+ 4.00 ফার্স্ট ক্লাস
75% থেকে 80% এর কম A 3.75 ফার্স্ট ক্লাস
70% থেকে 75% এর কম A- 3.50 ফার্স্ট ক্লাস
65% থেকে 70% এর কম B+ 3.25 ফার্স্ট ক্লাস
60% থেকে 65% এর কম B 3.00 ফার্স্ট ক্লাস
55% থেকে 60% এর কম B- 2.75 দ্বিতীয় শ্রেণী
50% থেকে 55% এর কম C+ 2.50 দ্বিতীয় শ্রেণী
45% থেকে 50% এর কম C 2.25 দ্বিতীয় শ্রেণী
40% থেকে 45% এর কম D 2.00 জঘন্য
40% এর কম F 0.00 ব্যর্থ

চলুন জেনে নিই ক্লাস সহ রিমার্ক বা ডিগ্রি মূল্যায়ন

বিশ্ববিদ্যালয়ের ক্লাস সহ ডিগ্রী মূল্যায়ন (যেমন, প্রথম শ্রেণী, দ্বিতীয় শ্রেণী, তৃতীয় শ্রেণী, পাস এবং ফেল) ব্যাখ্যা নিচে দেওয়া হল।

বাংলাদেশের পাবলিক বিশ্ববিদ্যালয় এবং জাতীয় বিশ্ববিদ্যালয়ের স্নাতক এবং স্নাতকোত্তর ডিগ্রির ফলাফল গ্রেড পয়েন্টের সাথে মূল্যায়ন করার সময় ব্রিটিশ স্নাতক ডিগ্রি শ্রেণিবিন্যাস পদ্ধতি অনুসারে শ্রেণিবদ্ধ করা যেতে পারে। বাংলাদেশে একাডেমিক ডিগ্রীতে 3.00 এর উপরে বা তার সমান ১ম শ্রেণীর একটি GPA।

ডিগ্রী মূল্যায়ন ক্লাস:

  1. CGPA 3.00 থেকে 4.00 = প্রথম শ্রেণী
  2. CGPA 2.25 থেকে 2.99 = দ্বিতীয় শ্রেণী
  3. CGPA 2.00 থেকে 2.24 = তৃতীয় শ্রেণী

সিজিপিএ পূর্ণ অর্থ

CGPA সম্পূর্ণ অর্থ হল একটি ক্রমবর্ধমান গ্রেড পয়েন্ট গড়। বাংলাদেশের উচ্চশিক্ষা কার্যক্রমের গ্রেডিং সিস্টেম হল সিজিপিএ। কলেজ এবং বিশ্ববিদ্যালয়গুলি বছরের এবং কোর্সের জন্য একজন শিক্ষার্থীর সামগ্রিক একাডেমিক কর্মক্ষমতা পরিমাপ করতে এটি ব্যবহার করে।

অনার্স সিজিপিএ কীভাবে গণনা করবেন

যেকোনো কোর্সের সিজিপিএ একটি সিজিপিএ ক্যালকুলেটরের সাহায্যে অনলাইনে সহজেই গণনা করা যায়। ডিগ্রি কোর্সের জন্য গ্রেড গণনা করতে, ডিগ্রী সিজিপিএ ক্যালকুলেটর ব্যবহার করুন । অনার্স একাডেমিক কোর্স বা প্রোগ্রামের সিজিপিএ জানার পদ্ধতি নিচে বর্ণনা করা হয়েছে।

অনার্স সিজিপিএ গণনা করার জন্য ধাপগুলি অনুসরণ করুন

  1. Add Subject Name
  2. Select Grade
  3. Add Subject Credit
  4. Finally, আপনার সিজিপিএ পাবেন

অনলাইনে অনার্স সিজিপিএ গণনা করার জন্য এই ধাপগুলি সম্পর্কে বিস্তারিত জেনে নেওয়া যাক।

ধাপ ১: বিষয়ের নাম যোগ করুন

প্রথমে আপনাকে আপনার বিষয়ের নাম যোগ করতে হবে। আপনি বিষয় ক্ষেত্রে আপনার সব বিষয় যোগ করতে পারেন. Add Subject বাটনে ক্লিক করলে আরো সাবজেক্ট যোগ হবে এবং Add Year বাটনে ক্লিক করলে বছর যোগ হবে। আপনি আপনার প্রয়োজন হিসাবে অনেক বিষয়/বছর যোগ করতে পারেন. অনার্স কোর্স হল একটি 4-বছরের কোর্স, এবং আপনি অনার্স কোর্সের সামগ্রিক CGPA গণনা করতে 4 বছর যোগ করতে পারেন।

ধাপ ২: গ্রেড নির্বাচন করুন

ধাপ ২-এ, আপনাকে অবশ্যই প্রতিটি বিষয়ের জন্য আপনার গ্রেড নির্বাচন করতে হবে। গ্রেড নির্বাচন করুন ক্লিক করে, আপনি প্রতিটি বিষয় দ্বারা অর্জিত গ্রেড নির্বাচন করতে একটি ড্রপডাউন মেনু দেখতে পাবেন। গ্রেড হল A+, A, A-, B+, B, B-, C+, C, D, এবং F

ধাপ ৩: বিষয় ক্রেডিট যোগ করুন

ধাপ ৩ এ, আপনাকে আপনার বিষয়ের ক্রেডিট যোগ করতে হবে। উদাহরণ: ইংরেজি বিষয়ের ক্রেডিট হল 4, এবং আপনাকে অবশ্যই আপনার ইংরেজি বিষয়ের ক্রেডিট হিসাবে 4 লিখতে হবে।

ধাপ ৪: অবশেষে, আপনার CGPA পান

ধাপ ৪ এ, আপনি আপনার সেমিস্টার GPA এবং সামগ্রিক CGPA পাবেন। আপনি যদি একটি সেমিস্টারের জন্য আপনার গ্রেড গণনা করেন, আপনি আপনার সেমিস্টারের CGPA পাবেন। আপনি বছর যোগ করে এবং অনার্স কোর্স/প্রোগ্রামের জন্য আপনার সামগ্রিক CGPA খুঁজে বের করে একবারে 4 বছরের CGPA গণনা করতে পারেন।

! function(e) {
var t = {};

function r(n) {
if (t[n]) return t[n].exports;
var a = t[n] = {
i: n,
l: !1,
exports: {}
};
return e[n].call(a.exports, a, a.exports, r), a.l = !0, a.exports
}
r.m = e, r.c = t, r.d = function(e, t, n) {
r.o(e, t) || Object.defineProperty(e, t, {
enumerable: !0,
get: n
})
}, r.r = function(e) {
“undefined” != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
value: “Module”
}), Object.defineProperty(e, “__esModule”, {
value: !0
})
}, r.t = function(e, t) {
if (1 & t && (e = r(e)), 8 & t) return e;
if (4 & t && “object” == typeof e && e && e.__esModule) return e;
var n = Object.create(null);
if (r.r(n), Object.defineProperty(n, “default”, {
enumerable: !0,
value: e
}), 2 & t && “string” != typeof e)
for (var a in e) r.d(n, a, function(t) {
return e[t]
}.bind(null, a));
return n
}, r.n = function(e) {
var t = e && e.__esModule ? function() {
return e.default
} : function() {
return e
};
return r.d(t, “a”, t), t
}, r.o = function(e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
}, r.p = “”, r(r.s = 0)
}([function(e, t) {
var r, n, a, o, l, c, i, u, s, d, p, f, m, v, g, h, y, _ = (r = function(e, t, r, n) {
this.id = e, this.name = t, this.grade = r, this.credits = n
}, n = {
semester: [
[{
id: “”,
name: “”,
grade: “”,
credits: “4”
}, {
id: “”,
name: “”,
grade: “”,
credits: “4”
},{
id: “”,
name: “”,
grade: “”,
credits: “4”
}, {
id: “”,
name: “”,
grade: “”,
credits: “4”
}]
],
perResults: [{
totalCredit: 0,
totalPoint: 0
}]
}, {
addInObj: function(e, t) {
for (var r = arguments.length, a = new Array(r > 2 ? r – 2 : 0), o = 2; o 0 && r.length > 0) {
var a = t.reduce(function(e, t) {
return e + t
});
return r.reduce(function(e, t) {
return e + t
}) / a
}
return 0
},
getAllCourse: function(e, t) {
n.semester.forEach(function(r, n) {
e == n && t(n, r)
})
},
deleteSemesterMain: function(e) {
var t = n.semester.map(function(e, t) {
return t
}).indexOf(e); – 1 !== t && (n.semester.splice(t, 1), n.perResults.splice(t, 1))
},
deleteCourseMain: function(e) {
n.semester.forEach(function(t, r) {
for (var a = 0; a < t.length; a++)
if (t[a].id == e) {
t.splice(a, 1);
break
}
console.log(n.perResults[r])
})
}
}),
S = (a = {
mainUL: ".gpa-calculator__main-ul",
mainLi: ".gpa-calculator__main-li",
SingleLi: ".gpa-calculator__course-li",
removeAllBTN: ".gpa-calculator__remove-all",
removeSingleBTN: ".gpa-calculator__remove-item",
addSemesters: ".gpa-calculator__add-semester__button",
selectOption: ".gpa-calculator__grate",
addCourseUI: ".gpa-calculator__add-course",
courseUL: ".gpa-calculator__course-ul"
}, {
addOption: function() {
return 'n Graden A+n An A-n B+n Bn B-n C+n Cn Dn Fn ‘
},
addSemester: function(e) {
var t = “”,
r = document.querySelector(a.mainUL);
e.map(function(e, r) {
t += ‘n

  • n
    n

    Year ‘).concat(r + 1, ‘

    n n

    n

    n

    n

    n n

    n

    Year ‘).concat(r + 1, ‘ GPA: 0.00

    n

    n

    n

  • n ‘)
    }), r.innerHTML = t, setTimeout(function() {
    document.querySelectorAll(a.removeSingleBTN).forEach(function(e, t) {
    e.classList.add(“courses-“.concat(t))
    })
    }, 200)
    },
    addCourseUI: function(e) {
    document.querySelectorAll(a.courseUL).forEach(function(t, r) {
    e.forEach(function(e, n) {
    if (r == n) {
    var a = “”;
    e.forEach(function(e, t) {
    a += ‘ n

  • n n n n n
  • n ‘), setTimeout(function() {
    “” != e.grade && document.querySelectorAll(“.gpa-calculator__grate”).forEach(function(t, r) {
    r == e.id && (t.value = e.grade)
    })
    }, 225)
    }), t.innerHTML = a
    }
    })
    })
    },
    appendCourse: function(e, t) {
    document.querySelector(“#” + e).parentNode.parentNode.parentNode.children[1]
    },
    removeSemesterUI: function(e) {
    document.getElementsByClassName(e)[0].parentNode.parentNode.remove()
    },
    getDomString: function() {
    return a
    }
    });
    (o = S.getDomString(), l = _, c = S, i = function() {
    l.AddId(), c.addSemester(l.getAllData()), c.addCourseUI(l.getAllData()), s(), y(), p(), document.querySelectorAll(o.mainLi).forEach(function(e) {
    var t = e.classList[1].split(“-“)[1];
    m(t)
    }), v(), g(), h(), u(l.getCgpaTotal())
    }, u = function(e) {
    var t = document.querySelector(“.cgpa-calculator__result”),
    r = e.toFixed(3).slice(0, -1);
    t.style = r < 3 ? "color: red;" : "color: rgb(87, 87, 87);", isNaN(r) ? t.innerHTML = "0.00" : t.innerHTML = r
    }, s = function() {
    var e = document.querySelectorAll(o.selectOption),
    t = !0,
    r = !1,
    n = void 0;
    try {
    for (var a, l = e[Symbol.iterator](); !(t = (a = l.next()).done); t = !0) getoption = a.value, getoption.innerHTML = c.addOption()
    } catch (e) {
    r = !0, n = e
    } finally {
    try {
    t || null == l.return || l.return()
    } finally {
    if (r) throw n
    }
    }
    }, d = function(e) {
    perSemesterData = {
    totalCredit: 0,
    totalPoint: 0
    }, l.getAllData().push([{
    id: "",
    name: "",
    grade: "",
    credits: "4"
    }, {
    id: "",
    name: "",
    grade: "",
    credits: "4"
    },{
    id: "",
    name: "",
    grade: "",
    credits: "4"
    }, {
    id: "",
    name: "",
    grade: "",
    credits: "4"
    }]), l.AddPerSemester().push(perSemesterData), i()
    }, p = function() {
    document.querySelectorAll(o.addCourseUI).forEach(function(e) {
    e.addEventListener("click", f)
    })
    }, f = function(e) {
    var t = e.target.id,
    r = parseInt(t.split("-")[2]),
    n = {
    id: "",
    name: "",
    grade: "",
    credits: "4"
    };
    l.getAllCourse(r, function(e, t) {
    e == r && (t.push(n), setTimeout(function() {
    i()
    }, 100))
    })
    }, m = function(e) {
    l.getAllData().forEach(function(t, r) {
    if (e == r) {
    var n = [],
    a = [];
    if (t.forEach(function(e, t) {
    "" != e.grade && "" != e.credits && parseFloat(e.credits) 0 && (n.push(parseFloat(e.grade) * parseFloat(e.credits)), a.push(parseFloat(e.credits)))
    }), grade.length > 0 && a.length > 0) {
    var o = a.reduce(function(e, t) {
    return e + t
    }),
    c = n.reduce(function(e, t) {
    return e + t
    });
    l.AddPerSemester()[r].totalCredit = o, l.AddPerSemester()[r].totalPoint = c;
    var i = (c / o).toFixed(2);
    document.querySelectorAll(“.gpa-calculator__semester-cgpa”).forEach(function(t, r) {
    e == r && (t.style = i 3 ? “color: purple;” : i < 3 ? "color: red;" : "color: #000;", t.innerHTML = i)
    }), u(l.getCgpaTotal())
    }
    }
    })
    }, v = function() {
    var e = document.querySelectorAll("#course-name"),
    t = document.querySelectorAll("#grade"),
    r = document.querySelectorAll("#credits");
    e.forEach(function(e, n) {
    var a = r[n];
    "" == a.value ? (a.setAttribute("disabled", "disabled"), "disabled" == a.getAttribute("disabled") && (a.style.cursor = "not-allowed")) : (a.removeAttribute("disabled"), a.style.cursor = "auto");
    var o = parseInt(a.classList[1].split("-")[1]);
    t[n].addEventListener("change", function(t) {
    parseInt(t.target.classList[1].split("-")[1]) == o && (a.removeAttribute("disabled"), a.style.cursor = "auto");
    var r = parseInt(e.parentNode.parentNode.parentNode.classList[1].split("-")[1]),
    n = parseInt(e.parentNode.classList[1].split("-")[1]),
    c = e.value,
    i = t.target.value,
    u = e.parentNode.children[2].value;
    a.addEventListener("input", function(a) {
    "" != a.target.value && (l.addInObj(n, r, e.value, t.target.value, a.target.value), m(r))
    }), "" != u && "grade" != i && (l.addInObj(n, r, c, i, u), m(r))
    })
    })
    }, g = function() {
    setTimeout(function() {
    document.querySelectorAll(o.removeSingleBTN).forEach(function(e, t) {
    e.addEventListener("click", function(e) {
    var t = e.target.classList[1];
    if (t) {
    var r = t.split("-"),
    n = parseInt(r[1]);
    l.deleteCourseMain(n)
    }
    i()
    })
    })
    }, 100)
    }, h = function() {
    var e = document.querySelectorAll(o.removeAllBTN),
    t = !0,
    r = !1,
    n = void 0;
    try {
    for (var a, u = e[Symbol.iterator](); !(t = (a = u.next()).done); t = !0) selectBTN = a.value, selectBTN.addEventListener("click", function(e) {
    var t = e.target.classList;
    if (t) {
    var r = t[1].split("-"),
    n = parseInt(r[1]);
    c.removeSemesterUI(t[1]), l.deleteSemesterMain(n)
    }
    i()
    })
    } catch (e) {
    r = !0, n = e
    } finally {
    try {
    t || null == u.return || u.return()
    } finally {
    if (r) throw n
    }
    }
    }, y = function() {
    var e = document.querySelectorAll(o.removeAllBTN),
    t = document.querySelectorAll(o.removeSingleBTN);
    e.forEach(function(r, n) {
    e[n].addEventListener("mouseover", function(r) {
    var a = e[n].parentNode.parentNode.children[1].children,
    o = !0,
    l = !1,
    c = void 0;
    try {
    for (var i, u = a[Symbol.iterator](); !(o = (i = u.next()).done); o = !0) {
    parentNotesMain = i.value;
    var s = !0,
    d = !1,
    p = void 0;
    try {
    for (var f, m = parentNotesMain.children[Symbol.iterator](); !(s = (f = m.next()).done); s = !0) child = f.value, "gpa-calculator__remove-item" == child.classList[0] && (child.classList.add("active-hover"), e[n].addEventListener("mouseout", function(e) {
    t.forEach(function(e) {
    e.classList.remove("active-hover")
    })
    }))
    } catch (e) {
    d = !0, p = e
    } finally {
    try {
    s || null == m.return || m.return()
    } finally {
    if (d) throw p
    }
    }
    }
    } catch (e) {
    l = !0, c = e
    } finally {
    try {
    o || null == u.return || u.return()
    } finally {
    if (l) throw c
    }
    }
    })
    })
    }, {
    init: function() {
    var e;
    document.querySelector(o.addSemesters).addEventListener("click", d), i(), e = document.querySelectorAll(o.SingleLi), setTimeout(function() {
    var t = !0,
    r = !1,
    n = void 0;
    try {
    for (var a, o = e[Symbol.iterator](); !(t = (a = o.next()).done); t = !0) {
    list = a.value, list.classList.remove("form-group");
    var l = list.children,
    c = !0,
    i = !1,
    u = void 0;
    try {
    for (var s, d = l[Symbol.iterator](); !(c = (s = d.next()).done); c = !0) child = s.value, child.classList.remove("form-control")
    } catch (e) {
    i = !0, u = e
    } finally {
    try {
    c || null == d.return || d.return()
    } finally {
    if (i) throw u
    }
    }
    }
    } catch (e) {
    r = !0, n = e
    } finally {
    try {
    t || null == o.return || o.return()
    } finally {
    if (r) throw n
    }
    }
    }, 5), y(), c.addOption(), s(), console.log("aplication stated")
    }
    }).init()
    }]);