logic inside the forloop to test ifthe number is between 90 and 100 If the number is in this range, then it should add 1 to the tally ofgradeA. You should have another test to see if the number is between 80&89 and if it should add 1 to the tally of gradeBYou should continue to have tests for 70 to79 being gradeC60 69 being graded& below 60 being gradeF. After the for loop thendisplay a list ofhow many students had A's B'setc. in the output message box.If the data is 90 100 80 85 63 73 80 92 90The display should be like that: Create algorithmpseudocodeflowchartCreate counter variables for each letter grade.Create conditional statements to determine the number of A’s B’sC’s D’s and F’sCriteria:Grade AScore is between 90(inclusive)and100(inclusive)Grade BScore is between 80(inclusive)and 90(not inclusive)Grade CScore is between 70 (inclusive)and80(not inclusive)Grade DScore is between 60(inclusive)and 70(not inclusive)Grade FScore is below 60Print the counts for each grade in one message box.
Discuss the most well-known and spectacular DoS attacks in the last few years
Draw a flowchart and write pseudo code for a program that will accept marks for 10 students who sat for a java examination. Total mark for the examination is 80. Determine if the mark is a pass or a fail. This process should be done until all students marks have been captured.. [20 Marks]
Marking Key:
-Correct flowchart symbols – 4 marks
-Correct flowchart logic – 6 marks
-Correct syntax of the pseudocode– 4 marks
-Correct pseudocode logic – 4 marks
Draw a flowchart and write pseudo code for a program that allows a student to enter his/her name, student number, sex arid age. If the age is below 18 years, the program should reject the student, otherwise the student is allocated class LBIS12O1 if they are male, else they are allocated to LBIS12O2. The program prints the details of the student and informs him/her which class they are allocated. Write the pseudocode for the same problem
Create a calendar program that allows you to enter a day , month, year and in three separate variables
arr1 = ["january","february","march","april","may","june"]
arr2 = ["july","august","septmber","october","november","december"]
first array value should be as key and second one as value
print // ex: arr = [january= "July",february="äugust"]
A box of cookies can hold 24 cookies, and a container can hold 75 boxes of cookies. Write a python
program that prompts the user to enter the total number of cookies, the number of cookies in a
box, and the number of cookie boxes in a container. The program then outputs the number of
Boxes and the number of containers to ship the cookies. Note that each box must contain the
specified number of cookies, and each container must contain the specified number of boxes. If
the last box of cookies contains less than the number of specified cookies, you can discard it and
output the number of leftover cookies. Similarly, if the last container contains less than the
number of specified boxes, you can discard it and output the number of leftover boxes.
Find latitude and longitude of first 20 countries with a population greater than or equal to the population limit given below. Use the country details from this dataset
Your task is to find the sum of the length of all lines (in kms) that can be drawn between co-ordinates of these countries.
Assume radius of earth: 6371 km
Round length of each line and final result to 2 decimal points
If co-ordinates are missing for any country use 0.000 N 0.000 E
Population limit: 2072
Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submiiting
Array of Strings to UpperCase Given an array myArray of strings as an input, write a JS program to convert all the strings in myArray to uppercase.
Make a list of activities that you do every day in which computer network are used.how would your life be altered if these networks were suddenly switched off?