how does video conferencing help in our situation during this pandemic​

Answers

Answer 1

Answer:

It allows people to interact with each other remotely.

Explanation:

No spread of disease.

Answer 2

THE VIDEO CONFERENCING IS GOOD FOR THIS PANDEMIC BECAUSE THERE WILL BE NO SPREAD OF VIRUS BUT THE ONLY THING IS ZOOM GETS STUCK, VOICE IS LAGGING AND VIDEO IS GETTING STUCK


Related Questions

Given the IPv4 address, 200.245.10.150/28, how many subnets are possible and how many hosts can be supported by each subnet?
a. 228 = 268 subnets, 24 -2 = 14 hosts per subnetwork
b. 24 = 16 subnets, 228 - 2 = 268E6 hosts per subnetwork
c. 24 - 2 = 14 subnets, 24 = 16 hosts per subnetwork
d. 24 = 16 subnets, 24 - 2 = 14 hosts per subnetwork

Answers

Answer:

d. 24 = 16 subnets, 24 - 2 = 14 hosts per subnetwork

Explanation:

When four bits are borrowed from the fourth octet of class C IP address 200.245.10.150, the IP address is subnetted to 16 subnets, where the number of subnets is equal to two raised to the number of borrowed bits (ie, 2^ number of borrowed bits), and 14 assignable host IP address gotten from the formula;

  = 2^(number of host bits in the fourth octet) - 2

  = (2^4) - 2

  = 16 - 2 = 14 host addresses

Three of the following values could be stored as strings. When would you NOT use a string command? O To store a word. O To store values NOT used for calculations. O To store decimal values. O To store a list of colors.​

Answers

Answer:

To store decimal values

Explanation:

Decimal values are considered a float data type, not a string, so if the question is asking for the only thing that couldn't be stored as a string, it would be a decimal value.

Decimals can be stored as a string in certain situations, but it would have no value in a mathematical equation.

Write a statement that takes a variable named open_file that contains a file object and reads the next 12 characters into a variable named description.

Answers

Answer:

description=open_file.read(12)

Explanation:

A programming language in computer is a set formal languages that comprises a set of instruction which produce various kinds of output. It is used ti implement algorithms in computer programming.

In the context,  description=open_file.read(12) is the statement given to the computer as input which takes a variable named as open_file containing a file object and which reads the next 12 characters into the variable named as description.

Your enterprise LAN uses a VPN so that users working from home can access shared Windows folders in the office, but it doesn't work as well for travelling employees in locations with unreliable or no internet access. What steps could remote users take to keep access to important folders on the road?

Answers

Explanation:

Rather than use LAN or VPN remote connections, cloud services may be a better option to use. They could focus on using alternate remote file access services such as Google Drive, Dropbox, etc. Using these alternative services would be best suitable for unreliable or limited internet connections.

Also, it would be best if remote users download/store important folders when in an area having a stable internet connection.

Tools is used to collect the animal manure from the grounds

Answers

Answer:

The options are

A. bolo. B. hole C. rake. D. shovel.

The answer is D. Shovel

Explanation:

The most suitable option is a Shovel which can be used to collect the animal manure from the grounds.

Using a shovel will make the job easier as a result of its very firm handle to lift the manure appropriately and also the curved base to enable proper transfer of the manure from the soil to where it’s needed.

The name of the tool which is used to collect the animal manure from the grounds is:

D. Shovel

According to the complete question, we can see that there are a variety of options to select from that would be most suitable for a farmer to collect manure from the ground.

As a result of this, the name of the farm tool which is used to collect animal manure from the grounds is a shovel.

This is because, a shovel has a long handle and a curved base which can be used to pack things off the ground and it is especially useful in the farm when packing animal manure.  

Therefore, the correct answer is option D

Read more here:

https://brainly.com/question/22488611

why do we need the system requirements for Adobe photoshop?

Answers

I’m sorry and I do not know I just need credits thank have a nice day

Create a query that shows columns employee last name, job title and hire date for those employees who joined the company on or after the first day of December 2016. Do not display job title of stock clerk. Show records in descending order by job title (Z to A).

Answers

Answer:

SELECT last_name, job_title, hire_date FROM employee WHERE hire_date>="01-12-2016" AND job_title != "STOCK CLERK" ORDER BY job_title DESC;

Explanation:

The SQL code queries the employee table returning records of the last_name, job_title, and hire_date columns matching the employees hired on or after December 2016 and job titles that are not stock clerks in the employee table.

