Students in the BIT level 300 class optained various grades in a Mid sem exam. A computer program is needed to find the highest and lowest class score.
Create an algorithm for the complete program needed to solve the above problem
List the members of this set: {x | x is the square of an integer and x < 50}
An employee is selected from a staff of 10 to supervise a certain project by selecting a tag at random from a box containing 10 tags numbered from 1 to 10. (a) Find the formula for the probability distributions of X representing the number on the tag that is drawn. (b) What is the probability that the number drawn is less than 4? (c) Find the mean and variance of the random variable X.
Acme Tobacco is currently selling 5,000 pounds of pipe tobacco per year. Due to competitive pressures, the average price of a pipe declines from $15 to $12. As a result , the demand for Acme pipe tobacco increases to 6,000 pounds per year.
a) what is the cross elasticity of demand for pipes and pipe tobacco?
b) Assuming that the cross elasticity does not change, at what price of pipes would the demand for pipe tobacco be 3,000 pounds per year? Use $15 as the initial price of a pipe.
Two balls are dawn in succession without replacement from an urn containing 5 Green Balls and 6 Yellow Balls.Let Y represent the Yellow Balls and G represent the Green Balls.If we let Z be the random variable representing the number of Green Balls,find the values of the random variable X.
Write a program which takes a 9-digit number input from user, converts it into its reverse
and then display one of the following statements: (10 marks)
• Original number is x steps bigger (where x is the difference between the two)
• Reversed number is x steps bigger
• Both numbers are equal; hence it is a palindrome.
What are the (x:y) coordinates of the point of intersection of the lines determined by the equation 2x-3y=4 and y = x?
Develop a data dictionary and a flowchart, that will accept 10 students details such Student Name, ID No. and Marks of three subjects (All marks entered by the user must be within the range of 0 -100). Calculate the average marks for the student and the average marks will determine the final grade of the student. The assessment will be as follow:
70 –100 : A
60 –69 : B
50 –59 : C
40 – 49 : D
0 –39 : F
The pulse rates of adult men approach a normal distribution with a mean of 80 bpm(beats per minute) with standard deviation of 7 bpm. If 60 bpm to 100 bpm is known to be normal. How many percent of the adults have above or below normal pulse rates?
A 4-stage pipeline has the stage delays as 150, 120, 160 and 140
nanoseconds respectively. Registers that are used between the stages have a
delay of 5 nanoseconds each.
Question: Assuming constant clock rate, calculate the total time taken to
process 1000 data items on this pipeline.