What is the advantage of an online database?
A.
requires many hardware components
B.
increases costs
C.
saves money
D.
no technical problems

Answers

Answer 1
Requires many hardware components
Answer 2

Answer:

i believe your answer would be D .

Explanation:

A would not be an advantage as "requires many" is seen as a bad sign when wanting to chose something to use an an advantage

B would not be an advantage if it ends up costing more

C is just saving money so that could be an advantage

D could be an advantage, but technology does have problems aswell

overall D would be your best bet. Brianliest if im right would be appreciated :)


Related Questions

Little round dots at the beginning of a line of text are called _____.

Answers

Answer:

ii think its called Vertical ellipsis

Explanation:

A programmer, or software developer, is a person with the training and skills necessary to ________ computer programs. design create test All of these

Answers

A programmer or software developed must know about how to design, create and test a computer program. Thus the correct option is all of these.

Who is software developer?

A software developer or a programmer is a person have specifed skills under the field of computer science. The software developer needs to get complete training regarding how to design entire computer program, how to create new codes, and regarding the testing of new programs.

Therefore, the correct option is "All of these".

Learn more about software developer, here:

https://brainly.com/question/3188992

#SPJ1

The navigation bar appears in the same position on each page and uses the same colors, fonts, and font styles.
a. True
b. False

Answers

Answer:

true

Explanation:

I think that's what it has been in my time of classes

A(n) ________ attempts to slow down or stop a computer system or network by sending repetitive requests for information.

Answers

A DoS attack is known as attempts to slow down or stop a computer system or network by sending repetitive requests for information.

What is a DoS attack?

A DoS attack is known to be a form of system attack that is often launched from a lot of compromised devices. It is said to be distributed in the world as a kind of botnet.

This is known to be a form of denial of service attacks, where there is the use of  a single Internet-connected device that is the use of one network connection to drown a target with a deadly form of traffic.

Learn more about DoS attack from

https://brainly.com/question/13068595

If a TextView has not been displayed yet, it is possible to retrieve measurements about its width and height using the __________________ method.

Answers

What language are we talking about here? What platform? Android? Web? Kotlin?

Which statements describe front-end databases? Check all that apply. They can be used to store tables. They can be used to store forms. They can be used to store queries. They can be used to store reports. They are saved on a shared network folder. They are saved locally on users’ computers.

Answers

Answer

Explanation: these are the correct answer on the quiz

They can be used to store forms.

They can be used to store queries.

They can be used to store reports.

They are saved locally on users’ computers.

A security administrator needs to run a vulnerability scan that analyzes a system from the perspective of a hacker attacking the organization from the outside. Which type of scan should he or she use

Answers

A type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan.

What is vulnerability?

Vulnerability can be defined as any form of weakness, flaw or defect that is found in a software application, computer sytem, or network, which can be exploited by an attacker or a hacker, in order to gain an unauthorized access and privileges to sensitive user data that are stored in a computer system.

In this scenario, a type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan because he or she wants the analysis of the computer system from the perspective of a hacker, who is typically attacking the organization from the outside.

Read more on vulnerability scan here: https://brainly.com/question/25813524

Determine if the sequence below is arithmetic or geometric and determine the common difference / ratio in simplest form. 64,8,1

Answers

Answer:

The Sequence is Geometric.  The ratio is a(n) = (n-1)/8

Explanation:

64/8 = 8  

8/8 = 1

Therefore, the next number in the sequence is 1/8 = .125

A relational database can best be described as a collection of related _____ designed to minimize redundant data.

Answers

A relational database can best be described as a collection of related tables designed to minimize redundant data.

What is a relational database?

A relational database is known to be a type of database that keeps and gives people room or access to data points that are known to be linked to each other.

Conclusively,  Relational databases are known to have relational model, an good and specific way of showing data through the use of tables.

Learn more about relational database from

https://brainly.com/question/13262352