The WHERE and AND clause is responsible for the condition while the ORDER BY clause returns the query result in the of the job title in descending order.

A network technician has made a UTP cable that is terminated as T586A on one end and T586B on the opposite end. What type of cable has been constructed?

Answers

Answer:

CROSSOVER CABLE

Explanation:

Crossover Cable is used to connect same types of device.

Crossover Cable is very similar to straight-through, except that they have pair of

wires that crisscross. This allows the two devices to communicate at the same

time.

TIA/EIA 568A: White/Green-Green, White/Orange-Blue, White/Blue-Orange,

White/Brown-Brown

TIA/EIA 568B: White/Orange-Orange, White/Green-Blue, White/Blue-Green,

White/Brown-Brown

Write the interface (.h file) of a class Player containing: A data member name of type string. A data member score of type int.A member function called setName that accepts a parameter and assigns it to name . The function returns no value.
A member function called setScore that accepts a parameter and assigns it to score . The function returns no value.
A member function called getName that accepts no parameters and returns the value of name .
A member function called getScore that accepts no parameters and returns the value of score .
My start code:
class Player
{
string name;
int score;
void setScore (int playerScore)
{
score = playerScore;
}
int getScore()
{
return score;
}
}

Answers

Answer:

Following are the class definition to this question:

class Player//defining a Player class  

{

private://use access specifier

string name;//defining string variable  

int score;//defining integer variabl  

public://use access specifier

void setName(string par_name);//declaring the setName method with one string parameter

void setScore(int par_score);//declaring the setScore method with one integer parameter

string getName();//declaring string method getName

int getScore();//declaring integer method getScore

};

Explanation:

In the above-given code, a Player class is defined, that hold a method and the variable which can be defined as follows:

It uses two access specifier, that are public and private. In private, a string and an integer variable "name, score" is declared, which holds their respective value. In public, it declares the get and set method, which holds the value from its parameters.

ATTENTION MODERATORS

User "69PierNeedsAnswers69" has been spamming the same message on multiple questions, likely point farming. I request that you time him out as soon as possible.

Link to his profile: https://brainly.com/app/profile/27562423

Answers

Answer: lol

Explanation:

Select the correct text in the passage.

Which statement in the paragraph indicates that a data storage problem exists with an enterprise system?

[Once implemented, enterprise systems have a lifespan of 10 to 20 years. After that, organizations can upgrade them or scale them up.] Although this seems like a long time, [data within organizations accumulates exponentially and may be too difficult to manage and store on a single software system.] [Data overflow and a subsequent slowdown in one department will have a ripple effect on other functions of an organization. ]This affects the performance of the entire system.

Answers

its C, sorry if im wrong but im pretty sure.

Explanation:

Answer:data within organizations accumulates exponentially and may be too difficult to manage and store on a single software system.

Explanation:

please tell fast plzzzzzz​

Answers

Answer:

heyyy

your answer is false

HOPE IT HELPS YOU OUT PLEASE MARK IT AS BRAINLIEST AND FOLLOW ME PROMISE YOU TO FOLLOW BACK ON BRAINLY.IN

Answer:

false..................

help ma??!! please please

Answers

hey what do you need help with?

give us a picture and we will try to help.

A. Write a class that declares a variable named inches that holds a length in inches,
and assign a value. Display the value in feet and inches; for example, 86 inches
becomes 7 feet and 2 inches. Be sure to use a named constant where appropriate.
Save the class as InchesToFeet.java.
B. Write an interactive version of the InchesToFeet class that accepts the inches
value from a user. Save the class as InchesToFeetInteractive.java.

Answers

Answer:

A.

public class Main{

public static void main(String[] args) {

 final int divisor = 12;

 int inches = 86 ,feet;

 feet =inches/divisor;

 inches = inches%divisor;

 System.out.print(feet+" feets "+inches+" inches");

}

}

B.

import java.util.*;

public class InchesToFeetInteractive{

public static void main(String[] args) {

 Scanner input = new Scanner(System.in);

 final int divisor = 12;

 int inches,feet;

 System.out.print("Measurement in Inches: ");

 inches = input.nextInt();

 feet =inches/divisor;

 inches = inches%divisor;

 System.out.print(feet+" feets "+inches+" inches");

}

}

Explanation:

Both classes use the same algorithm; however, the slight difference is that

(A) assumes a values of inch measure while (B) prompts user for input

That is show in the differences below

A)

int inches = 86 ,feet; ---> This initializes inches to 86;

B)

This prompts user for measurement in Inches

 System.out.print("Measurement in Inches: ");

