You compared each letter in the correct word to the letter guessed. Assume the correct word is "cloud." Finish the code to compare the guessed letter to the "u" in "cloud."
if guess == correct[4]
if guess == correct{4}
if guess == correct[3]
if guess == correct{3}

Answers

Answer 1

Answer:

if guess == correct[3]:

Explanation:

Its was correct

Answer 2

You compared each letter in the correct word to the letter guessed the correct word is "cloud." Finish the code to compare the guessed letter to the "u" in "cloud." is option c. it is if guess == correct[3].

What is code ?

Coding method is the use of the programming language to get the laptop to act as desired. Each line of the code is a hard and fast of commands for the laptop.

The correct word is "cloud." Finish the code to compare the guessed letter to the "u" in "cloud" is if guess == correct.

Read more about the code:

https://brainly.com/question/19344465

#SPJ2


Related Questions

Which of the following is the shortcut to quickly save a PowerPoint presentation?
Pressing Ctrl+Shift+S will save the slides.
Pressing Ctrl+S will save the slides.
Pressing F12 will save the slides.
Pressing Shift+S will save the slides.

Answers

I’m pretty sure it’s Ctrl + S

Answer:

Pressing Ctrl+S

Explanation:

Which organization publishes a handbook that describes various occupations? U.S. Department of Defense U.S. Department of Agriculture U.S. Bureau of Labor Statistics U.S. Bureau of Economic Analysis

Answers

Answer:

U.S. Bureau of Labor Statistics.

Explanation:

The Bureau of Labor Statistics is a unit of the United States Department of Labor assigned with the task of fact-finding in the field of labor and statistics for the government. The agency helps measure the labor activity in the market and evaluates all forms of activity regarding labor conditions for the government.

This agency also functions or serves as the principal agency for the United States Federal Statistical System. It not only collects information or data but also helps spread the said information to the government. It also published a biennial handbook describing various occupations.

Answer:

C

Explanation:

As the Social Media Strategist at a company, your coworker comes to you and asks you to explain that if your ads and products are all over the Internet, how would anyone ever find them? Which would be your best explanation?

Answers

Explanation:

They can find the ads all over the internet. The ads will be seen by people using all kinds of websites, and of all age groups.

How many syllables does snail have

Answers

Snail only has one syllable

How are Earth's plates made?

Answers

They were created by a process similar to the subduction, when one plate dives below another.

Anna is concerned about the lack of communication among the members of her team. Which risk can result from a lack of communication within a team?

______ risk can result from a lack of communication within a team.


The answer is Operational

PLATO

Answers

Answer:

The appropriate approach is "Operational".

Explanation:

Operational risk pretty much sums up the complexities and challenges that an organization operates when something intends to carry out its daily operations business operations throughout a provided field of work. The whole risk could sometimes be categorized here as the number of different risks that are specific to a particular market or organization.

If you were asked to make a presentation to your class that requires you to show pictures, text and video, which program would be the best choice? A. Internet explorer B. Photoshop C. Microsoft word D. Microsoft PowerPoint

Answers

Answer:

D

Explanation:

Microsoft PowerPoint is a presentation program.

1. Write the syntax of the following HTML commands by using any one attribute
a) Font
b) Table
c) OL
d) Marquee
e) Img​

Answers

attributes for an element are expressed inside the element's start tag. Attributes have a name and a value. There must never be two or more attributes on the same start tag whose names are a case-insensitive match for each other. The following list describes syntax rules for attributes in documents in the HTML syntax.

Answer:

The answer is table

Explanation:

If u do not know what a syntax is, its a system where it helps u make ur sente shorter cuz if its like i wanted to go out in the rain my mum said i cant to play in the rain the fixed sentence would be I wanted to go play in the rain but my mum said no

Convert these denary numbers to binary

I’ll give Brainly please

Answers

Answer:

17 = 10001 . 62 = 111110      183 = 10110111 .      200 = 11001000

21= 10101 .     49= 110001

Explanation:

tell me if wrong

Print even numbers till 50 in python coding.

Answers

In python, you can use a simple list comprehension to solve this problem.

print([x for x in range(51) if x % 2 == 0])

This code prints all the even numbers from 0 to 50 including 0 and 50.

Why did we decide to send a message as a sequence of two options rather than modifying our devices to represent more options?

Answers

Answer:

Following are the solution to this question:

Explanation:

Please find the complete question in the attachment file.

The binary message is also an XML text SMS, which is used to represent in binary character. It may also flag the binary text as binary, and it can attach the UDH as just the start of its message. In this question, we assume that you can include A and B because there could be no more than 2 choices in such a binary message.

We decided to send a message as a sequence of two states (A and B) rather than modifying our devices to represent more states (State C, State D, State E, etc.) primarily for simplicity and efficiency.

Using a binary communication system with just two states is straightforward and easier to implement than introducing more complex modifications for additional states.

Binary communication allows for clear and unambiguous encoding and decoding, making it more reliable and less prone to errors.

