Sunday, December 29, 2013

How to install adb driver on windows 8 for iball andi

iBALL Andi 4.5h  one of the best Android phone in 2013 release by iball . iBALL Andi 4.5h .release before Micromax Canvas HD A116 which powered by Dual Core 1GHz Cortex A9 Processor and 1GB DDR3RAM.  iBALL Andi 4.5h Features : MediaTek Dual Core 1GHz Cortex A9 Processor IPS qHD (960x540) High Quality Display GPS/3G/Wi-Fi/GPRS/EDGE/Bluetooth 8.0MP Auto Focus back camera + Front camera with video calling support Super responsive...

Sunday, December 2, 2012

C Code FCFS First Come First Served Process Scheduling | Operating System

Write the programs to implement in C Code FCFS First Come First Served Process Scheduling   CPU scheduling algorithms. Take the inputs, Process name, Arrival time of the process, CPU execution time of the process. Use system timer to check the  time quantum and display after every second the process running on the CPU or if the CPUis idle until all the inputted processes complete their execution. Calculate waiting time, turn around time...

Check Given Word Using Switch Case Shell Script | Shell Programming

Write a shell script to determine whether the given word begins with lower case or uppercase letter check whether it is three character word or whether it is starting with a special character Accept Input from User as Word then using Switch case we can find out given Word in lower case or uppercase , whether it contain Special character or Its Three characte...