This gets the measurement

 inches = input.nextInt();

The next lines are common in both classes

This declares and initializes a constant which is used in the conversion

 final int divisor = 12;

This calculates the number of feet in the user input

 feet =inches/divisor;

This gets the remainder inches, if any. It uses % to calculate the remainder

 inches = inches%divisor;

This prints the required output

 System.out.print(feet+" feets "+inches+" inches");

What is the importance of internet safety?

Answers

Answer:

1. Identity theft

2. Safety for you and your family and personal info

3. Harrasement and bullying prevention

Some things never to share on the internet with strangers...

1. Full name

2. Birthday

3. State or city of home

4. Pictures of yourself

5. Personal info about you or your family members

6. Personal social media links and tags

Explanation:

hOPE THIS HELPS!! I think some people need a reminder of this sometimes! you didnt give any options so i hope this helps you!

Read a list of PowerPoint tasks.

Creating a new presentation
Opening a saved presentation
Printing a presentation
Saving a presentation

Which parts of PowerPoint can help to complete all the tasks on the list? Check all that apply.

ribbon
Status bar
Backstage view
Windows control
Quick Access toolbar

Answers

Answer:

ribbon

Backstage view

Quick Access toolbar

Explanation:

who here has a crush on jk from bts but feels more mature than him

Answers

Answer:

Nope not K-pop fan

Explanation:

Your classmate constructs a simple computer that adds numbers. There are 5 wires for inputting the first
number, and the wires are currently "on","on", "off, "on", "off", or 11010 in binary.
What decimal number does that represent?

Answers

Answer:

26

Explanation:

how do i install glastopf on a windows computer using python and MySQL?

Answers

Explanation:

Connecting to MySQL using Python

Before you can access MySQL databases using Python, you must install one (or more) of the following packages in a virtual environment:

mysqlclient: This package contains the MySQLdb module. It is written in C, and is one of the most commonly used Python packages for MySQL.

mysql-connector-python: This package contains the mysql.connector module. It is written entirely in Python.

PyMySQL: This package contains the pymysql module. It is written entirely in Python.

All three of these packages use Python's portable SQL database API. This means that if you switch from one module to another, you can reuse almost all of your existing code (the code sample below demonstrates how to do this).

Setting up the Python virtual environment and installing a MySQL package

To set up the Python virtual environment and install a MySQL package, follow these steps:

Log in to your account using SSH.

To create a virtual environment, type the following commands:

The literals in the following statement are Blank 1 and Blank 2.
a = 3.14*r*r/2;

Answers

The awancer is 5.856 because you to the math and militarily

On tool hackers use to get sensitive information from victims is/are:
A. Loggerware
B. Keyloggers
C. Robots
D. Phishing

Answers

Pretty sure it’s keyloggers because it’s the only one that makes sense to me but I’m not 100% sure on that one
Absolutely c is the correct!

Write a nested loop that prints the following output.
1
1 2 1
1 2 4 2 1
1 2 4 8 4 2 1
1 2 4 8 16 8 4 2 1
1 2 4 8 16 32 16 8 4 2 1
1 2 4 8 16 32 64 32 16 8 4 2 1
1 2 4 8 16 32 64 128 64 32 16 8 4 2 1

Answers

Answer:

Written in Python:

rows = 8

for i in range(1,rows+1):

      for j in range(1,rows):

             print(" ")

      x = 1

      for j in range(1,i):

             print(str(x)+" ",end='')

             x = int(x*2)

      while x >= 1:

             print(str(x)+" ",end='')

             x = int(x/2)

Explanation:

For each row, the print out is divided into two parts.

1. Starts from 1 and ascends to a peak

2. Then descends from the peak to 1

This line initializes the number of rows to 0

rows = 8

This iterates from 1 to the number of rows

for i in range(1,rows+1):

This prints a blank at the end of sequence printed on each line

      for j in range(1,rows):

             print(" ")

This initializes each row element to 1

      x = 1

This iterates the number of item to print on each line depending on the row

      for j in range(1,i):

This prints the row element in ascending order to the peak

             print(str(x)+" ",end='')

This calculates the next element to be printed

             x = int(x*2)

This checks for valid row element to print in descending order to 1

      while x >= 1:

             print(str(x)+" ",end='')

             x = int(x/2)

Two of the most popular web servers are Apache and Microsoft IIS. Discuss some of the tools and techniques used to secure these web servers.

Answers

Answer:

Answered below

Explanation:

Various tools and techniques are used to secure web servers and they include;

