in an advertisement is made of a wireless keyboard and a mouse.Name two commonly used methods of connecting devices wirelessly​

Answers

Answer 1

Answer:

Wireless LAN

Wireless MAN

Explanation:

I use these methods to connect my wireless devices all of the time and most of my friends do it as well so I am pretty sure it is a commonly used method.


Related Questions

Meat and poultry exposed to some forms of radiations to extend shelf life. *

Answers

Answer:

Food Irradation

Explanation:

:)

During which phase of the writing process is it best to have other
people review your document
O Pre-writing
O Drafting
Revising
O Publishing

Answers

Answer:

the answer should be Revising

PLS HELP MEE!!!

Which characterization would accurately describe hump notation?


1. starting with uppercase letters, followed by the underscore and dollar sign


2. starting with lowercase letters, followed by an underscore, and followed by lowercase


3. starting with lowercase letters, using uppercase letters for the first letter in a new word


4. starting with a dollar sign, using lowercase for the remaining parts of each word

Answers

Answer:

starting with lowercase letters, using uppercase letters for the first letter in a new word

Explanation:

starting with a dollar sign, using lowercase for the remaining parts of each word

Culinary Arts simply means the art of
(7 Letters)

Answers

Answer:

I believe it means C-o-o-k-i-n-g (7 letters)

Explanation:

Answer:

C-O-O-K-I-N-G

Explanation: I got this one correct pls mark as brainliest

Charles was supposed to present his PowerPoint slides to his classmates in a classroom, but now he has to present in the auditorium in front of his entire grade. What change will Charles have to make when he presents his slides?

He will have to change his topic.
He will have to rearrange his slides.
He will have to speak more loudly and clearly.
He will have to tell his friends about the change.



HELP ASAP

Answers

Answer:

it is c

Explanation:

cus of the long and huge hall of u have in ur school

Answer: C

Explanation: Because he will need the whole grade to hear, or you know grab a mic :D HOPE YOU ENJOY YOUR DAY

Successful businesses must have managers who are able to complete each of the management functions well. True False

Answers

Answer:

I think that is true.

int x = 42
fill in the missing part of the following code to divide x by 3 using the shorthand division operator ​

Answers

42/3 will be equal to 14

Write a program using for loop to find the cube of numbers from 50-100
FASTT

Answers

Answer:

JAVA

for(int i = 50;  i <= 100          i++;)

{

   int cubedNum = Math.pow(i, 4);

   System.out.println(cubedNum);

}

Explanation:

The For loop is set so that it will go the amount of times until the variable i reaches 100, then it will stop increasing i.

Then, we raise i to the 4th power in the loop, and then print it out.

#teamtrees #PAW (Plant And Water)

20 POINTSS!! NEED HELP!!

Answers

Answer: You can start a new browser instance for each window you want to open

Explanation: HOPE THIS HELPED!!

Answer:

laat one

Explanation:

Which font is most suitable for an academic article on a website? Which is most suitable for casual information?
The
information.
font is most suitable for an academic article on a website. The
font is most suitable for casual

Answers

There are thousands of fonts, there is no clear answer of what is best for ___ website or ___ page. It's all what you think looks good and sometimes depends on the colors on the site.

Answer:

Times New Roman and Arial

Explanation:

plato

ANSWER ASAP!!!!!


Which statement best describes licensed characters?
A.
They are based on real-life characters from past periods in history.
B.
They are given human qualities, and star in games for young children.
C.
They are based on preexisting media.
D.
They are based on legend and folklore.
E.
They are characters specifically created for a game.

Answers

I think it’s A

Hope that helped :)

Answer:

my friend thinks its c

hes too smart to be wrong 100% :DDDD

Explanation:

A computer game picks a random number between 1 and 100, and asks the player to guess what the number is. If the player makes a correct guess, the game congratulates them, and stops. If the player does not make a correct guess, the game tells the player that their guess is either too high, or too low. If the player guesses with an answer that is not a number between 1 and 100, an error message is displayed. The game continues to give the player chances to guess, until the player guesses correctly. You are going to plan an interactive program to implement this game. do this using scratch

Answers

