what is a drone satellite?​

Answers

Answer 1

Answer:

A satellite that can be controlled where to go.

Explanation:


Related Questions

After determining that a printer is unable to print in red ink, you replace the magenta cartridge. Upon attempting to print again, you discover the problem still exists. What would be the NEXT logical step

Answers

Answer:

Make sure your yellow cartridge also has ink.  

Explanation:

Also make sure yellow cartridge also has ink. Mixture of Mag and Yellow will give you red.  If still does not work, depending upon your printer, try going to the setup and try running Print Quality diagnostics.  Run it few times and see if it helps.

The logical step that follows with the replacement of the magenta cartridge for not printing the red ink is the cleaning of the printer head.

What is the function of a printer?

The Printer is used to transfer the graphics output from the system and create the output to the paper. It uses a cartridge to perform the printing with the help of ink.

The printer uses the ink in the cartridge to form the representation of the color on the paper. In case the red ink is not printable, and the issue did not get resolved with the change in the magenta cartridge, the next logical step involves the cleaning of the printer head.

Learn more about the cartridge, here:

https://brainly.com/question/13504303

#SPJ2

Maya wants to connect three peripheral devices to her laptop , but has only one USB port. What is the best way to connect all the devices?

Answers

Answer:

USB hub.

Explanation:

more Or less?

Pick one and be rewarded!!!!!!!

Answers

Answer:

More

Explanation:

hope this is helpful

who has played pokemon red, blue, or yellow on the gameboy

Answers

Answer:

I didn't think this would be an actual question... I did- :3

I have, it gets harder near the end

From a data modeling point of view, _____ data refer to data whose values change over time and for which one must keep a history of the data changes.

Answers

Answer:

From a data modeling point of view, time-variant data refer to data whose values change over time and for which one must keep a history of the data changes.

Rajesh is considering whether to use a web app to collaborate with a group of friends on a project. What is one reason he should avoid using a web app for the project

Answers

Rajesh might want to avoid the use of a web app for the project due to connectivity issues. Hence, one reason he might want to avoid using the Webb app is slow or poor internet connection.

Collaborating on a web application relies very heavily on network connectivity which is the what establishes the link ms allows the apllications to achieve optimum performance.

Therefore, slow internet connection is a major reason whuhe might want to avoid using a web app.

Learn more : https://brainly.com/question/25531734

Write a function that will receive 5 numbers from a user (inputted one at a time-- use reassignment!) and will count then print how many of the numbers are odd.

Answers

The program is an illustration of loops.

Loops are used to perform repetitive operations

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

#This defines the function

def count_odd(mylist):

   #This initializes the count variable to 0

   count = 0

   #This iterates through the list

   for i in mylist:

       #This checks if the current list element is not even

       if not i%2 == 0:

           #If yes, this increments the count variable by 1

           count+=1

   #This returns the count of odd numbers

   return(count)

Read more about similar programs at:

https://brainly.com/question/18269390

A health care provider approaches Accenture to help them increase their efficiency through an advanced data science platform.What is the first step Accenture could take?

Answers

Accelerating output and hence, growth of an enterprise is one of the core functions of Accenture. Hence, the first step to be taken by Accenture is to design an Enterprise analytic strategy assessment.

Data science leverages the power of collected data combined with simple and complex machine learning algorithm in other to draw pattern and trends from data.

Since, the healthcare provider is a large enterprise, the first step that should be followed would be to design a strategy to the assess the data available to the organization or enterprise

Hence, the first step is to develop an enterprise analytic strategy assessment.

Learn more : https://brainly.com/question/25602226

what was your first pokemon game


if you have not played one just comment don't answer

Answers

Answer:

FireRed & LeafGreen

Explanation:

so if it's mobile games then Pokémon go
but if it's Nintendo games then probably sword and shield cos you can catch pretty much every Pokémon.

John is given a laptop for official use and is on a business trip. When he arrives at his hotel, he turns on his laptop and finds a wireless accesspoint with the name of the hotel, which he connects to for sending official communications. He may become a victim of which wireless threat

Answers

Answer:

Evil Twins Attack

Explanation:

When John connects to the wireless access point with the name of the hotel, it could be a fake SSID created by a hacker. When John connects to this "evil twin" the hacker can start to steal data.

Which would a student most likely do in a digital laboratory? conduct an experiment in chemistry take continuing education classes in chemistry look for an out-of-print book about chemistry watch an instructional video about chemistry.

Answers

Answer:

conduct an experiment in chemistry

Explanation:

A digital laboratory is an interactive online tool, where students are asked to mimic an experiment.

Answer:

"conduct an experiment in chemistry"

Explanation:

A digital laboratory is an online tool used to conduct chemistry experiments when, say, you are at home or the tools needed are dangerous. It also helps to make sure you have exact results since it is computerized.

Have a nice day!

     I hope this is what you are looking for, but if not - comment! I will edit and update my answer accordingly. (ノ^∇^)

- Heather

What are five don’ts of using a computer

Answers

Answer:

Do not eat or drink near technology

Do not open unexpected or unknown email attachments

Do not install unknown programs

Do not forget about updating apps