- Network firewalls which are systems used to prevent unauthorized access to a server from external networks.

- Antiphishing tools used to prevent phishing.

- Encryption tools which use cryptography to encode sensitive data.

- Penetration testing softwares are used to test the vulnerability of network security.

- Antivirus softwares.

What is the best definition of a network?

Answers

Answer:

like tv or wifi

Explanation:

A technology or a computer or a phone !

Deb needs to add borders on the cells and around the table she has inserted into her Word document.




Insert tab, Tables group
Table Tools Design contextual tab
Home tab, Page Layout
Home tab, Format group

Answers

Answer:

Design tab

Explanation:

Select the call or table that you will like to useThen select the design tabIn the group page background select Page Borders There you will have multiple choses for where you want your borderYou can even customize your border by pressing Custom Border at the bottom of the list for Page Borders

Answer:

Table tools design contextual tab

Explanation:

The the concept of plug-and-play is demonstrated by which of the following scenarios

Answers

Answer:

What are the Scenarios

I will update this when you give us them

Explanation:

Answer: Farrah has completed a post-secondary education program and is now ready to begin working, without additional training, on her first day.

Explanation:

Write a statement that defines an array of four integers named miles. The array should be initialized with the values 1, 5, 9, and 22.

Answers

Answer:

int miles[4] = {1, 5, 9, 22};

Explanation:

Given:

Initialized values = 1, 5, 9, and 22

Find:

Defines an array of four integers

Computation:

int miles[4] = {1, 5, 9, 22};

please tell fast plzzzzzzz​

Answers

Answer:

True

Explanation:

I just check on my computer

Answer:

True

Explanation:

u use this to do the symbols liek the at symbole or dollar sign.  just to name a few

Which button in the Sort & Filter gallery of the Data tab would alphabetize from A to Z quickly?
Sort
AZ down arrow
AZ up arrow
Filter

Answers

Answer:

B AZ down arrow

Explanation:

got it right

Answer:

B. AZ down arrow

Explanation:

I'ts right on Edge

Have a good day!!!

please choose odd one out please tell fast ​

Answers

Answer:

cpu

Explanation:

Answer:

CPU bc A-Z is the first to the last also with the one digit numbers 0-9 so there for there is  no connection with CPU as the other ones.

Explanation:

Hoped I helped have an amazing day. Please consider marking this brainliest thank you in advanced if you do!

Other Questions
What does the point (0, 0) mean in this situation? The angle measures of a triangle are shown in the diagram. Newtons first law tells us that acceleration and force are related.TrueFalse wage of $40sales girl is paid abasicper week. In addition, she is paid a comission of56. thevalue of goods she sells. How muchcommission will she be paid on sales amountingto$1525 and what is her gross wage for the week? Miguel Cervantes questions. Find two postive numbers such that the ratio of the two numbers is 5 to 3 and the product of the two numbers is 540. There are n nonfiction books and 12 fiction books on a bookshelf. If one of these books is selected atrandom, what is the probability of selecting a nonfiction book, in terms of n?An12Bnn +1212nD12n+12 List the 5 Pillars of Islam - not their Islamic names, but the way we describe them. Is d=2t portional or non portional? PLEASE HELP!!! The half life of carbon-11 is 20 minutes. A sample of carbon-11 has25mCi. How much is left after 1 hour?*A)12.5mciB)10.2mCiC)2.25mciD)3.125mci Which branch decides what a law means? what would be the best tool to measure the amount of juice in a glass the horizontal distance that each thrown object covers increases asits initial speed...A:increasesB:decrease C: stay the same Which one of the following statements about wellness is true? a. Wellness is related to five dimensions of health. b. Wellness can be achieved without concentration and commitment. c. Wellness is at one end of the continuum of health. d. Wellness is not achievable under normal circumstances. ANSWER C. Wellness is at one end of the continuum of health Explain the process of ionic bond formation between potassium and bromine? Compute and interpret the contribution margin ratio using the following data: sales, $5,000; total variable cost, $3,000.Interpret what these result mean using a sentence. Chemical A and Chemical B react in an exothermic reaction. What can be known about what will happen when Chemical A and Chemical B are mixed together?Please help. I'm confused. b. The Committee _____appended a note to its report. ( have/has/ have been)have hashave been Aling sangkap ng kwento ang nagpapahayag ng natutuhang ugali o disiplina sa nabasa? In what ways does consciouship hop and other art formshave a role in shaping ourperceptions of the world or inadvocating for change? Whatare some examples of this?