Answer:

In Python:

import random

computerguess = random.randint(1,101)

userguess = int(input("Take a guess: "))

while not (userguess == computerguess):

   if userguess<1 or userguess>100:

       print("Error")

   elif not (userguess == computerguess):

       if userguess < computerguess:

           print("Too small")

       else:

           print("Too large")

   userguess = int(input("Take a guess: "))

print("Congratulations")

Explanation:

This imports the random module

import random

Here, a random number is generated

computerguess = random.randint(1,101)

This prompts the user for a guess

userguess = int(input("Take a guess: "))

The following loop is repeated until the user guess correctly

while not (userguess == computerguess):

If user guess is not between 1 and 100 (inclusive)

   if userguess<1 or userguess>100:

This prints error

       print("Error")

If the user guessed is not correct

   elif not (userguess == computerguess):

If the user guess is less

       if userguess < computerguess:

It prints too small

           print("Too small")

If otherwise

       else:

It prints too large

           print("Too large")

This prompts the user for a guess

   userguess = int(input("Take a guess: "))

The loop ends here

This prints congratulations when the user guess correctly

print("Congratulations")

In honor of Black History Month, write an essay about a black person who has inspired YOU in some way. This person does not have to be famous, it can be a coach, a pastor, or family friend. This essay must be 10 sentences or more.​

Answers

Answer:

I will be talking about Jackie Robinson. Robinson was known for playing baseball with the Brooklyn Dodgers from 1947 to 1956, I will share a few of his other accomplishment.

In 1935, Robinson graduated from Washington Junior High School and enrolled at John Muir High School Recognizing his athletic talents, Robinson's older brothers Mack (himself, an accomplished athlete and silver medalist, at the 1936 Summer Olympics) and Frank inspired Jackie to pursue his interest in sports.

At Muir high school , Robinson played several sports , football, basketball, track, baseball and tennis. He played shortstop and catcher on the baseball team, quarterback on the football team, and guard on the basketball team. With the track and field squad, he won awards for the broad jump.

In 1936, Robinson won the junior boys singles championship at the annual Pacific Coast Negro Tennis Tournament.

He earned a place on the annual baseball tournament all-star team,

In late January 1937, the News newspaper reported that Robinson "for two years had been the outstanding athlete at John Muir, starring in football, basketball, track, baseball and tennis.

As Jackie was encouraged to move forward by his brothers Mack and Frank. Today, his accomplishments inspires me to keep moving forward.

Explanation:

Edhesive 8.5 code Practice help me pls

Answers

Answer:

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

print(twainQuotes)

twainQuotes.sort()

print(twainQuotes)

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

print(twainQuotes)

Explanation:

ok

The program is an illustration of lists and list manipulation

Lists

Lists are variables that are used to hold multiple values in one variable name

Python Program

The program in Python, where comments are used to explain each line is as follows:

#This initializes the list

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

#This prints the list elements

print(twainQuotes)

#This sorts the list elements

twainQuotes.sort()

#This prints the sorted list

print(twainQuotes)

#This inserts an element into the list

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

#This prints the new list

print(twainQuotes)

Read more about lists and list manipulations at:

https://brainly.com/question/24941798

someone please tell me if you watch drag race (rupauls drag race) I need someone to talk to about it ​

Answers

I’m gonna watch it soon

20 POINTS!!! I NEED HELPP

Answers

Answer:

Apple

Explanation:

Answer:

Windows Internet Explorer

because windows is aka microsoft windows

it connects computers in different cities and different countries

Answers

Answer:

I think VPN firewall devices can do that.

It depends how close the cities are haha. If they are super, super, close then a LAN. But if they are farther, or even as far as countries then a GAN.

Many companies organize employees into work teams. The team meets to make plans, determine how work will be completed, and divide the work among the team members. The team is responsible for meeting objectives and may even have some say about their budget. Work teams still report to a manager and can ask for assistance when needed. True False

Answers

Answer:True


I think

Sorry if I was wrong

Bryan's company is new and has limited funds to work with. He has been tasked with finding a telecommunications technology that will improve worker productivity on their latest project. So he doesn't go over budget, he must carefully consider all items that affect cost. His considerations include:

Answers

Answer:

Download Speed, Operating Costs, & Purchase Price.

Explanation:

He needs it quick and he's on a budget, so he's gonna be worried about these three things that fall under the categories.

You're welcome my fellow seeker.

How do I calculate this square footage?

Answers

Answer:

To calculate it, you have to break it apart. Sorry for the bad writing but after you break it apart, you multiply the smaller squares. Then with all of the smaller areas, add them together for the final answer which in this case is 456.

You do not have to move your fingers to click the top row reach keys.
1. True
2. False

Answers

False you have to move your fingers

Text,Audio and graphic is entered into the computer using
a)A cpu
b)Output
C)Input
ICT Question​ asap pls help

Answers

Answer:

I think it's input, not sure tho

acess labeling windows​

Answers

Answer:

I got the same thing

Explanation:

How is life complicated without electronics

Answers

Answer:

life is complicated without electronics

Explanation:

because we wont know the weather or if anything  know anything about  and we would mostly not know anything

PlEASE HELP!

Identify in the space below three rules you feel are most important for deciding what personal information is
appropriate to post online.

Answers

Answer:

.

Names. Be careful how you use your name. Avoid using your full name. Even a nickname could spell trouble -- for instance, if it says something suggestive about your character, if it's a name you already use with others who know your real identity, or if it's made up from your real name (say, from your initials). First names are best, unless yours is extremely unusual. These days, many people do use their full names for online posting -- on social media sites and blogs for example. Just know that in doing so you're raising the risk of becoming an identity theft victim.

Photos. Bearing in mind Golden Rule #1, don't post photos you wouldn't want everyone to see. Full face, high resolution photos may be "snagged" (copied) and used for identity theft. Some people don't know how easy this is to do with any photo, with just a couple of clicks. Also, as a matter of etiquette, don't post photos of others without their permission, unless you're prepared for the consequences if the other person doesn't think it's funny. For preference, use photos in which identities are obscured. And, as a general rule, don't post photos of children online (especially not other people's children without permission). If you want to share photos of your kids, put them in a private online album, accessible by invitation or password. Or email them directly to your friends.

Explanation:

Which validation check can be used on the following data. "XX000" 

1. Range

2. Limit

3. Format

4. Length ​

Answers

Answer:

Format and Length

Explanation:

If there is a range or limit on the data, you would need to know more about the format.

how can online presence help others?

Answers

Answer:

Online Presence helps others who might be naturally introverted, stuck in a precarious situation, or even by allowing someone company who desperately needs it.

Explanation:

Document accurately describes the differences between servers and computers and between local and wide area networks. Document provides at least four suggestions including password managers and safe browsers.

Thinks someone could help me out with this? ​

Answers

Answer:

Cell towers and internet uses allow local and wide area networks, but they also allow you to steal IP and things like that.

Explanation:

This is quite difficult. I appologize if I get this wrong.