Consider the following IP addresses: 124.77.8.5 131.11.0.9 190.66.250.10 196.5.89.44 Which list represents the IP address class of each listed IP address

Answers

Answer:

124.77.8.5: class A 131.11.0.9: class B 190.66.250.10: Class B 196.5.89.44: Class C

Haji decides to change the program so that the computer can run each loop iteration in parallel. Assuming that he runs the program on a computer that can run 8 tasks in parallel, how long will the parallelized solution take

Answers

Answer:

18 minutes

Explanation:

Planet Duration

Jupiter 12 minutes

Saturn 9 minutes

Uranus 4 minutes

Neptune 4 minutes

Earth 1 minute

Venus 1 minute

Mars 1 minute

Mercury 1 minute

planets ← ["Mercury", "Venus", "Earth", "Mars", "Neptune", "Uranus", "Saturn", "Jupiter"]

model ← loadSolarSystem()

images ← []

FOR EACH planet IN planets {

  image ← renderPlanet(model, planet)

  APPEND(images, image)

}

If these are what the values and coding given, then the answer is 18 minutes

Using the _____, you can direct the browser to retrieve specific information about the URL, to reload the current page, or to load an entirely new page.

Answers

Answer:

location object

Explanation:

Using the _____, you can direct the browser to retrieve specific information about the URL, to reload the current page, or to load an entirely new page.

a. selection list b. hidden field c. reference form d. location object

A:

D

Answer pls pls pls pls ​

Answers

Answer:

Flyers and pamphlets, and TV ads most likely are the answers.

1. For loop is used for repeating over a sequence, that is either a ___________ or _________________

Answers

Answer:

For loop is used for repeating over a sequence, that is either a list, tuple, dictionary, or a set.

A numeric literal that is written with a decimal point is called a ________. real number floating-point value decimal literal double literal

Answers

Answer:

floating point value

Explanation:

float: 1.235

integer: 8

boolean: 0 or 1

Help 100 points.
Jaime has to configure the DMZ network of his organization to the optimum level. Which is the best practice to do so?
A.
place all servers outside the DMZ
B.
use multiple firewalls
C.
block all users from accessing the servers placed in the DMZ
D.
split the DMZ into various segments

Answers

Answer:

the answer to this question is A

A man receives a fraudulent email from his bank asking him to confirm his user name and password by going to a particular website. What has occurred

Answers

Answer: The man's info has been found and a hacker was trying to make him confirm his passwrd so he can get a hold of it to hack the man further.

Explanation:

Python local variable referenced before assignment.

Answers

Answer:

may be you are probably calling the variable name before assigning it..

Explanation:

this error occurs if your program finds the name of variable used first before assigning the value..

example:

....some code..

print(x)

--some code--

x = something

So the print statement uses x variable before assigning the value. This causes error.

You should enter a formula that subtracts the data in cell B4 from the total of cells B2 and B3. What should the formula look like?

Answers

Use this formula:

=(B2+B3)-B4

When performing user access management, a DBA defines each user to the database at the _____ levels. Group of answer choices application and DBMS operating system and application application and network operating system and DBMS

Answers

Answer:

operating system and the DBMS

Explanation:

51. When performing user access management, a DBA defines each user to the dat…

a. application and DBMS

b. operating system and DBMS...

✓ b

write a recurseive string-returned function replace that accepts a string and returns a new string consisting of the original string with each blank replace with an asterisk

Answers

Answer:

Write a recursive, string -valued method, replace, that accepts a string and returns a new string consisting of the original string with each blank replaced with an asterisk (*)

Explanation:

Replacing the blanks in a string involves: Nothing if the string is empty Otherwise: If the first character is not a blank, simply concatenate it with the result of replacing the rest of the string If the first character IS a blank, concatenate an * with the result of replacing the rest of the string

ASAP 50 POINTS
Type the correct answer in the box. Spell the word correctly.
Which firewall monitors traffic from the DMZ to the LAN?

