Adam's interview with the hiring manager is going well. However, he wants to ensure that his skills and work history are memorable.

What technique should Adam use to stand out from the competition?

Show pictures of his family members and pets
Speak loudly to get attention
Tell concise stories to showcase his experience
Wear an unusual outfit to be noticeable

Answers

Answer 1

Answer:

tell concise stories to showcase his experience

Answer 2

Answer:

That was correct

tell concise stories to showcase his experience

Explanation:

I just took the test


Related Questions


Jonah's minimum monthly payment on his credit card is the higher of 2% or
$20. If his balance at the end of the month is $4500, what is the minimum
amount Jonah must pay to keep his account in good standing?
A. $450
B. $20
C. $90
D. $125

Answers

Answer:

$90

Explanation:

Because 90 is 2 % of 4500

The answer I got was ac

Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook.

Answers

Answer:

yes

Explanation:

1. Create a new local folder or .pst (Personal Folders) file to hold Archived Mail. Right-click on the On My Computer heading at the bottom of your folder list and choose New Folder.  Name the folder Archived Mail or something else that’s easily recognizable. In older versions of Outlook, you can select File>Archive and change the date under Archive items older than. 2. Create a new Archiving Rule. Click on Tools > Rules, select Exchange from the On My Computer section, and click the + near the bottom of the window. Name the rule something meaningful and recognizable, like “120 Days, Auto Archive.”            

           3. Define the time limit and destination for emails eligible for archiving. Under the When a new message arrives menu, change Date Received (we suggest 120-180 days) and then change Do the Following to a defined action like “Move Message + Archived Mail.” Click the check box for Enabled and click OK. In older versions of Outlook, clicking Tools>Options>Other>Auto Archive brings up a similar set of options.          

           4. Run the new rule on existing email folders. If you set a new rule that all emails over six months old will be archived, don’t let aging messages received before that rule was implemented continue to clog up your Inbox. Select the preferred mail folder, click Messages>Rules>180 Day, Auto Archive, and wait patiently while your email account reorganizes itself. Remember, you’ll have to perform this function on each desired folder; also, Outlook uses “Last Modified Date” to archive, not “Received Date.”

           5. Want to access your archived emails? Simple — they’re waiting for you right on the left-hand column of folders — or under the list of .pst files on your computer — with all of your other mail folders. The key? They’re no longer taking up space in your mailbox.

Answer:

D

Explanation:

What column, row, and text formatting issues are important when designing tables and lists?

Answers

Answer:

Microsoft Excel or Google sheets.

Explanation:

5.23 LAB: Miles to track laps

One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps.


Output each floating-point value with two digits after the decimal point, which can be achieved by executing

cout << fixed << setprecision(2); once before all other cout statements.


Ex: If the input is:


1.5

the output is:


6.00

Ex: If the input is:


2.2

the output is:


8.80

Your program must define and call a function:

double MilesToLaps(double userMiles)

has to be done in c++

Answers

Answer:

Following are the code to this question:

#include <iostream>//defining header file

#include <iomanip> //defining header file

using namespace std;

double MilesToLaps(double userMiles)//defining method MilesToLaps which accepts parameter  

{

   double numlaps; //defining double variable

   numlaps = userMiles / 0.25; //calculating and holding numlaps value

   return numlaps; //return value

}

int main() //defining main method

{

   double userMiles;//defining double variable userMiles

   cout<<"Enter miles value: ";//print message

   cin>>userMiles;//input value

   cout<<fixed<<setprecision(2);//using setprecision method

   cout<<"Total laps: "<<MilesToLaps(userMiles);//print MilesToLaps method value

   return 0;

}

Output:

Enter miles value: 1.5

Total laps: 6.00

Explanation:

Description of the above code:

In the above program, a double method "MilesToLaps" is declared, which accepts "userMiles" a double variable in its parameter. Inside the method, a double variable "numlaps" is declared, which divides the "userMiles" value by 0.25 and returns its value. In the main method, a double variable "userMiles" is declared that inputs value from the user end and use the setprecision and call the method "MilesToLaps"  and prints its return value.

Answer:

def miles_to_laps(miles):

  return miles / 0.25

miles = 5.2

num_of_lap = miles_to_laps(miles)

print("%0.2f miles is %0.2f lap(s)" % (miles, num_of_lap))

Explanation:

A ____________ is a set of commands which can be run by calling it by name. (Phyton)

Answers

A function: is a set of commands which can be run by calling it by name.

In Computer programming, a function refers to a group of organized, reusable set of commands (code) that are used to instruct a computer to perform a specific task i.e a single but related action.

Generally, a function receives or accepts data as an input, processes the data and then returns a single result or a set of results as the case may be.

Additionally, the name and arguments contained in a function must always be specified by a function. This makes it possible for a function to be run by a program by calling its name.

Read more: https://brainly.com/question/23838498

Add the following binary numbers. 101110010 and 111001101

Answers

Answer:

101110010 is 370 in decimal (base 10, what we usually do math in) and 111001101 is 461 in decimal. The sum of 370 and 461 is 831, and 831 is binary is 1100111111. So, if you want the answer in decimal it is [tex]\boxed{831_{10}}[/tex] and if you want the answer in binary, it is [tex]\boxed{1100111111_2}[/tex].

Walt is distributing a presentation to others in hopes that they will review portions of the presentation. What could he create
to more easily inform those users of the slides on which they should focus?
Groups
O Sections
O Comments
O Custom Slide Shows

Answers

Answer:

Sections

Explanation:

It lets others know what parts to skip in a short sentence.

Answer:

Hello

Answer:

Sections

Please Mark.

Cheers, Jake


Select the correct answer.
Dave is a recruiter for a large video and animation firm. He is looking for an employee who is willing to give productive hours to activities related
to the job. Which quality is he looking for?
A responsibility
B. flexibility
C trust
D. reliability
E integrity

Answers

The answer is B. Flexibility

Dave is a recruiter for a large video and animation firm.  The quality he is looking for is responsibility. The correct option is A.

What is a responsible employee?

The business owner is in charge of organizing the organization, overseeing its operations, and inspiring staff. The business owner sets the direction and vision that the employees follow, so it is up to the business owner to be admirable, dependable, and consistent.

The workers are in charge of ensuring that the work they perform for the companies is safe and healthy for them.

The employees are accountable for their acts and inactions for the health and safety of other stakeholders, and they must assist with the employer's safety measures.

Therefore, the correct option is A. responsibility.

To learn more about responsible employees, refer to the link:

https://brainly.com/question/17177422

#SPJ2

The character you control enters the Mystic Palace. Once inside, you find that the game’s world turns upside down. Standing on the ceiling, your objective is to get to the exit that is now above your head. To do so, you’ll have to use objects on the wall such as bookcases and paintings. What kind of challenge has been described here?

resource management
reaction time
spatial awareness
pattern recognition and matching

Answers

Answer:

is it pattern recognition and matching

Explanation:

Answer:

pattern recognition and matching

Steve wants to become a successful graphic design entrepreneur. Which entrepreneurial approach will help him succeed? A. working as a graphics artist B. working as an animator C. being employed as a web developer D. employing or hiring designers for work

Answers

Answer: A.  working as a graphics artist

Explanation: None of the others are specifically what he wants.

Answer:

I believe the answer is: C. Being employed as a web developer

Explanation:

Which of the following is one of the three methods used to perform drug calculations?

A. Volume and mass
B. Quantity proportion
C. Quantitative analysis
D. Ratio and proportion

Answers

Answer:

D

Explanation:

ratio and proportion are used to perform drug calculations.

Which of the following types of education may not require an application, only a registration and fee?

A. Colleges
B. Universities
C. Graduate Schools
D. Training Programs

Answers

Answer:

The answer here is D training programs

Explanation:

Answer:

Training programs may not require an application, only a registration and fee.

BRAINLIEST plz help

What duration of blank roll should Jon begin with to avoid ripples at the start of the tape?

A. 5 sec
B. 10 sec
C. 20 sec
D. 30 sec

