What surprised you the most about computer science ?

Answers

Answer 1

Answer:

Computer science is the study of algorithmic processes

Explanation:

:) its interesting

Answer 2

Answer:

don't know

I am not sure what you mean

Explanation:


Related Questions

Do the lengths of 10,4 and 5 form a triangle explain why please I’m confused

Answers

Answer:

no

Explanation:

Imagine having sticks of these lengths. Attach the 4 and 5 to both ends of the 10. No way you can have them touch each other, not even when the triangle is flat.

The 4 and 5 add up to 9, that is less than 10.

The Triangle Inequality Theorem states that the sum of any 2 sides of a triangle must be greater than the measure of the third side.

A career in culinary arts can best be described as working in the __________ industry.
A.
food
B.
clothing
C.
computer
D.
entertainment

Answers

Answer:

A-Food

Explanation:

The answer would be A:Food

pleasee help meeeeeeeeee I’m stuckk!!!!

Answers

Answer: Charles Babbage

Answer:

a

Explanation:

trust

Decision support systems help managers use structured data to identify problems and find solutions to business-related problems. The financial management system is an example of this system.

Answers

Answer:

sorry about this

Explanation:

7.5 Code practice Plz answer ASAP

Answers

def calculate_GPA(grade, weight):

   grades = {"A": 4, "B": 3, "C": 2, "D": 1, "F": 0}

   if weight == 0:

       return grades[grade]

   else:

       return grades[grade] + 1

classes = int(input("How many Classes are you taking? "))

total = 0

for x in range(classes):

   letter = input("Enter your Letter Grade: ")

   user_weight = int(input("Is it weighted? (1 = yes) "))

   grade = calculate_GPA(letter, user_weight)

   total += grade

   print("Your GPA score is: ", grade)

print("Your weighted GPA is a",(total/classes))

I wrote my code in python 3.8. I was able to replicate the output in your picture exactly. If you need me to make any changes, I'll do my best.

The function is an illustration of for loops

For loops are used to perform repetitive operations; just like the while loop

The program in Python, where comments are used to explain each line is as follows:

#This defines the studentGPA function

def studentGPA(grade, weight):

   #This initializes a dictionary for all grades

   allGrade = {"A": 4, "B": 3, "C": 2, "D": 1, "F": 0}

   #This sets the return grade to 0

   retValue = 0

   #If the grade is valid

   if grade in allGrade:

       #If the weight is 0

       if weight == 0:

           #Then score is not graded

           retValue = allGrade[grade]

       #If otherwise

       else:

           #This adds 1 to the return grade

           retValue = allGrade[grade]+1

   #This returns the grade point

   return retValue

#The main begins here    

#This gets the number of classes

klass = int(input("How many Classes are you taking? "))

#This initializes the total grade to 0

total = 0

#This following is repeated for each class

for x in range(klass):

   #This gets input for the letter grade

   letterGrade = input("Enter your Letter Grade: ")

   #This gets input for the weight

   weight = int(input("Is it weighted? (1 = yes) "))

   #This gets the corresponding grade

   grade = studentGPA(letterGrade, weight)

   #This prints the grade point

   print("Your GPA score is: ", grade)

   #This calculates the total grade

   total += grade

#This calculates the GPA

GPA = total/klass

#This prints the GPA

print("Your weighted GPA is a",GPA)

Read more about for loop at:

https://brainly.com/question/12736327

Other Questions
Solve the equation. 2/3 t=4/5A. t= 2/15B. t= 8/15C. t= 1 and 1/5D. t= 1 and 7/15 It is obvious that Alvarez knows the works of Whitman and Hughes because in the title of the poem she uses the word * Two siblings are racing. The older sibling can run at a constant speed of 11 feet per second. The younger sibling can run at a constant speed of 7 feet per second. If the younger sibling is given a 32-foot head start in the race, how long will it take the older sibling to catch the younger sibling, and how far will the older sibling have run at that moment?The older sibling will catch the younger sibling after ? second(s) and running ? feet. when an experiment shows that two variable are closely related the experiment shows what (I will give a Brainliest) Can liquid water and steam exist at 100C? Select all that apply. Efforts to stop the plague included: flagellants atoning for sins persecuting others governments quarantining all those who fell ill shutting down trade praying Heather has 2 less than 5 times the amount of shoes that Donna has. Gina has 1 more than 2 timeamount of shoes that Donna has. Let x represents how many shoe Donna has.a. Write an expression that represents how many more pairs of shoes Heather has than Gina.b. Simplify the expression:c. How many more pairs of shoes does Heather have is Donna has 14 pairs of shoes? there are 5 people in Edgar's family. they have 3 loaves of pumpkin bread to share equally. Edgar wants to know how much pumpkin bread he will get? How do you evaluate functions? example:Find the output, B, when the input, a, is 6.b= -1 - 7a What are the two most important things that you must have in order to become an entrepreneur? A. Education and funding B. Speaking skills and listening skills C. A business idea and passion D. Experience and employees hi people here hi hi oya Help me with this multiple choice question! Elena has 80 trading cards in her collection. If 15% of her cards are baseball cards, how many of Elenas trading cards are baseball cards? 3. One of Scrooge's relatives visited him at his warehouse. Who was it, and what did he want?What was Scrooge's reply?(Christmas carol) How is it possible for some organisms to survive using only fermentation and not cellular respiration? The ratio of blue to red for a purple paint made by28mixing 24 oz of red with 28 oz of blue. Convert to centimeters: 43 meters PLEASE ANSWER THIS ASAP, I WILL BE GIVING YOU A THANKS! PWEASE HELP ME Due to the known mutualistic relationships between M. smithii, Bacteroides, and the human gut, why might overweight study subjects have a different methane and hydrogen profile compared to healthy weight study subjects? Do you agree with the decision from below mention case?While driving his employers vehicle to call on a customer, Mandel decides to stop at his bankwhich is one block off his routeto make a personal deposit. Mandel then negligently runs into a parked vehicle owned by Kelly. In this situation, because Mandels detour from the employers business is not substantial, he is still acting within the scope of employment, and the employer is liable.The result would be different, however, if Mandel had decided to pick up a few friends for cocktails in another city and in the process had negligently run into Kellys vehicle. In that situation, the departure from the employers business would be substantial, and the employer normally would not be liable to Kelly for damages. Mandel would be considered to have been on a "frolic" of his own.