Answer:
maybe a couple million volts
Explanation:
because there are outlets you need to charge your phone maybe you car if you have a tesla and skyscrapers
Answer:
//Convert any decimal number to binary number
//Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program starts here
#include <iostream>
using namespace std;
// Main Method declared here
int main()
{
int x;
cout<<"Enter any integer number: ";
cin>>x;
DecBin(x);
return 0;
}
// Here a function named DecBin is declared along with an integer variable, x
void DecBin(int x)
{
// Declare an array to store the resulting binary digits
int bindigit[32];
// counter for binary array
int kount = 0;
while (x > 0) {
// Store the remainder of each division in the declared array
bindigit[kount] = x % 2;
x = x / 2;
kount++;
}
// Loop to print the binary digits in reverse order
for (int j = i - 1; j >= 0; j--)
{
cout << bindigit[j];
}
}
// End of Program
Answer:
Silica is the principal component in glass.
Explanation:
Step1
Glass is the amorphous solid and transparent. Glass products have many of the shapes and design that are available in market.
Step2
Natural quartz is the primary source of glass in sand. Silica is the principal component in approximately all glass. Lime stone, soda ash and aluminum oxide are added in the galas for desired properties depending upon application. So, silica is the principal component in glass.
Explanation:
Below is an attachment containing the complete question and solution
Answer:
(a) Natural frequency = 0.99 rad/sec (b) 0.4086 rad/sec
Explanation:
We have given length of pendulum = 10 m
(a) Acceleration due to gravity 
Time period of pendulum is given by
, L is length of pendulum and g is acceleration due to gravity
So 
Natural frequency is given by
(b) In this case acceleration due to gravity 
So time period 
Natural frequency 