When a DMZ is set up using dual firewalls, the___

-end firewall monitors traffic moving from the DMZ toward the LAN while the ___

firewall monitors the traffic from the Internet toward the DMZ.

Answers

Answer:

InternalExternal traffic

Explanation:

The external firewall monitors all the external traffic from the internet towards DMZ.

Internal end firewall monitors traffic towards LAN

A program similar to mtr, ____, is available as a command-line utility in Windows operating systems.

Answers

Answer:

pathping

Explanation:

What are the minimum number of bits an address bus must have in a byte addressable memory system containing only 4 KiB of memory

Answers

The minimum number of bits the address bus must have in the byte addressable memory system is 12

How to determine the minimum number of bits?

The memory size is given as;

Size = 4 KiB

Convert to bytes

Size = 4 * 2^10 bytes

Express 4 as 2^2

Size = 2^2 * 2^10 bytes

Multiply

Size = 2^12 bytes

The minimum number of bits is then calculated as;

2^n =  Size

This gives

2^n = 2^12

Cancel out the base (2)

n = 12

Hence, the minimum number of bits is 12

Read more about bits and bytes at:

https://brainly.com/question/20594719

____________________ is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm.

Answers

I’m pretty sure it’s encryption

Alan is working on a draft document. He wants the document to have more white space. He can do this by changing the line spacing. True False

Answers

It is a true statement that changing the line spacing will make the document have more white space.

What is a line spacing in word document?

This refers to the distance between upper and lower lines of text.

These line spacing are tools that make text much more readable because its places distance between the word lines.

By using a line spacing, there will be more spaces and white spaces on the word document.

Therefore, the statement is a correct statement.

Read more about line spacing

brainly.com/question/25277953

where element is the Hypertext Markup Language (HTML) element and _____ pairs define the styles that are applied directly to that element.

Answers

Not too sure what the answer the question would expect, or rather what terminology,

But I’d say key-value pairs

For example in CSS

key: value;

color: green;

What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple readers and writers? (Choose two.) strings lists dictionaries tuples

Answers

The  two Python data structures that are already thread-safe are list and tuples.

What are the data structures in Python?

Python is known to give room for its users to make  their own Data Structures.

It helps one to be able to  have total hold or control over their work or output functionality. Some key Data Structures are Stack, Queue, and others.

Learn more about Python from

https://brainly.com/question/26497128

#SJ1



Exercise
For each of the following tasks, draw what the final list looks like and diagram how you
would solve the problem by writing a step by step process to solve the task.
1. Given a list of integers, replace every element at an even index with 0. Remember lists
start at index 0, so the first element should be replaced and then every other element
thereafter.
Initial list:
3
4
1
2
89
Final list:
Solution Steps:

Answers

Answer:

[0,4,0,2,0]

Explanation:

You need to iterate through the list and check if the index is even by comparing the rest of its division by 2 with 0. This can be achieved using the following algorithm (written in Python, so it can easily be translated to other languages)

mylist = [3,4,1,2,89]

for i in range(0, len(mylist)): #For each index of the list

   if i%2==0: #If the rest of the division of i by 2 is 0, which means it is even

       mylist[i]=0 #Assigns zero to current index

You are hired as a security advisor to the software development team at ABC corporation. The team aims to develop a new electronic commerce platform. Use a table to identify the possible abuse cases and security requirements and necessary at the requirements phase of the development of the proposed software

Answers

Answer:

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software technology

Explanation:

Productivity software has been used for a number of years. Recent advancements in productivity software technology have made _____ among multiple users all over th…

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software techn…

See more

