SOMEONE PLEASE HELP ME OUT WITH!!!!!

SOMEONE PLEASE HELP ME OUT WITH!!!!!

Answers

Answer 1
i’m pretty sure it’s the second one. that’s what i’d choose
Answer 2
I’d chose the second one

Related Questions

What statement best describes entrepreneurship?

Answers

Answer: D

Explanation:

Answer

Option: It requires creativity and ambition.

Hope this helps, have a wonderful day/night, stay safe, happy holidays, and merry Christmas!

As you calculate the design cost for a site, you conclude it will be $50 per hour. However, your final estimate to the client will be for $55 per hour to include which cost (without including the cost as a line item)?

Answers

Incomplete question. I answered from a general budget perspective.

Answer:

miscellaneous cost

Explanation:

Remember, we are told this is just an estimated cost of designing the site. Basically in designing a site, these costs are taken into account:

site hosting costsite design cost (such as UX, UI, etc)site development costsite maintenance cost (such as domain maintenance cost)

However, it seems the web developer may have discovered other miscellaneous costs attached to the site design.


differences between analog computer and hybrid computer​

Answers

Answer:

Analog computers only work with continuous numerical data in analog quantities, digital computers can process both non-numerical and numerical data and a hybrid computer is a combination of both analog and digital. A hybrid computer has the accuracy of a digital computer paired with speed of an analog one.

Answer:

sorry for bad picture

hope it helps you have a good day keep smiling be happy stay safe ☺️

CAN SOMEONE PLEASE HELP ME WITH THIS PLEASE ?!!!!!!!!

Answers

Get feedback about your product from the restaurant

2. Convert Octal number (6213), to Binary number?​

Answers

Answer:

This online calculator is able to convert numbers from one number system to any other, showing a detailed course of solutions. And calculator designed for:

Decimal to binary conversion,

Binary to decimal conversion,

Decimal to hexadecimal conversion,

Decimal to binary conversion method,

Floating point decimal to binary conversion method,

Decimal to binary converter with steps,

Decimal fraction to binary converter.

Explanation:

Hope this helps!

true false.
(c) In Animate, only one layer
can be activated at a time. ( )
PLZ HELP ME IN MY STUDY​

Answers

Answer: true

Explanation:

Ans: Answer is true...

hich type of denial of service (DoS) attack occurs when a name server receives malicious or misleading data that incorrectly maps host names and IP addresses

Answers

Answer:

DNS poisoning

Explanation:

This type of attack is known as DNS poisoning it is a very common attack that focuses on trying to redirect users of the site that has been attacked towards fake servers. These fake servers belong to the attackers and are used to collect the user's private data, which can then be used by the attackers for a wide range of malicious acts. Aside from stealing user information, this malicious data travels alongside regular user data allowing it to infect various servers easily.

Which step in the software development life cycle involves making improvements based on user feedback?
Coding
Design
Maintenance
Testing

Answers

Answer:

The step is Testing oki doki

Answer:

Maintenance

Explanation:

Maintenance

This primarily involves updating and making improvements based on user feedback, as well as resolving any defects that are found.

The internet and intranet have many different uses.
Explain what is meant by the intranet.

Answers

Answer:

Intranet is a local or restricted communications network, especially a private network created using World Wide Web software.

Answer:

internet-The Internet is a vast network that connects computers all over the world. Through the Internet, people can share information and communicate from anywhere with an Internet connection.

Intranet- A system of computers inside an organization that makes it possible for people who work there to look at the same information and to send information to each other.

Users on your network report that they have received an email stating that the company has just launched a new website. The email asks employees to click the website link in the email and log in using their username and password. No one in your company has sent this email. What type of attack is this

Answers

Answer:

Phishing

Explanation:

A phishing attack may be defined as a attack made on social platform that is used to steal the data, which includes the credit card details or credentials of individuals, etc. It is a fraudulent attempt to collect important information.

In the context, the employees receives an email asking them to click on the link and login using their credentials. It is a fraud email which no one in the company has sent. So this is a phishing attack.

rebecca smith was the top scorer in a women’s professional basketball league

Answers

Answer:

awesome

Explanation:

Nadia has inserted an image into a Word document and now would like to resize the image to fit the document better.

What is the quickest way to do this?

keyboard shortcut
sizing handles
context menu
sizing dialog box

Answers

Sizing handles but I’m not super sure

