A customer complains that the network connection on the laptop is intermittent. The customer states that they are using a wireless PC card for network connectivity. The customer believes that the laptop may be too far from the wireless access point; however, he does not know where the wireless access point is located.

As a technician, you need to be able to ask questions that will be recorded on a work order. What are 5 closed-ended questions and 5 opened-ended questions that you would ask a customer. ​

Answers

Answer 1

how are you

I will ask what's the problem

what happend before u saw this

what did I do after

was anyone with you

and give me permission to help


Related Questions

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte
B. Int
C. Long
D. Boolean*

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;*
B. Integer j = new integer ("5") ;
C. Integer k = Integer.valueOf ("5");
D. int m = Integer.pareseInt ("5");

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.
B. The difference between values held in j and k is 1.*
C. The double values held inside j and k are both positive.
D. The double value held inside j is greater than the value held inside k.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.
B. The number of characters in the string that represent integers.*
C. The Unicode character code to be used when parsing the string.
D. The number of times the string should be repeated before being converted to an int.

5. Which of the following is a static method of the integer class?

A. intValue ( )
B. parseInt ( )
C. toString ( )*
D. compareTo ( )

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;
B. Integer b = 0;*
C. Double c = 0;
D. int d = new Integer (7) ;

7. Which of the following is not an example of autoboxing?

A. Boolean a = false
B. Integer b = new integer (9);
C. double x = 3.0;
Double c = x;
D. Character d = ‘2’;*

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);
BigInteger b = new BigInteger (“25”);
a . multiply (b);
a . add (b);
System.out.println (a);

A. 10
B. 35
C. 250 *
D. 275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )
B. modulus ( )*
C. divisor ( )
D. remainder ( )

the ones marked in asterisks are my answers, I'm not totally sure if they're right and would like someone to double check for me

Answers

Answer:

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte

B. Int

C. Long

D. Boolean

Int is not a wrapper class  

Byte is the wrapper class of byte, Int is not a wrapper class and is a primitive data type, Long is a wrapper class of long, Boolean is a wrapper class for boolean. Hence Int is the correct answer and its wrapper class is Integer.

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;

B. Integer j = new integer ("5") ;

C. Integer k = Integer.valueOf ("5");

D. int m = Integer.pareseInt ("5");

“I” in integer in A and B must be in capital.

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.

B. The difference between values held in j and k is 1.

C. The double values held inside j and k are both positive.

D. The double value held inside j is greater than the value held inside k.

Compareto return 1 if first value is greater than with what it is compared.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.

B. The number of characters in the string that represent integers.

C. The Unicode character code to be used when parsing the string.

D. The number of times the string should be repeated before being converted to an int.

The radix value is 10 for decimal, 2 for binary and 16 for hexadecimal. Radix is the base or number of unique digits.

5. Which of the following is a static method of the integer class?

A. intValue ( )

B. parseInt ( )

C. toString ( )

D. compareTo ( )

ParseInt() is a static method of the integer class, and rest are non static methods.

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;

B. Integer b = 0;

C. Double c = 0;

D. int d = new Integer (7) ;

In A and C data type does not matches like Double c=0 means Double c=new int(0) which is never true.

7. Which of the following is not an example of autoboxing?

A. Boolean a = false

B. Integer b = new integer (9);

C. double x = 3.0;

Double c = x;

D. Character d = ‘2’;

Autoboxing brings out reference type from the value type, and this is not true for A  

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);

BigInteger b = new BigInteger (“25”);

a . multiply (b);

a . add (b);

System.out.println (a);

A. 10

B. 35

C. 250

D. 275

a.multiply(b) = 250

a.add(b)= 250+25=275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )

B. modulus ( )

C. divisor ( )

D. remainder ( )

Remainder is the correct answer.

Explanation:

Please check answer.

The way things are arranged on a publication is referred to as the _____.

style
guides
layout
scheme

Answers

Answer: I’m pretty sure it’s layout

