What is one reason why a business may want to move entirely online?
O
A. To double the number of employees
B. To focus on a global market
C. To avoid paying state and local taxes
D. To limit the number of items in their inventory

Answers

Answer 1

Answer:

To focus on global market

Explanation:

Hope this helps! :)


Related Questions

How many passes will it take to find the four in this list? 4, 5, 6, 7, 8, 9, 10 1 2 3 4

Answers

Answer:

10 passes

Explanation

just count the numbers in between the 2 4s :|

Answer:

3

Explanation:

got it right on edge

Network footprinting is used to ______________________. Group of answer choices test for vulnerabilities determine what services are running determine what exploits have been committed determine what systems are up and running

Answers

Answer:

Network footprinting is used to ______________________.

test for vulnerabilities.

Explanation:

Network footprinting is the technique that reveals system vulnerabilities and how the vulnerabilities can be exploited.  Hackers use footprinting to determine the location and objective of a network.  The discovery of this specific information about the organization can lead to the hacking of the network.  Network footprinting relies on loopholes to create vulnerabilities in a network and plans for cyberattack.

50 POINTS!!!!! WILL MARK BRAINLIEST!!!!!HURRY!!!!!
Your Python program has this code.

for n = 1 to 10:
position = position + 10 # Move the position 10 steps.
direction = direction + 90 # Change the direction by 90 degrees.

You decided to write your program in a block programming language.

What type of block do you need to accomplish what this line does?
direction = direction + 90 # Change the direction by 90 degrees.

A) event

B) voice and graphics

C) control

D) motion

Answers

Answer:

control

Explanation:

Repeat 10 times is a control block.

The type of block that would be needed to accomplish the line would be C. Control

What is Programming?

This refers to the set of code that is given to the computer by a programmer to execute a task.

Hence, we can see that from the line of code that shows a sequence of numbers from 1 to 10 and to move and change the direction of the position and degree, to write this program in a block programming language, the type of block that is needed is a control block.

Read more about block programming here:

https://brainly.com/question/14525641

#SPJ2

why should technology be used. No plagiarism pls.

Answers

Answer:

Explanation:

mobile devices and the applications they help us in life devisec can individualize instruction. three specific reasons that technology is good is that it saves lives by improving medicine, keeps us connected to each other, and provides education and entertainment. One reason why technology is good is that it has saved many lives.

i have an answer, but it won’t let me type it because it says incorrect answer which is ridiculous. here’s what i had, though

Write a c program using loops to generate following output.

12 x 2 = 24
11 x 2 = 22
10 x 2 = 20
9 x 2 = 18
8 x 2 = 16
7 x 2 = 14
6 x 2 = 12
5 x 2 = 10
4 x 2 = 8
3 x 2 = 6
2 x 2 = 4
1 x 2 = 2

Answers

Answer:

#include <stdio.h>

int main()

{

for (int n = 12; n > 0; n--) {

 printf("%d x 2 = %d\n", n, n * 2);

}

}

Explanation:

Only one loop.

2.Explain the differences between kernel applications of the OS and the applications installed by an organization or user.

Answers

Explanation:

Operating system is a system software, whereas,  Kernel is a part of operating system. Operating system acts as an interface between user and hardware. Kernel acts as an interface between applications and hardware. In Linux, for example, device drivers are often part of a kernel (specifically Loadable Kernel Modules).

The Matlab Script should:1. Clear the command window2. Clear the workspaceQuestion 1: Why do we clear the command window and workspace at the beginning of a script

Answers

Answer:

This is done for the simple reason of having more space to work on

Explanation:

This is done for the simple reason of having more space to work on. By clearing the command window and workspace you provide yourself with sufficient space to create new commands without the clutter of the previous commands. This also prevents your focus from shifting towards old commands and allows you to simply focus on the commands you are currently working on. This does not clear all variables from the script, it only clears the current screen but the previous commands can still be accessed by using the up-arrow key

Write a program that reads a list of words. Then, the program outputs those words and their frequencies.

Answers

Answer:

The program in Python is as follows:

mylist = []

nword= "y"