CHOOSE THE CORRECT CONTINUOUS TENSES( PRESENT CONTINUOUS,PAST CONTINUOUS AND FUTURE CONTINUOUS) : 1. I saw a snake while I ____________________ in the forest. am walking was walking will be walking will walk

Answers

Answer:

Explanation:

joe biden>

Why can videos be streamed from the cloud to a computer with no loss in
quality?
A. Digital signals are used to transmit data to and from the cloud.
B. The cloud is closer to the computer than the source of analog
signals is.
C. The signals to and from the cloud alternate between analog and
digital signals.
D. They are transmitted using digital signals and received using
analog signals.

Answers

I think the answer is B

Videos can be streamed from the cloud to a computer with no loss in quality because Digital signals are used to transmit data to and from the cloud.

What are Digital signals?

A digital signal is  known to be a kind of  signal that is set up or is one that stands for data as a step made up of discrete values.

Note that Videos are said to be  streamed from the cloud to a computer with no loss in quality because Digital signals are employed for the sending of data to and from the cloud.

Learn more about Digital signals from

https://brainly.com/question/6608415

#SPJ2

What are presenter notes?

Answers

Presenter notes are for showing to other people

Answer:

notes on like a presenting app that will help you present better so like your notes

Explanation:

Write a simple algorithm in pseudocode that asks the user their favourite colour and then agrees with their choice, quoting the colour in the response.

Answers

Answer:

i am still a beginner in this but i hope it helps.

add scanner object;declare string FavColour;print msg to ask user for inputscan input FavColour;print msg (" your favourite colour is " + FavColour)

Which of these expressions is used to check whether num is equal to value?
num ? value
num = value
num – value
num == value

Answers

Answer:

num-value

Explanation:

is should equal to zero if it is correct.

Answer:

It is num - value

Explanation:

I got it right on the test

Carmina works at a fast-food restaurant. During the slow afternoon hours, Carmina always find projects to keep her busy, like washing all the trays or deep-cleaning the drive-thru area. What workplace habit does Carmina show by doing this?

Answers

Answer:

This shows that Carmina knows how to manage her time, also called time management, and she took the initiative to do the jobs, even though she didn't have to.

write sql commands to the following:-
1. display the average price of each type of vehicle having quantity more that 20.
2. count the type of vehicle manufactured by each company
3. display the total price of all the types of vehicles

plssss answerrr...​

Answers

Answer:

I can't seem to add SQL to the answer, so let's try this:

For the first one, you need to build a select that uses the avg function on the price column.

For the second one, you need to use the count function.  Select that and the company, and group by company.

For the third, it's slightly unclear.  Do they mean to mean to display the total price of all vehicles or the total price of each type of vehicle.  The former would just be done by selecting a sum of the price.  The latter by selecting that and the type column, grouping by type.  I'm not sure if type is a keyword, so you might need backtick quotes wrapped around it.

See below for the SQL command of each category

How to write the SQL commands?

To do this, we make use of the following clauses:

SELECTAVERAGEWHERECOUNT

Using the above highlight, we have:

Average price of each vehicle having quantity more than 20.

The table name is given as: Vehicles

To display the average, we use the following query:

SELECT

Type, avg(Price)

FROM Vehicle

GROUP BY Type

HAVING QTY >20;

Count type of vehicle by each company

To count each type of vehicle, we use the following query:

SELECT

company, COUNT(DISINCT Type)

FROM VEHICLE

GROUP BY Company;

Display the total price of all

The total price is calculated using:

Total = Price * Quantity

So, we have the following query:

SELECT

Type, SUM(Price* Qty)

FROM VEHICLE

GROUP BY Type;

Read more about SQL at:

https://brainly.com/question/25694408

#SPJ2

Which of the following types of copyright license is most appropriate if you create a graphic and would like to share it with anyone for any purpose as long as you receive credit?
A. All Rights Reserved
B. Public Domain
C. Some Rights Reserved: Attribution
D. Some Rights Reserved: Share Alike

Can someone help me out with this? Thanks!

Answers

Answer:

C is the correct answer:)

Explanation:

The most appropriate type of copyright license for the described scenario would be Some Rights Reserved: Attribution. The correct option is C.

What is copyright license?

A copyright license is a legal agreement between the copyright holder and someone who wants to use the copyrighted material.

This licence allows others to use and distribute the graphic as long as the original creator is credited. It is a type of Creative Commons licence in which some rights are granted to others while others are reserved for the original creator.

