answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
iren
3 days ago
10

You are given a list of students names and their test scores. Design a pseudocode that does the following:(a) Calculates the ave

rage test scores.(b) Determines and prints the names of all the students whose test scores are below the average test score.(c) Determines the highest test score.(d) Prints the names of all
Mathematics
1 answer:
Zina [9.1K]3 days ago
4 0

Answer:

List_of_students = {};    //Array structure that holds student scores and names

Number_of_students = size(List_of_students);

Average_score;   //Variable to keep the average score

Below_Average = [];   //Initially filled with zeroes  

Highest_score; //Variable initialized to store the highest score

for ( i = 0; i < Number_of_students; i = i + 1)

{

     Average_score  = Average_score + List_of_students(i);    

     if ( i = 15)

     {

        Average_score  = Average_score / Number_of_students;

     }

}

for ( j = 0; j < Number_of_students; i = i + 1)

{

     if (List_of_students(j) < Average_score)

     {

         print( "student  %name scored %score, List_of_students(j),          List_of_students(j) )

     }

}

Compare_Score = 0;   //Variable for score comparison

for ( k = 0; K < Number_of_students; k = k+1)

{

     if (List_of_students(k) >= Compare_Score)

     {

         Compare_Score = List_of_students(k);

    }

}

Highest_Score = Compare_Score;

Step-by-step explanation:

You might be interested in
5x−4≥12 OR 12x+5≤−4 please answer asap and right and explain like im 5 how to solve OR problems ill give brainliest and a lot of
Zina [9171]

Answer: x ≥ 3.2 OR x ≤ -0.75

Here's how to solve the compound inequality step-by-step: start by separating it into two inequalities. For the first one, 5x - 4 ≥ 12, add 4 to both sides to remove the constant, leaving 5x ≥ 16. Then divide both sides by 5 to isolate x, resulting in x ≥ 3.2.

Now for the second part, 12x + 5 ≤ -4, subtract 5 from both sides to obtain 12x ≤ -9. Dividing both sides by 12 gives x ≤ -9/12, which simplifies to x ≤ -0.75. So, combining both, the solution is x ≥ 3.2 OR x ≤ -0.75.

4 0
1 month ago
Graph a parabola whose xxx-intercepts are at x=-3x=−3x, equals, minus, 3 and x=5x=5x, equals, 5 and whose minimum value is y=-4y
AnnZ [9099]

Answer:

Vertex: (1, -4)

intercept: (-3, 0)

Step-by-step explanation:

Let's be honest, you're not here for a detailed breakdown; you simply want the answer.

HOWEVER... the vertex corresponds to the Y-axis while the intercept aligns with the X-axis.

7 0
1 month ago
Betsy can clean a b of the house in an hour. How long will it take her to clean the whole house?
AnnZ [9099]
To determine the total time taken for house cleaning is necessary. Given that Betsy cleans a portion of the house, which takes her 1 hour, we want to find out how long it takes her to clean the entire house. By applying the unitary method, we see that if she cleans part of the house in 1 hour, we can calculate the time required for 1 whole house.
8 0
13 days ago
The mapping diagram shows a functional relationship. A mapping diagram shows a relation, using arrows, between domain and range
Svet_ta [9500]

Answer:

(3, -1) That’s my opinion.

Step-by-step explanation:

9 0
1 month ago
Read 2 more answers
Need help on 4.9.2 project: performance task: the subway stop
tester [8842]
You might have better success by searching for answers individually:)
3 0
29 days ago
Other questions:
  • 25.691 rounded to the greatest place
    13·3 answers
  • You are asked to bake muffins for a breakfast meeting. Just as you are about to start making them, you get a call saying that th
    10·1 answer
  • Two coins are to be flipped. The first coin will land on heads with probability 0.6, the second with probability 0.7. Assume tha
    15·1 answer
  • Dewey, Lie, and Howe is a regional branch office of the tax preparation conglomerate Hookem, Billem, Cheatem, and Soakem. One we
    5·1 answer
  • Charlie bought a pair of shorts at the store when they were having a 45% off sale. If the regular price of the pair of shorts wa
    7·2 answers
  • Translate and solve: Three more than the difference of 6s and 5s is equal to the difference of 1/12 and 1/6
    9·1 answer
  • Pablo and Johanna have to do a yearlong study for their biology course. After some discussion, they decide to try comparing thei
    7·1 answer
  • According to the Rational Root Theorem, which function has the same set of potential rational roots as the function g(x) = 3x5 –
    8·2 answers
  • Exhibit: Department Store.
    12·1 answer
  • A line contains (34,12) and (32,48) what is the slope of the line in simplified form? HELP ASAPl
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!