what are the weakness of a computer somebody plzz tell me​

Answers

Answer:

The computer, in spite of its strengths and the denials of its missionaries, does have a number of weaknesses. These can be seen in three areas: first, the machine itself, second, the people who serve it and, third, its output.

What is computer. Write full form of mips​

Answers

Answer:

Stands for "Million Instructions Per Second." It is a method of measuring the raw speed of a computer's processor. ... The MIPS measurement has been used by computer manufacturers like IBM to measure the "cost of computing." The value of computers is determined in MIPS per dollar.

Which of the following might cause a mobility impairment that limits computer use? Select 3 options.
a color blindness
Odyslexia
O neurological issue
injury
O genetic issue

Answers

Explanation:

A color blindness , injury .

Answer:

neurological issueinjurygenetic issue

Explanation:

The question is about mobility impairment. Color blindness and dyslexia have to do with vision, so rarely cause mobility issues related to computer use. Rather they would cause issues related to reading the screen.

The remaining three choices are the ones you want.

After a new technology is purchased, what are some additional costs that must be incorporated into an upgrade budget?

Answers

Answer:

Depends

Explanation:

If corprate then education,

if home then premium software,

if school educational software.

HOPE THIS ANWSERS YOUR QUESTION

IF NOT, MESSAGE ME!

A variety of fonts may be used in letter writing as long as the font size is 12 points.
True
False

Answers

False MLA format is Times New Roman font, size 12, double spaced.

Answer:

False

Explanation:

A data unit created at the transport layer by UDP is a _____.


A. segment

B. packet

C. datagram

D. frame

Answers

Answer:

A datagram

Explanation:

Protocol data units for the Internet protocol suite are: The transport layer PDU is the TCP segment for TCP, and the datagram for UDP. The Internet layer PDU is the packet.

Answer:

I think it's Datagrame

Explanation:

Bill has several workbooks open, and he would like to see them all side by side on the screen. Which option on the
Arrange All menu should he use?
Tiled
Cascade
Horizontal
Vertical

Answers

Answer:

tiled

Explanation:

For your biology class, you will be giving a presentation of the findings of a plant growth experiment. Which application is best suited for this presentation?


Writer or Word


Impress or PowerPoint


Notepad or Paint


Calc or Excel

Answers

Answer: Powerpoint

Explanation: Easy to give graphs and add pictures. You can also add shapes to create a bar graph if needed.

Answer:

Calc or Excel

Explanation:

100 POINTS PLEASE HELP Ken Thompson and Dennis Ritchie co-created which operating system?

Answers

Answer:

UNIX operating system

Explanation:

Unix is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

Answer:

the UNIX

During the 1960s to 1970s, Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems then dominating the computer industry.

Explanation:

Steve Jobs described early computers as “the most remarkable tool that we’ve ever come up with..it’s equivalent of a bicycle for our minds.” Would you describe smartphones as a bicycle for our minds?

Answers

Answer:

Here is my stance on the phone issue and a quote from Steve himself.

"I think one of the things that really separates us from the high primates is that we’re tool builders. I read a study that measured the efficiency of locomotion for various species on the planet. The condor used the least energy to move a kilometer. And, humans came in with a rather unimpressive showing, about a third of the way down the list. It was not too proud a showing for the crown of creation. So, that didn’t look so good. But, then somebody at Scientific American had the insight to test the efficiency of locomotion for a man on a bicycle. And, a man on a bicycle, a human on a bicycle, blew the condor away, completely off the top of the charts.

And that’s what a computer is to me. What a computer is to me is it’s the most remarkable tool that we’ve ever come up with, and it’s the equivalent of a bicycle for our minds."

Explanation:

Like anything smartphones, computers, and television can be the junk-food equivalent of our minds or the inspiration to better yourself with knowledge and creativity. To me its like a bicycle in that are you riding the bicycle to healthfoods or mcdonalds. Its the freedom of the transportation of knowledge that can be so life-changing and so life-threating at the same time.

