Answer:
=Average(C2:010)
Explanation:
You us the ; between the numbers, and u need two numbers for average. Sorry if wrong.
Answer:
2:010
Explanation:
An audio recording has five minutes of silence at the beginning. Which audio-editing technique will delete this unwanted silence?
topping and tailing
normalizing
equalizing
dithering
Answer:
topping and tailing
Explanation:
Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called:
A. college recruiting meetings.
B. personal meetings.
C. student orientations.
D. college interviews
Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called college interviews. Thus, option D is correct.
What is a College?A college has been either an educational institution or itself or one of its component parts. A college would be the secondary school, a part of the a collegiate or the federal university, a postsecondary institution offering the degrees, or the facility providing the vocational training.
A college could be the high school or the secondary school, a college of the further education, a training facility that would grants trade qualifications,as well as a higher-education provider without university status, or the component part of a university.
In the United States, a college may provide undergraduate programs as an independent institution, as the undergraduate division of a university, as a residential college of a university, as a community college, or as the undergraduate division of a non-profit organization.
To learn more about College, visit:
brainly.com/question/4217955
#SPJ2
Which of the following is the main cause of network failure?
A. cables that break
B. peripherals that get in the way
C. storms
D. human error
Answer:
Possibly A or C
Explanation:
Answer: human error is the right answer!!!!!
Explanation:
I took the quiz
Identifying an Editing Tool or Option
Which tool or option can you use to copy and apply the color of an existing text to another text within a presentation?
format painter
font dialog box
font color option
replace fonts option
Answer:
Format Painter
Explanation:
correct in Edge
PowerPoint SAM Capstone Project 1 can PLEASE someone do it for me I have some directions like steps and you just have to do it in a powerpoint slide please I would really appreciate it
Answer:
Sooo what's the question??
Explanation:
Answer:
kk
Explanation:
Type the correct answer in the box. Spell all words correctly. Complete the sentence based on what you know about target audiences. Two people belonging to the same may like different types of films.
Answer: Demographic
Explanation: For example, a 70-year-old retired war veteran may enjoy a war movie, but a retired banker of the same age may not. I got this correct on the test
I'm skeptical about (b) , is this accurate or the ranges should be listed differently ?
Answer:
My guess would be C2-C11, But I may be wrong
Imagine a graph
Hope this helps....
Which are malicious codes?
Select all that apply.
Spyware
Serum
Key loggers
Worms
JavaScript
Answer:
Spyware
Key Loggers
Worms
Issue: I don't know what Serum is.
What are the limitations of the ASCII character set? State why it is limited in this way?
Recognizing the trade-off between interesting design features and cost is part of which stage of the product development life cycle?
Answer: detailed product design
Explanation:
a pair of shoes is on sale for 15% off with this discount customers will pay $9 if they buy the shoes
Answer:
do 15% on a calculator then divide by 9
Explanation:
Which part of the email address signifies the domain name?
A. (Patrick)
B. (at sign)
C. (company_abc_.com)
D. (.com)
The part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.
What is email?Email is defined as the internet-based transmission of computer-stored messages from one user to one or more receivers. People can exchange emails fast thanks to a global email network. The electronic equivalent of a letter is e-mail, which offers benefits in flexibility and immediacy. Email is a crucial medium for business communication since it is accessible, quick, inexpensive, and easy to replicate.
The email domain is the part of an email address that comes after the sign. The portion that comes before the x sign indicates the name of a mailbox and is frequently the recipient's username. The domain name is the text that follows the sign.
Thus, the part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.
To learn more about email, refer to the link below:
https://brainly.com/question/14666241
#SPJ2
Evaluate if the following function is a good candidate to be placed in a library. Why or why not?
Answer:
It cannot be a good candidate because the creator of the library is attempting to update the global variables player1Points and player2Points. The updated scores for each player won't be retained unless someone creates the global variables player1Points and player2Points in their program.
The updateScore function is meant to update the point of player1 and player2 ; since the variables player1 and player2 are only defined in the function, then they do not have a global scope. Hence, the function isn't right to be placed in a library.
Variables defined outside a function are called global variables ; hence, they can be referenced anywhere within the program.
Since the function references a global variable, then any program which intends to use the function must have the variables player1 and player2 must be defined globally in the program.
Hence, it is not a good candidate to be placed in a library.
Learn more:https://brainly.com/question/20720413
Frankie is in charge of writing a script for a television show, along with six other writers. The script must be finished by the end of the week. Frankie’s co-workers all bring slightly different strengths to the table, but all are at least competent. Frankie wants to write the best possible script in the generous amount of time he has to work with. In this example, which style of leadership would be most effective for Frankie’s goals?
a.
Authoritarian
b.
Coaching
c.
Democratic
d.
Delegative
The style of leadership would be most effective for Frankie’s goals is Democratic. Thus, option C is correct.
What is Democratic leadership style?This is known to be a form of government where the the people rule through their elected representative. Note that The style of leadership would be most effective for Frankie’s goals is Democratic as it is where one can listen to what the people has to say.
A good leader must be willing to adopt the style which suits the situation they are in. When dealing with inexperienced employees, an authoritarian style might be the best.
A scripting language or script language is a programming language for a runtime system that automates the execution of tasks that would otherwise be performed individually by a human operator.
Therefore, The style of leadership would be most effective for Frankie’s goals is Democratic. Thus, option C is correct.
Learn more about Democratic from
brainly.com/question/3710021
#SPJ5
Employees at Morning Buzz Coff ee Shop have been told they’ll get a bonus if they bring in enough pounds of recyclable newspapers. Th ey want a program to calculate the amount they need to bring in each day to make this total, based on the total number of pounds to be collected and the number of days they’ll be bringing in newspapers. Th e program should ask for these amounts and calculate how many pounds they need to bring in each day to make the total in that number of days. Th ey plan to run the program several times until they can find a number of pounds per day that seems reasonable. Using pseudocode, develop an algorithm to solve this problem. Include standard documentation and comments, and save your algorithm in a file named recyclingCalculator.txt in Notepad.
write this well, and add comments
223 AR 15's carbon 9's they all on me
There are different ways too write a code. Check more about this code below?
What is this code about?The fires thing to do is to Start with:
Declare Numeric totalAmountOfNewspapers
Declare Numeric daysUntilDeadline
Declare numeric newspaperRequired
//calculate amount needed per day
Display "How many days are left until the deadline?"
Input daysUntilDeadline
Display "Enter the amount of newspaper you need."
Input totalAmountOfNewspapers
newspaperRequired = totalAmountOfNewspapers / daysUntilDeadline
Display "You have" + newspaperRequired + "until you reach the goal."
Learn more are programming from
https://brainly.com/question/22654163
#SPJ2
Which task would most likely be completed by a physician’s assistant?
A.
Diagnose and treat medical conditions of patients
B.
Clean and maintain the hospital machinery and equipment.
C.
Conduct research studies to determine medication dosages.
D.
Review the budget and determine ways to save money.
E.
Prepare reports to be presented in medical conferences.
Answer:
A
Explanation:
My mom is a PA
Answer:
A
Explanation:
Will give 5 star and the mark brainleist
A for-loop statement can iterate over many items in
a function.
a variable.
a list.
a pass statement.
Answer: a list. This is the correct answer I checked it out and got it right.
Explanation:
A for-loop statement can iterate over many items in a list. This is the correct answer I checked it out and got it right.
What is 36 Denary in Binary?? PLEASE ANSWER I WILL GIVE U BRAINLY!!
Answer:
100100
Explanation:
Heres my answer i hope it helps
Answer:
100100
If you want to know the binary representation of any decimal number up to 7 digits, check out the Decimal to binary converter.
Explanation:
dash+dash=100
Both dash and dashare prime numbers.
How many different solutions can you find
Answer:
6
Explanation:
97+3 = 100
89+11 = 100
83+17 = 100
71+29 = 100
59+41 = 100
53+47 = 100
I counted them using excel, see pic.
Answer:
?
Explanation:
?
To add your own unique ideas to completed 3D models, you do not need to understand the design process of the 3D model's creator.
Answer:
It depends
Explanation:
If the model is a spliced model, and has many different rigged parts (maybe like a movable T-rex or something), then you need to understand how it all works, and how it was made, but if its a solid object (lets say a rubber duck model) that you want to add stuff to, or change the color of, then you don't really need background info.
When is it appropriate to delete an entire row or column as opposed to deleting the data in the row or column
Answer:
huh wdym
Explanation:
A. Fill in the blanks:
1.
is an effective way to display data in pictorial form.
2. Data series are the bars or slices that show the
3. Barchart displays data in the form of long
rods.
4.
is the vertical axis that is used to plot the values.
5.
is a key that is used to identify the colours, patterns, or symbol assigned to a data series.
Answer:
1. Charts.
2. Data series.
3. Rectangular.
4. Y-axis.
5. Legend.
Explanation:
1. Charts: is an effective way to display data in pictorial form. It includes the use of pie charts, bar charts, venn diagram, etc.
2. Data series: are the bars or slices that show the data values. It comprises of related data sets.
3. Barchart displays data in the form of long rectangular rods. Generally, bar charts are used for the comparison of informations obtained from a data collection by representing each value (information) with rectangular bars respectively. A bar chart has a x-axis and a y-axis used to represent the various categories of data collected.
4. Y-axis: is the vertical axis that is used to plot the values. The other axis for plotting values is known as X-axis.
5. Legend: is a key that is used to identify the colours, patterns, or symbol assigned to a data series.
I show you what the computer has processed and you have to look at my screen to see what I have for you. What am I?
Hey,
The answer to this is the monitor. This is the screen or screens that hook up to your pc most of them use the modern HDMI but there are other connecters like DVI,DisplayPort and the old VGA.
Hope this helps have a great day
-scav
sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses i am a failure sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses sunglasses
Answer:
SUNGLASSES!!!!! Also, side note, you're not a failure!
EISDHUOSHSD ITS WORLD WIDE HANDSOME
The binary number represented by the voltage graph below is
Answer:
The binary number represented by the voltage graph is bits
Explanation:
Answer:
Heres both answers and how to read them
Explanation:
100% on the quiz
The best way to get clarification from someone is by
Answer:
Admit that you are unsure about what the speaker means.
Ask for repetition.
A program uses 4 bits to store numbers. When it adds 10 and 7, the result is 1. Which of the following best explains why?
1) the program is reporting the number of bits required to compute the sum
2) an overflow error led the program to reset to O at the number 16
3) 1" is an error code that indicates a rounding error
4) 4 bits is not enough to represent the number 10, so the computer reported only the tens value
Answer:
2
Explanation:
overflow
A data type overflow issue typically occurs when the data type used to store the data was unable to accommodate the data. In addition, some data types are limited in the size of the numbers they can hold. If a data type is a single byte and the amount of data to be saved is larger than 256, an overflow error will be generated. Thus, option B is correct.
What an overflow error led the program to reset?Using exception handling, these mistakes can be addressed. We will examine this exception handling in the section that follows.
We observed the Overflow error in the aforementioned programs, which happens when the current value exceeds the limit value. Furthermore, we must raise the overflow Error exception in order to manage this.
Therefore, When software encounters an overflow error, it means that it tried to write data outside the memory's capacity. Every program has memory set aside for a stack.
Learn more about overflow error here:
https://brainly.com/question/27493058
#SPJ2
The options on the Ribbon will____:
replace both the traditional menu bar and toolbars.
Hopefully, It's Correct... (ノ◕ヮ◕)ノ
The unique identifier for each record in a database table is called the
A. Record Id
B. Id number
C. Primary key
D. Row number
Answer:
C
Explanation:
Thank the other person