Answer:
4000k-ohm to 10,000k-ohm
Explanation:
As we know that time constant for an RC circuit is t=RC
Putting the values of t we can get the range of varaiable resistor as;
t=RC
Putting t=2 we get the first value of the range for the variable resistor
2=R*0.500*10^-6
R=2/(0.500*10^-6)
R=4*10^6
R=4000k-ohm
Now putting t=5 we get the final value for the range of variable resistor
t=RC
5=R*0.500*10^-6
R=5/(0.500*10^-6)
R=10*10^6
R=10,000k-ohm
So variable resistance must be made to vary in the range from 4000k-ohm to 10,000k-ohm
Yes you can use adobe flash to make a cartoon
Answer:
ALTER TABLE Products
ADD Products_price float(5,2) DEFAULT 9.99,
ADD Adding_time datetime;
Explanation:
So at first we need to use ALTER TABLE statement, when we use this statement we also need to provide the table name. In this case, i assume it is 'Products'.
Then, as per question, we need to add two columns.
The first one is 'product_price' and it contains decimal points. So, we need to use ADD statement and give a column name like 'Prodcuts_price' and its datatype 'float' because it contains decimal or floating points. so, for 3 digits on the left and 2 digits on the right, it makes a total of 5 digits. So, we need to declare it like this. (5,2) it means a total of 5 digits and 2 after the decimal point. after that, we need to set our Default value using the DEFALUT statement. so DEFAULT 9.99. it will set the default value to 9.99 for existing products.
And for our next column, we give its a name like 'Adding_time' then it's datatype 'datetime' because it will contain date and times.
Answer:b) The computer program that processes the data.
Explanation: In the computer system , process is the part of computer program which are responsible for performing of the processing of the data and other functions .The working of the process is associated with the program code and related activities/functions.
Other options that are mentioned in the question are incorrect because they don't describe the process correctly .Thus , the correct answer is option (b).
Answer:
Explanation:
how much something had in each month in this graph