Answers

Answer:

i would say 10

Explanation:

for example u drop the toilet paper and roll it back up as fast as you can it wont align but if you roll it up super slow its too hard to make it neat. If you roll it up at a moderate speed then it will be easy

Answer:

You have the question wrong it should be:

What duration of blank roll should Jon begin with to avoid ripples at the start of the tape?

A.  

5 seconds

B.  

15 seconds

C.  

20 seconds

D.  

30 seconds

which i would think 15 seconds.

Identify the three common types of programming design.


object-oriented programming design


structured programming design


group-centered programming design


top-down programming design


multi-developer programming design


multi-language programming design

Answers

Answer:

object-oriented programming design

structured programming design

top-down programming design

Explanation:

Object-oriented programming design are those in which the programming is designed according to the objective required. For example I want a complete analysis of financial statements so I would design a program in which all the financial ratios would be included which would show results.

Structured programming design are those in which programs are designed using specific structures . For example i want an analysis of financial statements so the income statements profit would be found out first then the balance sheet would be balanced.

Top-down programming design are those in which programs are designed using flow of command or informational operations from the top hierarchy to the bottom. For example I want an analysis of financial statements so journal entries done by the accountant must be correct or the ledgers must be complete before the information is further used. In  top-down programming design the command is used from the top to the bottom. Being a CEO,  must be having  complete  financial analysis and the company's details.

Answer:

A , B, D

Explanation:

What has created a major shift in the methods used by graphic artists in recent times

Answers

Answer:

apps and tools online like procreate and apple pencil

Explanation:

Only apps and tools for graphics artists.

You've found an image you want to insert into your slide presentation. You
want to make the image look more gray so that it looks like an older image.
What would you need to adjust?
A. Contrast
B. Hue
C. Tone
D. Size

Answers

You would need to adjust the hue

Answer:

B) Hue

Explanation: You need to adjust btw ED 2020

How would you determine if your earned credits would transfer to a regionally accredited school?

A. You would need to contact the United States Department of Education.

B. You would need to contact the regional accreditation agency that accredited the school.

C. You would need to contact the regionally accredited school from which you earned your credits.

D. You would need to contact the regionally accredited school to which you intended to transfer the credits.

Answers

Answer:

D hope this helped - Willow

Answer:

Im pretty sure it is D

Explanation:

You have a chart that shows 100 data points and you’ve circled the highest value.which of the following are you using?

Answers

Answer:

D) the Rudolph Rule

Explanation:

I did this before

A _____________ is the information sent to a function in python

Answers

Answer:

Formal Parameters

Explanation:

The arguments in the function definition bind the arguments passed at function invocation (i.e. when the function is called), which are called actual parameters, to the names given when the function is defined, which are called formal parameters.

Answer:

argument

Explanation:

Data refer to
A. Images that illustrates evidence or main points of an argument.

B. Pictures that accompany the results of studies and research projects.

C. People who are targeted for large surveys such as the u.s census

D. Large sets of information that can be analyzed for patterns and trends

Answers

D. Large sets of information that can be analyzed for patterns and trends

Buying a house is most likely a long-term goal for a person of which of these
ages?
O A. 59 years old
B. 19 years old
O c. 79 years old
D. 69 years old
SUBMIT

Answers

Answer:

B  i think

Explanation:

most likely 19 years old

Research and well written problem statement are important because

Answers

they contain information that is factual and can be proved or explained also it is something that gives people a proper insight rather than assumptions or confusion

What does it mean for a school to be “accredited”?

A. It has to prove that all of its graduates eventually find gainful employment.

B. It has to prove that it is an actual college or university with professors and classes.

C. It has to prove that it provides high quality education that will meet a student’s needs.

D. It has to prove that it offers classes that teach students about many different points of view.

Answers

It mean that the college can operate as a business in that state

Answer:

C. It has to prove that it provides high quality education that will meet a student’s needs.

Which transformation(s) can be used to map ARST onto
AWWX?
reflection only
translation only
reflection, then translation
Srotation, then translation​

