WNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOW

Answers

Answer 1

Answer:

yes.

Explanation:


Related Questions

The concept of "plug and play" is demonstrated by which of the following
scenarios?

Answers

Answer:

Farah has completed a post-secondary education program and is now ready to begin working, without additional training, on her first day .

Explanation:  HoPe ThIs HeLpS

Activity Compare and contrast the features of the four computer career fields. Write a paragraph on each and specify how the four career options differ from each other, and explain how they are similar to each other. For your research, you can browse through the Bureau of Labor Statistics ​

Answers

Answer:

Socratic app it will be over in

Track Ball
which past of the computer is responsible
for processing informatfón and making calculation​

Answers

Answer:

central processing unit

How many 1000-Watt lights can be plugged into a standard 120-Volt, 15-Amp outlet? (Hint: W/V=A) *

Answers

Answer:

There are up to 12 lights and or plugs on that circuit. A 1000w HPS or Metal Halide light takes 9 amps at 120 volts so you can only run one on a wall outlet circuit. A standard dryer outlet is 220 volts and 30 amps so you can power up to six 1000 watt lights on that circuit.

What is a good way to become a game developer without spending a lot of money?

Answers

Answer:

Codes

Explanation:

learn the codes first. when you're already expert, you'll find ways from there.

Which of the following is an example of revolving credit?
O Auto loan
O Mortgage
O Credit card
O Student loan

Answers

Answer:

A credit card - all others are loans

Explanation:

Credit card has been considered as the example of revolving credit. Thus, option C is correct.

What is a debit card?

A debit card has a payment card that can be used in the place of cash to make purchases. It deducts money just directly from the consumer's checking account when it has been used. Debit cards would allow you to spend money by drawing on the funds you have deposited at the bank. Credit cards has allow you to borrow money just from the card issue up to a particular limit.

Individuals who has been qualify for the installment loans are able to borrow the predetermined sum of the money that has been disbursed in one lump sum and has the repayable over time. These loans has typically have fixed interest rates and regular monthly payments that are the same every month.

Installment loans could  be advantageous because they help build credit and enable the achievement of a number of significant goals, such as the home ownership, but they may or can also be the detrimental because they may be associated with high fees and interest rates and they missed payments will lower credit score.

Therefore, Credit card has been considered as the example of revolving credit. Thus, option C is correct.

Learn more about credit card on:

https://brainly.com/question/30940802

#SPJ7

Jim lost his job due to the replacement of robots in a manufacturing factory. As an ethical practice, what should the manufacturing factory do?

As an ethical practice, the manufacturing factory should provide alternative ____
to Jim.

Answers

An alternative
“position”

When a recipient responds to a meeting request, which statement most accurate descries what occurs?
O The meeting is confirmed, and the time is shown as Busy on the recipient's calendar.
O The meeting is confirmed, and the time is shown as Free on the recipient's calendar.
O The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on
the recipient's calendar.
O Nothing occurs because a recipient does not need to respond to a meeting request.

Answers

Answer:

I believe the answer is: O Nothing occurs because a recipient does not need to respond to a meeting request.

Explanation:

Well, it's true. I've got a response from a meeting request and it was irrelevant, so nothing would be happening.

Sorry for the delayed response, hope this helps :)

The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Thus, option C is correct.

What happens when one can request for meeting on Microsoft Outlook?

Upon acceptance of a meeting request on Microsoft Outlook, the schedule is added to your calendar, and the time period is displayed as busy, while the email invite is deleted from your email.

The following steps are required when it is desired to retain meeting requests and store them within the email or a subfolder for future references

1) Click on the Tools menu

2) Click on Options in the Tools Menu

3) Click E-mail Options in the Options menu

4) Click on Advanced E-mail Options  and

5) Uncheck the Delete meeting request from Inbox when responding.

The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Nothing occurs because a recipient does not need to respond to a meeting request.

Therefore, The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Thus, option C is correct.

Learn more about meeting request on:

https://brainly.com/question/2931702

#SPJ6

This is using python.
Assuming all the variables are non-zero.

Which lines of code will assign the discriminant the value b2−4ac? Select 2 options.


