Who innovated an aeroplane? ​

Answers

Answer 1

Answer:

White brothers!!

Explanation:


Related Questions

How should you mark the query if it is a valid one?
A) Gibberish or Vague
B) Profane
C) Foreign Language
D) Valid
E) None

Answers

Answer:

None

HOPE IT WILL HELP YOU.

MARK THE ANSWER BRAINLIST

what is computer? write about computer.​

Answers

Answer:

Is an electronic device used for storing and processing data.

In order to print multiple worksheets, what needs to happen before printing?

Answers

Answer:

Explanation:

Click the File tab.

Click Print, or press the control p keyboard command.

On the Print screen, select the printer and other settings.

Click Print.

what is
computer.write its example

Answers

The definition of a computer is a person or electronic device that makes and stores quick calculations or processes information. An example of a famous human computer is Ada Lovelace. An example of a computer is the MacBook.

A small file put in your hard disk that contains information like user id is called?​

Answers

Answer:

cookie basics

not sure...

Answer:

A small file put in your hard disk contains information like user id is called cookie. Thank you

what Is the device used to produce hard copies from personal computer ​

Answers

Im pretty sure the name for this is an input device.

Answer:

printer

Explanation:

printer is a device that produce what you have on your computer into paper form

Marco travels often and does not have consistent wireless Internet service. He frequently uses his mobile phone service to provide Internet access to his tablet.

Which network type is Marco using?


LAN


PAN


WAN


MAN

Answers

Answer:

PAN

Explanation:

For wireless devices like laptops, tablets, wireless desktops, and cellphones to communicate, a wireless LAN normally has a Wi-Fi router or wireless access point. A wireless LAN is essentially a LAN that doesn't use cables. Thus, option B is correct.

What are the PAN  network type is Marco using?

The computer network that links computers and other devices within a specific person's range is known as a personal area network (PAN). PAN stands for personal area network and gives a network range within a person's range, often within a range of 10 meters (33 feet).

A PAN is a network that primarily serves a tiny space, usually a single small room. It allows computer devices to share data and information with other nearby computers.

Therefore, Whereas in LAN, computers are connected via a network over a short distance, such as within a building, or in a single computer network made up of several computers.

Learn more about network type here:

https://brainly.com/question/29515062

#SPJ2

notes on secondary memory​

Answers

Answer:

non-volatile and persistent in nature

why am i doing the investigation​

Answers

Because it’s your interest

How is the architecture converted into software code? Elaborate the steps its passes through with help of examples / Diagram.

Answers

Answer:

software code 89089999990

A good machine should have the mechanical advantage of......?​

Answers

Answer:

The ideal mechanical advantage (IMA) of an inclined plane is the length of the incline divided by the vertical rise, the so-called run-to-rise ratio. The mechanical advantage increases as the slope of the incline decreases, but then the load will have to be moved a greater distance.

Explanation:

When she downloads new software onto her smartphone, Talia must ensure the software is compatible with her smartphone's __________.


operating system


application software


utility software


productivity software

Answers

Answer:

operating system

Explanation:

Every smartphone has its own operating system (typically iOS or Andriod) and every app must be compatible with an operating system(s).

The rest of the options are just different types of software.

Lmk if this helps

2. Which property is used for hiding text of the textbox?
a) Password Char b) Text Char c) Char Password d) Pass Char

Answers

Answer:

password char

Explanation:

The password char property allows the text being written in the textbox to be hidden in the form of dots or stars. As such the user entering the password is secure, as no one nearby can know the password by watching the texts.

Luckas entered the date 9-17-2013 in an Excel workbook. He wants the date to appears as “Tuesday, September 17, 2013.” Instead of retyping the data, what sequence should Lukas follow so this format is displayed?

Answers

Explanation:

highlight, correct format and click ok

https://ref.surveyj.co/Oware111​

Answers

What is the link?

IS IT A HACKING LINK

Create a Raptor program to store a list of customer names and phone numbers entered by the user to a text file. Save your text file as “Customers.txt”.

Answers

Answer:

b

Explanation:

Jeni is using the Label Wizard to solve a problem. What problem was she most likely experiencing?

O The images were not attaching to the labels.
O The spell check feature was not working within the label boundaries. O The text was getting cut off when the labels printed.
O The print preview function was showing only one label at a time.​

Answers

The last one is the right answer

26. The
operator will cause a record to
be selected only if two or more
conditions are satisfied
In MS access

Answers

Answer:

AND

The  AND operator will cause a record to  be selected only if two or more

conditions are satisfied.

Which statement is accurate to describe a spreadsheet versus an Excel workbook?
a) worksheets have one or more workbooks.
b) workbooks have one or more worksheets.
c) workbooks are the same as word documents.
d) worksheets always refer to real paper.

Answers

C is the correct answer