Answers

Answer:

The last line i.e "rotation, then translation​ " is the correct answer .

Explanation:

Missing information :

In this question some information is missing The triangles are congruent by the SSS and HL. This line is missing in the given question .

The triangles that are the exactly similar sides and the angles.is known as congruent triangles .In the congruent  triangle  One's three sides are exactly similar in way of measuring to someone else's three sides also each of the three angles has almost the same angle as another.

In the congruent triangles firstly the reflection will applied then after the translation process is applied in the SSS and HL.The other options are incorrect because they are not used for the mapping of RST into AWWX that's why these are incorrect option .  

Answer:the correct answer is d

Explanation:

just took the test

Which of these is a digital broadcast system?
A.
NTSC
B.
PAL
C.
DTMB
D.
SECAM

Answers

Answer:

DTMB is the digital broadcast system among them.

Answer:

All but one analog television system began as black-and-white systems. Each country, faced with local political, technical, and economic issues, adopted a color television system which was grafted onto an existing monochrome system, using gaps in the video spectrum (explained below) to allow color transmission information to fit in the existing channels allotted. The grafting of the color transmission standards onto existing monochrome systems permitted existing monochrome television receivers predating the changeover to color television to continue to be operated as monochrome television. Because of this compatibility requirement, color standards added a second signal to the basic monochrome signal, which carries the color information. The color information is called chrominance with the symbol C, while the black and white information is called the luminance with the symbol Y. Monochrome television receivers only display the luminance, while color receivers process both signals. Though in theory any monochrome system could be adopted to a color system, in practice some of the original monochrome systems proved impractical to adapt to color and were abandoned when the switch to color broadcasting was made. All countries used one of three color systems: NTSC, PAL, or SECAM.

Explanation:

Describe two utility programs that may be useful in preventing harmful programs from being installed on computers in a network

Answers

Answer:

1- Antivirus

2- Antispyware

Explanation:

1- The antivirus will look for possibly malicious actions on the computer

2- Antispyware, it will search for spy programs on your computer

The two utilities namely Antivirus, Antispyware are useful in preventing harmful programs from being installed on computers in a network.

What is an antivirus?

An antivirus programme is a security tool you install on your computer or mobile device to guard against malware infection. Malicious software of any kind, including viruses, worms, Trojan horses, and spyware, are collectively referred to as "malware."

Anti-spyware software is a type of application created to stop and identify the installation of undesirable spyware applications and to delete them after they have been set up.

Rules-based detection or detection based on definition files downloaded and identifying currently running spyware programmes are both options for detection.

A virus can be found, blocked, and then removed from our computer system using antivirus software. Software called anti-spyware is designed to identify a particular kind of dangerous programmes known as spywares.

Thus, these are two utility programs that may be useful in preventing harmful programs from being installed on computers in a network.

For more details regarding antivirus, visit:

https://brainly.com/question/14313403

#SPJ2

Which of the following is not a basic networking hardware component? Network interface card
network cable
device driver
Hub /Switch

Answers

Answer:

Device Driver

Explanation:

All of the other options are physical and are something that you can physically touch. The device driver runs in software and allows the computer to communicate with the device that is attached.

Which of the following is a regional accreditation agency?

A. Middle States Association of Colleges and Schools

B. Accrediting Commission of Career Schools and Colleges

C. Accrediting Agency for Independent Colleges and Schools

D. Distance Education Training Council, Accrediting Commission

Answers

Answer:

A. Middle States Association of Colleges and Schools

Explanation:

The Middle States Association of Colleges and Schools (Middle States Association or MSA) is a non-profit association that performs regional accreditation of schools both public and private  in the Mid-Atlantic region of the United States and for some institutions with an American origin. The MSA has three commissions:

Middle States Commission on Higher Education (MSCHE) Middle States Commission on Elementary Schools (MSCES) Middle States Commission on Secondary Schools (MSCSS)

A hyperlink:
A. can take the user to an external Internet site.
B. can run the grammar check function.
C. can spell check your slide presentation
D. can tell you if the battery on your laptop is running low.