Other Questions
What is the most likely result of a person taking a larger a mortgage than they canafford?They may lose their home.Their credit score could rise.They may become unemployed.Their cash flow may increase rapidly. I need a long essay for my AP U.S. History class. Here is the prompt: "Evaluate the extent to which the Great Depression fostered ongoing reform in the United States from 1929 to 1945." Here are the requirements according to the guideline: Respond to the prompt with a historically defensible thesis or claim that establishes a line of reasoning.Describe a broader historical context relevant to the prompt.Support an argument in response to the prompt using specific and relevant examples of evidence.Use historical reasoning (e.g., comparison, causation, continuity, or change) to frame or structure an argument that addresses the prompt.Use evidence to corroborate, qualify, or modify an argument that addresses the prompt.Once again, I need a long essay, so don't post short answers. Please and thank you. Describe the transformation that maps the pre-image (A) to the image (A'). Why did Britain want to prevent India's economy from prospering? how is the brains white matter related to the gray matter? What is a Judicial Opinion A. When a federal court makes a decision on a case, it announces officially explaining the ruling.B.When a federal court makes a decision on a case, it calls a press conference and reads the an official document explaining the ruling.C. When a federal court makes a decision on a case, it publishes an official document explaining the ruling.D. When a federal court makes a decision on a case, it states its opinion to the court and that is it. Four years ago omega technology, inc., acquired a machine to use in its computer chip manufacturing operations at a cost of $35,000,000. the firm expected the machine to have a seven-year useful life and a zero salvage value. the company has been using straight-line depreciation for the asset. due to the rapid rate of technological change in the industry, at the end of year 4, omega estimates that the machine is capable of generating (undiscounted) future cash flows of $11,000,000. based on the quoted market prices of similar assets, omega estimates the machine to have a fair value of $9,500,000. Solve for x. Your answer must be simplifiedx/7 -6?? Read the excerpt from "my first march." "hey, mama?" i asked. "how can all these buses be going to the same place were going? ive never seen a building that could hold this many people." "well, were not going to a building," mama said. "were going to a march today. that means well be walking through the streets all over our nations capital." now read the excerpt from "2000 buses." two thousand buses, twenty-one chartered trains, ten special airlines, more cars than one could name a mass meeting they called it, the march for jobs and freedom equal access, equal justice, for all, and not just some what event do both excerpts describe? a vacation by bus a spring festival a civil rights rally an employment fair By definition all maps are because they include alll information about the world they represent The amount of money Emily spends, after r rides, at a carnivalis modeled by the function y = 8r + 20Select all the ordered pairs that satisfy the function.A (15, 140)B (12, 96)C (11, 108)D (- 9, 128) I need help with this.Does anyone have the answers? Im the specific heat of a wax coating on a plant is 2400 j/kg degrees Celsius. During the day a 0.0055 kg coating of wax on a lead heats up from 15 to 22 degrees Celsius. How much radiant energy was absorbed by the wax? Why might a business person purchase a fidelity bond?A. To cover employee theftB. To avoid purchasing insuranceC. To show loyalty to employeesO D. To fund a new company Which of the following applies to people in the United States? A. People are required to join one of the two major political parties B. People must be a member of a political party in order to vote C. People cannot join political parties until they are 21 D. People may choose whether to join any political party, or none WILL GIVE BRAINLIEST find the vertex of the parabola y=x^2+8 WILL GIVE BRAINLIESTWhich is NOT a method scientists use to determine the age of Earth?A.radioactive decayB.law of superpositionC.core rock samplesD.evolution What are the pros and cons of nuclear power? Which two sentences best explain what happens to the energy snails getfrom the plants they eat?. A. The snails use about 1% of the plants energy to carry out lifeprocesses.. B. About 90% of the energy is lost as heat escapes into thesurroundings.. C. The snails use about 10% of the plants energy to carry out lifeprocesses.D. About 90% of the energy IS passed on to the birds that eat thesnalls Pls hurry Removal of the fallopian tubes and ovaries: a.Salpingectomy b.Conization c.Total hysterectomy d.Bilateral salpingo-oophorectomy e.Partial hysterectomy