While using more states could potentially convey more information, it would also require more complex hardware and software, increasing the risk of communication errors and complicating the overall system design and operation.

Know more about binary communication:

https://brainly.com/question/32447290

#SPJ3

Your question is incomplete, but most probably your full question was.

Why did we decide to send a message as a sequence of state (A and B) rather than modifying our devices to represent more State (State C, State D, State E,....)?

In what kind of attack can attackers make use of hundreds of thousands of computers under their control in an attack against a single server or network?

Answers

Answer:

distributed denial of service

Explanation:

Answer: DDoS

Explanation:

A distributed denial-of-service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service or network by overwhelming the target or its surrounding infrastructure with a flood of Internet traffic.

DDoS attacks achieve effectiveness by utilizing multiple compromised computer systems as sources of attack traffic.

8. Why is it important not to download pictures to your school or workplace network if you do not plan to use them?

Answers

Answer:

not appropriate use of technology.

Explanation:

What educational site could I make a screen capture tutorial on? I need ideas for a school project.

Answers

You Need Software To Screen Capture

The Software You can use is OBS its free and there are watermarks

!WILL GIVE BRAINLIEST!
Write a Python program that prompts the user for a word. If the word comes between the words apple
and pear alphabetically, print a message that tells the user that the word is valid, otherwise, tell
the user the word is out of range.

Answers

Answer:

word = input()

if word > "apple" and word < "pear":

   print("Word is valid.")

else:

   print("Word is out of range.")

hey plz help me with this
What is malware short for?​

Answers

Answer:

Malware is the collective name for a number of malicious software variants, including viruses, ransomware and spyware. Shorthand for malicious software, malware typically consists of code developed by cyberattackers.

Explanation:

What type of result does the MATCH function, when used on its own, return?


It returns the lookup value located in a specific location.

It returns a value that is the same as the lookup value.

It returns the cell reference of the lookup value.

It returns the relative position of a lookup value, either as a row or column number, within the selected array.

Answers

Answer:

D: It returns the relative position of a lookup value, either as a row or column number, within the selected array

Explanation:

In Microsoft, the MATCH function is a function that is easily used to look for a specific item in a range of cells, and thereafter it now returns the relative position of that item in that same range of cells.

Thus, the correct answer is Option D

Answer:

d

Explanation:


Bill is pushing a box with 10 N of force to the left, while Alice is pushing the box with 30 N of force to the right. What is the
net force?

Answers

Answer:

Net force = 20 N

Explanation:

Given that,

Force acting on the left = 10 N

Force acting on the right = 30 N

Let right side is positive and left side is negative. Let the net force acting on the box is F. So,

F = -10+30

F = 20 N

So, the net force on the box is 20 N and it is in right side.

In Java I’m having trouble with variables. When I try to call a variable from my while loop it says, “finger cannot be resolved to a variable.” The error is on line 49.

Answers

You're declaring variable finger inside your while loop so it only exists inside your while loop. You're then trying to use your finger variable outside your while loop, which is impossible because finger only exists inside your while loop.

Try declaring total at the beginning of your program, adding finger to total before you break from your while loop and then adding randNum to your total at the end.

To better understand why you can't use finger outside your while loop, look up "java scope". This will explain why you can only use variable in the regions they're declared in.

Please help with this code!

Answers

import random

months = ["jan", "feb", "mar", "apr", "may", "june", "july", "aug", "sept", "oct", "nov", "dec"]

pick1 = random.choice(months)

pick2 = random.choice(months)

if months.index(pick1) < months.index(pick2):

   print(pick1)

   print(pick2)

else:

   print(pick2)

   print(pick1)

Since the months are already in chronological order in the list, we can compare their index and print the string with the smaller index first. I wrote my code in python 3.8. I hope this helps.

How can you reduce the Impact of Hacking? 
pls help with this <3​

Answers

Answer:

Explanation:

To reduce the impact of hacking firstly dont ever give anyone your PASSWORD even to ur friends coz one day they can snake u off and use ur personal email/accounts.Try to use websites which are protected from hackers and anti-virus.Never use your personal details if u do make sure u write the user/password in a save place and LOG OUT your accounts when ur not using them.If u have a child you should install i child protecting apps.And make sure you block all anonymous websites/browsers/apps.Dont leave personal information on websites just to stay on the safe side.

Hope this helps

Which group contains the command to manually conduct a spell check ?

Answers

Answer:To check spelling in a Word document, open up the document, head to the “Review” tab, then click on “Spelling & Grammar” (part of the “Proofing” group of tools). Then a window will appear showing the first word the program believes to be misspelled. Click through the options to review the whole document.

Explanation:Hope this helped u out btw can i plz have brainlist only if u wanna give me brainlist though have an great day kind sir or ma'am!

Computerized machines have taken the place of most __________.
A.
teachers
B.
IT specialists
C.
order clerks
D.
graphic designers

Answers

Answer:

B??

Explanation:

