Answer:
0.1 nm
Explanation
Potential deference of the electron is given as V =150 V
Mass of electron 
Let the velocity of electron = v
Charge on the electron 
plank's constant h =
According to energy conservation 

Now we know that De Broglie wavelength 
Answer:
A&C
Explanation:
breathing deeply is relaxing
talking with a friend can helping
Answer
Definitely a
Explanation:
Because OK yes the space suit is necessary and everything but u can't get to space without the shuttle
Question Continuation
True or False?
Answer:
False
Explanation:
Given
Columns: book_title and year_released
SQL statement: SELECT book_title, year_released FROM books GROUP BY year_released
Expected Result: To select the number of books released each year
Although the GROUP BY used in the SQL statement is meant to group rows with same values into summary rows but it's not user properly because the GROUP BY clause, as used here needs the COUNT aggregate functions to group the result-set by one or more columns.