discriminant = bb - 4ac

discriminant = b * b - 4 * a * c

discriminant = b ^ 2 - 4ac

discriminant = b ** 2 - 4 * a * c

discriminant = b ^ 2 - 4 * a * c

Answers

Answer:

discriminant = b * b - 4 * a * c

discriminant = b ** 2 - 4 * a * c

Explanation:

The operands are correct and in the right order (for python).

** is the operand for squaring something.

* is the operand for multiplying something.

- is the operand for subtracting something.

Let's take a look at these examples individually.

discriminant = bb - 4ac. You have to use the * sign so the computer understands that you're trying to multiply two objects together.

discriminant = b * b - 4 * a * c. This example works because it's using the * where it's appropriate.

discriminant = b ^ 2 - 4ac. In python we don't use the ^ sign. To use exponents, we use **. Also, there is no * sign in between 4, a, and c.

discriminant =  b ** 2 - 4 * a * c. This example works because it uses the ** and * sign where appropriate.

discriminant = b ^ 2 - 4 * a * c. This example uses the ^ sign and python does not support it.

Question is on the picture thank you

Answers

I've included the spin and main method. I also included the public class. You can just ignore everything besides the spin method.

Use the drop-down menus to complete statements that describe SmartArt categories.


Information that does not need to be shown sequentially can be displayed as a_
A _shows a continuous process.


The way various elements in a system interconnect can be shown as a_


A _ displays different elements according to importance or size.
i did this because we don't have a lot of answers for computer classes I know the answers no need to answer

Answers

Answer:

List, Cycle, Relationship, Pyramid.

Explanation:

100%

For which tasks would Excel be useful? Check all that apply.
creating charts or graphs
bringing data together
writing an essay
scheduling appointments
Istoring financial data
analyzing data to draw conclusions

Answers

Answer:

Creating charts or graphs

Bringing data together

Storing Financial data

Explanation:

Excel is great at creating charts and graphs

Also good at compiling data

You wouldn't necessarily want to type an essay in excel, so not for writing an essay

You cannot schedule appointments through excel, although I guess if you really wanted to you could organize them in excel

Excel is fine for storing financial data, you can even manipulate it in the program

You cannot draw conclusions using excel directly, although you can organize data in such a way using excel that it makes it easy to identify trends and such for you to draw your conclusions

Answer: A B E F

Explanation:

Which of the following lines correctly defines a String variable

A. String s = aplus;
B. s = "aplus";
C. String s = "aplus";
D. String = "aplus";
E. String;

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is C i.e. String s = "apluse";

The rule or syntax of declaring string in any programming language is given below:

String variable-name = "yourString";

For declaring string variable, first, you write "String" that is a keyword of a programming languages for declaring string variables, such as int before the variable name for declaring integer variable. Then, you need to write a meaningful name of the string as a variable. After string variable name, you need to put the equal operator and then write the string in double quotation("") marks and after that put the instruction terminator that is ";".

So, according to this syntax, option C is correct.

While other options are not correct because:

In option a, string is not encapsulated in double quotation. Option B does not have varaible type such as String and Option E does not have variable name and its value also. So, only option C is correct and all other except C are incorrect.

write a program to print the smallest number among three numbers ​

Answers

Answer:

min(a_list)

sort(a_list); a_list[0]

if this is cheating use conditionals, PYTHON

Use the table and the drop-down menus to order the
steps.
Click on the New tab.
Click on the Save or Save As tab.ha
Click on the Blank workbook image.
Type data into the columns and rows.
Create file name and choose location of file.

Answers

Answer: 2, 6, 3, 4, 7

Explanation:

Answer:

2

6

3

4

7

Explanation:

SOMEONE PLEASE HELP ME OUT !!!!!!

Answers

Answer:

not completly sure but i believe its the one that says inform the coach of where the goalies weak area...

Explanation:

When entering a function or formula in a cell, which is the first character
you must type? *
1 poil
the equals sign (=)
the plus sign (+)
a comma (1)
the letter f

Answers

Answer:

B

Explanation:

who is the impostor​

Answers

Red is sus. I saw him vent!!!!!!!!!
The imposter is Yellow he is always sus