(Also if you upload a file for someone to answer, and they give you a link, don't click on it!! They track your IP address and things like that!)

With what finger do you type the letter m​

Answers

Answer:

Index Finger

Explanation:

I type m with my middle because it’s just right down from j

Select the correct answer from each drop-down menu. Which are the features of conditional formatting? Conditional formatting enables you to and .

Answers

Answer: oracle planning data sheet.
Other Questions
A group of statisticians at a local college has asked you to create a set of functions that compute the median and mode of a set of numbers. Define these functions, median and mode, in a module named stats.py. Also include a function named mean, which computes the average of a set of numbers. Each function should expect a list of numbers as an argument and return a single number. Each function should return 0 if the list is empty. Include a main function that tests the three statistical functions using the following list defined in main:List: [3, 1, 7, 1, 4, 10]Mode: 1Median: 3.5Mean: 4.33333333333#Here is the code I am using:def median(list):if len(list) == 0:return 0list.sort()midIndex = len(list) / 2if len(list) % 2 == 1:return list[midIndex]else:return (list[midIndex] + list[midIndex - 1]) / 2def mean(list):if len(list) == 0:return 0list.sort()total = 0for number in list:total += numberreturn total / len(list)def mode(list):numberDictionary = {}for digit in list:number = numberDictionary.get(digit, None)if number == None:numberDictionary[digit] = 1else:numberDictionary[digit] = number + 1maxValue = max(numberDictionary.values())modeList = []for key in numberDictionary:if numberDictionary[key] == maxValue:modeList.append(key)return modeListdef main():print ("Mean of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]: "), mean(range(1, 11))print ("Mode of [1, 1, 1, 1, 4, 4]:"), mode([1, 1, 1, 1, 4, 4])print ("Median of [1, 2, 3, 4]:"), median([1, 2, 3, 4])main()The Error that I am getting is on Line 14: AttributeError: 'range'object has no attribute 'sort'.Also on Line 36:Line36: 10]: "), mean(range1, 11)). Please Help asap! Marking Brainliest!What is the misplaced modifier in this sentence?1) Famous for centuries, we are studying Milton in literature class.A. studying C. we are studying Milton in literature B. Famous for centuries D. in literature class2) After losing his sight, Miltons third wife and daughters recorded his verses.A. After losing his sight C. Miltons third wife and daughters recorded B. his sight D. his verses 12+16q-q and q=2 evaluate which one of the following forces is a contact force force of gravity or force of friction Which piece of Wegeners evidence for continental drift most closely relates to the North Pole Glacier? Explain. Please help How much per song? A triangular prism has a height of 3 ft, a width of 5 ft, and a length of 8 ft. Find the volume. a90 ft3 b60 ft3 c150 ft3 d120 ft3 Justin asks his friend Josh if hes ready to go have lunch, and Josh snaps, What do you think? Confused by his friends behavior, Justin responds: Josh, you seem upset. Is something bothering you, or are you just really hungry? Please help me understand. Justin is using the communication technique of _________. A. self-concept B. self-esteem C. self-fulfilling prophecy D. perception checking A cube has a side length of 4 feet. What is the volume of the cube?48 ft364 ft396 ft312 ft3 Select the correct answer from each drop-down menu.It is important to know what makes up a healthy diet so that you can eat right for a healthy life. What do you think makes up a healthy diet?Importance of a Healthy DietvTo build up a healthy plate, select foods such as vegetables, fruits, whole grains, andprotein. Added sugar and fats canIncrease the unwantedIn the body. Your calorie requirement will depend on your age, gender, height, weight, and level ofphysical activity. Please help!!! I need to get this done by today really soon but Im really confused. Select 3 answers that apply **URGENT(***Select from the drop-down menus to correctly complete the statements about the given figures.Quadrilateral ABCD is the result of a Choose...translation and then a dilationreflection and then a rotationrotation and then a translation of quadrilateral IJKL.Therefore, the quadrilaterals are Choose...congruentsimilarneither congruent nor similar. PLEASE HELP WITH THIS BEST ANSWER GETS BRAINLIESTThis is an example of a random sample: The Student Council wants to survey 7th grade students about their favorite lunch food. They write down the names of all 7th grade students and put their names in a hat, then draw names to collect the sample of students to be asked.TrueFalse What did the 2010 census allow Americans to do?O A. Claim more than one religionO B. Refuse to answer certain questionsO C. Claim more than one marital statusD. Claim more than one racial classification HELP PLEASE THANK YOU 20 Points!!! Math Question Doug makes a parallelogram-shape sign for his shop.What is the area of this parallelogram?Round to the nearest hundredth.A. 5.32 ftB. 8.96 ftC. 14.28 ftD. 17.02 ftPLS HELP!!! How much would $500 invested at 6% interest compounded monthly beworth after 5 years? Round your answer to the nearest cent.A(t) = P (1+r/n)nt please help i have limited time! When Theodore Roosevelt was named to the U.S. Civil Service Commission in 1889, he benefitted primarily from his experience as:-The former Ambassador to the United Kingdom who had seen civil service reform in action there.-President of the United States who had successfully introduced civil service reform.-The ranking member of the United Nation's Special Committee on Civil Service.-A member of the New York State Assembly who had lobbied for civil service reform in his state.