Metrics may be described as measures used to evaluate the performance or activity of seller, employee organization and so on. They help to better understand underlying factors or patterns which may be useful in making improvement in services.
Due to the influx of customer questions which is expected to have stopped after the promotional campaign. The company is trying to know why the questions keeps coming.
Based on the questions, the company used key subjects as metric in other to Analyse and address key issues resulted to the vendor which are shipping error , discount and delivery timeline.
Therefore, metrics allow to better measure and understand specific underlying patterns associated with businesses.
Learn more :https://brainly.com/question/25114661
does industry-recognized certifications (microsoft office suite) boost your resume and
increase your earning potential?
Answer:Having Microsoft Office training can make you more productive, confident, and satisfied with your job. ... Productivity is crucial to success in the administrative assisting field, and your employers will thank you for it. 3. Industry-recognized certification will boost your resume and increase your earning potential.
Explanation: i no it
what are computer specification
Answer:
They are basically all of your computer's information. It displays everything that has to do with the computer like model name, processor speed and etc.
What is Microsoft Excel?
Answer:
The most popular and widely used spread sheet program, developed by Microsoft Corporation of USA is called Microsoft Excel.
Explanation:
Thanks!!!!!
Explanation:
Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.
Also THANKS for thanking my answers
ACTIVITY NI MATCHING TYPE Directions: Match Column A with Column B. Write the letter of the correct answer on the space provided before the number a. Trion your nails b. visits the dentist c. scrub your hands with soap and water d. wear deodorant taking a bath 18111411 hely wear suitable clothes at work g. avoidis open wounds while working with food h. Regularly out your hair. 1. Use a seperate towel or cloth wiping hands. . keep sanitizer. 10.
Answer:
Mark me a brainless plss i need that i am blink plss
HELP ASAP PLZ PLZ PLZTegan is playing a computer game on her smartphone and the battery is getting low. When she goes to charge her phone, she notices that the cord is broken. What can Tegan do to solve her problem?
Plug in the smartphone to charge.
Put tape around the broken part of the cord.
Ask a trusted adult for help replacing the cord.
Use the laptop charger instead.
Answer:
3rd choice
Explanation:
Which statement correctly describes one aspect of the team's commitment at the end of PI Planning?
The statement that describes an aspect of the team's commitment at the end of PI Planning is to maintain predictability with uncommitted objectives.
A program increment (PI) simply means a timebox during which an agile release train helps in delivering incremental value in the form of tested and working systems and software.
A program increment (PI) is usually eight to twelve weeks long. An aspect of the team's commitment at the end of PI Planning is to maintain predictability with uncommitted objectives.
Read related link on:
https://brainly.com/question/23060988
Create a timeline of the evolution of computers.
Doesn’t have to be extra or super detailed
Answer:
The computer was born not for entertainment or email but out of a need to solve a serious number-crunching crisis. By 1880, the U.S. population had grown so large that it took more than seven years to tabulate the U.S. Census results.1937: J.V. Atanasoff, a professor of physics and mathematics at Iowa State University, attempts to build the first computer without gears, cams, belts or shafts.1943-1944: Two University of Pennsylvania professors, John Mauchly and J. Presper Eckert, build the Electronic Numerical Integrator and Calculator (ENIAC). Considered the grandfather of digital computers, it fills a 20-foot by 40-foot room and has 18,000 vacuum tubes.1985: Microsoft announces Windows, according to Encyclopedia Britannica. This was the company's response to Apple's GUI. Commodore unveils the Amiga 1000, which features advanced audio and video capabilities.2006: Apple introduces the MacBook Pro, its first Intel-based, dual-core mobile computer, as well as an Intel-based iMac. Nintendo's Wii game console hits the marke
Explanation:
How does a computer virus spread?
Select the correct locations on the image.
In which of these images would the rule of thirds become an evaluating factor?
Answer:
apple
Explanation:
the one of the apple is right
a. Get a value for x from the user.
b. Test to determine if x is positive. If not, tell the user that he or she has made a mistake.
c. Take the cube root of x.
d. Do Steps 1.1, 1.2, and 1.3 x times
Program (Python):-
[tex]\tt x=int(input("Enter\:your\:number:"))[/tex]
[tex]\tt if \:x<0:[/tex]
[tex]\tt \qquad print("You\:have\:made\: mistake")[/tex]
[tex]\tt else:[/tex]
[tex]\qquad\tt print("Well\:done")[/tex]
[tex]\tt cuberoot=x**1/3[/tex]
[tex]\tt print("Cube\:root=",cuberoot)[/tex]
[tex]\tt for\:i\:in\:range(x):[/tex]
[tex]\qquad\tt print(x)[/tex]
Sample output
Enter your number:-8
You have made mistake
Cuberoot=-2
-8
-8
-8
-8
-8
-8
-8
-8
To what extent do you agree with the assertion that “Collection development begins with community analysis”. (Give reasons to buttress your answer).
I completely agree that Collection development begins with community analysis; this is because the goal of collection development is to meet the information needs of everybody in a user community.
Collection development is a term used to describe the gathering and maintenance of library materials and resources such as textbooks, audiovisuals, and electronic materials for the community users to assess.
Collection development involves many processes, but it is better to begin with community analysis to know what type of resources, information, or materials is needed in that community.
It is from the community analysis and conclusion reached; other steps can then be followed sequentially.
Also, note that through community analysis, one can determine the present users of the library and their major interests.
Hence, in this case, it is concluded that community analysis is vital in the collection development in library and information management.
Learn more here: https://brainly.com/question/24837376
Define a class named Bits that holds a single integer variable. You will use this integer simply as a container of bits. The number of bits you can support depends on the type of integer you use. We will use an unsigned long long, which on most platforms occupies 64 bits.
Classify the following as cross-section or time-series data: Gross sales of 200 ice cream parlors in July 2009
Answer:
let us start by stating the definitions of Time series data and Cross sectional data. TIME SERIES DATA: The data which is collected chronologically over time is known as time series data.
Explanation:
Btw brainliest me plss
Which is an example of a demand account
Answer: savings account investment account credit account checking account Checking account is an example of a demand account.
In PC relative addressing mode, the PC and constant need to be added to
calculate the branch address.
In immediate addressing mode, the operand is a register.
a) Only I
b) Only II
Both I and I are true
d) Neither I nor II
l think is the right answer is (a)
How have computers affected education?
Explanation:
Computers have supplied infinite resources for learning and made education more flexible and easy to access. Students can now gain knowledge and information not only from classroom assignments and libraries but also from available online resources.Computers provide teachers and students the means to communicate quickly via email. Online grading systems also make it easier to view and audit a student's progress. In addition, computers open doors to social media, providing students and teachers tools to interact, collaborate and communicate.
full meaning of XP in computer
Answer → eXPerience
4. Identify which type of algorithmic operation each one of the following steps belongs to: a. Get a value for x from the user. b. Test to determine if x is positive. If not, tell the user that he or she has made a mistake. c. Take the cube root of x. d. Do Steps 1.1, 1.2, and 1.3 x times
Answer:
a. input/output
b. if/else statement
c. while loop
Explanation:
I don't know, sort of...
Steps to open ex cel
Answer:
type in goo gle, e x cel, and open
Describe psychographic differences among the past five generations of Americans that you learned about in this course. What type of game would you create for each generation based on that generation’s psychographic characteristics? Give reasons for your choices. You may do some online research to find existing games (if any) that may appeal to each generation of players.
Answer:
sorry I don't know about this question
1.(154)10=(?)2
help me! I will give 25 points.
10. Ari and Caleb are best friends. One morning, Ari sees Caleb in the hallway at school and says hi. Caleb barely looks up, and when Ari asks if something is wrong, Caleb just shrugs. What type of communication is Caleb exhibiting?
A aggressive
Bnonverbal
C interpersonal
D assertive
Which term describes the variable x in this program?
x = int(input("Enter a score or enter -1 to end. "))
while x != -1:
x = int(input("Enter a score or enter -1 to end. "))
an iteration counter
a sentinel value
a string counter
a loop counter
Answer: a sentinel value
Explanation:
a sentinel value is a value that is used as a condition to end the program. notice that it says "enter -1 to end"
7. What was the original purpose of the network that would become the internet?
A shopping and commerce
B. social media
C. digitizing books
D. military and academic communication
Answer:
D, Mulitary and Academic communicationj
Explanation: Just did this
ive atleast 10 examples of FAKE anti-virus and anti- spyware software
Answer:
Explanation:
protegent
spysheriff
doctor antivirus
winwebsec
spybouncer
thespybot
malwarealarm
macsweeper
spywarestop
spylocked
what does c++ programming mean?
Answer:
It's an internal joke to say the language is basically C with some extra stuff (like classes)
the "++" is short for
C += 1 or
C = C + 1 which is a common calculation among programmers so they named it C++ to be a more commercial and attractive name than "C with classes"
Explanation:
Could some please answer the question in the pictures? Thank you!! I will also give your brainliest if you give me the right answers!!
Answer:
1
Explanation:
per page must have 1 body
A double-ended queue, or deque, is a data structure consisting of a list of items on which the operations are defined.
a. True
b. False
Answer:
true
Explanation:
The process of generating an image from a 2D or 3D model using computer programs is called ........
Answer:
endering or image synthesis is the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model by means of a computer program. ... The term "rendering" is analogous to the concept of an artist's impression of a scene.
What is a segmentation?
Answer:
Segmentation means to divide the marketplace into parts, or segments, which are definable, accessible, actionable, and profitable