Not Answered 4.Not Answered Question Workspace Check My Work You purchase a new desktop computer that does not have wireless capability, and then you decide that you want to use a wireless connection to the Internet. What are the least expensive ways (choose two) to upgrade your system to wireless? a. Trade in the computer for another computer that has wireless installed. b. Purchase a second computer that has wireless capability. c. Purchase a wireless expansion card and install it in your system. d. Purchase a USB wireless adapter and connect it to the computer by way of a USB port.

Answers

Answer 1

Answer:

c. Purchase a wireless expansion card and install it in your system.

d. Purchase a USB wireless adapter and connect it to the computer by way of a USB port.

Explanation:

Assuming you purchased a new desktop computer that does not have wireless capability, and then you decide that you want to use a wireless connection to the Internet.

The least expensive ways to upgrade your system to wireless is to;

1. Purchase a wireless expansion card and install it in your system. The expansion card is a slot on the motherboard of a computer which allow users use an additional feature such as network, video, sound that may not be available before.

2. Purchase a USB wireless adapter and connect it to the computer by way of a USB port.


Related Questions

Write a program that will convert a distance provided in inches to a distance in yards, feet and inches. The program will ask the user to input a distance in inches as a whole number. It will convert the distance provided into yards, feet and inches. Then it will display the distance in yards, feet and inches. For example, the program will convert 50 inches into 1 yard, 1 ft and 2 inches. See the Testing section for test data.

Answers

Answer:

Here is the C++ program:

#include <iostream>   // to use input output  functions

using namespace std;  //to access objects like cin cout

int main()  {   //start of main method  

int inches, feet, yards;   // declare variables to hold values of inches, feet and yards

cout << "Enter distance in inches: "   //prompts user to enter distance in inches

cin >> inches;    //reads value of inches from user

feet = inches/12;   // divides value of inches (performs integer division) by 12 and store result in feet

inches = inches%12;   //takes modulo of inches with 12 and stores the result in inches variable

yards = feet / 3;   // divides value of feet with 3 and stores result in yards

feet = feet % 3;   //take modulo of value of feet with 3 and stores result in feet variable

   cout<<"yards: "<<yards<<endl<<"feet: "<<feet<<endl<<"inches: "<<inches;  }

//displays the value of inches into yards feet and inches

Explanation:

I will explain the program with an example:

Suppose the user enters 50 as distance.

inches = 50

feet = inches/12; this statement becomes:

feet = 50/12

The answer of division is 4.166667 but as we are doing integer division so there is no fractional part rather it is represented as whole number and remainder is ignored. So,

feet = 50/12

feet = 4

inches = inches%12; next is this statement which becomes:

inches = 50 % 12

% operator basically computes the remainder. So when 50 is divided by 12 it gives the quotient 4 in integer division and gives 2 as remainder. But we need the value of remainder so,

inches = 50 % 12

inches = 2

yards = feet / 3; next is this statement which becomes:

yards = 4 / 3

Since the value of feet computed in above steps is 4 so this value is divided by 3.

4/3 gives 1.333333 but as we are doing integer division so there is no fractional part rather it is represented as whole number and remainder is ignored. So,

yards = 4 / 3

yards = 1

feet = feet % 3;   next is this statement which becomes:

feet = 4 % 3

% operator basically computes the remainder. So when 4 is divided by 3 it gives the quotient 1 in integer division and gives 1 as remainder. But we need the value of remainder so,

feet = 4 % 3

feet = 1

Hence the input distance in inches i.e. 50 is converted to 1 yard, 1 ft and 2 inches as:

yards = 1

feet = 1

inches = 2

If you want to make the program more interactive by dislaying the value of yards, feet and inches as singular and plural then use these if statement in main() function:

if(yards<=1)  //checks if value of yard is 1 or less

   cout<<yards<<" yard";  //displays 1 yard in singular

   else  //if value of yard is greater than 1

   cout<<yards<<" yards";     //place an "s" with yard to represent value greater than 1

cout<<endl;

