Sunday, December 29, 2013

How to install adb driver on windows 8 for iball andi

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 & smooth capacitive touch
4GB Internal Memory with 1GB DDR3 RAM


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 for each
process.

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

 

 In this problem we can use time_t and get system time using time() which in the <time.h> header file so we need to import it also.Following Solution only for FCFS

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

Check Given Word Using Switch Case Shell Script | Shell Programming


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 character