while(nword== "y"):

    word = input(": ")

    mylist.append(word)

    nword = input("New word: y/n: ")

for item in mylist:

    freq = mylist.count(item)  

    print(item, freq)

Explanation:

This creates an empty list

mylist = []

This is used to let the user input more word or stop input

nword = "y"

The following iteration lets the program read words from the user

while(nword == "y"):

This gets the user input

    word = input(": ")

This appends the inputted word into the list

    mylist.append(word)

This prompts if the user wants to input more word or not

    nword = input("New word: y/n: ")

This iterates through the list

for item in mylist:

This gets the frequency of each word in the list

    freq = mylist.count(item)  

This prints the word and the frequency

    print(item, freq)

How long does it take to send a 19 MiB file from Host A to Host B over a circuit-switched network, assuming:

Answers

Answer:

58.4 ms

Explanation:

How long does it take to send a 14 MiB file from Host A to Host B over a circuit-switched network, assuming:

Total link transmission rate = 31.1 Gbps.

Network is TDM, with 11 permitted users, each with an equal time slot size.

A link connection requires a setup time of 51.7 ms.

Solution:

For TDM transmission, the bandwidth is divided equally between the users for transmission.

Transmission rate of each user = 31.1 Gbps / 11 users = 2.83 Gbps = 2830 Mbps

Time taken for file transmission = file size / transmission rate = 19 Mb / 2830 Mbps  = 0.0067 seconds = 6.7 ms

Total time taken = Set up time + transmission time  = 51.7 ms + 6.7 ms = 58.4 ms

The total transmission time is 58.4 ms

When an antivirus program identifies a virus and quarantines this file, has the malware been eradicated

Answers

Answer:

NO

Explanation:

No, it's not, when a virus blocks a file stored in a sandbox, it does not affect the system. However, the virus program does not necessarily recognize other parts of the program. It still takes analysis to determine what. Also, the virus vault must be emptied to delete the original files

The analogy of a computer system is often used to illustrate the different parts of memory. The keyboard is where we encode new information, the hard drive is where we store information, and the monitor is where we retrieve information. Now create your own analogy and explain why each part of the memory system corresponds with the analogy you have selected.

Answers

Answer:

Different memory parts is used to provide an analogy of the computer system. In keyboard, we give new new information, we store the information in a hard drive and we retrieve information from the monitor.

Explanation:

The Encoding:  keyboard- encoding: we write something on a piece of a paper and then place it into a manila file folder.

Example: let a poem about Santa Claus

The Storage: Next CPU-Label of the folder and then put it into the file cabinets in the hanging file folder which is labeled with subject

Example: Label folder Santa Clause and put it into the present hanging file folder that is labeled "the Mythical winter figures"

The Retrieval: Now monitor-Open file cabinet, then flip to an appropriate hanging file, and then go to the specific file folder to get access to the paper.

Example: Flip to the "mythical winter figures" and then browse through the files until we locate the "Santa Claus,"  pull it out to read the poem. Then define and also give an example of the parallel processing.

Write two lines of code to draw the following circles centered at 600,600. The radius of the smallest circle is 200. There are 50 points between the larger circle and the smaller circle.

Answers

Answer:

canvas.draw_circle((600, 600), 200, 3, "Black")

canvas.draw_circle((600, 600), 250, 3, "Black")

Explanation:

# include < conio.h>

# include < iostream.h>

int canvas.draw_circle,

namespace std

{

canvas.draw_circle((600, 600), 200, 3, "Black")

canvas.draw_circle((600, 600), 250, 3, "Black")

}

return,

Someone please help?!



Drag the tiles to the correct boxes to complete the pairs.
Match the soft skills with their descriptions.
to foster approachability among team members
to come up with creative but practical solutions
to set priorities and accomplish goals
to identify and effectively use a team's potential
to accomplish goals
leadership
analytical thinking
coordination
2
time management

Answers

Answer:

i think the 1st one is for leadership

Answer:

im taking it right now

Explanation:

funny

Write a flowchart and C code for a program that does the following: Within main(), it asks for the user's annual income. Within main(), it calls a function called printIt() and passes the income value to printIt().