if(feet<=1)  //checks if value of feet is 1 or less

   cout<<feet<<" foot";  //display the value with "foot" representing singular value

   else  //if value of feet is greater than 1

   cout<<feet<<" feet";    //display the value with "feet"

cout<<endl;  

if(inches<=1)  //checks if value of inches is 1 or less

   cout<<inches<<" inch";  //displays 1 inch in singular

   else  //if value of inches is greater than 1

   cout<<inches<<" inches"; //place an "s" with yard to represent value greater than 1

The output of the program is attached.

Write a program that reads in a line of text and outputs the line with all the digits in all integer numbers replaced with 'x'. Please enter a line of text: My userID is john17 and my 4 digit pin is 1234 which is secret My userID is john17 and my x digit pin is xxxx which is secret Notes: 1. If a digits is part of a word, then the digit is not changed to an 'x'. For example, john17 is NOT changed to johnxx. 2. You may assume that the text entered by the user will contain only letters (upper case or lower case), digits and spaces. 3. Think how to break down your implementation to functions.

Answers

Answer:

import re

def secret_pin_digit( ):

   user = input("Please enter a line of text: ")

   search_values = re.findall( "\d", user )

   for item in search_values:

       if int( item ) == "NAN":

           user.replace("item", "x")

   print( user )

Explanation:

The python function program above prompts the user for a string specifying the user id, username and the user pin. The digits in the string are replaced with an "x". This is used to hide the pin of a user

Other Questions
An organization advertises tax deductions for peopledonating cars. Its radio commercial mentions thefounder of the organization and various endangeredwildlife.Which action could be assumed is a major role of thisorganization?O earning a profit for its founderO creating a sanctuary for animalsO running a public service radio stationO providing rides to people without cars True or False: The cells from the "Area of Cell Division" allow the root to grow longer? 8.7 x 0.45I keep getting the weonv answer If you encountered a tourist in our country who acted rudely, how would you feel about it? Documents issued by the FASB include all of the following except:________.a. Statements of Financial Accounting Standards.b. Interpretations of Statements of Financial Accounting Standards.c. Statements of Financial Accounting Concepts.d. Financial Reporting Releases. Lee cada frase con cuidado y escoge la opcin con la frase escrita correctamente. Read each sentence carefully and select the option with the sentence written correctly. (1 point) a El chico tiene una mochilas pequeo. b El chico tiene una mochila pequea. c El chico tiene unos mochilas pequeos. d El chico tiene unas mochila pequeas. Can you escape your identity? Why or why not? find the midpoint of the line segment with the given endpoints (-4,4), (5,-1) "one half of a number is 8 less than the number itself '' Hey can anyone tell that of which country this brainly is ? I have confusion... B 4. Which of the following characterizes an ionic bond? (1 point)The electrons in the bond are shared between two atoms.The electrons in the bond are shared between two ions.The bond results from the attractive forces of two similar charges.The bond results from the attractive forces of two opposite charges.OsSendPrintFaxRecordLockDetailsScanTemplatesClain Ecstasy Pharmaceuticals faces fixed costs of $1 million with manufacturing its new drug. The company sells the drug in bottles of 50 pills for $10. The company estimates that it must sell 200,000 bottles to break even. What is the total cost to produce a bottle of 50 pills Select the adjective The fox dashed across the grassy meadow, looking for somefood. Choose the correct indefinite article for the following word. exmenes un una unos unas live.Which of the following is an example of humans modifying the environment? How did trade impact the development of the West African kingdoms? Check all that apply. In your view, what is the most powerful section or aspect of Equianos story? Explain. A dog rolls over 25 times in 2 minutes. How many times can the dog roll over in 6 minutes? * Todd served with the US Army in Afghanistan. One day on patrol, he was injured and lost his left lower leg in an explosion. An orthopedic surgeon performed an amputation. What procedure would Todd have to go through to replace his lost lower leg? After his stump healed, Todd's doctor recommended using a , which is a substitute for a missing body part, such as an arm or a leg removed either by trauma or by surgery. Rebecca starts this week with $3.00. each day she does her chores her mother gives her $ 1.50 . If y represents the total amount of moeny . Rebecca has after x days . Can someone plz write an expression based on this problom.