This option is ideal if you want to share your work with others while maintaining control and receiving credit for it.

Option B, Public Domain, allows anyone to use the graphic for any purpose without attribution, whereas Option D, Some Rights Reserved: Share Alike, requires others to share derivative works under the same licence terms.

Option A, All Rights Reserved, would prohibit others from using the graphic without the creator's explicit permission.

Thus, the correct option is C.

For more details regarding copyright license, visit:

https://brainly.com/question/30696317

#SPJ2

Select the correct text in the passage.
Which phrases or sentences in the passage denote operations that the hospital carries out with the help of computers?
David’s family took him to a hospital as he was suffering from a serious ailment. As soon as he was admitted, the hospital authorities recorded David’s medical history. Later, the doctors had a talk with David’s parents about their son’s condition. David was then placed in an intensive care unit (ICU) where his vital signs were constantly monitored. He was also given a lot of medication throughout the entire day.

Answers

Answer: When was admitted, hospital authorities recorded his medical history. Then, placed in an ICU where his vital signs were constantly monitored.

Explanation: With the help of computers, medical histories are often kept in the computer for future reference. Machines are connected to computers to record vital signs.

Answer:

Explanation:

          nnnnnnnnnnnnnnnnnnnnnnn

An alias is helpful because having two copies of the same table can be confusing.

Answers

Answer:

Correct aliasing is very useful when you provide or insert a new value Say you have the c= (2,3,4,5) You do c= lst.pop(2)Now the new c doesn't have 4 such that (2,3,5)

What's a checked exception?

A
One that the Java class library already checks for, so our programs don't have to worry about checked exceptions.

B
One that the program must check because the compiler can't check it.

C
One that the compiler can check to make sure the program handles it.

D
One that the operating system checks, evaluates, and corrects.

Answers

Answer:

The answer is option A "One that the Java class library already checks for, so our programs don't have to worry about checked exceptions"

Explanation:

A checked exception is a sort of special case that should be either gotten or proclaimed in the method in which it is declared.

In the Java class chain of importance, a special case is a checked exception in the event that it acquires from java.lang.Throwable, however not from java.lang.RuntimeException or java.lang.Error. All the application or business rationale exceptions should be checked special cases.

It is conceivable that a strategy proclaims that it can toss a special case, however it doesn't. In any case, the guest needs to manage it. The checked exception announcement has a domino impact. Any strategies that will utilize the past strategy will likewise need to deal with the checked exception, etc.

So the compiler for the Java programming language checks, at gather time, that a program contains overseers for all application exceptions, by examining every method body. In the event that, by executing the method body, an exception can be tossed to the guest, that special case should be announced. How does the compiler know whether a method body can toss an exception? That is simple. Inside the method body, there are calls to different strategies; the compiler takes a gander at every one of their strategy signature, what exceptions they proclaimed to declare.

Answer:

The correct answer is C)

Explanation:

Within Java, a checked exception is one that is checked by the compiler.

When a code within a method generates a checked exception, one of two things must happen:

a) the method should take care of the exception or

b) it should indicate the exception using throws keyword.

Cheers

The table button is present in the ……… tab.​

Answers

Answer:

Insert

Explanation:

The table button is present in the Insert tab.​

Refer to screenshot (MS Word)

Insert → Table → Insert Table or Draw Table

You manage a network that uses switches. In the lobby of your building, there are three RJ45 ports connected to a switch. You want to make sure that visitors cannot plug their computers into the free network jacks and connect to the network. But employees who plug into those same jacks should be able to connect to the network. What feature should you configure

Answers

Answer:

Port authentication

Explanation:

A port authentication enables the configuration of a parameters of the ports to connect to the network. When the ports are in the Force Authorized state, only some configuration changes are possible.

In the context, I want to configure the port authentication so as to make sure that the people who visited the building and wants to plug in the switch should connect to the network and not the free networks. An d also the employees who plug in the same jack should also connect to the same network.

Write a function that prompts the user to enter the speed of a vehicle. If speed is less than 20, display too slow; if speed is greater than 80, display too fast; otherwise, display just right

Answers

The code of the given problem is given below :

#include<iostream>

using namespace std;

void print( float speed ){

      if(speed < 20 )

      {

             cout<<"too slow\n";

      }

      else if(speed > 80 )

      {

             cout<<"too fast\n";

      }

      else{

             cout<<"right\n";

      }

}