The bank offers the following types of accounts to its customers: saving accounts, checking accounts and money market accounts. Customers are allowed to deposit money into an account (thereby increasing its balance), withdraw money from an account (thereby decreasing its balance) and earn interest on the account. Each account has an interest rate

Assume that you will write the code for an application that will calculate the amount of interest earned for a bank account.

a. Identify the potential classes in this problem domain be list all the nouns
b. Refine the list to include only the necessary class names for this problem
c. Identify the responsibilities of the class or classes.

Answers

C is the correct answer

2. A computer that is easy to operate is called
I
10 POINTSSSS PLEASEEE HELPPP

DIT QUESTION

Answers

Answer:

Explanation:

A computer that is easy to operate is called User Friendly

how do you get The special and extended ending in final fight 2 snes

Answers

Yes what that person above said!

Scenarios are quite common where an IT professional is tasked with modify a file on many computer systems or many files on a single computer or a combination of the two. For example, a large software may need the copyright notice comment to be changed on every source file in the project. Or, a configuration file may need to be modified on every server in a multi-server deployment. Doing this task manually is not a viable way to approach the problem. Instead, a better solution is to use a scriptable environment to perform search and replace functionality on the files in question. Python is an excellent tool for this kind of task.
Description
Samba is a unix/linux file sharing suite of programs designed to provide Windows interoperable file and print sharing services. Much of the configuration for the Samba daemon is provided by the text file smb.conf (renamed to smb.txt for this assignment). After an update was deployed to three dozen linux servers it was discovered that a couple of configured parameters were incorrect. Unfortunately, since there are unique aspects to each server, copying the contents of a single file to each server is not a viable solution. To fix the problem, the IT department must connect to each server, edit the smb.conf file, and restart the smbd daemon. To automate this task, each server will have a Python script copied to it. Then an SSH session will be initiated to each server from which the script will be executed. Your task is to write the Python script.
The invocation of the script must be as follows:
python modify.py fileSpec "from" "to"
where,
modify.py is the name of your script
fileSpec is the name of the file to be modified (smb.txt)
"from" is the text to be searched for (be sure to enclose any white space in quotes.
"to" is the text the searched text is to be replaced with.
Testing the script is your responsibility. However a good test case is:
python modify.py smb.txt "password sync = yes" "password sync = no"

Answers

Answer:

Explanation:/

The example Python script that can be used to automate the modification of the smb.conf file on multiple Linux servers is shown below

What is the code?

python

import subprocess

import sys

def modify_smb_conf(file_spec, search_text, replace_text):

   try:

       # Open the file for reading

       with open(file_spec, 'r') as file:

           # Read the contents of the file

           file_contents = file.read()

       # Perform the search and replace operation

       modified_contents = file_contents.replace(search_text, replace_text)

       # Open the file for writing

       with open(file_spec, 'w') as file:

           # Write the modified contents back to the file

           file.write(modified_contents)

       # Print a success message

       print(f"Modification successful: Replaced '{search_text}' with '{replace_text}' in {file_spec}")

   except IOError as e:

       # Print an error message if there was an issue with file operations

       print(f"Error: {e}")

def main():

   # Check if the correct number of command line arguments are provided

   if len(sys.argv) != 4:

       print("Usage: python modify.py fileSpec \"from\" \"to\"")

       return

   # Extract the command line arguments

   file_spec = sys.argv[1]

   search_text = sys.argv[2]

   replace_text = sys.argv[3]

   # Call the function to modify the smb.conf file

   modify_smb_conf(file_spec, search_text, replace_text)

if __name__ == '__main__':

   main()

Read more about  code here:

https://brainly.com/question/29330362

#SPJ2

consider l= 5 ,r= 11. you must determine the sum of the values of the function in the range L to R . you have to calculate sum = lrf(x) in python coding

Answers

def summation (num1, num2):

i = 0

for x in range (num1 : num2 + 1):

i += x

return i

print ( summation(l, r))

Describe how tuples can be useful with loops over lists and dictionaries,
and give Python code examples.
Create your own code examples. Do not copy them from the textbook or any other source.
Your descriptions and examples should include the following: the zip function, the enumerate function, and the items method.

Answers

Answer:

what is computer

what is simple machine

what is output device

Explain how communication has helped to the staff in organization to reach their maximum delivery of service with efficience and effectiveness ​

Answers

Answer:

i don't know

Explanation:

Microsoft office can be classified under what heading of application

Answers

Answer:

Word processing software/application

pls mark as brainliest!

Have a grt day!!!

Ellen is working on a form in Access and clicks on the Design tab in the Form Design Tools section. Ellen then clicks on the Controls button and clicks the Label icon. What is Ellen most likely doing to the form?
A.adding a title
B.adding an existing field
C.changing the anchoring setting
D.changing the font of a label

Answers

Answer:

D. changing the font of a label

Carlos manages a Linux system that users are able to SSH into in order to perform certain tasks. However, he has just installed a critical patch and wants to reboot the server to ensure that it has fully taken effect. Which of the following commands should he use to ensure that a reboot will not interrupt any logged in users?

a. w
b. id
c. whoami
d. uname -a

Answers

The answer is "Option b" which is "id", and its further calculation can be defined as follows:

In the Linux system, the id command is being used to find out the account and main indicators and numeric IDs of a current user and any other user on the system. In this, command the User name and genuine user ID.It is used to list all the groups of which a user is a member, and also display the security context of the current user.

The wrong choice can be defined as follows:

In choice a, "w" is the use full command, which displays all users who are currently active.In choice c, "whoami" is used as our user name.In choice d, "uname-a" is used to shows information about the network.

Therefore "Choice b" is the correct answer.

Learn more:

Linux system: brainly.com/question/3133247

Why Do You Need to Set Goals for a LinkedIn Automation Campaign?

Answers

Answer:

Some users are simply eager to use LinkedIn automation to run campaigns because they believe these tools would do some magic and they’d hit a jackpot over the night.

They don’t set any goals or take any necessary steps before starting and then complain about campaign failure.

Other Questions
Use Charles's Law to solve the following problem. A sample of air has a volume of 550.0 mL at 106 C. At what temperature will its volume be 700.0 mL at constant pressure? a482 K b63 C c505 K d119 C The function f is defined by f(x) = 2x^2+5.Find f(3a) What isf(x)=(x-2)(x-6) in standard form bhai please mera I'd me kuch bhi nahi hai custom bhai the best way to get the train station Carbohydrates can be simple or complex. Give an example of each.v is an example of a simple carbohydrate, andis an example of a complex carbohydrate. The ovals above represent mangrove islands of various sizes and distances from shore. According to the MacArthur/Wilson Island Biogeography Model, which island is expected to have the LOWEST number of insect species at equilibrium A circuit with a total of 2 ohms of resistance and has a 6 volt battery. If an electron starts off in the circuit with 5.8 volts and takes 5 nanoseconds to reach the end of the circuit, it will have a voltage of Mt cc th ca mt loi sinh vt khi gim phn to giao t. Trong s giao t c sinh ra ngi ta nhn thy s loi giao t mang 2 NST c ngun gc t m l 6. Qu trnh gim phn din ra bnh thng, khng xy ra trao i cho.a. Xc nh b NST 2n ca loi v tn loi.b. Tnh t l loi giao t ni trn?Cho rng t l th tinh ca giao t c v ci u l 100%. Ton b cc hp t u pht trin thnh c th con. Who could access portable portraits that changed who had access to the technology? EXERCISE 2: Complete the sentences with a/an, the, or 0. Capitalize as appropriate.1. .0... Beef is a kind of 0 meat.2. The beef we had for dinner last night was excellent.3. Jim is wearinga. straw hat today.4. Jim likes to wear ________hats.5___ hat is article of clothing.6___ hats are articles of clothing.7. ________brown hat on that hook over there belongs to Mark.8. Everyone has ________problems in________ life.9. My grandfather had ________long life.10. That book is about ________life of Helen Keller.11. Tommy wants to be ________engineer when he grows up.12. The Brooklyn Bridge was designed by ________engineer.13. John Roehling is ________name of ________engineer who designed the Brooklyn Bridge. He died in1869 from ________infection before ________bridge was completed.14. ___ people wear ________jewelry to make themselves more attractive.15. ________jewelry Diana is wearing today is beautiful. the graph of the parabola y=3(x+5)2-2 has vertex (-5,-2). if this parabola is shifted 1 unit down and 6 units to the right, what is the equation of the new parabola? a.25. This is not one of the responsibilities of the healthcare support staff.Code recordsb. Stabilize patientsc.Followd. Transcribe and/or edit dictationup on claims A warm-up routine should _______your body temperature.O A. stabilizeO B. increaseO C. destabilizeO D. decrease Laura made $273 for 13 hours of work.At the same rate, how much would she make for 17 hours of work?slX$? In the following hypothetical example, a researcher applies varying amounts of fertilizer (0, 2, 4, 8, 10 units) to potted tomato plants. All other variables that may affect the outcome (watering, temperature, sunlight, plant size, etc.) are kept the same from pot to pot. At the end of the growing season, the tomatoes grown on each plant are weighed to determine which fertilizer level produces the largest tomato yield. Which variable was the independent variable and which was the dependent variable 2x + 6 = 0 Find x.60456 16 - 2r = 3r + 6r + 1 what is r? What is the distance between the following points?y++++ 31 2 3 4 5 6 7 8 9.-27-3+-4-5+-6-7-8 The sale price for a jacket that regularly costs $102.00 is now $74.00. With sales tax, a customer pays $82.40.