Do not force anything closed

Do not get it dirty or wet

Do not wash your computer

Do not punch your computer

what are the 4 types of satellite?​

Answers

Communications Satellite.

Remote Sensing Satellite.

Drone Satellite.

Ground Satellite.

the envelope method, notebook and pencil, and online software are all methods of ______.

Answers

Answer:

tracking your spending.

The envelope method, notebook and pencil, and online software are all methods of tracking your spending as per the given situation. The correct option is C.

What is software?

A set of instructions, data, or programs used to operate computers and carry out specific tasks is referred to as software. It is the inverse of hardware, which describes the physical characteristics of a computer.

Inner needs to track spending in personal and business activities in order to know financial status and budget effectively with available funds.

Without tracking spending, there is a risk of waste and overspending on unimportant items.

The envelop method entails putting money in different envelops for each category of spending. At the end of the period, you can check the envelops to see how much money was spent in each category.

Keeping track of expenses requires a notebook and a pencil.

QuickBooks online software can be used to track how much an individual or business has spent.

Thus, the correct option is C.

For more details regarding tracking the spend, visit:

https://brainly.com/question/14511380

#SPJ5

Your question seems incomplete, the missing options are:

estimating your unexpected expensesplanning for your futuretracking your spendingunderstanding your current expenses

URGENT We use HTML5 in lightweight web pages which load faster and put less strain on web servers.

A. True
B. False

Answers

Answer:

A. true i think?

Explanation:

im not sure but i hope it help

PLEASE HELP! WILL MARK AS BRAINLIEST JavaScript can be implemented using the _________ HTML tags in a web page.​

Answers

Answer:

JavaScript can be implemented using JavaScript statements that are placed within the ...  HTML tag

Explanation:

Similar how CSS is applied to your HTML page, JavaScript is as well. JavaScript just needs one friend in the world of HTML—the script> element—unlike CSS, which employs link> elements to apply external stylesheets and style> elements to apply internal stylesheets to HTML. Let's find out how this operates.

What JavaScript, implemented using JavaScript statements?

Script statements in Java. JavaScript's statements are the instructions that inform the browser what to do. Semicolons are used to separate statements (;). The JavaScript code is made up of JavaScript statements, which the browser translates line by line.

The most widely used JavaScript framework right now is by far, React. Functional programming techniques are used in this basic framework to greatly simplify parallel programming and coding comprehension.

Therefore, JavaScript can be implemented using the (JavaScript statements) HTML tags in a web page.​

Learn more about JavaScript here:

https://brainly.com/question/13089689

#SPJ2

what is the average gradient of the slope along the straight line CD

Answers

Answer:

is there a graph to go with this?

Explanation:

The average gradient of the slope along the straight-line CD is 0.05.

What is the average gradient?

The gradient of the straight line that passes through any two points on a curve is the average gradient between any two points. This is the curve's average gradient between points A and C.

The gradient between lines C and D.

Here, the horizontal distance between points C and D is 2 miles.

Difference in elevation is = 1500 -1000 = 500 ft.

Hence, the gradient is = change in vertical elevation / horizontal distance= 500/2 = 250 ft./mile

or we can take both as the same unit in feet, 1 mile is = 5280 feet. So 2 miles is = 5280 x 2 = 10560 ft.

Gradient is = 500/10560 = .05

Therefore, the graph's slope along the straight CD line has an average gradient of 0.05.

To learn more about average gradient, refer to the link:

https://brainly.com/question/29531399

#SPJ2

The question is incomplete. Your most probably complete question is given below: the graph is added.

Source ________ contains instructions written by a programmer specifying the actions to be performed by computer software.

Answers

Source code contains instructions written by a programmer specifying the actions to be performed by computer softwa

Software that enables information to be obtained from a computer without the user's knowledge is ____________

Answers

Answer:

Spyware

Explanation:

which of these is not enumerated as a motivation to create accessible web content?

Answers

Answer:

Which of what?

Explanation:

Which of the following developed technologies has NOT greatly increased the speed of information dissemination? A. Smartphones B. E-mail C. Typewriter D. Teleconferencing.

Answers

Answer:Email

Explanation:

Answer:

The answer would be C

Explanation:

People who connect one network to another within the company or even across organizations are A. central connectors. B. boundary spanners. C. external specialists. D. peripheral specialists.

Answers

People who connect one network to another within the company or even across organizations are boundary spanners.  

People who serve as ambassadors to linking information and communications on informal networks within different department in an organisation and with other organisations or personnel  far and near for the good of their organisation are called Boundary Spanners.

The importance of Boundary  spanning in organisation includes

Exchange of expertise informationNurturing of connections with people from different part s of the world.Improved innovation in businesses

See more here: https://brainly.com/question/14728967

The ___________ method returns the length of an array.

append

input

add

len​

Answers

Answer:

d

Explanation:

The length() method returns the number of characters present in the string.

what is thisssssssss please answer

Answers

Answer:

first of all, are you a snake? And also that is a spotlight.

Explanation:

is the practice of using the internet to provide healthcare without going to a doctor’s office or hospital.

Answers

Answer:

Telemedicine refers to the practice of caring for patients remotely when the provider and patient are not physically present with each other. Modern technology has enabled doctors to consult patients by using HIPAA compliant video-conferencing tools.

Explanation:

which type of information could reasonably be expected to cause serious damage to national security if disclosed without authorization

Answers

Answer:

Confidential Information

Explanation:

It is predicated on the idea that a person who receives information in confidence should not use or divulge that knowledge without permission. Unauthorized use or disclosure of confidential information may lead to a breach of trust suit.

Confidentiality clauses, often known as "NDA's", are intended to protect and consider important business information. Like as production processes, proprietary formulas, client lists, know-how, concepts, business strategies, and technical information.The unauthorized revelation of this type of material could reasonably be expected to harm our national security.

Therefore, the final answer is "Confidential Information".

Learn more about types of information:

brainly.com/question/13079191

Your customer said that understanding the directions is difficult. This is an aspect of

Answers

Answer:

Usability

Explanation:

The degree to which a program meets the needs of a user, including but not limited to learnability, reliability, and ease of use

pls explain the special keys on a keyboard and their functions ...eg shift key,control key​

Answers

Tab- used to advance the cursor to the next tab stop.

Shift- allows you to type capital letters and the symbols at the top of the keys

Control-  enabling other keys on the keyboard to perform secondary functions

Alt- used to change (alternate) the function of other pressed keys

CapsLock- causes all letters of bicameral scripts to be generated in capital letters.

Answer:

Multiple functions

Explanation:

If you'd like an answer to the purpose of the shift key and the control key, then I'll answer those two, specifically. Tell me if you'd like any more assistance afterwards! ( :

#1: Shift key: This key's basic function is this: when you hold down on it as well as a letter key (e.g. f ), then it will automatically make that letter uppercase.

For example, in this sentence I typed F while pressing the shift key as well:

Frederick looked out the window.

While in this one, I didn't.

frederick looked out the window.

My computer automatically tells me that the spelling of Frederick I used in the second sentence is wrong, since Frederick is proper - and is the beginning of a sentence.

#2: Control key: This key allows you to to do some pretty cool things, depending on which key you click it with.

For example, ctrl + j generates a document download page, while ctrl + d opens a bookmark page? option.

I hope this was very helpful, and let me know if you need any further assistance in the future! ( :

What are software applications?
lines of code that were written by developers
devices that you insert into the computer
files that are stored on the computer

Answers

Answer:

the person above is correct if i were you id take notes!

Explanation:

Answer:

Only A (Top answer)

Explanation:

Files do not create any software alltogether and devices pluged in are not considered software.

Imagine that your parents were starting a small business, and they wanted to upgrade their data storage. Would you recommend a fileserver, network
attached storage, or the cloud?
Why?
What are some possible disadvantages of your recommendation that they should be aware of?

Answers

Answer:

I would recommend the cloud because they can access their data on every single device. There are virtually no disadvantages to the cloud.

Explanation:

Hope this helps.

Other Questions
Which is an advantage to buying something online?You can try it right away.You can take it home with you.You can compare prices more easily.You might have to pay for shipping. The maintenance rehearsal task of learning a word by repeating it over and over again is most likely to a. produce some short-term remembering, but fail to produce longer-term memories. b. cause sensory memories to interfere with consolidation in working memory. c. lead to immediate decay due to retroactive interference. d. lead to effective autobiographical memories. ayuda a encontrar las figuras retoricas del poema Levantar the pasta means _____. To lay low for awhile to raise the money to solve the case to get out of the kitchen. Which result is most likely if candy, cola, and other concentrated sweets are permitted in large quantities during the growing years For a corporation, equity capital is obtained from a. banks. b. stockholders. c. bondholders. d. credit unions. e. insurance companies. Which Python expression results in 36?6 * 26 ** 26 // 26 ^ 2 Sheila is practicing her informal talk and wants feedback from you. Younotice that she's using flat intonation. What is the best advice to give Sheilaabout using this type of intonation? which option would be correct? paragraph about light Given: 3x < 3.Choose the solution set.{x | x > 0}{x | x < 0}{x | x > 1}{x | x < 1}if you know this can you help ihave to have an 85 or above in math Fill in the blank to make each equality true. _ divided by (1/2x^3)=16x^6y^4.PLS HELP! Friedrich engels is using these examples to draw attention to the? Which represents the inverse of the function f(x) = 4x?h(x) = X + 4h(x) = X - 4H(x) = =xh(x) = x the difference between behavior change approach and self empowerment approach to health education. Help help help help help The Aztecs wrote books about the culture and practices of their people. One of the unique aspects of these books is that they are largelypictorial although there is some text as well. What were these books called?A. toltecatsB. lintelsC. stelaeD.codices Please Help I will give 82 Points and BrainliestWhat is the value of 2m + 12 when m = 3?A. 24B. 30C. 37D. 38 WILL GIVE BRAINLIEST !!! Two sisters share an inheritance of $1 million by a ratio of 2:3. How much does each sister inherit refers to the physical components of a computer. a) Softwareb) Hardwarec) Programs d) RAM