int main()

{

      print( 18.6 );

      print( 45 );

      print( 100 );

      return 0;

}

Fill in the blank with the correct response.
_______surveys are measurement tools that use a series of questions to obtain data from respondents.

Answers

Answer:

"Questionnaire" would be the perfect approach.

Explanation:

A questionnaire would be a study tool consisting of a series of issues and perhaps other forms of commands which have been intended to gather data from the respondents.  This is indeed a valuable instrument used to collect responses from participants throughout a broad range of ways, consumer insight, and purchasing habits across marketing strategy.

how please help me computer​

Answers

Answer:

Whaaaaaaaaaaatttttttttttttttt the

Explanation:

what is low level language​

Answers

Answer:

The language which is spoken by low aged people is called as low level language

Answer:

A low level language is a language with few layers between itself and actual machine code.

Assembly is an example of a very low level language, where you're giving direct instructions to the processor.  C is often called a fairly low level language as it gets compiled very directly into machine code.

By contrast, high level languages have many more layers between themselves and the processor.  Java would be an excellent example, as you have a full object oriented language that gets parsed, linked and assembled to run on a virtual machine which itself runs on the hosting system.  Javascript is another, as it in precompiled and executed by the browser, which itself is running on the platform.

Ok can someone tell me why I can’t do this? I’m trying to put a video as my background but it won’t show up when I go to add video there is no video

Answers

Answer: money

Explanation:

Other Questions
How does planning activities at your own home help you avoid situations involving alcohol? A. Your home life does not involve situations with alcohol use. B. Alcohol use is almost always tied to group events outside the home. C. You can control whether or not there is alcohol in your home. D. Planning activities at home does not help you avoid situations involving alcohol. Please select the best answer from the choices provided. (0)A mixture of dihydrogen and dioxygen at one bar pressure contains 70% by weight of dioxygen. Calculate the partial pressure of dioxygen.a (ii)Calculate the volume occupied by 8.8 g of CO2 at 31.1C and 1 bar pressure. R = 0.083 bar L K-1 mol-1 Aplica los pasos para escribir planificar, redactar, revisar y publicar escoge un tema para hacer el trabajo el racismo debe ser combatido a travez de sanciones economicas penales Which is not true about waves?O Compression and rarefaction are found in longitudinal waves.O Sound waves are transverse waves.O Amplitude, wavelength, and troughs all describe parts of a wave.O Electromagnetic waves are transverse waves. Ramas weight is 40 kg. She is carrying a load of 20 kg up to a height of 20 m. What work does she do? What work does she do? Who among the following lives in an igloo? EskimosKashmirisGypsiesNone of these Write an algebraic equation that relates the Profit to the Number of T-Shirts Sold. Use n to represent T-Shirts and p to represent the Profit. help solve for me please In what ways does South Africa's history of Apartheid remind you of our own history of Segregation and Racism in the U.S.A.?Give specific examples of laws, people, events.Include:Topic Sentence2-3 ideas, details, examplesClosing sentence What is the quotient of 2/3 divided by 4 in simples form Find the retail price if original price is $25 and markdown 12% 3/5(x+2)=x- 4 answer plss answer my question.. PLEASEEEE HELP!!Which is the graph of y = x 2? A truck driver has to make a delivery at a location that is 230.2 miles away. She drives an average of 55 miles each hour for 3.25 hours. If the truck driver continues at the same speed, will she make it to the location in the next hour?and how many does she or he have to go Define wavelength and identify TWO points that could be used in the diagram to measure it. help plz ill give extra points Why does a chemical equation be balanced? Copper carbonate (CuCO3) reacts with hydrochloric acid (HCl) according to this equation:CuCO3(s) + 2HCl(aq) CuCl2(aq) + H2O(l) + CO2(g).Which statement correctly describes the substances in this reaction?A. Exactly one product and two reactants are either liquid or dissolved in water.B. Exactly one of the reactants is in a water-based solution, but none of the products are.C. The reactants include both a liquid and a gas.D. Exactly one reactant is a solid, and exactly one product is a gas.E. The products include a solid, a liquid, and a gas. A person places $6860 in an investment account earning an annual rate of 2.9%, compounded continuously. Using the formula V=PertV=Pe rt , where V is the value of the account in t years, P is the principal initially invested, e is the base of a natural logarithm, and r is the rate of interest, determine the amount of money, to the nearest cent, in the account after 11 years.