You are working from home and want to discuss a controversial topic. It is important you see the facial expressions of your coworkers during the meeting. The best way to conduct this meeting is using _______.

Answers

Answer 1

Answer:

Maintaing Focus and keeping the meeting comfortable and moving.

Explanation:

Answer 2

Answer:teleconference

Explanation:

‍♀️


Related Questions

The illustration shows different types of text language.

Thought and speech bubbles labeled as follows: p l s, A S A P (all caps), L O L (all caps), b t w, R O T F L (all caps), B R B (all caps), t h x, g r 8.
Students who use text language in an online academic environment violate which rule of netiquette?

keeping content appropriate
practicing ethical behaviors
being considerate of others
respecting everyone’s time

Answers

Answer:

c. be consedirent of others

Explanation:

Answer:

It is A! :)

Got it right on edge!

Sarah has an audio file to insert into a presentation, but she does not want the entire file to play. What should she do to have only a portion of the file play when the audio control is selected?

Create bookmarks.
Edit the file prior to inserting it into the presentation.
Use the Trim Audio dialog box.
Configure Audio styles.

Answers

Answer:

ITS THE 3 one good luck umm tell me if rong ummm sorry for the spelling

Answer:

Use the Trim Audio dialog box.

Why do attackers tend to target public or private Wi-fi networks?

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

A free WiFi connection in a public space can seem like a lifesaver when you are on the go.But if you decide to use public WiFi just be aware that you could be making yourself an easy target for hackers and putting your information and more at risk.

one of the dangers of using a public WiFi network is that data over this type of open  connection is often encrypted and  unsecured ,leaving you vulnerable to a man in the middle attack.It when a cyber criminal exploits a security  flaw in the network to intercept data

Avoid connecting to public WiFi connection. i if you must use a public WiFi hotpots also use a virtual privater network to secure your connection.Do not  log in to password protected websites that contains sensitive information when using a public WiFi connection for example banking and social networking sites or even email.Keep your software patched and up to date and all your devices even your mobiles ones to avoid any potential infection by viruses or malware if you do use unsecured public WiFi.

What is missing in the following program in order to have the output shown? numA = 24 while numA 3: numA = numA - 7 print(numA) OUTPUT: 3

Answers

Answer:

i got >

Explanation:

24 is > 3

Answer:

me too >

Explanation:

24 is greater than 3

There is a new security patch for the operating system on your personal computer. You are worried that the patch will stop your computer from working efficiently. What should you do?

Answers

Answer:

There is a new security patch for the operating system on your personal computer and the process that make it work efficiently is discussed below in details.

Explanation:

Patching is a method to restore a vulnerability or a defect that is recognized after the release of an application or software. Newly published patches can fix a virus or a security defect can assist to improve applications with new characteristics, fix a security vulnerability. Software updates are necessary because they usually incorporate critical patches to safety holes.

Why is local hosting not suitable for a public website?

Answers

Answer:

Because its only available to the host

Explanation:

Determining Correct Date Function What function text would you use to put today's date and time in a cell? 0 =TODAYO =NOWO O NOWO) O TODAYO​

Answers

The function text that would you use to put today's date and time in a cell is B. =NOW()

What is a Time and Date Function?

This refers to the command that is given to a computer in order for it to render the correct time and date in a given cell.

Hence, we can see that from the answer choices, the best one that factors in both TIME AND DATE is =NOW() which is option B while option A is for the function that shows only the current date.

Read more about date functions here:

https://brainly.com/question/19416819

#SPJ1

ou want to configure the NTP daemon to receive time from pool.ntp.org. What entry should you place in the /etc/ntp.conf file?

Answers

Answer:

server pool.ntp.org

Explanation:

What category of computer would you place an N.series Nokia phone​

Answers

Answer:

In the last category

Explanation:

Your welcome

The category of computer in which you would place an N-series Nokia phone​ is a portable computer.

What is a computer?

A computer is a digital electrical machine that may be configured to automatically perform arithmetic or logical functions. Programs are general collections of operations that modern computers can do. These programs allow computers to do a variety of jobs.

