University of Sialkot Old (USKT) CGPA Calculator Batch-18
Designed for University Of Sialkot (USKT) Student 2 Calculate their CGPA/GPA Developed By Abdul Saboor
Click For USKT New CGPA/GPA Calculator
INFO: If you want to find a CGPA, then first you need to find their GPA. Write your current CGPA...
Sunday, 14 March 2021
Thursday, 11 February 2021
undefined
202
University of Sialkot (USKT) New CGPA/GPA Calculator 2021
Designed for University Of Sialkot (USKT) Student 2 Calculate their CGPA/GPA Developed By Abdul Saboor
Click For Old USKT CGPA Calculator For Batch-18
INFO: If you want to find a CGPA, then first you need to find their GPA. Write your current...
Thursday, 24 December 2020
undefined
202
HCI for People with Disabilities
Description/Abstract
This article deals with the Human Computer Interaction(HCI)
of people with disability and how the designed system can assist the disable
person. This issue of disable people is currently becoming the interest of both
the expert and non-expert...
Sunday, 26 July 2020
undefined
202
What is Loop?
A method or mechanism through which a statement or a set of statements of program can be executed again and again (repeat) that is called loop. The body of loop can be executed again and again for a given number of times.
Loop Statements
...
undefined
202
The switch Statement
The 'switch' statement is another selection structure in programming language. It can be used as alternative of if else if structure. We can used this when we have multiple option given and we need to select one option in the given. ...
Saturday, 25 July 2020
undefined
202
What is Median ? Median is a middle value in the given sorted data. It may be ascending or descending That is called Median.Median In Un-Grouped Data In Un-Grouped data we have more two categories. i. ...
Thursday, 16 July 2020
undefined
202
What is Mean ? Mean is define as the sum of all observed data divided by total number. The mean or arithmetic mean is average of group measure. It is also called Arithmetic Mean.Mean in Ungroup Data In Ungroup Data, we have only given...
Sunday, 12 July 2020
undefined
202
Shortest Job First (SJF) in Operating System Shortest Job First (SJF) is a scheduling algorithm in which the process having the smallest execution time it will be execute first and the next process will execute after previous smaller process. This scheduling...