PLEASE HURRY!!!
Look at the image below

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In this question, the given code is :

def divide(numA,numB):

  quotient = numA/numB

  return quotient

#the main part of your program that calls the function

numC=40

numD=5

answer=divide(numC,numD)

print("Quotient", answer)

print (numA)        

The variable numA scope is local to divide function.

Because you can not access this variable outside of the divide function. All other variables such as numB and quotient also local variables of the divide function. These variables can not be accessible outside the divide function.

Bank of America sends out customer surveys to all of its customers asking them about the services they offer. What type of research are they performing?

Answers

Answer:

Market research

Explanation:

Market research: The term "market research" is described as a process of describing the viability of a new product or service via specific research that is being conducted directly with the different potential customers. Therefore, market research allows a specific company to discover or identify the target market and receive opinions and some other feedback from various consumers regarding their interest associated with the service or the product.

In the question above, the given statement represents market research.

Micheal is the project manager in a company. He wants his organization to use technology for higher revenue and productivity. What should Micheals company do?

Answers

Answer:

For higher revenue, the mamagement of income, discounts and all financial matters whereby the use of technology can help by installing a

BUSINESS APPLICATION

Other Questions
Which sentence uses the word advent correctly?A. One advent of the printing press was how quickly itcreated texts.B. The advent of the printing press led to importantchanges in societyC. The printing press ended the advent of hand-printing books full of words. name a eye rhyme for album ____ are the goods and materials available for sale at the beginning of a period.Raw materialsEnding inventoryCost of goods soldBeginning inventory Al colocar unos trocitos de zinc en un tubo de ensayo, agregamos 2 mL de acido clorhdrico. El Zinc sustituye el hidrogeno del acido para formar una sal (ZnCl2) con el cloro Zn+2HCl-- ZnCl2 +H2 El nombre correcto de esta sal en la nomenclatura sistemtica es Which of the following would be equivalent to 92.96? (4 points) (1.) 9^8/9^7(2.) 8^2 9^7(3.) 9^10/9^2(4.) 90Please help, Thanks Point E {0,-2} is a vertex of square DEFG. After a 90 clockwise rotation of the square about the origin, which of th following is the location of E, Alexa took a test and lost 3 points for each of the 7 questions she got wrong. She earned an additional 5 points for answering a bonus question correctly. How many points did Alexa receive or lose overall? In triangle NLM, point S is the centroid, QS = (3x 5) cm, and NS = (4x) cm.Triangle N L M has centroid S. Lines are drawn from each point to the midpoint of the opposite side to form line segments N Q, L R, and M P. The length of line segment N S is 4 x and the length of line segment S Q is 3 x minus 5.What is NS?5 cm10 cm20 cm30 cm can someone help me please ill mark brainliest Solve for x.56x=15Enter your answer in the box.x = what are factors that may affect the potential energy? (help) Which American wrote A Farewell to Arms and The Sun Also Rises?Ernest Ellos ________el primer lugar.tuvotuvierontuvetuvimos Our interaction with peace officers is very important, and when we honor and respect the role of the peace officer, it helps everyone stay safe.OFalseOTrue What is the simplified expression of the following expression?7OA.37 x 764 x 7314611OBOC.37 + 764 + 7OD349628ResetSubmit 2nd try again please help Write the equation of the line that passes through the points (-6, 9) and (0, -9).Put your answer in fully reduced point-slope form, unless it is a vertical or horizontalline.Help 1) Janet and Miriam each bought a bicycle for $140.A few months later they both sold it...Janet sold hers for 30% less than the original price (what she paid for it)Miriam sold hers for 25% less than the original price (what she paid forit)How much more money did Miriam get than Janet? A group of students is gathering signatures on a petition to build a new skate park in Citizen City. Which of the following would most likely get more people to sign the petition? (1 point) We would like the city to pay for something that a group of city kids values rather than something older people value. We are hoping the city will increase taxes on local businesses to pay for the creation of a new skate park. The city has done so much for adults that we think it's about time they did something for us. We are asking the city to invest in its youth by creating an area that will give kids an outlet for positive activities. what is 5(x+8)+3 equal?