Monday, 23 January 2017

MATLAB PROGRAM TO EVALUATE QUADRATIC EQUATION(Ax^2+Bx+C=0)

prompt = 'Enter A' A= input(prompt) % Read A from keyboard prompt = 'Enter B' B= input(prompt) % Read B from keyboard prompt = 'Enter C' C= input(prompt) % Read C from keyboard quat=[A,B,C]           x=roots(quat)  % roots is a function to evaluate polynomi...

Tuesday, 17 January 2017

Privacy browser - EPIC

EPIC is a privacy browser... It prevents tracking. Key Features 1) Comprehensive Ad & Tracker Blocking 2) Search Protection 3) Address bar and url tracking removed 4) Hides your ip 5)25% Faster than other browsers 6) Video Downloading is integrated into Epic Download link: https://epicbrowser.com/thank_you.php How to change...

Navodhya PGT Computer science Question Paper 2016(Computer science part only)

...

Monday, 16 January 2017

ISRO 2011 CSE Question Paper

...

Solving Pipeline Questions Methods and Equations

While solving pipeline questions remember the following... 1) Given Stage delays and overhead        Clock time = Max(Stage delay)+ Overhead 2)Number of instructions(n) and number of stages(k) are given Number of Clocks =( k+ (n-1)   ) clocks 3) Percentage of brach instuctions and number of stalls  are given    Time taken= 1+stall * number of stalls 4)Frequency = 1/Time period 5) Don't forget about  hazards and dependencies and operand forwarding techniques while solving pipeline...

Sunday, 15 January 2017

Download videos while streaming

If you are using google chrome do the following steps to download videos 1)Open a new tab 2)Right click and select inspect 3) Open video in this tab and play it 4) Then go to network tab of inspect window 5)There you can see lots of links , right click on one whose size increases and type is media or mp4 etc.. 6)Copy the URL and put it on some...

Immediate shutdown of systems - windows

Sometimes our system shutdown immediately after working for sometime and this may happen frequently. Normally we will think this is because of hardware error or something like that. But remember that hardware error causes some sound from inside the system. Mainly this immediate shutdown is because of software errors due to missing of some files. This missing arise mainly  due to improper shutdown.. For fixing such errors boot from windows cd or usb and go for REPAIR windows option.&nbs...

Page 1 of 2712345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More