Answers

It’s (a) it can take the user to an external site

A hyperlink can take the user to an external Internet site. The correct option is A.

What is a hyperlink?

A hyperlink is a digital reference to data that a user can follow or be guided by clicking or tapping on.

A hyperlink can refer to an entire document or a specific element within a document. Hypertext is text that contains hyperlinks. Anchor text is the text that is linked from.

The primary distinction between a link and a hyperlink Anchor text is what you see when you click on a hyperlink.

That is, some text on the current webpage that is related to the linked resource's content. Meanwhile, a link displays the address of the linked page.

A hyperlink can direct the user to another Internet site.

Thus, the correct option is A.

For more details regarding hyperlink, visit:

https://brainly.com/question/13344003

#SPJ5

Selma needs to ensure that users who have access to her presentation are unable to make changes to the presentation.
What should she do?
O Apply password protection and only distribute the read-only password.
O Use the Mark as Final feature
O Restrict access to the presentation at the file server
O Use the Protected View option.

Answers

Use protected view option

Answer:

She should D. Use the Protected View option.

Explanation:

Other Questions
3. Williams's poem and Brueghel's painting share the same subject. In your opinion, which creates amore powerful emotional response in the reader or viewer? Provide at least two pieces of evidence tosupport your argument, establishing reasons for your claims. Explain why you have chosen the poem orthe painting, and why the other is less powerful. Use specific details from the poem and the painting tosupport your arguments. (15 points) In what ways can sports unite Ghanains? A cube has sides that are 3 in. long. What is the surface area of the cube?OA) 72 in2OB) 54 in 2OC) 36 in2OD) 61 in 2 Match the tiles to create complete, logical sentences.The mountain path is muddy,they can have a snack.If the children are hungry.but we will see the movie tomorrow.Adeet set his alarm,so it is too slippery for hiking.Tina and I are studying tonight,and he went to bed. Majka Company was started on January 1, Year 1. During Year 1, the company experienced the following three accounting events: (1) earned cash revenues of $29,500, (2) paid cash expenses of $13,500, and (3) paid a $1,800 cash dividend to its stockholders. These were the only events that affected the company during Year 2016.a. Create an accounting equation and record the effects of each accounting event under the appropriate general ledger account headings.b. Prepare an income statement, statement of changes in stockholders equity, and a balance sheet dated December 31, 2016, for Majka Company.c. Explain why the income statement uses different terminology to date the income statement than is used to date the balance sheet. The lines below are perpendicular if the slope of the green line is 3/2 what is the slope of the red line the table shown below represents a function.which of the following values could not be used to complete the table ? The smiths holiday tickets cost 352 including 10% flight tax. How much were the tickets before the flight task A trapezoids top measures 2.2 m, and its height measures 4.0 m. Calculate the measurement of the base if the area of the trapezoid is 13 m Lee y escoge la opcin con la forma correcta del verbo en subjuntivo para completar la frase. Read and choose the option with the correct form of the subjunctive to complete the sentence.Las criadas insisten en que los chicos ________ su ropa en el guardarropa. ponga ponen pongan pones Why did Protestantism succeed?A. Some kings supported it B. Luther supported the peasant revolt C. The pope died D. The Catholics collected taxes help question #3 in the picture spanish 2! la suma de la longitud de una semicircunferencia y su diametro es 4(pi+2)cm . determine el arrea del circulo What did Jessie learn about himself in the slave dancer? Suppose you take a random sample from a normal population and you want to determine whether there is sufficient statistical evidence to claim that the population variance differs from a corresponding variance specified in a government contract. Which type of test is appropriate, a test of one variance or a test of two variances? please help i'm literally terrible at this ! Which scenario breaks the law of segregation? o0:00 / 0:19Where is Carmen from?BrasilJapnColombiaO Mxico De un total de 60 personas en una escuela , 36 han elegido el curso de computacion que porcentaje represebtan Kylie was born into a family that owns numerous corporations and more than one multimillion dollar home. She never worried about paying for college orbuying her own car. These characteristics define Kylie's