I need an open response pleaseeeeeee

The format is "Describe‌ ‌the‌ ‌smart‌ ‌home‌ ‌devices‌ ‌impact‌ ‌of‌ ‌technology‌ ‌on education"

Answers

Answer 1

Answer:

Explanation:

Smart Home devices have had a large impact on education. It has allowed students of all ages to better understand the concept of interconnected devices and artificial intelligence. This alone has also opened up a new door of information by allowing for instant answers to question through such smart home devices as Alexa or Home. Which are artificial intelligence virtual assistants.


Related Questions

Which of the following components converts AC to DC?
Voltage regulator
Surge protector
Capacitor
Power supply

Answers

Answer:

Power supply

Explanation:

A computer's power supply converts alternating current (AC) from the wall outlet to direct current (DC) used by the computer's internal components.

A voltage regulator is an electronic device that supplies the appropriate voltage to a processor. It does not convert the power input from one form to another; it only ensures that the voltage remains at the appropriate level for the device. A surge protector protects a system from power spikes. A UPS (uninterruptible power supply) provides backup AC power using a reserve battery.

power supply

Explanation:

took the quiz

Invitations cost $6 for a pack of 5. Lori gives the cashier $50 to buy invitations and gets $8 in change. How many packs of invitations does Lori buy?

Answers

Answer: 35

Explanation:

Since Lori gives the cashier $50 to buy invitations and gets $8 in change, thus means that the amount spent on invitations = $50 - $8 = $42

Since he spent $42 and the invitations cost $6 for a pack of 5, the packs of invitations that he bought would be:

= ($42/$6) × 5

= 7 × 5

= 35 packs of invitation

Denise found a volume of documents in the trash bin that contained individuals, names, social security numbers and years of birth. After additional inspection, she realized it was an extra report from one of their file systems that had been discarded. What should Denise do?

Answers

Answer:

All of the above

Explanation:

The report is a piece of critical information in the company's file system that should be saved and secure from adversaries. All the options should be implemented to prevent and manage data leakage.

You want the output to be left justified in a field that is nine characters wide. What format string do you need?