Answers

Answer:

Write a flowchart and C code for a program that does the following: Within main(), it asks for the user's annual income. Within main(), it calls a function called printIt() and passes the income value to printIt().

Explanation:

You will write a flowchart, and C code for a program that does the following:1. Within main(), it asks for the user’s annual income.2. Within main(), it calls a function called printIt() and passes the income value to printIt().  3. The printIt() function evaluates the income, and if the number is over 90000, prints a congratulatory message.  If the income is not over 90000, it prints a message of encouragement, like “You WILL make $50,000, if you keep going.”Here is what the output looks like.File SubmissionUpload your Flowgorithm file, your .c file, and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading.

Queries in Access are utilized by users to enter data into tables and view existing records true false

Answers

Answer:

False.

Explanation:

Microsoft Access can be defined as a software application or program designed by Microsoft corporation to avail end users the ability to create, manage and control their database.

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

Database schema is the logical design of a database. In database management, the term "schema" is used to denote a representation of data while the term "instance" is used to denote an instance of time.

A database schema is a structure which is typically used to represent the logical design of the database and as such represents how data are stored or organized and the relationships existing in a database management system. There are two (2) main categories of a database schema; physical database schema and logical database schema.

Datasheet View in Access are utilized by users to enter data into tables and view existing records.

What certificate authority user role is tasked with the approval of requests for certificate enrollment and revocation

Answers

Answer:

Certificate manager.

Explanation:

Certification can be defined as a recognition given for completing a course of study or passing an examination. This is to certify that the individual is a professional in that course of study. Some examples are CCNA, Comptia A+, HSE I and II

Certificate manager is the certificate authority user role that is tasked with the approval of requests for certificate enrollment and revocation.

This ultimately implies that, the individual who is saddled with the responsibility of approving requests for certificate enrollment and revocation is a certificate manager.

Hence, a certificate can be revoked by a certificate manager if a person issued the certificate contravenes the set rules, requirements and standard binding on the certificate.

A sandbox is known as a holding area for website or .

Answers

Answer:

blog

Explanation:



..........answer is above or below me lol

products in which titanium is used

Answers

Answer:

It is used in jewelry, tennis rackets, scissors, bicycle frames, surgical tools, mobile phones and some other high-performance products.

Explanation:

Titanium is a familiar metal. Titanium is as strong as steel but weights about half as much.

It’s made in rings in necklaces it also is made for tennis rackets and tool in the medical field

What item appears in a user’s My Unresolved items after synchronization using Salesforce for Outlook? (2 answers)

Answers

The avialble options are:

1. Notes not associated to a record

2. Emails not associated to a record

3. Contacts not assigned to an account

4. Cases not assigned to a contact

Answer:

1. Contacts not assigned to an account

2. Emails not associated to a record

Explanation:

Given that any items that are not automatically assigned to Salesforce records are found in My Unresolved Items.

Hence, usually, Items such as Contacts, Events, Emails, and Tasks are found in a user's My Unresolved Items after synchronization using Salesforce for Outlook.

Thereby, in this case, the correct answers are:

1. Contacts not assigned to an account

2. Emails not associated with a record

Which of the data repositories serves as a pool of raw data and stores large amounts of structured, semi-structured, and unstructured data in their native formats

Answers

Answer:

Data lakes.

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

Data lakes can be defined as data repositories which serves as a pool of raw data and stores large amounts of structured, semi-structured, and unstructured data in their native formats. These pool of raw or natural data allow data scientists to perform various tasks such as artificial intelligence (AI), machine learning, visualization, reporting, advanced analytical study, etc.

What is the current DoD repository for sharing security authorization packages and risk assessment data with Authorizing officials?

Answers

Answer:

The answer is "Army Portfolio Management System".

Explanation:

The Army Way to solve Information-Technology (APMS-AITR) portfolio management registration for IT investment, IT capacity, and IT software was its single legal army registry.

Its main goal of IM/IT Management Of working capital and Corporate Finance is to prioritize IM/IT expenditure by evaluating and handling TRADOC as just an investment portfolio. The APMS was its main decision supporting instrument for military portfolio management.

Explain the development, design and implementation aspects of algorithms in the development of software.

Answers

Explanation:

Phases of software development are ;

1. Requirements analysis

2.Domain analysis

3.Client-oriented design

4.Implementation-oriented design

5.Implementation

6.Integration

7.Packaging.

Ongoing Activities in Software Development

1. Risk analysis

2. Planning

3.Verification

4.Documentation

g How safe is to have a LinkedIn account where you have published all the important information about yourself

Answers

Answer:

LinkedIn is very safe

Explanation:

LinkedIn is very safe, that being said you should never post private information about yourself anywhere that you do not want others to see/know. LinkedIn is a job recruiting and networking site, meaning that all the information that you have or will be publishing there should be related to your career. There is no reason for you to publish private information such as document numbers, social security number, address, bank account info, etc.

Answer:

The concept you are looking for is "digital footprint" and it goes far beyond any one social network.

Any information that is public can be used against you. You have to make an assessment about the risk/reward of making data public, and once it is public, you have to treat anyone using that information as public, too. Too often people think that if someone knows something about them, then they can be trusted, an "insider".

_______ workplace cultures emphasizes everyone being in agreement.

Answers

Answer:

Calm

Explanation:

A medical record that contains computer-generated reports, collects data, and shares data with outside agencies is a

Answers

Answer:

Electronic Health Record

Explanation:

ELECTRONIC HEALTH RECORD is a medical record which helps to collect patients data pertaining the patients medical information and history such as the patient diagnosis, the treatment that was given to the patient and the medication given to the patient, by then sharing the collected and store medical data or information with external agencies in order to reduce any medical mistakes that may want to arise and to as well provide high quality health care service to the patient as regards to the patient already stored medical history on the ELECTRONIC HEALTH RECORD.

Which type of table is the most commonly used in Access databases?
A. one-to-one
B. one-to-many
C. many-to-many
D. many-to-all

Answers

The table of one-to-many is used most commonly for the purpose of getting access to a database.

What is a database?

Any kind of data, record, or information, which is stored over a computer or network of computers with an intention to access such data as and when required is known as a database.

Hence, option B holds true regarding a database.

Learn more about database here:

https://brainly.com/question/6447559

#SPJ2

Importance of computer in 150 words and essay​

Answers

Answer: See explanation

Explanation:

A computer is simply referred to as an electronic device that can be used to store information and which can also make our work easier and faster.

The role of the computer in our daily lives nowadays cannot be understated as the computer is useful and used in every aspect of our lives. Computers are accurate, and makes our works easier.

Also, huge data's can be stores on the computer system. Computers are used in the education sector to tech students, in medical field as they aid treatments of patients etc.

Which technology provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address

Answers

Answer:

Network Address Translation (NAT).

Explanation:

An IP address is an acronym for internet protocol address and it can be defined as a unique number assigned to a computer or other network devices, so as to differentiate each device from one another in an active network system. Thus, an IP address is typically used to uniquely identify each computer or network devices connected to the internet or network.

In Computer networking, IP address are classified into two (2) main categories and these are; Local (internal) IP address and Global (external) IP address.

Also, the internet protocol (IP) address comprises of two (2) versions and these are; Internet protocol version 4 (IPv4) and Internet protocol version 6 (IPv6).

Network Address Translation (NAT) is a technology that provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address.

This ultimately implies that, Network Address Translation (NAT) is a technology used by network engineers to translate IP addresses into a single IP address on a local area network.

The process of auditing the source code for an application to verify that the proper security controls are present, that they work as intended, and that they have been invoked in all the right places is known as

Answers

Answer:

Security code review.

Explanation:

The process of auditing the source code for an application to verify that the proper security controls are present, that they work as intended, and that they have been invoked in all the right places is known as security code review.

The main purpose of security code review is to ensure that all the necessary security measures or procedures are adopted (available), to confirm the level of accuracy of its operations, and verify that all loopholes for unauthorized access or use by attackers is prevented.

Hence, various software developers employ the security code review process in order to ensure that the integrity and safety of their software applications or programs are present.

Code review is the process for auditing the source codes and is a an application that is used for verification of the proper security control that are present and that they are intended to use.

The code review is to assure the quality of the software and verity the activity that checks the program mainly for viewing the parts of code.

Learn more about the source code for an application to verify that the

brainly.com/question/24749514.

This Command to insert copied text anywhere in your document
Cut
Copy
Format painter
Paste

Answers

Answer:

Paste

Explanation:

Answer:

Please give me brainliest. The answer is paste

Explanation:

Other Questions
A fruit smoothie requires 14 blueberries for every 5 strawberries. How many blueberries would be needed if you were using 15 strawberries? any whole number containing 3 or more digits can be by 4 if the last two digits form a number that is divisible by 4 why? ILL GIVE BRAINLEST!!!!!! 100 POINTS!!!! PLZZ HELPPP 3. A jar made of 3/16 inch thick glass has an inside radius of 3.00 inches and total height of 6.00 inches (including the bottom thickness of glass). The glass has a density of 165 lb/ft3. The jar is placed in water with a density of 62.5 lb/ft3.a. Assume the jar sits upright in the water without tipping over. How far will the empty jar sink into the water?i. What is the volume of the glass shell of the jar? Precision 0.00ii. What is the weight of the jar? Precision 0.00iii. What is the weight of water the empty jar will displace? Precision 0.00iv. What is the volume of water the empty jar will displace? Precision 0.00v. How far will the empty jar sink? What is an example of a physical weathering?(1 point)A. a rock wearing down due to acid rainB. microscopic organisms producing compounds that break down rockC. a metal tool left outside beginning to rustD. bits being blown off a rock by heavy winds I NEED HELP ASAP ITS MY LAST MISSING ASSIGNMENT THAT I HAVE FOR ALGEBRA !! Extinctions can be caused by presentation, natural disasters, or damage to the ___ 12. Jacqueline reads a book at a constant rate. The table below shows the relationship between the time thatJacqueline has spent reading and the number of pages she has read.ReadingTime(minutes)Number ofPages Read557.5001214211928.53248At what rate, in pages per minute, does Jacqueline read? the answer plzzzzzzzzzzzzzzzzzzzzzz How does the flashback in paragraphs 2-5 affect the story? A) It explains why Luci left her job, which builds tension. B) It raises questions about how the camp is managed, which creates a mystery that Benito wants to solve. C) It suggests that the narrator may struggle to manage young children, which builds tension D)It provides a humorous description of Benito's previous experience teaching drama to children, which makes the reader like Benito more Which set of reagents will best convert 2,2-dimethylpropan-1-ol (neopentyl alcohol) to 4,4-dimethylpentan-2-ol I need help on 2 problums 8. HIV/AIDs can be transmitted through:A. Borrowing of clothes C. sexual intercourseB. sharing of utensils D. kissing9. Which of the following is not included in the services provided by Republic Act No.8504?A. testing B. screening C. counselling D. referrals10. The Philippine National Aids Council manages the following programs except;A. information B. educational program C. monitoring D. testing Which statement best describes the rebel archetype? A rectangular solid has a base that measures 12 feet by 16 feet, and a height of two feet. Its surface area is (blank)square feet PLZZZ HELP ME A large population of ground squirrels were separated over time by the Grand Canyon, eventually creating two new species.Giraffes with longer necks are able to reach more food, live longer, and pass on long necks to more babies.Arctic foxes have developed two-layered fur coats; a white layer for the extra cold winters and a thinner, brown layer for the short summers.A flood washes away most of a population of field mice. Only those who lived in the roots of trees survived to pass on their genes.UV radiation causes a mistake in a gene; changing one letter in the DNA code and causing a new eye color. 1. Natural Selection2. Mutation3. Adaptation4. Genetic Drift5. Evolution According to the graph, which statement is correct? Y over 3 - 4 = x Write y as the function of x Please help me solve this. Joel has $30 in a savings account. The interest rate is 5% per year and is not compounded. How much interest will he earn in 1 year? A snail travels 1/5 of an inch in an hour How long will it take to travel 5 inches