There are different categories of computers. A mobile phone falls in the category of a portable computer.

Therefore, the category of computer in which you would place an N-series Nokia phone​ is a portable computer.

Learn more about Computer:

https://brainly.com/question/21080395

#SPJ2

What is the primary purpose of the destination address?
Choose 1 answer:
It helps the router know where to send the packet.
B
It helps the receiving computer reassemble the packets.
It tells the router where the packet came from.
D
It helps the sending computer know how long to wait before retrying.
It prevents the packet from being intercepted by cybercriminals.

Answers

Answer:

The answer to this question is given below is the explanation section.

Explanation:

"A" option is correct

    It helps the router know where to send the packet.

Kali, a Python programmer, is using the turtle module to write the word "hello." Which code should she use to indicate the location to begin writing the word? # Pick up the turtle and move it to its starting location. penup(-100, 200) goto() pendown() penup() goto(-100, 200) pendown() # Pick up the turtle and move it to (-100, 200)

Answers

Answer:

a) penup()

goto(-100, 200)

pendown()

Explanation:

The python program to indicate the location to begin writing the word can be

penup()

goto(-100, 200)

pendown()

# in python is use to add comment so it is incorrect.

all other option does not have correct syntex.

Answer:

B

Explanation:

What can make an online interface difficult to use?​

Answers

Answer:

their is a lot miscomsuptions

Explanation:

The difficulty experienced by online interface users simply arises from the design principles associated with the structure of the interface.

The design of an online interface is best kept as simple as possible rather than a complicated user interface which becomes very difficult to navigate.

Another problem associated with design the use of overlapping textures or structures which often makes the user interface a whole lot more complicated.

Hence, the difficulty arising from using an online interface stems from the design.

Learn more : https://brainly.com/question/19117781

Complete the sentence to state a fact about procedural programming.
Another name for procedural programming Is

Answers

Answer:

Procedural programming is also referred to as imperative programming. Procedural programming languages are also known as top-down languages.

Answer:

imperative programming

Explanation:

What is the scope of leftCharacter?

def rhyme(word):
leftCharacter = word[0]
if leftCharacter != 'd':
return 'd' + word[1:]
else:
return 'f' + word[1:]

def poem():
print("Enter Q to quit.")
userWord = input("Enter a word: ")
while userWord != 'Q' and userWord != 'q':
rhymeWord = rhyme(userWord)
print(rhymeWord)
userWord = input("Enter a word: ")

# the main part of your program that calls the function
poem()


the entire program

rhyme

poem

the main part of your program that calls the function

Answers

Answer:

Rhymeword

Explanation:

edge 2020

Answer:

The scope of leftCharacter is rhyme. I hope this helps you out. Have a wonderful and safe day. <3<3<3

Explanation:

What do you mean by computer. Write it use​

Answers

A computer is a machine that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming. Modern computers have the ability to follow generalized sets of operations, called programs. These programs enable computers to perform an extremely wide range of tasks

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
( In python.)

Answers

import random

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

user_choice = input("rock, paper, or scissors? ")

if computer_choice == user_choice:

   print("It's a draw!")

elif user_choice == "rock" and computer_choice == "scissors":

   print("You win!")

elif user_choice == "paper" and computer_choice == "rock":

   print("You win!")

elif user_choice == "scissors" and computer_choice == "paper":

   print("You win!")

else:

   print("The computer wins!")

I wrote my code in python 3.8. I hope this helps.

what are the advantages of using ICT jn our society?​

Answers

Answer:

Communication - Speed / time – money can be saved because it's much quicker to move information around. With the help of ICT it has become quicker and more efficient. 2. Globalization - Video conferencing saves money on flights and accommodation.

Explanation:

hope this helped

Answer:

ICT has made global social and cultural interaction very easy. We now live in an interdependent global society, where people can interact and communicate swiftly and efficiently. News and information can now be transmitted in minutes. Individuals can easily stay in contact with members of their families who reside in other countries or make new friends across the world.

How many lines are on a standard sheet of typing paper?

Answers

60 lines on the paper