print('{: __ __ }' .format(23)

Answers

Answer:

> and 8

Explanation:

> and 8 format string one will need in this particular input of the java string.

What is a format string?

The Format String is the contention of the Format Function and is an ASCII Z string that contains text and configuration boundaries, as printf. The parameter as %x %s characterizes the sort of transformation of the format function.

Python String design() is a capability used to supplant, substitute, or convert the string with placeholders with legitimate qualities in the last string. It is an inherent capability of the Python string class, which returns the designed string as a result.

The '8' specifies the field width of the input The Format String is the contention of the Configuration Capability and is an ASCII Z string that contains the text.

Learn more about format string, here:

https://brainly.com/question/28989849

#SPJ3

can someone help me with this trace table - its computer science

Answers

TThe while loop keeps going until count is greater than or equal to 10.

count = 0, sum = 0

count = 2, sum =2

count = 4, sum = 6

count = 6, sum = 12

count = 8, sum = 20

count = 10, sum = 30

Now that count is equal to 10, it exits the while loop and the program ends. The values above complete your trace table.

What would be the final step to applying your customized voting butons in Outlook messages?
O Type your new choices in the Text Bar.
O Click on Voting Buttons and choose Custom.
O Open the Voting Buttons menu and choose your customized choices.
O Click Submit and your custom voting choices will appear in the message body.

Answers

Answer:

Open the Voting Buttons menu and choose your customized choices.

Explanation:

Answer:

C

Explanation:

pleaseeeeee help me or I’m going to fail & I really want to graduate :(!!!

Answers

Answer:

Konrad Zuse

Explanation:

KONRAD ZUSE (1910-1995) 1935-1938: Konrad Zuse builds Z1, world's first program-controlled computer. Despite certain mechanical engineering problems it had all the basic ingredients of modern machines, using the binary system and today's standard separation of storage and control.

Seneca has just applied conditional formatting and realizes that she has made a mistake. Which action should she take to fix the mistake?

Clear the rule she created by going to the Conditional Formatting Rules Manager dialog box and deleting the rule.
Clear all rules that have been applied to the worksheet or selected range by clicking the Clear Rules button.
Use the Undo button or Ctrl+Z.
Right-click the area where the conditional formatting rule has been applied, and select Clear Rule from the menu list.

Answers

If Seneca has not done anything since the conditional formatting she can undo what her last action was. This is done by either pressing control+Z or by clicking on the undo icon.

If other actions have been done, there are a few more steps that need to be taken in order to clear the formatting. They are:

1. Select the cell or cells whose formatting you want to delete.

2. Display the Home tab of the ribbon.

3. In the Editing group, click Clear | Clear Formats.

Answer:

ITS C HOLY MOLLY

Explanation:

Several people work with data at Erica’s office. She enters data. One of her coworkers enters new product numbers. Another coworker searches for parts that need to be ordered. Erica’s company uses a _____.

Answers

Answer:

a software program for storing, managing, and retrieving information

Explanation:

Use the code above to write a program that when run, draws 1000 points
at random locations on a frame as it runs. For an added challenge, have
the 1000 points be in different, random colors.
Can someone actually write code for this pleaseee (IN PYTHON OR EDHESIVE)

Answers

Answer: This is what worked for me

Explanation:

The program is an illustration of frames in Python:

Frames are part of what makes up a graphic user interface program.

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

#This defines the draw handler method

def draw_handler(canvas):

   #This imports the random module  

   import random

   #This generates a random number between 0 and 1000

   randNum=random.randint(0,1000)

   #This following iteration is repeated

   for r in range (600,600):

        #This sets the rgb color code to the random number

        r = randNum; g = randNum; b = randNum

        #This gets the color code

        randRGBcolor = "RGB(" + str(r) + "," + str(b) + ")"

        #This draws the points

        canvas.draw_point([x, x],(randRGBcolor))

At the end of the program, the 1000 points are displayed on the screen

Read more about similar programs at:

https://brainly.com/question/14068778

Which of the following computer components typically has the FASTEST performance?

RAM
NIC
Firmware/BIOS
CPU

Answers

Answer:

CPU

Explanation:

The CPU is typically the fastest component in a computer and processes a large number of commands in a short amount of time. The CPU controls the other parts of the computer by getting information from them, then telling them what to do.

Select the correct answer.
Nancy wants to buy a cooking stove that’s electrically insulated and resistant to heat. What material should she choose for the cooktop?
A.
composite
B.
polymer
C.
metal
D.
ceramic
E.
semiconductor

Answers

Answer:

E I think is the best answer

Write a method that takes a RegularPolygon as a parameter, sets its number of sides to a random integer between 10 and 20 inclusive, and sets its side length to a random decimal number greater than or equal to 5 and less than 12. Use Math.random() to generate random numbers.


This method must be called randomize() and it must take an RegularPolygon parameter.


Could someone help me out here thanks! C:

Answers

Answer:

public static void randomize(RegularPolygon r){

   int side = (int)((20-10) * Math.random()) + 10;

   int length = (int)((12-5)  * Math.random()) + 5;

   // assuming the regularpolygon class has setSide and setLength methods.

   r.set.Side(side);

   r.setLength(length);

}

Explanation:

The randomize method is used to access and change the state of the RegularPolygon class attributes sides and length. The method accepts the class as an argument and assigns a random number of sides and length to the polygon object.

Which SmartArt feature would you use to illustrate bulleted points?

A. Circle
B. List
C. Process
D. Pyramid

Answers

Answer:

List

Example:

* Milk

* Cheese

* Bread

That is bulleted points

What is one way programmers benefit from using Python's Math Module?

A: Create programs faster and easier

B: Learn to solve complicated equations

C: Prevent logic errors in their code

D: Prompt user input in numeric form

Answers

Answer:

Python's Math Module helps developers provide direct access to the mathematical functions in our programs, thus saving a lot of complexity and time, and helping the developers program faster.

Therefore, we conclude that option A is true.  

Explanation:

Python's Math Module is a very important module designed to deal with certain mathematical operations.

It includes:

Trigonometric functonsrepresentation functionslogarithmic functions

and many more mathematical tasks.

It also contains two mathematical constants:

PieEuler number, etc.

Python's Math Module helps developers provide direct access to the mathematical functions in our programs, thus saving a lot of complexity and time, and helping the developers program faster.

Therefore, we conclude that option A is true.  

Answer:

Create programs faster and easier.

Explanation:

you are a bank loan officer. carter has to come into your office and applied for a loan for a car.you ran his credit report, and his score is 541. What will you say to carter?

Answers

Answer:

Carter score falls within the range of scores, from 300 to 579, considered Very Poor. Score is significantly below the average credit score.

Explanation:

Imagine that you have just been given a super high-tech, life-sized robot that can communicate with you and accomplish tasks. Describe how this robot is a computer system using the five parts we discussed in the unit. Be sure to give specific examples.

Answers

Answer:

The robot has several inputs for speech recognition and sight like a microphone (as its ears) and cameras for sight. The robot has neural networks of programmed instructions in its processor which is used to process data received from the input devices and the result comes out as a response (like the robot speaking with a speaker as its mouth). This clearly defines the robot as a computer system.

Explanation:

A computer system is an electronic device that accepts input from a user or its surrounding, processes the data received and returns the output of the processed data.

The robot is able to receive data, process the data with its processor and responds or sends feedback to the user.

How do you set up nordvpn with spectrum?

Answers


Log into the settings of your Spectrum router.
Refer to the manual for complete instructions.
Go to advanced settings.
Choose advanced setup then click VPN service.
Enable the VPN service by checking the box.
Hit apply.
Specify the VP service settings on the page.
Download and Install the VPN

A ________ network has no central computer.

Answers

Answer:

Ring Networks

Explanation:

They do not have a central computer system controlling the operation of the entire network. Instead, the various computers in the network are arranged around a ring, and each computer may communicate with any other computer in the ring.

They lack a centralized computer system in charge of managing the entire network. Instead, the network's many computers are placed in a ring, and any one of them is free to speak with any other computer in the ring.

What role of ring network in central computer?

When a straightforward network is required, ring network topologies are used. They are appropriate for places that do not require particularly fast data transmission rates and where it is unlikely that the network's size or structure will change.

The data move in the shape of a ring from one node to the next. If computer A wants to transfer information to computer D, the information is first put in the packet.

Therefore, A tiny office with only a few nodes, for instance, might employ a ring network design.

Learn more about ring network here:

https://brainly.com/question/15837844

#SPJ2

OkkKkkkkkEYEYYEYEYEY BYEYYEYEYEyeeyeyyeEYEy if you know you know

Answers

Answer:

okkkkkkkkkkeyyyyyyy

Explanation:

byeeeee

Question 7 of 10
What is an End User License Agreement (EULA) an example of?
A. Integer license
B. Open source license
C. Proprietary liger
lisense
C
D. Numeric license

Answers

Answer:The answer is Proprietary license

Explanation:

An example of the end-user license agreement is the proprietary liger. Thus, the correct option is C.

What is an end-user license agreement?

An end-user license agreement (EULA) is a legal contract between a software supplier and a customer or the end-user. It is generally made available to the customers or the end-user via a retailer which is acting as an intermediary in this agreement.

An end-user license agreement specifies in detail all the rights and restrictions which is applied to the use of the software program. Ignoring the EULAs can expose the computer to security risks. Ignoring EULAs can put the privacy of the system at risk.

An example of the end-user license agreement is the proprietary liger.

Therefore, the correct option is C.

Learn more about End-user license agreement here:

https://brainly.com/question/14681311

#SPJ2

Assume the user responds with a 3 for the first number and a 4 for the second number.

answerA = input("Enter a number. ")
answerB = input("Enter a second number. ")
numberA = int(answerA)
numberB = int(answerB)
result = (numberA * numberB) / 2
print ("The result is" , result)
What is the output?
The result is .

Answers

Answer:

The result is 6.

Explanation:

number A is 3 and number B is 4.

4*3/2=6

PLZ HELP

Locking a cell so that others cannot alter its contents is known as
OA. conditional formatting
OB. conditional formula
OC. lookup tables
D. cell protection

Answers

Answer:

Cell protection

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

Do you think people need the product that these businesses offer? Why?

Answers

Answer:

Depends

Explanation:

It depends on what items you're talking about, essentials are definitely a must and if they're a waste, maybe not. It all depends on the buyer honestly since you never know what it could be used for.

also what products were you aiming to talk about?

Topics with problems or controversies are strong topic ideas.


Please select the best answer from the choices provided

T
F

Answers

Answer:

This would be considered true

Topics with problems or controversies are strong topic ideas is a true statement.

What is ideas in philosophy?

The term ideas is known to be the outcome of human thoughts.

Based on the above, Topics with problems or controversies are strong topic ideas is a true statement because they are entered on relevant areas of human live that need to be addressed.

Learn more about ideas from

https://brainly.com/question/540693

#SPJ1

Multimode fiber can be used for long distance transmission

Answers

Answer:

False

Explanation:

Multimode fibers have large diameter ( about 50-100 microns), and are used for short and medium distance transmission. If long multimode fiber cable are used, it can  cause distortion at the receiving end leading to partial data transmission.   Multimode cables are used for local-area network.

Single mode fiber has small diameter of  about 8.5-10 microns and can be used to transmit up to 50 times more distance than the multimode. Hence it is used for long distance communication.

which of the following statements most accurately describes the difference between aptitudes and skills​

Answers

Explanation

Aptitudes are ability, and skills are the potential. Aptitudes can be learned or trained, unlike skills. Aptitude is the level of skill that a person has gained.

Answer:

D

Explanation:

Please helpppppppppppppppppp please I’m stuck!

Answers

do u know thw muffin man

please help which one is the right symbol?​

Answers

Answer:

second one >

hope it helps.

Other Questions
Shenya Jones, a 34-year-old female, arrives at the office with a swelling and a red pustule on her face. She states the problem started two days ago as a small pimple near her nose. It became irritated then became extremely swollen and painful overnight. This morning there was yellow drainage noted at the site and the swelling has increased. The area of drainage is approximately 1 cm in diameter. The upper lip, side of the face, and nose are all swollen. She rates the pain in her face as a 7 out of 10. The physician thinks the condition may be impetigo or methicillin-resistant Staphylococcus aureus (MRSA), a type of skin infection that is resistant to the common antibiotics used to treat it. A wound culture is obtained.1. Considering the structures of the skin, what most likely was the cause of the original pimple on this patient's skin?2. How could Shenya have prevented this skin infection? Can someone help me please i will pay i have to do this by 12am today no later than that how is cancer cell division different from regular cell division The work of art, El campesino cataln en rebelda (1937) by Joan Mir depicts ________. the Mexican Revolution the French Revolution the Spanish Civil War the Colombian Civil War convert 8x-10y=20 into slope intercept form Which of the following does the 14th Amendment NOT provide Question 5 options: a) citizenship by birth b) property rights are absolute c) protection from state governments d) equal protection of the law what is the distance from eric bus stop to school what is x of the equation 3(2x+1)+11=-2(2x-2) help pls(screenie below) GIVING BRAINLY At the beginning of chapter nine, Napoleon's greatest concern becomes _____.obtaining enough whiskyfinishing the windmill on timemaintaining good relations with humansbuilding a school to educate the young pigs Convert 3.45inches into km Rule of lawjudicial reviewpopular sovereigntyWhat is the BEST title for the list?A. Elements of Democracy in the United StatesB. The Declaration of Independences GuaranteesC. Ways of Ensuring Domestic TranquilityD. Reasons for Expanding Voting Rights Working with a classmate, make a list of reasons why speakers in highly charged situations like this one (the president speaking on the death of Osama bin Laden) would need to use emotional appeals cautiously, even sparingly. What consequences might heightened emotional appeals lead to Hey its CC uhm you know account got banned if you know me by LucyTheDemon -CC What was was the duration of medieval age in the history of Nepal? What dvision problem can be represented using the number line?A) 10/3 divided by 5/3. B) 5/3 divided by 10/3. C)2 divided by 5/3. D)2 divided by 10/3 What is the Process of Erosion? (Explain in your words) which animal takes on the temperature of their surroundings and does not use food energy to keep warm 3. Missy Diwater, the former platform diver for the Ringling Brother's Circus, had a kinetic energy of 12,000 ) just prior to hitting the bucket of water. If Missy's mass is 40 kg, then what is her speed? Which class is the best one to take? Also could you please explain why you chose the one that you did?1. AP Euro2. AP Psych3. AP World Kimberly and Emily went to lunch attheir favorite restaurant. Kimberly has a$5 off coupon to use for her purchase of$30. Emily has a 10% off coupon to usefor her purchase of $25. What is thedifference between the total amountKimberly and Emily will pay individually?