When voltage and time are plotted on semi-log graph paper, the slope of line = -(1/RC)
The slope of line from plotted data is -0.0249
this means, -(1/RC) = -0.0249
ot 1 / RC = 0.0249
or RC = 1 / 0.0249
or RC = 40.16
Hence time constant
= RC = 40.16

3. Discharge of the potential across a charged capacitor. A 330 uF (microfarad) capacitor is charged...
Create a program that will use the attached input file and perform the following operations. Read the file into an appropriate JCF data structure. Look up a (list of) names and numbers matching a last name or the first letters of a last name, ignoring case. Look up a (list of) names and numbers matching a number or the first digits of a number. Add a name and number to the list. Sort the list by first name, last name...