Computers and Technology
a student is creating a procedure to determine whether the weather for a particular month was considered very hot. the procedure takes as input a list containing daily high temperatures for a particular month. the procedure is intended to return true if the daily high temperature was at least 90 degrees for a majority of days in the month and return false otherwise. the program consists of 14 lines. begin program line 1: procedure, one word is hot, open parenthesis, one word temperature list, close parenthesis line 2: open brace line 3: total, left arrow, 0 line 4: counter, left arrow, 0 line 5: for each temperature in, one word temperature list line 6: open brace line 7: if, open parenthesis, temperature is greater than or equal to 90, close parenthesis line 8: open brace line 9: counter, left arrow, counter plus 1 line 10: close brace line 11: total, left arrow, total plus 1 line 12: close brace line 13: return, open parenthesis, missing code, close parenthesis line 14: close brace end program. which of the following can be used to replace missing code so that the procedure works as intended? counter < 0.5 * totalcounter > 0.5 * totaltotal < 0.5 * countertotal > 0.5 * counter
OverviewColleges and universities have begun offering online classes in order to attract a global audience. The concept of online classes was once considered challenging and complex. Today, schools have become more proficient in developing systems that serve thousands of students living anywhere in the world. These systems, sometimes called learning management systems (LMS), display course content, manage different user accounts, store grades, and more! In this assignment, you will research an LMS of your choice and how it provides its users with secured interaction, content, technical support, and more. You may also use your own experience as a student using Brightspace, Southern New Hampshire Universitys LMS. With your knowledge of the system and your experience as a student, you will assume the role of a systems analyst who is designing a similar system for YOUser University, a new college offering online courses.PromptAssume the role of a systems analyst designing an LMS for YOUser University. You have been asked to determine different functional and nonfunctional requirements for the new LMS. You have also been asked to determine limitations and assumptions for your system design. You will be asked to provide a rationale for your work, and to support your reasoning with quality sources.. based on your research, complete the module two assignment template included below. you will describe the requirements, assumptions, and limitations for the lms you are designing for youser university. be sure to do each of the following: identify six different functional requirements for your lms. for each requirement, you must include a rationale that explains why you chose that specific requirement. identify six different nonfunctional requirements for your lms. for each requirement, you must include a rationale that explains why you chose that specific requirement. identify two assumptions and two limitations for this lms design project. for each assumption and limitation, you must include a rationale that explains your choice. finally, be sure to include citations in apa format for the sources you used to help you determine different requirements, or explain your rationale.