How can students contribute to teacher's daily practice?
write a prgram to print columns in rows without space in python?
1st input:
3
Not you kid
They are got
Like great
output
NotTheyLike
youaregreat
kidgot
2nd input
4
hy hy
by
hy hy hy
by by hy by hy
output:
hybyhyby
hyhyby
hyhy
byhy
How can teachers contribute to learner's daily practice
The metal plates of Capacitor A has an area of 1 m² separated by a distance of 0.002 m. If pyrex glass is inserted in between the plates, (A) what will be the change in capacitance? (B) how much energy was stored after insertion if it has a potential difference of 12 V?
The industry V receives units of primary inputs, industry W receives of primary inputs
and industry X receives of primary inputs.
Determine the total output of each industry
and their final demands. (20 marks)
In paragraph 8 of (happiness factor by David brooks) the author states, “Most schools and colleges spend too much money preparing students for careers and not enough preparing them to make social decisions.” Do you agree with this statement? In a paragraph of 100 words, give reasons to substantiate your answer.
1. Dielectric Material:_____
Dielectric Constant: 1
Capacitance: 100 µF
Potential Difference: 120 V
Charge:_____
Energy:_____
2. Dielectric Material: Paper
Dielectric Constant:_____
Capacitance:_____
Potential Difference: 11 V
Charge: 6.6 × 10^–5 C
Energy:_____
You are given a binary compass which shows the direction you are safe to go to.
The binary compass read n binary digits (bits) which interprets 1 to rotate 90°
to
the left and 0 rotate 90°
to the right. Initially you are facing North. Create a program
for this binary compass.
User-defined function can be defined as a function written by the programmers to accomplish certain specific tasks.
(a) List down the FOUR (4) types of user-defined function.
(b) Write the function prototype for each of the following user-defined functions:
i. Function calcPower() that receives the voltage and current of type double. This function will return a value to calling function.
ii. Function DisplayWelcome() that does not receives any values and does not return a value.
M
iii. Function triangleArea() that receives the height and the base of a triangle of type float. This function will not return any value to calling function.
b) Find whether the following series are convergent or divergent √ 𝟏 /𝟒 + √ 𝟐 /𝟔 + √ 𝟑 /8 + ...