Answer:
=SUM(LEFT)*1.15
Explanation:
A web feed:
A. runs a ticker tape of all your friends' comments on a social
networking site.
B. lists all the activity and postings that are occurring on a website.
C. alerts news watchers of a breaking story they can watch on TV or
online.
D. notifies users that new content has been added to a specific
website.
Web feed notifies users that new content has been added to a specific website. Then the correct option is D.
What is a web feed?The frequent regular update of the content or information given to the user through data format is known as a web feed.
It notifies users that new content has been added to a specific website.
Thus, the correct option is D.
More about the web feed link is given below.
https://brainly.com/question/11319715
#SPJ2
Computers are because they can perform many operations on their own with the few commands given to them
Computers are programmable because they can perform a wide range of operations on their own with just a few commands given to them. They are designed to carry out different functions through the execution of programs or software, which comprises a sequence of instructions that a computer can perform.
The instructions are expressed in programming languages, and they control the computer's behavior by manipulating its various components like the processor, memory, and input/output devices. Through these instructions, the computer can perform basic operations like arithmetic and logic calculations, data storage and retrieval, and data transfer between different devices.
Additionally, computers can also run complex applications that require multiple operations to be performed simultaneously, such as video editing, gaming, and data analysis. Computers can carry out their functions without any human intervention once the instructions are entered into the system.
This makes them highly efficient and reliable tools that can perform a wide range of tasks quickly and accurately. They have become an essential part of modern life, and their use has revolutionized various industries like healthcare, education, finance, and entertainment.
For more questions on Computers, click on:
https://brainly.com/question/24540334
#SPJ8
What happens when a string doesn’t include the separator that’s specified in the parameter of the split() method?
Answer:
Nothing
Explanation:
If a seperator value is provided as an argument within the split() method and the string does not include that value then the string will remain the same and will not be split. If no value is provided as an argument within the split() method, then the string that the method is being applied to will automatically be split in every space character (" ") that exists within it. This is the default value of split() when no argument is passed to it.
examples of intermediate technology
Example of intermediate technology is the treadle pump, which enables farmers to provide a greater amount of water to their plants more easily compared to watering by bucket, while requiring much less infrastructure than constructing irrigation dams and pipes.
Write a program that calculates taxi fare at a rate of $1.50 per mile. Your pro-gram should interact with the user in this manner:TAXI FARE CALCULATOREnter beginning odometer reading=> 78602.5Enter ending odometer reading=> 78622.7You traveled a distance of 20.2 miles. At $1.50 per mile,your fare is $30.30.
Answer:
print("TAXI FARE CALCULATOR\n")
beginning = float(input("Enter beginning odometer reading => "))
ending = float(input("Enter ending odometer reading => "))
distance = ending - beginning
fare = 1.50 * distance
print("You traveled a distance of %.1f" % distance + " miles. At $1.50 per mile, your fare is $ %.2f" % fare)
Explanation:
*The code is in Python.
Print the title
Ask the user to enter beginning and ending of the odometer reading. Calculate the distance by subtracting these values
Calculate the fare, multiply the distance by 1.50
Print the distance and fare in required format
My program below produce desire output. How can I get same result using my code but this time using Methods. please explain steps with comments. Ex.
public class Main {
static void myMethod() {
// code to be executed
}
}
To achieve the desired output using methods, one need to modify your code.
java
public class Main {
public static void main(String[] args) {
double[] subtotalValues = {34.56, 34.00, 4.50};
double total = calculateTotal(subtotalValues);
System.out.println("Total: $" + total);
}
public static double calculateTotal(double[] values) {
double sum = 0;
for (double value : values) {
sum += value;
}
return sum;
}
}
What is the program?A computer program could be a grouping or set of informational in a programming dialect for a computer to execute.
Computer programs are one component of program, which moreover incorporates documentation and other intangible components. A computer program in its human-readable shape is called source code.
Learn more about program from
https://brainly.com/question/30783869
#SPJ1
Select the correct answer.
Ron is an electrician. He loves to work with wires and switches. What type of input does Ron carry when called for fixing an electric problem?
OA. tools
OB.
information
OC.
capital
OD people
O E. power
Answer:
B
Explanation:
Answer:
A- tools
Explanation:
PLATO:)
Antivirus is a program that detects error.True or False.
Answer: false
Explanation:
Because it isn't true.
List the average salary and years of experience
for each job in your career path.
Provide a detailed job description for an entry
level (1-2 years' experience) position and any
certifications required.
Provide a detailed job description for a mid-level
(4-5 years' experience) position and any
certifications required.
What is steering you toward this path?
You will construct, test, and maintain software applications as a beginning software developer while working under the direction of more experienced developers. You will be in charge of writing and debugging code.
What four different professional pathways are there?You can choose from the traditional, network, lateral, or dual career pathways. From one particular job to the next, an employee moves vertically up the organisation. a career pathing approach that includes both a horizontal array of prospects and a vertical hierarchy of employment.
What would you say your job path entails?A succession of jobs that get you closer to your career goals and life goals can be referred to as a career path. Some folks move linearly through a single field.
To know more about software visit:-
https://brainly.com/question/985406
#SPJ9
What feature allows a person to key on the new lines without tapping the return or enter key
The feature that allows a person to key on new lines without tapping the return or enter key is called word wrap
How to determine the featureWhen the current line is full with text, word wrap automatically shifts the pointer to a new line, removing the need to manually press the return or enter key.
In apps like word processors, text editors, and messaging services, it makes sure that text flows naturally within the available space.
This function allows for continued typing without the interruption of line breaks, which is very helpful when writing large paragraphs or dealing with a little amount of screen space.
Learn more about word wrap at: https://brainly.com/question/26721412
#SPJ1
Print air_temperature with 1 decimal point followed by C.
Sample output with input: 36.4158102
36.4C
Answer:
printf("%.1f", air_temperature);
Explanation:
24. Describe the role of keyboard and mouse in computer? What are the fundamental similarity and differences between them?
Answer: They give input
Explanation: The keyboard and the mouse controll the computer, by giving inputs. Similarity - They both give inputs
Difference - They give inputs in different ways
And office now has a total of 35 employees 11 were added last year the year prior there was a 500% increase in staff how many staff members were in the office before the increase
There were 5 staff members in the office before the increase.
To find the number of staff members in the office before the increase, we can work backward from the given information.
Let's start with the current total of 35 employees. It is stated that 11 employees were added last year.
Therefore, if we subtract 11 from the current total, we can determine the number of employees before the addition: 35 - 11 = 24.
Moving on to the information about the year prior, it states that there was a 500% increase in staff.
To calculate this, we need to find the original number of employees and then determine what 500% of that number is.
Let's assume the original number of employees before the increase was x.
If we had a 500% increase, it means the number of employees multiplied by 5. So, we can write the equation:
5 * x = 24
Dividing both sides of the equation by 5, we find:
x = 24 / 5 = 4.8
However, the number of employees cannot be a fraction or a decimal, so we round it to the nearest whole number.
Thus, before the increase, there were 5 employees in the office.
For more questions on staff members
https://brainly.com/question/30298095
#SPJ8
which of the following is not one of the major components of a typical computer system? the cpu input/output devices main memory secondary storage devices all of the above are major components
CPU is the main component of a computer.
What are the main components of a computer?
The five main parts of a computer that you should be aware of are as follows:
Central Processing Unit (CPU), Graphical Processing Unit (GPU), and Motherboard
RAM, or random access memory
storage apparatus
The most crucial component of every computer, whether it is used for gaming or everyday tasks, is the central processing unit (CPU).
So, CPU is the main component of a computer.
To know more about computer, check out:
https://brainly.com/question/24540334
#SPJ4
What is the running time to perform the following operations: (a) minimum (b) maximum (c) median (d) average (e) search/look-up (f) predecessor (g) successor, for a dynamic set with n keys implemented using the following data structures: (a) binary search tree (b) hash table based dictionary (c) direct address based dictionary (d) red-back tree (e) van-emde boas tree.
The running time that is used for a lot of operations in a lot of data structures for any given dynamic set with n keys are known to be given below.
What is the running time about?In terms of (a) Minimum time they are:
Binary search tree: This is seen as O(h), and it is one where h is seen as the height of the said tree.
In terms of Hash table based dictionary: It is one that is not applicable, as it is one where the hash tables do not aid or support any form of finding of any kind in terms of the minimum element.
Lastly in terms of Direct address based dictionary: O(1) is one that is seen as as the minimum element that is it is one that can be directly accessed via the use of its key. Red-black tree: is one where the O(1), is one that act as red-black trees that tends to keep a subtree via the use of the minimum element found at its root.
Learn more about running time from
https://brainly.com/question/26046491
#SPJ1
Use the drop-down menus to complete statements about how to use the database documenter
options for 2: Home crate external data database tools
options for 3: reports analyze relationships documentation
options for 5: end finish ok run
To use the database documenter, follow these steps -
2: Select "Database Tools" from the dropdown menu.3: Choose "Analyze" from the dropdown menu.5: Click on "OK" to run the documenter and generate the desired reports and documentation.How is this so?This is the suggested sequence of steps to use the database documenter based on the given options.
By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.
Learn more about database documenter at:
https://brainly.com/question/31450253
#SPJ1
what is the printed version of what you see on the computer screen
Answer:
screenshot
Explanation:
screenshot
Answer:
a image of what is on your screen on paper
Explanation:
This is a image of the screen of your computer with all images pasted out in paper form
What is an online payment gateway?
Answer:
it is the key component of the electronic payment processing system, or through which type of payment you are giving through.
Explanation:
brainiliest
Which computer was part of the first generation of computers?
O ENIAC
O Apple 11
O TRADIC
O UNIVAC
Answer:
ENIAC
Explanation:
It was one of the first vacuum tube computers
ENIAC computer was part of the first generation of computers. The correct option is A.
What is ENIAC?Completed in 1945, ENIAC was the first programmable, electronic, general-purpose digital computer.
These features were available on other computers, but the ENIAC offered them all in one convenient package. It could solve "a vast class of numerical problems" through reprogramming and was Turing-complete.
The ENIAC, created by John Mauchly and J. Presper Eckert, was the fastest computing system available at the time, capable of 5,000 additions per second, but it lacked internal storage, necessitating human programming for every new set of computations.
The first generation of computers included the ENIAC computer.
Thus, the correct option is A.
For more details regarding ENIAC, visit:
https://brainly.com/question/13385199
#SPJ2
2. What is the importance of copying information from a website to a word
document?
The importance of copying information from a website to a word document is that while coping exact word will be come in contact with reader and the meaning will not change.
What the search engine shows?A search engine shows numerous website when you enter keywords for a topic that is required to be searched.
Some of the websites contains authentic or valid information. But some exhibit inappropriate, false and often misleading content. Therefore, websites should be critically evaluated.
Therefore, The importance of copying information from a website to a word document is that while coping exact word will be come in contact with reader and the meaning will not change.
Learn more about search engine on:
https://brainly.com/question/11132516
#SPJ1
Can anybody please help me with 7.4.7 spelling bee codehs?
Answer:
word = "eggplant"
print "Your word is: " + word + "."
for i in word:
print i + "!"
Explanation:
i don't know why but it is
Answer:
word = "eggplant"
print("Your word is !" + word + "!")
for i in word:
INDENT HERE or TAB print( i + "!")
Explanation:
Add an indentation right before the print( i + "!")
Team members who come from different parts of the world are likely to _____. Select 3 options.
have cultural differences
behave in similar ways
think in similar ways
behave in diverse ways
think in different ways
The team consists of members from different regions who have varying cultures, diverse ways of behaving, and diverse thinking ways. Thus, options A, D, and E are correct.
Who are the team members?Team members are the constituents of the group that are given different tasks and responsibilities in order to achieve the target. The team is designed to work smartly with the designation of cooperation, which makes the environment working, friendly and enjoyable.
The members of the team can be collected from varying regions which adds to the development of the diversity in the team. The members coming from different region have a variety of culture, contributes to a diverse way of behaving, and forms a varying way of thinking. Thus, options A, D, and E are correct.
Learn more about the team, here:
https://brainly.com/question/17860885
#SPJ2
Introduction To Micro-Technology
Computer Science Assignment/Project
Course Title: Micro-Soft Excel
AD
BG
LE
Sal
Ady
175
30
59
88
117
146
175
204
233
262
291
320
ID
001
002
003
004
005
006
007
008
009
010
Namc
Sanita Cully
Saah Kpakar
Rudolph Gayflor
Francis Yoryor
Adolphus Naigar
Moses Gay gay
Philip Kuoper
Simon Momno
David Brown
John Yankar
CJ
Hr.
Work
178
180
145
160
185
150
182
186
190
120
DM
IIr.
Rate
8
6
S
4
7
9
10
12
14
15
EP
Reg.
Pay
300
350
325
250
275
340
345
FS GV
Over Gross
Time Pay
115 450
100 500
75 475
50 485
40 425
30 430
35 435
20 375
25 490
80 585
HY JC
Inc. SS
Tax Tax
10.20 20.04
11.75 21.00
12.30 21.06
15.05 22.00
22.08
10.00 23.00
15.75 23.10
17.22 24.00
20.05 24.12
20.00 26.00
17.05
181
141
161
186
151
183
187
191
121
200
TI
380
400
1. Direction: List the Relative, Absolute and Mixed Cell References of the following figures
in the above table:
i. 180
ii. 25
ili 175
iv. 183
V 6
2. State the meanings of the three types of cell references.
3. Assume that you were asked to find Average, Total Number of Students, Maximum,
Minimum and Product. What are the terms used in finding the above within the database?
4. Looking at the cell reference of Status will respect to commission; build a cell reference
stating that if sales which is B7, Less than 800, the rate is 2% below is 1% and state if it
is true or false.
5. Slate the steps of Deleting and Inserting Row.
Answer:
i need more
Explanation:
i need more
In the article, “Protecting American Soldiers: The
Development, Testing, and Fielding of the Enhanced Combat Helmet”, Describe the features, functions and high-level tasks that were identified in the case study project deemed to be successful.
The features are: The primary goal of ballistic protection is to guarantee that the helmet can efficiently shield the head against hazardous ballistic hazards, including shrapnel and bullets, during times of combat to mitigate the probability of head injuries.
What is the article about?Other Characteristics:
Creating a helmet with robust impact resistance to mitigate the risk of head injuries resulting from falls, collisions, or explosions by minimizing skull fractures and brain damage.
The objective of the Lightweight Design is to achieve a harmonious equilibrium between safeguard and weight. This reduces discomfort and exhaustion for the wearer, allowing the soldiers to execute their tasks with efficiency, without being hampered by bulky headgear.
Learn more about Protecting American from
https://brainly.com/question/30707919
#SPJ1
Amanda a recently moved into a new home. Everyone has their own tablet, and wants to connect to the same network, no matter where they are in the house. Which type of network is best for Amanda and her family?nd her family recently moved into a new home. Everyone has their own tablet, and wants to connect to the same network, no matter where they are in the house. Which type of network is best for Amanda and her family?
Answer:
wifi is the best network for all, As it gets in all corners of the house.
whats th diffence between a fwireless speaker and a wird speakr
Answer:
WiFi speakers connect to your home network; they usually run on AC power, so they require an outlet. Bluetooth speakers pair directly with a device like a phone or a laptop. They tend to be compact and battery-powered, which also makes them more portable. Some models offer both connection options.
Explanation:
host a and host b are on the same local network. host a sends a communication to host b. local address resolution is a five-step process, and some of the steps are listed below. select the fourth step that will occur as local address resolution takes place.
If Host B recognizes its own address, it responds to Host A by updating its cache with Host A's Media Access Control MAC address.
Which OSI reference model layers are host-to-host layers?Physical, OSI Model; The Transport, Session, Presentation, and Application layers are end-to-end or host-to-host layers, whereas the Datalink and Network layers are hop-to-hop layers.
What is TCP IP's host-to-host layer?Layer of Host-to-Host Transport. The host-to-host layer is the protocol layer just above the network layer. It is accountable for data integrity from beginning to end. The Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP) are the two most crucial protocols utilized at this layer.
To know more about MAC address visit :-
https://brainly.com/question/27960072
#SPJ4
what is the first step in search engine optimazation process for your website
how do artificial intelligence ,machine learning ,and deep learning differ from each other?
Answer:
Artificial Intelligence is the concept of creating smart intelligent machines. Machine Learning is a subset of artificial intelligence that helps you build AI-driven applications. Deep Learning is a subset of machine learning that uses vast volumes of data and complex algorithms to train a model.
Question 6 (1 point)
When Juanitas teacher assigned a book report she specified that the students should
use a predesigned format. Where can students locate a specific formatted
document?
On the internet
File>Transform
On the school issued laptop
File>Info
File>New>Template
Answer:
Students can locate a specific formatted document by selecting "File>New>Template" in the program they are using to write their book report. This will allow them to choose from a variety of pre-designed templates that they can use as a starting point for their report. Alternatively, some templates may be available on the internet, but it's important to ensure that they are appropriate for the assignment and meet the teacher's requirements. It's also possible that the school issued laptop may already have pre-designed templates available for students to use.
Answer File>New>Template
Explanation:
K12 :/