You attempt to telnet to system 192.168.1.240. You receive the following message: "Connecting To 192.168.1.240...Could not open connection to the host, on port 23. No connection could be made because the target machine actively refused it." What may be the problem?

Answers

Answer:

firewall

Explanation:

The firewall could be used to protect the network from unauthorised access.Usually an ip could be whitelisted so it could transfer packets between allowing it connect through.

The letters after the name of a file indicate who created the file.
O True
O False

Answers

False gagajajdjakakaianjss
I guess it’s false ........

JAVA

Write a program to display the first ten terms of the series:
5, 10, 17, --------------​

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   int a = 5;

   int delta = 5;

   for(int i=0; i<10; i++) {

       System.out.printf("%d, ", a);

       a += delta;

       delta += 2;

   }

 }

}

Smart art can be used to create that highlight relationships between two items

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

A smart Art graphic is a visual representation of your information and ideas.you create one by choosing a layout this fits your message.Some layouts specific kind of information,while other simply enhance the appearance of a bulleted list.

    You can create a smart graphic in excel power point,word,or in an email message in outlook.The smart button is one the insert tab and developing on your screen size,may look like.

Other office program do not allow for smart art art graphic creation,but you can copy and paste smart graphics as image into those programs.As part of this process,when you are prompted to choose a type such as process hierarchy,or relationship.A type is similar to a category of smart art graphic,and each type contains several different layouts.

Because you can quickly and easily switch layouts,try different layouts until you find the one that best illustrate your message.

Match the term to the following definition. The exclusive legal right to
print, publish, perform, film, or record literary, artistic, or musical material,
and to authorize others to do the same?*
O Miranda Rights
O Coding
O Digital Footprint
O Copyright

Answers

d, copyright
trust me it’s right

You are writing a program using the Java language. Which of the following is a requirement of Java syntax?

Each statement must use sentence case.
Each statement must use the name of the program.
Each statement must begin with an operator symbol.
Each statement needs to end in a semicolon.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

"D" option is correct

           "Each statement needs to end in a semicolon."

semicolon must use in program.without semicolon program doesn't accept.so each statement needs to end in a semicolon.

List four kinds of human interest stories.

Answers

Answer:

List of kinds of human interest stories is described below in details.

Explanation:

A story that might be a good human interest account would be the vaccines for corona. Everyone these times is waiting despairingly for corona to stop. Speaking about a vaccine might provide them belief, and it would be delightful to understand how the scientist and physicians truly worry for the people. Maybe prompt them to wear the masks until the vaccines come out.

is "b" the answer here?

Answers

I mean it’s not as clear but from what I can see yes

An online game is played with two dice. In this context, explain what is meant by decomposition.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about desinging a game that is played with two dice and gets or shows their value to the player.

The dice value is random, and it can be between one and six. So, you need to generate two numbers between 1 and 6. You may also need to display the numbers

The main part of this program is that you need to know the numbers to limit or restrict what the user may do next while playing.

That's most of the first level of decomposition for solving a problem. In decomposition, you need to keep decomposing (breaking) the problem into smaller pieces, thinking outline of the program and deciding what objects, functions, variables, and logic you're going to implement in the coding.

Use the drop-down menu to complete the steps for editing a conditional formatting rule.

On the ___ tab, click the ___ group. On the Styles drop-down list, click ______. In the dialog box, select the rule, and click ________. Make the changes to the rule and click ok.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In excel you can formate excel sheet/column/row based on some condition.

you can specifiy these conditions while working on an excel sheet. It will help you to highlight certain information in the excel sheet.

Basically, you can use the rules to specify certain conditions, and based on that condition result, the cell/column or row gets highlighted with a certain color format, etc. However, you can create a new rule and modify the existing rules also.

As in the given question, you can implement this by going through the following steps.

On the Home tab, click the Conditional Formatting group. On the Styles drop-down list, click Manage Rules. In the dialog box, select the rule, and click Edit. Make the changes to the rule and click ok.

Answer:

home

styles

conditional formatting

manage rules

Explanation:

Match the terms with the appropriate definition.
software used to type, edit, format,
1. CAD
and print text
software used to make calculations
2. spreadsheet
software used to create technical
3. word processor
drawings
software used to create a slide
4. presentation software
show
software that organizes a collection
5. database
of information

Answers

Answer:

GPS

Global Positioning System or a receiver that transmits precise location, direction, local time and speed by use of a system of satellites

image-editing software

also known as graphics software, this software enables a person to change or create visual images on a computer

PDF

Portable Document Format used to send documents electronically

presentation software

software that allows you to create slide show presentations

Explanation:

Image-editing software - software used to enhance photographs

word processor - software used to type, edit, save, and print text

presentation software - software used to create a slideshow

spreadsheet - software used to make calculations

database - software that organizes a collection of information

---------------------- use of the Internet to access programs and data on computers that are not owned and managed by the user often using large data centers

Answers

Answer:

Cloud computing

Explanation:

Cloud computing is an information technology term that describes the process of using and applying online or internet services to access, and store data, including networking databases, and other data on computers.

It generally involves saving and accessing personal data and files created online (usually large data centers) without necessarily saving it on the PC hard drive.

Hence, in this case, thé correct answer is "Cloud Computing."

Other Questions
What is the scope of leftCharacter?def rhyme(word): leftCharacter = word[0] if leftCharacter != 'd': return 'd' + word[1:] else: return 'f' + word[1:]def poem(): print("Enter Q to quit.") userWord = input("Enter a word: ") while userWord != 'Q' and userWord != 'q': rhymeWord = rhyme(userWord) print(rhymeWord) userWord = input("Enter a word: ")# the main part of your program that calls the functionpoem()the entire programrhymepoemthe main part of your program that calls the function PLEASE EXPLAIN 16a-25??? Hello, I'm just confused on how to translate Like I translate word for word but I don't know what order to put the Spanish words into. Can you please help me understand how to translate Spanish sentences thanks Find the equation of the graphed line.a. y = -2x + 5b. y = -2/5x + 2c. y = 2x + 5d. y = -5/2 x +5 I got a few more pls help ou want to configure the NTP daemon to receive time from pool.ntp.org. What entry should you place in the /etc/ntp.conf file? a coin is tossed 100 times. Which is the best estimate for the number of times the coin will land heads up? Here's a graph of a linear function. write the equation that describes that function. How much of the electromagnetic spectrum is visible to usA. all of itB. None of itC. Most of it D. A small part of it Which relationship is a function?teachers and their petsOutputInputJanuary30 tonsMs. ValverdeMr. FanningFebruary | 28 tonsMarch25 tonsdogcatfishInputOutputInputOutput39101213 active to passive 1.Did he brake the toy? 2.Balmik wrote the ramayana. 3.People say that, it is horrible crime. 4.i saw him cross the road. 5.father brought me a pen. 6.he is making a kight. 7. Don't touch the fire. 8. Can you workout the sum. 9. Can he answer all the questions? 10. Why is he writing a story? These were the warlord rulers of 300 small states following the fall of Ashikaga Shogunate.Question 39 options:KhaganBatuDaimyoTumens In the year 2010, a person bought a new car for $26000. For each consecutive year after that, the value of the car depreciated by 10%. How much would the car be worth in the year 2014, to the nearest hundred dollars? Describe two features of the Bolsheviks decrees essay about Love is perfected in fidelity what is fhe importance of cell membranes Simplify this expression.2(10) + 2(x 4)O 2x + 16O x + 120 2x + 12O*226 Kira wants to raise more awareness to encourage people to adopt dogs from animal shelters. Which medium should she use?(1 point)O a video describing how pet stores obtain dogs to sellO a pamphlet from the local dog shelter about a healthy lifestyleO an audio recording describing the most popular dog breedsO pictures of shelter dogs before and after adoption Which humanistic approach to the study of personality focuses on knowing as much about a person from as many angles as possible The foreign policies of which U.S. President called for the annexation ofTexas, and expansion into California and the Oregon Territory? a) Thomas Jeffersonb) James Monroec) Andrew Jacksond) James K. Polk Steam Workshop Downloader