Z Code Writer

"Z Code Writer" is an Online Blog for Programmer & Beginner. Here, You will Find tech, Build your Programming Skills and other Programming Language Like C, C++, HTML, Java Script Java Code, Web Designing and University Of Sialkot (USKT) CGPA / GPA Calculator etc.

Sunday, 14 March 2021

undefined 202

USKT Old CGPA / GPA Calculator

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...

Thursday, 11 February 2021

undefined 202

USKT New CGPA Calculator 2021

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

 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

Explain Loops

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         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

Find Median of Grouped And UnGrouped Data

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

Find Mean in UnGroup Data in C\ C++ Program

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) 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...
Page 1 of 1012310Next