The program will need to calculate the final mark and corresponding grade and letter
grade based on the information given below.
• The final mark is derived from the following components of the assessments.
• Result calculation is based on information below:
o Exam (50%)
o Coursework (50%) components are made up of the total from the mid term test
(20%), programming assignment (15%) and lab practice (15%).
▪ Courseworks = Mid term test * 0.20 + Lab Practices (total marks /
150) * 0.15 + Programming Assignment * 0.15
▪ Final Mark = Exam * 0.5 + Courseworks
• Your program should also display the letter and letter grade based on the table
below:
Table A: Grade
MARKS
GRADE
Letter
Grade
Percentage
75 to 100
Distinction
A
80 - 100
A-
75 - 79Page 4
60 to 74
Credit
B+
70 - 74
B
65 - 69
B-
60 - 64
50 to 59
Pass
C+
55 - 59
C
50 - 54
0 to 49
Fail
C-
45 - 49
D
40 - 44
F
0 - 39
If a potential is given by ax^3+bx+c then what is the condition for equilibrium
1.Give the conjugate acids of the following compounds:
a. OH- b. HF c.CO32- d.HPO42- e.CIO-4
2.Write reactions to depict the auto ionization of the following compounds
a. NH3 b. H2O c.HCOOH
Write a program to find sum and average of three values using override method and overload method.
Prove that for closed thermodynamic system, change of energy of the system is
independent of path, it is function of state only.
CSS Border Properties
The goal of this coding exam is to quickly get you off the ground with the CSS Border Properties.
Use the below reference image.
https://res.cloudinary.com/dfxicv9iv/image/upload/v1619085330/css-border-properties-output_a4ucou.png
Achieve the design by using CSS border
border-* properties. The * indicates the direction.Apply the border shorthand property with the width
CSS Colors used:
#184b73
#ffffff
HTML code:
<body>
<div class="d-flex flex-column">
<button class="button border-shorthand">border shorthand</button>
<button class="button border-top-none">border top none</button>
<button class="button border-bottom-none">border bottom none</button>
</div>
</body>
beta-lactam interfere with what?
A solution x is made by taking 10.00 mL of a 1.4 M solution and add enough water to make 100.0 ml total volume. Solution y is made by taking 5.0 ml of solution x and diluting it again by adding it to 95ml of water. Calculate molarity of solution x and y.
Your younger brother is studying in school. His computer teacher gives homework to make a calculator for six operations: addition, subtraction, multiplication, division, power, and modulo on two integers. As you are about to become an engineer, so he expected help from your side to develop the program. Therefore, write Calc.py module that define a separate function for implementing all the above-mentioned operations. Then import Calc.py in your RollNo_W12A_1.py file. In RollNo_W12A_1.py, define a function Arithmatic(a, b, op) which calls the respected function defined in Calc.py to perform the required operation. Also handle the possible exceptions and display the
Example-1
Example-2
Example-3
Example-4
Input:
5
6
+
Output:
11
Input:
15
9
*
Output:
135Input:
15
9
&
Output:
Invalid operation
Input:
2
4
^
Output:
16
Read and analyze the following situations and supply the values of the following variables (if
there is any). On the third column, write known on the space provided if the situation gives
or can compute the value of the variance, otherwise write unknown. Identify also the formula
to be used to estimate the standard error of the mean by writing the symbols or, when the
population variance is known and sxwhen the population variance is unknown,
Situation:
A population composed of 11 items whose
N=
measurements are 12, 7, 9,11,8, 20, 23, 18, 13, 22.
and 10. Samples of 5 items are drawn at random
without replacement.
Given: N=
n=
Answer:
Standard Error Formula: