Answer:
0
Explanation:
In the lists, indexation starts from 0, because of that in if statement we compare item[0] which is 'male' and 'male', and then males is itterated within for loop.
The complete code is for an item in data: if item[ 0 ] == 'male': The correct option is B.
What is coding?We connect with computers through coding, often known as computer programming. Coding is similar to writing a set of instructions because it instructs a machine on what to do.
You can instruct computers what to do or how to behave much more quickly by learning to write code. Languages written in an imperative, functional, logical, or object-oriented style are common.
These coding language paradigms are available for programmers to select from in order to best meet their demands for a given project. You don't need advanced math abilities for the majority of coding careers, while some programming fields (like game development and machine learning) do demand it.
Therefore, the correct option is B, 0.
To learn more about coding, refer to the link:
https://brainly.com/question/17204194
#SPJ2
7.5 code practice edhesive plssss
Answer:
def GPAcalc(user_grade, w):
if(user_grade == "A" or user_grade == "a"):
return 4 + w
elif(user_grade == "B" or user_grade == "b"):
return 3 + w
elif(user_grade == "C" or user_grade == "c"):
return 2 + w
elif(user_grade == "D" or user_grade == "d"):
return 1 + w
elif(user_grade == "F" or user_grade == "f"):
return 0 + w
else:
return "Invalid"
if(weighted == 1):
print(g + 1)
def calculateAverage(n):
sum = 0
for x in range (n):
print()
letterGrade = input("Enter your Letter Grade: ")
weight = int(input("Is it weighted? (1 = yes)(0 = no) "))
grade = GPAcalc(letterGrade, weight)
print("Your GPA score is: " + str(grade))
sum += grade
average = sum/numClasses
return average
#Main
numClasses = int(input("How many Classes are you taking? "))
sum = 0
average = sum/numClasses
print()
print("Your weighted GPA is a " + str(calculateAverage(numClasses)) + ".")
Explanation:
yes
In this exercise, using the knowledge of computational language in python, we have that this code will be written as:
The code is in the attached image.
We can write the python as:
def GPAcalc(user_grade, w):
if(user_grade == "A" or user_grade == "a"):
return 4 + w
elif(user_grade == "B" or user_grade == "b"):
return 3 + w
elif(user_grade == "C" or user_grade == "c"):
return 2 + w
elif(user_grade == "D" or user_grade == "d"):
return 1 + w
elif(user_grade == "F" or user_grade == "f"):
return 0 + w
else:
return "Invalid"
if(weighted == 1):
print(g + 1)
def calculateAverage(n):
sum = 0
for x in range (n):
print()
letterGrade = input("Enter your Letter Grade: ")
weight = int(input("Is it weighted? (1 = yes)(0 = no) "))
grade = GPAcalc(letterGrade, weight)
print("Your GPA score is: " + str(grade))
sum += grade
average = sum/numClasses
return average
numClasses = int(input("How many Classes are you taking? "))
sum = 0
average = sum/numClasses
print()
print("Your weighted GPA is a " + str(calculateAverage(numClasses)) + ".")
See more about python at brainly.com/question/13437928?
What is the alternative name of home page ?
Answer:
Home page is also known as start page
Explanation:
start page is another name for homepage
You manage a single domain named widgets. Organizational units (OUs) have been created for each company department. User and computer accounts have been moved into their corresponding OUs. You define a password and account lockout policy for the domain. However, members of the Directors OU want to enforce longer passwords than are required for the rest of the users. You would like to define a granular password policy for these users. Which tool should you use
Answer:
The answer is "ADSI Edit".
Explanation:
Active Directory Service Interfaces would be a series of COM modules, that were used by various service providers to access the functions of directory services. It uses offers a single clear collection of active directory frameworks to control system resources in a computing environment.
It implies an AD editor of low concentrations that allows you to view, modify or remove objects and attributes. Far as utility and possible danger were concerned, ADSI Edit informs the machine registry which registration.
The ideal body position for your legs after you've adjusted your seat is with your knee ___.
Answer:
is slightly crooked when pressing the pedals. This answer has been confirmed as correct and helpful
Explanation:
Hope it helps
The ideal body position while driving for the legs have adjusted from the seat with the knee slightly crooked when pressing the pedals. Thus, option B is correct.
What is the importance of correct body posture?The body posture is important for the proper blood flow, maintaining and supporting the health of the muscles, tendons, and ligaments.
The complete question is given in the image attached.
The correct body posture to opt while driving helps in the formation of correct control over the vehicle. The correct posture is maintained with the bottom touching the back of the seat and legs adjusted with the seat and the knee slightly crooked when pressing the pedals. Thus, option B is correct.
Learn more about body posture, here:
https://brainly.com/question/12975862
#SPJ2
Plz hurry it time
How do you exit the current pass through the loop and go back to the "for n in range (5)" line?
forn in range(5)
Squaren 2
if square mm 9:
print(square)
print("Done")
Оexit
O quit
O break
continue
Answer:
I guess just write "for I in range(1):
Answer:
the answer should be "break" if I remember correctly
Explanation:
what is the checksum of 148
Answer:
The summary on the given topic is summarized in the explanation portion below.
Explanation:
A means to ensure that somehow a machine data communication or transfer has no bits missing are termed as Checksum. These would be determined in many extremely difficult directions but there's no response.Whereas if checksum appears unacceptable or inaccurate, the machine is compared mostly with documentation it gets or collects and lends it a position.What are some ways tables can be inserted into a document? Check all that apply
•drawing table
•using a dialog box
•using quick tables
•using the save options
•converting an image to a table
•adding an excel spreadsheet
Answer:
drawing tableusing quick tablesconverting an image to a table.Answer:
its 1. 2. 3. 6.
Explanation:
One reason it is important to write code that is readable is that
A it makes the code execute faster, which makes the code run better.
B it saves space on the page for important comments.
C it makes it easier to copy when you want to send the code to others.
D it makes it easier to follow when revisions or updates are called for.
Hurry plz
Answer:
The answer is D:)
Explanation:
D) it makes it easier to follow when revisions or updates are called for.
Answer:
It is most likely:
D. It makes it easier to follow when revisions or updates are called for.Explanation:
Which are examples of types of audio media that can support a presentation? Check all that apply.
music
recordings
movies
photographs
podcasts
sound bites
Answer:
music: A
recordings: B
movies: C
sound bites: E
Explanation:
ong
state three advantage and disadvantages of Laser printer
Explanation:
advantages
Fast printouts - faster than ink-jet or dot-matrix
disadvantage
Toner is more expensive than ink-jet cartridges
1. Summarize the main idea of the article. 2. If you were given the option, which side of the argument would you support and WHY? (Give at least one fully supported reason that is mentioned in the article) (At least 3 sentences)
Story : Issue Overview: Should we have zoos? - Newsela Article
Answer:
have a nice day
Explanation:
What Is entered into the system as input?
Answer:
Input is something put into a system or expended in its operation to achieve output or a result. The information entered into a computer system, examples include: typed text, mouse clicks, etc. Output is the information produced by a system or process from a specific input.
Explanation:
Is an automatic computer check to ensure that the data entered is sensible and reasonable.It does not check the accuracy of data.
Answer:
Validation is an automatic computer check to ensure that the data entered is sensible and reasonable. It does not check the accuracy of data. ... The computer can be programmed only to accept numbers between 11 and 16. This is a range check.
5. Which BEST explains when the logo likely emerged?
during the prehistoric era
with print advertising or labels
when images could be reproduced in color
in the past decade with the rise of digital arts
Answer:
I believe that the answer is C.
Explanation:
Answer:
With print advertising or labels
Explanation:
Differentiate between Baud rate and Bandwidth. Also give their differences.
Answer:
The bandwidth of a digital signal is the number of bits transmitted per second. The baud rate is the number of signalling elements transmitted per second.
In simple systems each signalling element encodes one bit, so the two values are the same. In more complex systems, the number of bits encoded per signalling element may be greater than one, so the bandwidth will be some multiple of the baud rate.
Read the scenarios below, then use the drop-down menus to decide if you should use a database.
A. The parent-teacher organization keeps a log of cookie sales to raise money for the elementary school.
B. A company created a website where people can buy books, movies, electronics, and household items.
C. A national restaurant chain with over two hundred locations needs to keep track of a large volume of information, including food suppliers, employees, and customer orders.
D. You created a spreadsheet to keep track of your favorite books.
Answer:
A. The parent-teacher orginization keeps a log of cookies sales to raise money for the elementary school.
Explanation:
A company created a website where people can buy books, movies, electronics, and household items needs a database.
What is a database?The other is:
A national restaurant chain with over two hundred locations needs to keep track of a large volume of information, including food suppliers, employees, and customer orders needs a database.A database is known to be a well plan out collection of information, or data, that are said to be structurally saved electronically using a computer system.
Note that the two scenario above such as company created a website where people can buy books, movies, electronics, and household things that needs a database because its work is complex.
Learn more about database from
https://brainly.com/question/26096799
#SPJ2
List three ICT tools that are commonly used in the education system
Answer:
Social Media
Computer
Whiteboard
Explanation:
¡Hola! He visto en muchos comentarios de Twitter "svd" cuando alguien dice "dale fav a este Tweet y siganse entre ustedes" y en los comentarios ponen "svd". ¿Qué significa?
Answer:Valor singular de descomposición
Explanation:
Can someone give me a song I can make a dance too not a school related question
try an anime song and move around like a noodle, no im just kidding try shawn mendes he has rlly good songs
Answer:
The 7 Seas
by F-777
Explanation:
this song is pirate themed, its hyped, its electro, lil-medium bass beats, full length song, no lyrics and is one of mah FAVS ofc it might be hard to dance too, im not sure what your tastes are so its hard for me to make a good suggestion, either way the song is still good to listen to OwO
why is it necessary to use standard furniture in a computer lab
1
Type the correct answer in the box. Spell all words correctly.
Which software can managers use to discuss financial performance with the help of slides and charts?
Managers can use a ____
software to discuss financial performance with the help of slides and charts.
Reset
Next
Answer:
Microsoft PowerPoint software
Explanation:
PowerPoint is the worlds mosth popular program to create slides and charts for the office stuffs .
Today, scientists agree that good research is ethical in nature and is guided by basic respect for human dignity and safety. However, as you read in the Tuskegee Syphilis Study, this was not the case. Discuss any THREE (3) the ethical violations in the study
Answer:
Ethical violations in the Tuskegee Syphilis Study
1) Discrimination. Syphilis was recognized as a disease with a major impact on the afro-descendant and in poor conditions population. The studied population was not treated fairly, they were selected from a vulnerable group. Against the bioethical principles of justice.
2) The ethical principle of beneficence was violated since the participants did not have a real benefit from their participation and in the case of the sick people, they had no option to be treated (in 1947 penicillin was already used as a treatment).
Due to the ignorance of the study, the general population was affected by the transmission of the infectious disease.
3) There was no informed consent against the autonomy principle of clinical Ethic. People were studied for about 40 years (1932 - 1972) with no information about it.
Explanation:
It was a study conducted by the Public Health Service in the city of Tuskegee (Alabama). The objective was the study of the natural progression of syphilis.
The controversies regarding this study were related to the fact that it was conducted in an African American and literate population that was not informed and did not have access to treatment.
Take the nine elements of digital citizenship. Deduce and describe an example of each of the nine elements. The examples must clearly show situations where an individual exhibited good cyber citizenship or was clearly not displaying good digital citizenship.
Answer:
Answer:
cyber bullying
rights
technology
speech
education
study
issues
Explanation:
The _____________ loop executes a process statement before a decision.
Answer:
The Iteration
Explanation:
Iteration is also known as repetition. It is used to execute a process (or statement) multiple times. Repetition statements are sometimes referred to as loops.
Hope this helped :) :3
The basic functions of Brake Control Valves is?
Answer:
This valve is necessary for optimizing front-to-rear bias, also referred to as brake balance. It is a spring-loaded component that activates when fluid pressure builds when you step on the brake pedal. Then, the valve's plunger unseats and fluid rushes into the calibrated range.
2. Daduan is explaining to a colleague the various arithmetic operators that Python has available. Which of the following symbols should he use to explain what a modulus operation is?
Answer:
The symbol that represents the modulus operator is %
Explanation:
In Python programming language, the % sign is used to perform modulus operation.
Take for instance:
2 modulus 3 will be written as: 2%3.
The result of the operation is to return the remainder of the division.
So, the above expression will return 2 because 2 divided by 3 is 0 remainder is 2
*BRAINLIEST FOR BEST ANSWER NO LINKS OR I WILL REPORT YOU!*
You receive a direct message from a friend's account that has a video and just the words "here". You don't remember talking to your friend about videos and your friend usually writes more or at least includes an emoji or two. What should you do?
A. Post the link to your social media account and ask if anyone has seen it.
B. Send it back to your friend and ask if they send the message.
C. Watch the video. It's probably funny.
D. Ask your friend in person or through another account if they sent it.
Answer:
D.
Explanation:
That sounds like the most reasonable option to me. Or even meet the friend physically and ask.
who can be my freind.
Answer:
Sure I'll be your friend
Explanation:
Answer:
Me
Explanation:
I am friendly. I think you can be my friend
Describe the translation that maps ABCD onto A'B'C'D' A. Left 6, up 5 B. Left 6 down 5 C. Right 6, up 5 D. Right 6, down 5 Pls don't do this just for the points.
Answer:
D. Right 6, down 5
Explanation:
Given
See attachment for plot
Required
Determine the translation from ABCD to A'B'C'D'
Using point A and A' as points of reference, we have:
[tex]A = (-1,1)[/tex]
[tex]A' = (5,-4)[/tex]
First, A was translated right by 6 point.
The translation rule is:
[tex](x,y) \to (x+6,y)[/tex]
So:
[tex]A=(-1,1)[/tex] becomes [tex]A=(-1+6,1)[/tex]
[tex]A=(-1+6,1)[/tex]
[tex]A=(5,1)[/tex]
Next, the plot was translated downward by 5 points.
The translation rule is:
[tex](x,y) \to (x,y-5)[/tex]
[tex]A=(5,1)[/tex] becomes: [tex]A' = (5,1-5)[/tex]
[tex]A' = (5,-4)[/tex]
Hence, D is correct
Why is it important to do research prior to making a purchase? What types of sources can be helpful (or not helpful!)
when making a spending decision?
Answer:
It is important to do research before making a purchase to avoid buyers remorse. It can be expensive to return an item as you can be charged shipping and restocking fees. Before jumping in and trying to find an item it is useful to stop and ask yourself "what do I want this item for?" this gives you a list of requirements to look for. Manufacturer's specifications are useful for finding out hard facts like how wide a fridge is or what colour ink a pen has. Subjective opinions on a product are also important as they can highlight common issues people are having with an item and if you are likely to encounter the same problems if you purchase the same item. The most unhelpful sources of information about an item are sponsored placements since most of the opinions presented will be a list of the manufacturer's talking points which are going to be biased towards showing the product in a positive light.
It is important to do research earlier to make a purchase as needed for making a spending plan, and prioritize what needs to purchased first.
What is the spending decision?A spending decision is one that is need to be made before making or going out for any purchases and it's important to plan in advance to avoid any problems in buying.
The quality, quantity of the item to purchase, manufacturing defects, and other fees that are applicable on the purchase need to be evaluated properly in advance in order to make a purchase. A comparison is also needed to make before buying.
Find out more infimaion about the purchase.
brainly.com/question/5168855