I would not think of smartphones as a bicycle for our minds as they do not run on how my mind functions.

What are people view on the quote above?

Some people do believe that the statement is true. They think also that smartphones and tablets can be a source of big distraction if not handled well.

Smartphones are a good learning tools, or they can be bicycles for our minds only when they are used by a skillful person.

Learn more about smartphones from

https://brainly.com/question/917245

Which line of code outputs the decimal portion of a float stored in the
variable x?

Answers

Answer:

the answer is a

Explanation:

A business letter should always include the address of the sender.
True
False

Answers

Answer:

true

Explanation:it is true because like that they could send that letter were it go's so like that they don't have trouble looking for the person's letter

please mark me as brainlist

True,
It is true because otherwise there
is no way to prove it is not a fake.

which are the two alternatives for pasting copied data in a target cell groups

Answers

Answer:

Excel has decided to paste contents into a single cell, rather than keeping data in columns. When copying from a query in SQL that has data in a table, pasting it into Excel would normally split the data into the columns - keeping the table. But Excel has automatically changed and takes out the table, pasting each row into one cell.

Explanation:

Other Questions
Read the quotation from "To My Dear Loving Husband.""I prize thy love more than whole mines of gold,Or all the riches that the East doth hold."These lines contain an example ofsimile.metaphor.hyperbole.synecdoche. Sharon went bowling with her friends. She paid $3 to renther shoes and then $3.75 for each game (x) of bowling. Shespent a total of $18. How many games did she bowl?WRITE YOUR EQUATION:SOLVE:SOLUTION: Dr. Bob Jackson owns a parcel of land that a local farmer has offered to rent from Dr. Bob for the next 10 years. The farmer has offered to pay $20,000 today or an annuity of $3,200 at the end of each of the next 10 years. Which pay-ment method should Dr. Jackson accept if his required rate of return is 10 percent Help me with this question pleasee PLEASE HELP!!! Chloe is working two summer jobs, landscaping and clearing tables. She must work no less than 12 hours altogether between both jobs in a given week. Write an inequality that would represent the possible values for the number of hours landscaping, l and the number of hours clearing tables, c, that Chloe can work in a given week. how many times 92 go in too 100 Read this passage from Dragonwings by Laurence Yep.The demon was a big, cheerful-looking demon with a bland, round face. He eyed father. "I dunno, John." Many demons called Tang men John because, they insisted, they never could get the hang of our real names. "You know anything about horselesses?""Some," Father said. Truth to tell, he had never handled a horseless carriage in his life, though he had a book on them and cut out articles whenever they appeared in the demon magazines and newspapers. That was the extent of Father's knowledge. But to know facts is nothing. He had an intuitive feeling for what made the horseless carriages tick. He looked around inside the engine for about ten minutes and then wiped his face absentmindedly, so that the grease stained his cheek. He did not even notice.Which quote from this passage is an example of indirect characterization?The demon was a big, cheerful-looking demon with a bland, round face.Many demons called Tang men John because, they insisted, they never could get the hang of our real names.He had an intuitive feeling for what made the horseless carriages tick.He looked around inside the engine for about ten minutes and then wiped his face absentmindedly, so that the grease stained his cheek. Which organelle would you expect to find in animal cells but not plant cells?O A. mitochondrionOB. ribosomeC. lysosomeO D. A. smooth endoplasmic reticulum What is |-24| + |13| =? Doug and Sue Click file a joint tax return and decide to itemize their deductions. The Clicks' income for the year consists of $89,000 in salary, $1,500 interest income, and $700 long-term capital loss. The Clicks' expenses for the year consist of $1,450 investment interest expense. Assuming that the Clicks' marginal tax rate is 35 percent, what is the amount of their investment interest expense deduction for the year Under the allowance method for uncollectible accounts, the journal entry to record the estimate of uncollectible accounts would include a credit to Write An Example Of Ethos In '' An Fable For Tomorrow'' Technology has changed the way that people move, live, and work. Now, technology is changing the way that people receive and react to news stories. News has become a community affair, instead of a job in the hands of the powerful news editors. Through the Internet, people can search for opinionated or unbiased news on just about every topic under the sun. Today, the powerful are not the news editors but the news bloggers. A Web log, or blog, is a space for a person to write down his or her ideas, thoughts, feelings, or even news. Many people in the U.S. have personal blogs, in which they share parts of their lives with total strangers around the world. Now, blogs are becoming increasingly important in the world of news. Reporters caught in the thick of battle can immediately post their thoughts and feelings on blogs. Amateur writers can become instant celebrities from their focus on a particular news-worthy subject. So what are these blogs doing to news? Simply put, they are personalizing news. Blogs are making it easier and faster for readers and Internet surfers to get a behind-the-scenes look at a story. Blogs are also making it easier for people to start conversations about news events, whether that is through comments made about a particular entry or a message board attached to the blog. The Internet in general has allowed people the opportunity to really bring news into their lives. Blogs are just one more way for people to connect to a news story. Unfortunately, blogs have their problems. If they are not attached to a well-known news Web site, like Reuters, CNN, or even your local paper, the blogs are often not fact-checked. Blogs are often more about a person's opinion about an event or a personal attachment to an event or story. They are less about the straight facts and more about the personal element of the story. People have to be very careful when reading blogs not attached to familiar news companies. The right blog can be an enjoyable and personal way to experience news and understand what is going on in the world. From a reporter on the campaign trail to a family living in Iraq, readers can find out many different views on a wide variety of stories. Blogs are just one more way for people to personalize and identify with news they might not otherwise see or hear about. Take a few minutes to find a blog that fits your interests. You might be surprised at what you learn!Select the correct answer.Which of the following statements supports the idea that the blogs are not always trustworthy?A."The Internet in general has allowed people the opportunity to really bring news into their lives."B."News has become a community affair, instead of a job in the hands of the powerful news editors."C."If they are not attached to a well-known news Web site . . . the blogs are often not fact-checked."D."Amateur writers can become instant celebrities from their focus on a particular news-worthy subject."Reset Read 3 integer numbers from the user; these numbers represent the lengths of 3 straight lines. From the 3 lengths, determine whether a triangle can be formed with the corresponding lines. If it is possible to form a triangle, determine whether the triangle is a right triangle or not. The rules to be used are: 1. To form a triangle where all lines ends meet (form vertices), the sum of the lengths of two sides must be greater than the length of the third side. This short video illustrates this concept: How to determine if the three sides make up a triangle. 2. Per the Pythagorean theorem: in a straight triangle, the square of the length of the longest side (the hypotenuse) is equal to the sum of the squares of the lengths of the other two sides. 3. The user can enter the lengths of each line in any order, i.e.: you may not assume that the first length is the longest or the smallest or the middle value. MULTIPLE CHOICE!!!WILL GIVE BRAINLIEST!!!20 POINTS!!!Why is the population of the Atacama Desert so small?-too many wild animals-annual flooding-barren area with little rainfall-industrial area only Saying words with meaning as if you were speaking them is called phrasing.Please select the best answer from the choices providedOT Given that almost all organisms obtain energy from food by the process of cellular respiration, which is the most likely explanation for what prevents Earth from running out of oxygen? Pls Ik its a lot but pls help answer these two examples :)) Which of the following presents the best argument as to the role of the cow in this cycle? Mr. C made the following gifts: $12,000 to a university to pay tuition costs for his niece. An undeveloped tract of land to his sister that had an adjusted basis to Mr. C of $4,000 and a fair market value of $25,000. Various shares of stock to his wife that had an adjusted basis to Mr. C of $15,000 and a fair market value of $40,000. Mr. C did not consent to gift-splitting. What is the total amount of taxable gifts