I feel like B. is the correct answer.

If i'm wrong plz let me know :>

Answer:

B

Explanation:

Which computer network component connects two different networks and allows them to communicate?

Answers

Answer:

Core network components interconnect other network components. Gateway: an interface providing a compatibility between networks by converting transmission speeds, protocols, codes, or security measures. Router: a networking device that forwards data packets between computer networks.

Lucy was bucking for a promotion. She paid careful attention to the e-mails she sent out to make sure they did not violate netiquette guidelines. All the items below describe something she should do when using e-mail except_____.

pls help me i know somone did this

Include lots of exclamation marks to get your point across.


Use a relevant subject line.


Include a signature.


Use spell check in addition to proofreading to reduce mistakes.

Answers

Answer: Include lots of exclamation marks to get your point across

Explanation:

When sending an e-mail, we should note that the subject line that should be used should be relevant with regards to the message being passed.

A spell check is also vital in order to reduce mistakes. The use of many exclamation is wrong. That's not professional and should be avoided.

The Internet was first used by which of the following institutions?
A.
Nazi party
B.
US Postal Service
C.
US Department of Defense
D.
British Broadcast Corporation

Answers

Answer:

U.S Department of Defense

Explanation:

(btw nazi party was around before the internet and ended before the internet therefor couldn't be that)

Complete the following sentence.

Tony ___________ is considered an expert in the field of mind mapping.

Answers

Answer:

The answer is Buzan.

Answer:

Buzan

Explanation:

float('3.66') converts the string "3.5" to a float. Which statement is true? You need to import the float() method from the math module. When you first open IDLE, you can use the float() function. You need to import float() from the random module. There is no float() function. You need to write your own.

Answers

Answer:

When you first open IDLE, you can use the float() function

Explanation:

i bellive this is the rigtht anser but i am not 100%

_____ includes the technologies used to support virtual communities and the sharing of content. 1. social media 2.streaming 3. game-based learning

Answers

Answer: it’s A, social media

Explanation:

Social media are interactive digital channels that enable the production and exchange of information. The correct option is 1.

What is Social Media?

Social media are interactive digital channels that enable the production and exchange of information, ideas, hobbies, and other kinds of expression via virtual communities and networks.

Social media includes the technologies used to support virtual communities and the sharing of content.

Hence, the correct option is 1.

Learn more about Social Media:

https://brainly.com/question/18958181

#SPJ2

The advancements in which of the following technologies has most changed the American job market in recent years?

A.

computer and Internet

B.

manufacturing

C.

transportation

D.

health care
a thousand people on here and no answer

Answers

Answer:

I think its A but not 100% sure

Other Questions
Help this my last question What is the source of the Amazon River? Rio Negro Andes Mountains Atlantic Ocean Pacific Ocean There are 16 tablespoons in one cup. Which table correctly relates the number of cups to the number of tablespoons? 1. How long is 50% of 60 minutes? 2. How long is 10% of 60 minutes? 3. How long is 75% of 60 minutes? Can someone help? You can either do one or two or both. Thx Find the simple interest payable on a deposit of 20,000 at 12% per annum over a period of 4 years. The United States formally entered World War II following the Japanese attack onNanjingIndochinaPearl Harborthe Philippines The agora was the city's marketplace and social center for sports, festivals, and meetings. True or False Corey wants to watch a 210 minute movie, but he can't watch it all at once.If he watches [tex]\frac{1}{7}[/tex]of the movie each day of the week, how many minutes per day will Corey watch? What number could replace b below? Mr. Pumastock will most likely skirt the issue at hand Which sentence uses the word skirt as it is used in the box above Thanks for helping me, now I need help on this one I really don't know Spanish Consider a diploid organism. What is the genotypic ratio expected to be observed in the offspring produced by two heterozygous parents Which geographic feature did the British government use in 1763 as a boundary to restrict the westward settlement of American colonists? What nucleotide is found in DNA A 0.02kg bullet is traveling with a speed of 300m/s when it hits a wall. Assuming it comes to rest after traveling 0.1m with constant deceleration into the wall. 1. Calculate the work done by the wall on the bullet as the bullet comes to a stop. 2. Calculate the deceleration of the bullet as it comes to a stop. Change to Scientific Notation.0000000005 Tia shares 53 balloons equally among his four children how many balloons will be left over Help mathematicians please Describe the second and third plantation Tom Lives on please, also be specific with one is which please? For Uncle Tom's Cabin Which of the following provides an analysis of the event that supported the U.S. military strategy in the Pacific during World War II?A. Invade islands, fight naval battles, and provide constant air attacks to move troops and weapons closer and closer to Japan.B. Make frequent attacks on Tokyo and other important Japanese cities from 1941-1945 to get the Japanese to surrender.C. Base a large army in Hawaii and Australia to attack Japan directly by the Spring of 1942 so the Japanese would surrender.D. Send large numbers of soldiers to attack China and then to invade Japan and Korea to destroy the governments.