building a robot that could perform surgery on its own. Would you rather have it rely on a basic algorithm with a human supervisor, or on a program that uses machine learning?

Answers

Answer 1
program that uses machine learning.
Answer 2
I would say a program that uses Machine learning

Related Questions

What does it mean to be a good cyber citizen?
A. being born in this country and having a computer at home
B. following the rules of online communication, using the Internet appropriately, and avoiding unsafe websites
C. showing friends the best places to visit online
D. helping senior citizens use the Internet correctly

Answers

Answer:

B

Explanation:

The answer is B. Following the rules of online communication using the internet appropriately, and avoiding unsafe websites

Rock, Paper, Scissors
In this unit, you expanded your Python skills, and now you can really have some fun! In this lab, you are going to create a game that allows the user to play Rock, Paper, Scissors against the computer. If you aren’t familiar with this classic game, here’s how it works: two people (or a person and a computer!) each select either rock, paper, or scissors. The player who chooses the stronger object wins. Here is how the winner is determined:

Rock beats scissors because a rock can break scissors.
Paper beats rock because paper can cover a rock.
Scissors beats paper because scissors can cut paper.
Go to https://repl.it/ to write your program.

Your program should do the following:

Randomly choose rock, paper, or scissors for the computer
Ask the user to choose rock, paper, or scissors
Compare the computer’s choice to the player’s choice
Announce whether the computer or the human won
Here are two hints to help you write this program:

Test parts of your program to see if they work before moving on to work on other parts. For example, you will need to have the computer select a random number and then choose for that number to correspond to rock, paper, or scissors. You can write just that portion of the program and then test it by having the program print the word “rock,” “paper,” or “scissors” before you even begin working on the part of the program where the user inputs their choice. (Of course, don’t forget to erase the line of code that prints the computer’s choice when you are finished testing—otherwise the game will be just a bit too easy for the user!)
On a piece of paper, draw a chart that shows all nine possible outcomes of the game and use that chart to design and test the program. The chart might look like this:
TABLE 1 Rock paper scissors outcomes
Computer chooses rock Computer chooses paper Computer chooses scissors
User chooses rock

Tied game

Computer wins

User wins

User chooses paper


User chooses scissors


Run several tests on your program to be sure that the correct winner is announced.

When your program works properly, take a screenshot of your code to turn in.

Answers

import random

computer_choice = random.choice(['rock', 'paper', 'scissors'])

player_choice = input('Choose rock, paper, or scissors: ')

if player_choice == computer_choice:

   print('Tie. Both players chose '+player_choice)

elif (player_choice == 'rock' and computer_choice == 'scissors') or (player_choice == 'paper' and computer_choice == 'rock') or (player_choice == 'scissors' and computer_choice == 'paper'):

   print('You won! '+player_choice +' beats '+computer_choice)

else:

   print('You lost! '+computer_choice+' beats '+player_choice)

I wrote my code in python 3.8. I hope this helps. Note the elif statement is actually one line of code but it looks like it takes up more than one line.

I actually think I might have forgor

On a circuit board, 1 corresponds to on, and 0 corresponds to off. True False

Answers

Answer:

The answer is true

Explanation:

Have a great day

The answer is true because if 1 corresponds it will turn on and if it’s 0 than nothing will turn on it will be off

Rock, Paper, Scissors
In this unit, you expanded your Python skills, and now you can really have some fun! In this lab, you are going to create a game that allows the user to play Rock, Paper, Scissors against the computer. If you aren’t familiar with this classic game, here’s how it works: two people (or a person and a computer!) each select either rock, paper, or scissors. The player who chooses the stronger object wins. Here is how the winner is determined:

Rock beats scissors because a rock can break scissors.
Paper beats rock because paper can cover a rock.
Scissors beats paper because scissors can cut paper.
Go to https://repl.it/ to write your program.

Your program should do the following:

Randomly choose rock, paper, or scissors for the computer
Ask the user to choose rock, paper, or scissors
Compare the computer’s choice to the player’s choice
Announce whether the computer or the human won
Here are two hints to help you write this program:

Test parts of your program to see if they work before moving on to work on other parts. For example, you will need to have the computer select a random number and then choose for that number to correspond to rock, paper, or scissors. You can write just that portion of the program and then test it by having the program print the word “rock,” “paper,” or “scissors” before you even begin working on the part of the program where the user inputs their choice. (Of course, don’t forget to erase the line of code that prints the computer’s choice when you are finished testing—otherwise the game will be just a bit too easy for the user!)
On a piece of paper, draw a chart that shows all nine possible outcomes of the game and use that chart to design and test the program. The chart might look like this:
TABLE 1 Rock paper scissors outcomes
Computer chooses rock Computer chooses paper Computer chooses scissors
User chooses rock

Tied game

Computer wins

User wins

User chooses paper


User chooses scissors


Run several tests on your program to be sure that the correct winner is announced.

When your program works properly, take a screenshot of your code to turn in.

Answers

Answer:

umm...ok? update: im too young to understand coding stuff i tried to make a dancing stickman with code but its too hard, so...

yup o-o

If you wanted to create a line of code that would add ten to the user’s current score, which code should you use?
score == score + 10
score = score + score
score = score + 10
if score, then +10

Answers

Answer:

choice c

Explanation:

score = score + 10

because the rest doesn't make since and score == score + 10 has an extra equal sign.

Score = Score + 10. …
Other Questions
were you able to perform the basic dance steps with the mazurca boholana folk music? Why did the Transcendentalists take issue with Unitarianism? Which choices provide the BEST analysis of the author's reason forstructuring the sixth paragraph as he did? (Choose all that apply)He gives a contrast between unity and separation toA) threaten the allies into giving America neededfinancial aid.B)He ends with an image of being "split asunder" toshow the power of dividing up with allies to conquermore effectivelyHe opens the paragraph by addressing allies to seto the topic for the paragraph, letting the audienceknow who he is addressing.He opens the paragraph by addressing the allies toD) show his enemies that the United States has moreallies than the opposition does.E)He ends the paragraph with two sentences thatcontrast each other to show the benefits of workingtogether as well as the drawbacks of staying apart. hi guys can you help me with this sentences a line passes through point (-10,3) and has a slope of -3/2. write an equation in Ax+By=C form for this line. Use integers for A, B, and C How do game developers utilize NFL data to create Madden video games? Is this a complete sentence?The measles virus causes a rash, fever, cough, and runny nose.YES or NO Which animal is a tertiary consumer in this food chain? 50 POINTS WILL MARK BRAINLIEST find the area. Help me with this please!!!!!! Choose 5 ordered pairs whose first coordinate is twice as big as the second coordinate. Plot these points and connect them. What kind of figure do you get? In what quadrants does the figure lie?The figure is a ___The figure lies in ___ quadrants A door sign has a length of 5 inches and an area of 8 square inches. Find the unknown width $36,7164.5%6 years = HELP! 1. Rome was tolerant of other religions in the empireA. TrueB. False2. Which sentence describes the Romans' view of religion?A. They had a small number of gods and goddesses and prayed all the time.B. hey had many gods and goddesses and didn't know which actually existed.3. Why would Rome ban a religion?4. Why were the Jews upset at the Romans?5. Why did the Romans consider Judaism a threat? goodnight friends and remember to be happy 17.What is the best example of amaterial containing a mordant?Aa blank paperBa red T-shirtaluminum foilDcar tires Which of the following BEST describes the possible impact of tobacco use on families?A.Tobacco use can lead to financial difficulties.B.Tobacco use can cause increased incidence of illness.C.Tobacco use can lead to increased family conflict.D.all of the above Please help me solve this problem please answer correctly !!!!! Will mark Brianliest !!!!!!!!!!!!!! Both Shelley and Byron use poetry to show admiration for something. What does each poet admire? Why? Explain your answer with at least 250 words.