There are 2 observations in the HWARE data set. therefore the correct option is B.
If the price is less than 5, the following three observations are true.
B132S 2.34 HARDWARE 300 10
R18KY2 1.29 SOFTWARE 25 5
DGTY23 4.55 HARDWARE 67 2
There are 2 observations in HWARE because only 2 of the above 3 observations have the product type "HARDWARE"
hence answer is B.
What is the definition of software?
Software, which is used to run computers and complete specific activities, is a collection of guidelines, information, or computer programs. Hardware, which describes a computer's external components, is the opposite of software. In this context, "software" refers to the running scripts, programs, and applications on a device.
What is hardware?
The term "hardware" refers to the external and internal gadgets and machinery that let you carry out important tasks including input, output, storage, communication, processing, and more. Hardware for computers comes in two flavors: internal and external.
To know more about software, check out:
https://brainly.com/question/28224061
#SPJ1
ning and e-Publishing: Mastery Test
1
Select the correct answer.
Which statement best describes desktop publishing?
O A.
a process to publish drawings and photographs on different media with a laser printer
B.
a process to design and produce publications, with text and images, on computers
OC.
a process to design logos and drawings with a graphics program
OD
a process to publish and distribute text and graphics digitally over various networks
Reset
Next
Answer:
B
Explanation:
I dont no if it is right but B has the things you would use for desktop publishing
Answer:
the answer is B.
a process to design and produce publications, with text and images, on computers
Explanation:
as described in the accenture building your brand video case, what should you be scanning for when reviewing descriptions of ideal jobs to help you build an online profile that contributes to your job search process?
By carefully reading job descriptions and incorporating the information you find into your web profile, you may increase the likelihood that potential employers will find you and that you will land your dream job.
When reading a job description, what should you be on the lookout for?Examine all the components you underlined in the job description, including the requirements, the responsibilities, the corporate culture, and any potential disadvantages. Determine whether you meet the company's requirements and, more crucially, whether the job meets your expectations.
What factors should a job description take into account?A job description includes the following elements: the job title, the purpose of the job, the duties and responsibilities of the job, the required and desired qualifications for the job, and the working environment.
To know more about web profile visit:-
https://brainly.com/question/30510272
#SPJ4
A vending machine serves chips, fruit, nuts, juice, water, and coffee. The machine owner wants a daily report indicating what items sold that day. Given boolean values (1 or 0) indicating whether or not at least one of each item was sold, output a list for the owner. If all three snacks were sold, output "All snacks" instead of individual snacks. Likewise, output "All drinks" if appropriate. For coding simplicity, output a space after every item, even the last item. Ex: If the input is 0 0 1 1 1 0, output: Nuts Juice Water Ex: If the input is 1 1 1 0 0 1, output: All-snacks Coffee Ex: If the input is 1 1 1 1 1 1, output: All-snacks All-drinks Ex: If the input is 0 0 0 0 0 0, output: No items
Answer:
bool chipsSold, fruitSold, nutsSold; // Snack items
bool juiceSold, waterSold, coffeeSold; // Drink items
cin >> chipsSold;
cin >> fruitSold;
cin >> nutsSold;
cin >> juiceSold;
cin >> waterSold;
cin >> coffeeSold;
if(chipsSold == 1)
{
cout<<"Chips ";
}
else
{
return 0;
}
if(fruitSold == 1)
{
cout<<"Fruit ";
}
else
{
return 0;
}
if(nutsSold==1)
{
cout<<"Sold ";
}
else
{
return 0;
}
return 0;
}
Edit the program provided so that it receives a series of numbers from the user and allows the user to press the enter key to indicate that he or she is finished providing inputs. After the user presses the enter key, the program should print: The sum of the numbers The average of the numbers
Answer:
The folllowing are the code to this question:
Sum= 0.0#defining float variable Sum
n = 0# defining integer variable n for count number
while True:#defining for loop for calculate Sum
number= input("Enter a number and for exit press Enter: ")#defining number variable for user input
if number== '':#defining if block that checks number is empty
break#use break key word
ad= float(number)#convert the string value into float
Sum += ad #add value in sum variable
n += 1#increment the value of n
print("The sum is: ", Sum)
if n > 0:#use if for calculate average
avg = Sum / n #calculate average value
print('The average is', avg)#use print method to print average value
else:#else block
print('undefined')#print message undefined
Output:
please find the attached file.
Explanation:
In the above code, the "Sum and n" variable is defined, which is used for calculating the sum and in the next step, a while loop is used in the loop number variable is defined, that input value from the user end and if the block is used, that check last value.
In the loop, the "Sum" variable is used, which adds user input value, and n is used for times of inputs, and outside the loop, the conditional statement is used.
In the if block, it checks count value is greater then 0, if it is true, it will calculate the average and store its value in the "avg" variable, otherwise, it will print 'undefined' as a message.
describe the process of stp from implementation to convergence.
Spanning Tree Protocol (STP) is a networking protocol that was created to prevent network loops in a Layer 2 switched network. STP helps in controlling the flood of traffic in a switched network by organizing the network topology. In this regard, the process of STP from implementation to convergence involves a series of steps as described below:
Step 1: STP Implementation
The first step in the process of STP implementation is to enable STP on all switches in the network. This ensures that all switches can participate in the STP process. After enabling STP on all switches, the switches must then be configured with a unique Bridge ID.
Step 2: Root Bridge Election
The next step is to elect a Root Bridge. The Root Bridge is the most important bridge in the STP topology as it provides the basis for the entire network's logical topology. To elect the Root Bridge, the switches compare their Bridge IDs, with the switch with the lowest Bridge ID being elected as the Root Bridge.
Step 3: Calculating Path Costs
The next step is to calculate the path costs from each switch to the Root Bridge. Path costs are calculated by adding the cost of each link between a switch and the Root Bridge.
Step 4: Determining the STP Topology
Using the Root Bridge and the path costs, STP then determines the topology of the network. STP calculates the shortest path from each switch to the Root Bridge, and blocks any redundant links.
Step 5: STP Convergence
After STP has determined the topology of the network, it then begins to converge. During convergence, switches change their port states until all ports are either in the forwarding or blocking state.
In conclusion, STP is an essential protocol for maintaining a stable and efficient network. By following the above process, STP helps prevent network loops and ensures that traffic flows efficiently throughout the network.
To know more about maintaining visit:
https://brainly.com/question/28341570
#SPJ11
Which type of shape allows you to add text that can be moved around.
Answer:
Move a text box, WordArt, or shape forward or backward in a stack. Click the WordArt, shape, or text box that you want to move up or down in the stack. On the Drawing Tools Format tab, click either Bring Forward or Send Backward.
What's the technique of drawing a 3D object with one vanishing point?
true/false. ftp enables files to be downloaded or uploaded between computers
True. FTP enables files to be downloaded or uploaded between computers.
FTP (file transfer protocol) is a network protocol that allows files to be downloaded or uploaded between computers. It operates on the client-server model, where the client initiates the connection and requests file transfers, while the server responds to these requests and facilitates the transfer.
When using FTP, a user can connect to a remote server and browse its file directory. They can then download files from the server to their local computer or upload files from their local computer to the server. This makes FTP a useful tool for transferring files over a network.
FTP is commonly used for website maintenance, software updates, and file sharing. It provides a reliable and efficient method for transferring files between computers.
Learn more:
About FTP here:
https://brainly.com/question/32258634
#SPJ11
Ben is writing web page content on a newly launched gaming gadget. He has to use hyperlinks to help visitors navigate to web pages that deal with other types of electronic gadgets. Where should he place the hyperlinks in the web page?
Answer:
at the bottom of the web page
Explanation:
Ben is creating a web page content for the gaming gadget that has been newly launched. He uses hyperlinks so that the visitors can navigate the web pages properly which deals with some other electronic gadgets also. So Ben should place the hyperlinks at the bottom of the web page as it will provide anyone viewing the web pages easily.
I need help I’m behind
Answer:
The answer to this question is given below in the explanation section.
Explanation:
You use a really long cable to connect the desktop computer in your bedroom to the router on the other side of your house. Which of these may be a problem?
IP/MAC confusionLack of input deviceAttenuationAdaptationThe correct answer to this question is Attenuation.
Attenuation is the loss of signal strength in networking cables or connections. This may occur when the cable is spread over a long distance. Attenuation is typically measured in (dB) decibels or voltage and can occur due to a variety of factors. Attenuation occurs in the cable when there is a reduction in power of the light signal as it is transmitted.
Other options are not correct because IP/MAC confusion will not occur due to long-distance cable. Lack of input device may not create the problem and adaptation also.
a network engineer is configuring cellular phones for new employees. what communication-based phones use time division multiple access to declare time slots?
Cellular phones that use time division multiple access (TDMA) to declare time slots are commonly used in digital communication networks.
What is TDMA?TDMA is a multiplexing technique that allows multiple users to share a single frequency channel by dividing the channel into a series of time slots. Each user is assigned a specific time slot, and the users take turns transmitting their data during their assigned time slot.
This allows for efficient use of the available bandwidth and enables multiple users to communicate simultaneously over the same channel. TDMA is commonly used in cellular networks, as well as in other types of digital communication systems such as satellite and wireless local area networks (WLANs)
To Know More About WLAN, Check Out
https://brainly.com/question/12929109
#SPJ1.
can someone pelaseee help
Answer:
Explanation:
develloppemetn de grace en option est logiquement une biologiste experimenter des annes 1256 a toulouse en france
Which of the following statements tests if students have a grade of 70 or above, as
well as fewer than five absences? (5 points)
if (grade > 70 or daysAbsent <= 5):
if (grade > 70 and daysAbsent <= 5) :
if (grade >= 70 and daysAbsent <= 5):
if (grade >= 70 or daysAbsent <= 5) :
Let's try to find a relationship between Y and X in the graph
0 - 95
1 - 85
2 - 90
The following statements tests if students have a grade of 70 or above, as well as fewer than five absences. Between these three points we see that (95 + 85) / 2 = 90
3 - 80
4 - 70
5 - 75
What placed between the points?Between these three points we see that (80 + 70) / 2 = 75
Wese e that the difference between the value 2 and value 3 is : 90 - 80= 10
So, the sixth value will be 75 - 10 = 65
The seventh value is (75 + 65)/2 = 70
The seventh value will probably be 70
well as fewer than five absences if (grade > 70 or daysAbsent <= 5): if (grade > 70 and daysAbsent <= 5) : if (grade >= 70 and daysAbsent <= 5):if (grade >= 70 or daysAbsent <= 5)
Therefore, The following statements tests if students have a grade of 70 or above, as well as fewer than five absences. Between these three points we see that (95 + 85) / 2 = 90
3 - 80
4 - 70
5 - 75
Learn more about points on:
https://brainly.com/question/1590611
#SPJ1
Datawriter
Create a File object using "data.txt" as the argument to its constructor. Store the reference to the new File object in a variable of type File.
Will mark brainliest
Answer:
Explanation:
Which the following is true of functions?
A. Programs written with functions more quickly
B. Function can help remove repeated code from a program
C. Replacing repeated code with a function will reduce the number of commands the computer needs to run.
D. Functions are called once but can be declared many times
For this recitabian project, white a peogranithat wil diiphy in menu and perfoem e fiferent arithmetic operation based on the ifiection that i made from the menu. This wilchentine until the duit option is ielected from the menu. The menur that is diplayed: a) add two numbern 6) Tquare a numbo. d) divide tuo numbero. d) गuith What is yout chotce? The cholce that is entered ha sinde fetter string value. A cPp file (mesu.कp) has been provided. It contalin the doclaraton for a string varable (mens choicel, and code that will display the mena to the user and get a strine value. Add code that will process the menu choite that was made by getting the required vilue(s) from the user; perfermine the selected arithmetic operation, and daplaves the result of the operation. This should entainse : fer as lang as the vet does not want to quit. Make sure that the mens of options is diplayed to the user atter the retults of each operation fis been displayed. If the addition operation f
∗
a
∗
or " A ") is selected, the user should be prompted for two integer values that should: be added and thy gewleing sum should be displyyed. Make sure the promphs to the user and the daplay of the results macch whll is shown in the output section. If the square operation f
"s"
" of "S") is selected, the user should be prorthted far a sincle intecer value that should be squared and the resulaing product should be derglayed, Make uare the peompt to the uner and the Cisplay of the results match what is shown in the cutput section. If If the division operation F"d
∗
or "DTlis selected, the saer shiould be prompted for two inteser values fa dividend and divisor) that should be dilded and the resulting quotient AkD remainder should be cipliyed. Make sure the prompls to the user and the digily of the result match what is shown in the output section. If the mena selection is invalid, dispizy "invald selection". Frint a newaine at the end of the prceram. File You Must Submit Pace the con pleted promam code in a tource fle named menu.cPp. Output The output enat is preduced by the program will vary based en the values that ace enternd when the progam in enecuted. The ocfput that is shown below is what the program wis peoduce when it a run in an enwirentrent fuch as Dev Cer oc XCode. When it is ran theocsh the Auto Grader, the portions that ask for values Will Not: shuw the valuef that are entered. A single run of the program follow? a) adid two nimbert: a) squari a turiber d) divide taro: nu=bera
In this project, a C++ program that will display a menu and perform a different arithmetic operation based on the user's choice that was made from the menu is to be written.
This will continue until the quit option is selected from the menu. If the choice is invalid, the program should display "invalid selection". The menu that is displayed is given below:a) add two numbers b) subtract two numbersc) multiply two numbersd) divide two numberse) modulof) square a numberg) quitWhat is your choice?The choice that is entered has a single-letter string value.
A C++ file (menu.cpp) has been provided. It contains the declaration for a string variable (menuChoice), and code that will display the menu to the user and get a string value. Add code that will process the menu choice that was made by getting the required value(s) from the user; performing the selected arithmetic operation, and displaying the result of the operation.
This should contain a loop that will continue for as long as the user does not want to quit. Make sure that the menu of options is displayed to the user after the results of each operation have been displayed. If the addition operation (or "A") is selected, the user should be prompted for two integer values that should be added and their resulting sum should be displayed. If the subtraction operation (or "B") is selected, the user should be prompted for two integer values that should be subtracted and their resulting difference should be displayed. If the multiplication operation (or "C") is selected, the user should be prompted for two integer values that should be multiplied and their resulting product should be displayed. If the division operation (or "D") is selected, the user should be prompted for two integer values (a dividend and divisor) that should be divided and the resulting quotient and remainder should be displayed.
If the modulo operation (or "E") is selected, the user should be prompted for two integer values that should be divided and their resulting modulo should be displayed. If the square operation (or "F" or "S") is selected, the user should be prompted for a single integer value that should be squared and the resulting product should be displayed. If the menu selection is invalid, display "invalid selection". Print a newline at the end of the program.
To learn more about arithmetic operations:
https://brainly.com/question/30553381
#SPJ11
can someon plz subtract the binary numbers. plz!! 111110 - 1100
Answer: 0110010
Explanation:
Which technology would you choose to implement at your company if you had one and why?
Which of the following technologies is now being used to do many of the things that Adobe Flash was once used for?
O Cascading Style Sheets (CSS)
O Server Side Programming Languages
advanced HTML and JavaScript
O HTML design templates
Answer:
1 one
Explanation:
100 right on
A technology that is now being used to do many of the things that Adobe Flash was once used for is known as Cascading Style Sheets (CSS). Thus, the correct option for this question is A.
What is Adobe Flash?Adobe flash may be defined as a type of software platform that is significantly utilized in order to create rich digital content containing animation, graphic effects, streaming video, and other interactive elements to deliver engaging user experiences over many platforms, including desktops and mobile devices.
According to the context of this question, Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience. It means that it is capable of performing multiple things at the same time.
Therefore, cascading Style Sheets (CSS) is a kind of technology that is now being used to do many of the things that Adobe Flash was once used for. Thus, the correct option for this question is A.
To learn more about Adobe flash, refer to the link:
https://brainly.com/question/9397986
#SPJ6
Some people worry that there won’t be enough jobs in the future because computers will be able to do everything better than people can. Do you think that will happen? Why or why not? pls explain
Answer: I think it will because there are cars that Drive by there self
Explanation:
the left hemisphere is dominant in ____. it processes what you hear and handling most of the duties of speaking.
Answer: speech
Explanation:It processes what you hear and handling vast majority the responsibilities of speaking
which azure service should you use to store certificates?
Azure Key Vault is the service used to store certificates and secrets in Azure.
Azure Key Vault is an excellent place to store and manage the secrets, such as certificates, keys, and passwords. Azure Key Vault simplifies the process of maintaining sensitive keys and certificates by automating the tasks. It integrates with Azure services such as Virtual Machines and Web Applications and provides a simple REST API for accessing the secrets. The use of Key Vault in your Azure environment provides a secure and centralized place to store and access your secrets.
Azure Key Vault is the perfect choice to use in storing certificates. Azure Key Vault is an industry standard solution that provides secure and scalable certificate storage, allowing businesses to quickly and easily manage their SSL certificates. Azure Key Vault helps companies keep their certificates secure and private while providing them with an easy-to-use interface for managing their certificates. It is a simple, efficient, and cost-effective solution for managing certificates in the cloud.
To know more about Azure key visit,
https://brainly.com/question/29428049
#SPJ11
which of the following is not true about the vlookup function? the col index num argument cannot be 1. the lookup table must be in descending order. the default match type is approximate. the match type must be false when completing an exact match
Regarding the VLOOKUP function, the adage "the col index num parameter cannot be 1" is untrue.
Which of the following is not true about the vlookup function?The column integer in the lookup table that the function must return a value is specified by the "col index num" argument. If the argument is a valid column id in the lookup table, it can be any prime number greater than or equal to 1, even 1. The remaining VLOOKUP function requirements, including "the information set must be in descending order," "the match type has to be false when completing an exact match," and "the default match type is approximation," are all accurate. The lookup table need not be in any particular order, although the VLOOKUP function might not produce the desired results if it is not ordered in ascending order.
To know more about VLOOKUP function visit:
brainly.com/question/18137077
#SPJ4
What was the name of the first computer, developed by charles babbage?.
Answer: Analytical Engine
Explanation:
Answer:
analytical engine - 1837
According to the cloze notes, what is an antigen? *
Answer:
hope this helped i pretty sure is A
Explanation:
Antigen, substance that is capable of stimulating an immune response, specifically activating lymphocytes, which are the body's infection-fighting white blood cells. In general, two main divisions of antigens are recognized: foreign antigens (or heteroantigens) and autoantigens (or self-antigens).
One easy way to tell if a cell contains a formula instead of data is to click on the cell and look at the formula bar to
see if it
A. contains a number.
B.contains any parentheses.
C.begins with an equal sign.
D.begins with an operator.
Answer:
C.. begins with an equal sign.
Explanation:
EDGE2021
Which html attribute specifies an alternate text for an image, if the image cannot be displayed?.
The html attribute "<img> alt attribute" is used to specify the alternate text for an image if the image can not displayed.
What are alternate text?
An alternate text acronyms is (Alt text) which is a text description that can be added to an image's HTML tag on a Web page.
In conclusion, the html attribute "<img> alt attribute" is used to specify the alternate text for an image if the image can not displayed
Read more about alternate text
brainly.com/question/12809344
similarities between human and computer
Answer: Both have a center for knowledge; motherboard and brain. Both have a way of translating messages to an action. Both have a way of creating and sending messages to different parts of the system.
This technology had the biggest impact on the capabilities of diagnostic testing.
A.computers
B.the Internet
C.transportation
D.the microscope
Answer:
Computers
Explanation:
They run the tests in a multitude of ways and can provide clear data in organized and profficient ways and it's fast.
Answer:
A = Computers
Explanation
I know it is Computers
i emailed someone and im sure that they emailed back however it says nothing has arrived in my inbox what do I do
Answer:
report it or check ur spam mail or refresh the page
Explanation:
good luck figuring it out :)