who is the founder of microsoft? what was their first product?

Answers

Answer 1

Answer:

Founder: Bill Gates

First Product: Software written in the early programming language "BASIC" for the Altair 8800 microcomputer

Explanation:


Related Questions

Write a program that inputs the length of two pieces of fabric in feet and inches(as whole numbers) and prints the total

Answers

Converting from inches to feet requires a modulo operator.

The modulo operator returns the remainder of a division.

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

#This gets the input for feet

feet1 = int(input("Enter the Feet: "))

#This gets the input for inches

inch1 = int(input("Enter the Inches: "))

#This gets another input for feet

feet2 = int(input("Enter the Feet: "))

#This gets another input for inches

inch2 = int(input("Enter the Inches: "))

#This calculates the total inches, using the modulo operator

totalInches = (inch1 + inch2)%12

#This calculates the total feet

totalFeet = feet1 + feet2 + (inch1 + inch2)//12

#This prints the required output

print("Feet: {} Inches: {}".format(totalFeet,totalInches))

At the end of the program, the total feet and total inches are printed.

Read more about similar programs at:

https://brainly.com/question/13570855

what is the type of software that locks your device until you pay a hacker to gain access again?

Answers

I’m not 100% sure, but I think it is Malware

Range is an example of a ______________.
PLZ help!!!

Answers

Answer:

Function

Explanation:

In python, they use this word a lot.

The function in Python is an example of just one. Whenever called, the reach function accepts one argument. This range function accepts up to 3 arguments, but at least one must be specified when this is invoked.

It provides a process called range(). It returns a series of numbers that starts at zero and increments by one by default, stopping before the defined set.This function is most commonly used to iterate sequence types (Python range () list, string, and so on) using for and while loops.In the for loop, one of the most common uses of the range () method is to iterate through a series of variables.

Therefore, the final answer is "Function".

Learn more:

brainly.com/question/22291227

b. 2 and 22
function,
13. To input a decimal you need the
a. float
b. int
C. str
d.
val


Python

Answers

Answer:

i think the answer is c so yea

What are some other possible causes of an overheating laptop

Answers

Too much use, air vents are being covered, dust/dirt/other particles clogging the fan making it struggle too cool the laptop down, the internal battery may be low and struggling to function, etc.


I hope this helps you!

You are the administrator for a small organization with four servers. You have one file server named StormSrvA that runs Windows Server 2016. You have a junior administrator who needs to do backups on this server. You need to ensure that the junior admin can use Windows Server Backup to create a complete backup of StormSrvA. What should you configure to allow the junior admin to do the backups

Answers

Answer:

The local groups by using Computer Management

Explanation:

To allow the junior admin to do backups, their account needs to be part of the Backup Operators local group. To add their account to the local group, you need to use Computer Management.

Explain the working principle of computer with suitable diagram.

Answers

Based on the instructions given, a computer receives data through an input unit and sends it back through an output system after it processes the data. ... Once the data is obtained, the central processing unit (CPU) takes over and processes the information it was provided along with the aid of other components.

What dose DTP stand for

Answers

Answer:

DTPDesktop PublishingDTPDiphtheria, Tetanus and PertussisDTPDays to PayDTPDemokratik Toplum Partisi (Turkish: Democratic Society Party)DTPDirection des Travaux Publics (French: Director of Public Works; various locations)DTPDepartment of TransportDTPDiphtérie, Tétanos, Poliomyélite (French: Diphtheria, Tetanus, Polio)DTPDevelopmental Therapeutics ProgramDTPDigital To (Printing) PlateDTPDynamic Trunking ProtocolDTPData Transfer ProtocolDTPDevelopment Tools Project (Eclipse Foundation)DTPDisturbing Tha Peace (rap group)DTPDriven to Perform (auto show; Canada)DTPData Transfer ProcessDTPDigital Textile PrintingDTPDisturbing the Peace (band)DTPDistributed Transaction ProcessingDTPDevin Townsend Project (band)DTPDemokrat Türkiye Partisi (Turkish Democrat Party)DTPDrug Testing ProgramDTPDistribution Transaction ProcessingDTPDirect Thermal PaperDTPDocument Timeworks PublisherDTPDate and Time PickerDTPDdsn Transfer ProcessDTPDirect Thermal PrintingDTPDual Tape CarrierDTPData Tools PlatformDTPDirect-to-Patient (marketing)DTPDisney Theatrical ProductionsDTPDirect to Pharmacy (supply chain)DTPDube TradeportDTPDetailed Test PlanDTPDown to PoundDTPDirection du Transport Public (French: Directorate of Public Transport)DTPDrug Therapy Problem (healthcare)DTPDriver Training Programme (various organizations)DTPDynamique Terrestre et Planétaire (French: Terrestrial and Planetary Dynamics; research)DTPDuties and Taxes Paid (service; DHL Group)DTPDansk Tractor Pulling (Denmark)DTPDelaware Technology Park (partnership; Newark, DE)DTPDesktop ProcedureDTPDéveloppement Techniques Plastiques (French: Plastic Development Techniques)DTPDowntown Transportation Plan (various locations)DTPDesktop Pipeline (web newsletter)DTPDefense Trade PolicyDTPDistal Tingling on Percussion (Tinel's Sign)DTPDynamic Threat Protection (Internet Security Systems)DTPDavis Tractor Parts (Andalusia, AL)DTPDreamTree Project (New Mexico)DTPDeath to Posers (band)DTPDocument Transfer ProfileDTPDisjunctive Temporal Problem (type of temporal constraint satisfaction problem)DTPDeep-Trench Patterning (electromagnetics)DTPDDSN Transfer Process (Cisco)DTPDirectory Tape ProcessorDTPDistinguished Teaching ProfessorshipDTPDesign-To-PriceDTPDevelopment Test PlanDTPDaily Traffic ProfileDTPDomain-Tip PropagationDTPDemonstrator Test PlanDTPDepartment for Transportation PaymentsDTPDevelopmental Threat PackageDTPDirect Trigger PointDTPDirectory of Office Telecommunications PolicyDTPDefense Technical PlanDTPDistributed Training Program

Objectives ** WILL GIVE BRAINIST PLEASE**
Write a scientific report modeling a written research paper on big data applications.



Your Task

Think of an area that interests you: sports, arts, entertainment, international relief efforts, government, careers, or the weather.


Think of a question you would like to answer. Is it better to wait until the battery is low before you recharge your smartphone? How does a streaming service like Netflix or Hulu decide which shows to offer?


Look for a website where someone already collected a large quantity of data to answer that question. While commercial big data sets may have tens of thousands of values, for this project, look for a data set with at least 100 values.


You are not going to write a program to analyze these data because you have not yet covered how to read data files. You can describe how the researcher(s) who collected the data used them to answer your question.

Your Document Requirements
Part 1: Name
Your name
Names of your partner(s) (include the names of your group if this is a group project)
Part 2: Title
Part 3: Question(s) to Answer
A paragraph that introduces your topic and the question(s) to be answered
Part 4: Exposition
Describe the data you found, including a link to the page
Explain the answer to your question(s)
Give credit to your sources, whether using direct quotes or not
Part 5: Conclusion
A paragraph summarizing your analysis
Part 6: Bibliography
Part 7: Partner Participation (only included for those working in groups)
Describe the role and responsibilities of each member of the group

Answers

Answer:

                                                                                                                 (name)

Explanation:                              Title

Question(s)A paragraph that introduces your topic

!! please help!!

What technique is used in this code to repeat the process for each value in the array?

a. pause blocks
b. a repeat loop
c. a for loop
d. an array block​

Answers

Answer:

C: A for loop.

Explanation:

The for loop is used to repeat a section of code known number of times.

Which type of element is a line break?

Answers

Answer:

<BR> element

Explanation:

People’s personal information is collected _____. Select 4 options.

A. in order to learn how to enhance their privacy.
B. so that organizations can make predictions about people.
C. so that governments can make decisions about policing.
D. so that organizations can market more effectively.
E. in order to learn more about the way they behave.

Answers

Answer: I think the answer is A),B),C),D)

Explanation: I hope this helps,please let me know :)

Answer:

A, B, C, and E

Explanation:

correct of edge 2022

Carlos had 194 seeds and 11 flower pots he put the same number of seeds in each flower pot which is the best estimate for the number of seeds in each flower pot

Answers

Answer: in solution.

Explanation:

It is basically 194 divided by 11 since we are evenly grouping 194 seeds into 11 pots. This gives 17.636363…

This means that the best estimate is around that number.

What approach do you prefer to take when creating presentations for class projects? Would you rather use software or create presentation materials by hand? Explain your answers.

Answers

Answer:

when creating presentations it is easier to follow a software because it is reliable and establishes status. Although a more manual method can be used too. now the rest depends on your skills. If I were to make a presentation I would use a software as it makes my work flow more efficient and easy

Explanation:

use a software is much much better because it can save your time make your works more afficient and easier



Jeroo Bob has just awoken from a long night's sleep and is hungry for some winsum flowers. He walks out of
his shelter, and looks around for some, determined to find every flower possible, even on the small peninsula
on the southeast corner. He spots several, including one on the peninsula, and as he gathers them on the main
island, he sees that Trapper Jody has placed some barrier nets on the small strip of land between the large
island and the peninsula. "Curses!", Bob mutters to himself, exasperated with the continuous harassment he
gets from Jody in her efforts to catch him with her nets. "I'll just have to use the flowers I already have to
disable the nets.", Bob thinks to himself. "I will not let her keep me from my winsum flowers!!". Of course,
he is not smart enough, and too stubborn and hungry even if he realized that he'll waste more flowers
disabling the net traps than it's worth, but he plows on ahead, bound and determined to get that last flower, no
matter what it takes, and get back home for some breakfast!
Write the program necessary for Bob to accomplish his goal, retrieving all the flowers on the island, even the
one on the peninsula, and return Bob back to his home so he can have breakfast in bed, in the exact same
position as when he awoke.
Watch for opportunities to optimize your code using loops. Your teacher just might give you bonus credit
each time you are able to do that!
Have fun!
BEFORE
AFTER
!
Note: In the second picture, all that is required is that there is a clear path between the main island and the
peninsula. The remaining net could be gone as well, and that is OK.
Use a separate sheet of paper to write your program, so that you have enough room.
11:49 AM
Gogle
JUTUU LAU
Jeroo Lab 11

Answers

Answer:

bro this is long try something easy

Explanation:

im lazy to read

Identifica una necesidad que implique la reducción de los efectos perjudiciales relacionados al uso de los recursos energéticos.

Answers

Everything runs on energy. This includes all living things, as well as all the cars, houses, factories, lights, and appliances on which we depend. Every unit of energy we use costs us something, be it money or some other type of resource. So whenever we waste energy, we waste money or resources or both.

This is why we need to care about using energy more efficiently. Probably every one of us wastes energy in some way: by driving vehicles with a low fuel efficiency (getting less than 40 miles per gallon); living in poorly insulated houses; using energy-inefficient lighting and appliances; or leaving lights and computers on or motors running when we are not using them. Also, because our use of energy often has harmful effects on the environment, the more energy we waste, the greater is our ecological footprint.

We should also care about the sources of the energy we use. The use of any energy resource has an environmental impact. But our most widely used energy resources—nonrenewable oil, natural gas, coal, and uranium (which fuels nuclear power plants)—have large harmful environmental impacts. By shifting during the next several decades to greater use of renewable energy from the sun, wind, flowing water, and geothermal energy stored as heat in the earth's crust, we can greatly reduce these harmful environmental impacts.

When we rely more on renewable energy sources, most of which depend on energy from the sun, we are following one of nature's three scientific principles of sustainability that have sustained life on the earth for about 3.5 billion years. Some scientists argue that by following these principles, we will have a better chance of preserving our species, cultures, and economies than we will if we ignore them.

There is a great deal of evidence that certain human activities, in violation of these principles, are degrading the earth's life support system. In these activities, we are wasting huge amounts of energy and relying on environmentally harmful energy resources. The good news is that, by observing the earth's scientific sustainability principles, we can still enjoy many of the benefits of today's affluent societies without wasting so much energy and money, and we can reduce our harmful environmental impacts.

what maintains data about various types of objects, events, people, and places?

Answers

Database,A data made management system,data element,

There are numerous components that maintain data about various types of objects, events, people, and places. They are known as databases, data management systems, and data elements.

What do you mean by Database?

A database may be defined as a systematic collection of data that is significantly stored and accessed electronically by a user. After storage, it can be retrieved or extracted when the user requires it for their need. It holds a complete set of files, folders, documents, etc. in an organized manner.

Apart from databases, data management systems are the framework system for gathering and interpreting large volumes of data across an organization in a sequential manner. It basically includes software tools for its proper management.

A data element is a fundamental unit of data that has some precise meaning and functional property in order to classify data on the basis of some criteria or characteristics.

Therefore, there are numerous components that maintain data about various types of objects, events, people, and places. They are known as databases, data management systems, and data elements.

To learn more about Databases, refer to the link:

https://brainly.com/question/518894

#SPJ6

What is the first step in finding a solution to a problem?

1: Choose a solution.
2:Think of options to solve the problem.
3:Try the solution.
4:Turn the problem into a question.

Answers

Answer:

Can i have a points? Tysmm

Answer:

4: Turn the problem into a question

Explanation:

The first step in solving any problem is to properly define what exactly is the problem.

This is easier said than done simply because we can sometimes only see or notice the symptoms of a problem or the results but not the cause of those symptoms/results. The cause is the real problem which may be very elusive or just too complex to define.

So identifying the actual problem is the most important first step to solving it.

Over the past week, every time Larry has started his computer, he has noticed that the time is not correct. Larry didn't consider this a problem because his computer was working properly. However, now Larry has decided that he should investigate why the time is not accurate. What can you tell Larry to check to find out why the clock does not keep the right time?

Answers

Answer + Explanation:

You can tell Larry to set his device's location on 'enabled' at all times. That way, you get the time zone too. For example. if you live in the US, and your Location is not enabled, then the device may think that you are in China, or where the device was last at.

Direction: Write True on the line if the statement is correct. Write False if the statement is incorrect. 1. All objects are composed of shapes and all other design elements are shapes in some way. 2. The color is the basic tool for combining colors. 3. Red violet and blue green are examples of tertiary colors. 4. The arrangement of furniture on each side of a dominant point is referred to as radial balance. 5. Color is the way one feels or perceives about a surface.​

Answers

ANSWER:

TRUEFALSEFALSETRUETRUE_________________

CARRY ON LEARNING

CAN YOU BRAINLEST ME PLEASE

Answer:

1. False coz colour isnt a shape

2. True

3. True

4. True, I think

5. Can be true

Explanation:

I was correcting my keyboard since the arrows had a qwerty swap, but I looked at the settings and realized I needed to change it, but I deleted the keyboard file and my keyboard stopped working, so I panicked. I'd be dead if my father saw the keyboard. What do i need to reinstall it?,,,

Answers

Answer:

Hi,

Try this link

https://certified.windowserrorhelp.com/automatically-update-device-drivers/?headline=%20Keyboard%20Drivers&logo=keyboard&gclid=CjwKCAjw5c6LBhBdEiwAP9ejG1lZr9EYilcRFp3KfYydybYMNfbWAC9-1cwynalo6vDN9R7D452qORoCC9cQAvD_BwE

Then download the thing.I promise it is secure.

Explanation:

It helps reinstall and install driver updates for windows computers. Based on the way you talked about your keyboard it seems like you have a laptop.  The link above will help you re-install and automatically update your keyboard driver. If you have a Mac or other Apple Computer you didn't delete it because Apple hardware has non-removable Drivers for their laptops. in this case there is probably a 3 party source affecting this, such as, heaven forbid, a virus, a corruption of internal storage, or a short circuit.

You can customize backdrops in Scratch, adding text or freestyle drawings over the initial image

A.
True

B.
False

This is actually game design 20 pts and brainliest!!

Answers

Answer:

A. True

Explanation:

ive done this myself

https://scratch.mit.edu/projects/395142260/

Answer:

true

Explanation:

how to prevent truncation of data when importing into sas studio

Answers

Answer:

Set the length BEFORE pulling the dataset. You cannot change the length of character variable after it has already been set. Then remove any format that might be attached to it. In fact why not just remove any formats attached to any of your character variables.

which hardware component interprets and carries out

Answers

Answer:

The processor, are also called a CPU(central processing unit) is an electronic component. That interpretes and carried out the basic instruction that operates a computer

Explanation:

1. YOU CAN REVERSE AN UNDO ACTION BY CLICKING REDO. *

True
False

Answers

Answer:

if it's on the keyboard false

For any of you coding experts. I'm just beginning to take coding seriously and I want to know which coding language is the easiest for beginners. Any tips?​

Answers

Personally Python was the easiest for me. It truly is personal preference. Just keep dedicated, and motivated to learn! Once you know one language very well, you’ll understand the base of every language good luck bud
I believe HTML & MySQL are the easiest coding languages for beginners. If you are a starter you might prefer to take HTML which is comparatively really easy & understandable as well. HTML allows you to create webpages in no time with simple coding & there's no use of binary digits. Moving onto MySQL..this is also easy but it's advanced when compared to HTML. But, the work is more neat & good if you program it through SQL. After mastering both of them you can go for Python / Java, which are hard but it should be ok if you studied the first 2 languages. There's Xojo as well, lesser known but still good.

I've been stuck on these two basic javascript assignments for an embarrassingly long time. The teacher refuses to help me and the material I've been provided doesn't help me. I just need these two assignments done so I don't fail the class (like I currently am). I appreciate any help you can give

Answers

Answer:

it is 29 0ver 30

Explanation:

i took the quiz

When using a voltmeter the loading effect of the meter is very much considered, where the intended resistance of the voltmeter must be very high. Why do you think it should be this way?​

Answers

Answer:

The loading effect of a dc voltmeter refers to the phenomenon in which a negative error is produced in the voltmeter reading (measured voltage), due to the low internal resistance (i.e., low sensitivity of the voltmeter).

why wont my chromebook stay charging while im using it

Answers

Answer:

Explanation:

Well, it is probly because your chromebook is broken or the carger and/or is it working when you are not using it?

what function do you need to call to ask the user of the program to enter text?

Answers

Answer:

raw_input() function

The function that one need to call to ask the user of the program to enter text is the readLine function. The correct option is a.

What are the functions of programming?

Code units that are "self contained" and carry out a particular purpose are called functions. Typically, functions "take in," "process," and "return" data and results. Once a function has been written, it can be utilized countless times.

It is possible to "call" functions from within other functions. These coding building pieces are known as functions in programming. There are input and output in every programming function.

The function has instructions that are used to translate its input into output. It is comparable to a cow that consumes grass (the input), converts it into milk, and then is milked by a dairy farmer (the output).

Therefore, the correct option is a. readLine.

To learn more about functions, refer to the link:

https://brainly.com/question/29760009

#SPJ5

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

readLine

readln

text

println

Other Questions
HELPPPP MMEEEPLEASE The average height of a population is unknown. A random sample from the population yields a sample mean of x=66.3 inches. Assume the sampling distribution of the mean has a standard deviation of x=0.8 inches. Use the Empirical Rule to construct a 95% confidence interval for the true population mean height. What is the informal negativecommand of "cruzar"?A. no cruzesB. cruzaC. cruzesD. no cruzar It took 50 joules to push a crate 2.5 meters. With what force was the crate pushed? a research about carnivorous plants consists of what information? Identify the conjunction in this sentence: He looked pale and weak.Helookedpaleandweak Which of the strategies below could help you find 72-25? Select all the correct answers. Kyle, Meg & Dan share some money inthe ratio 3:2:7What fraction of the money does Meg get? 65 people paid $5 to go in a haunted house. They all went in, someone took their time to see the decorations and special effects. After 14 minutes half of them were outside waiting for the rest to finish. How many people are still inside? (HELP ME PLS AND I WILL PUT 5 STARS :) Cotabato was struck by a series of quakes from June I to 3, 2013. The first was a 5.7 earthquake on June 1, followed by 15 aftershocks. A 4.3 and a 5.7 quake were recorded on June 2 and 3. respectively. How much more powerful was the first earthquake than the proceeding ones? I WILL GIVE BRAINLIEST. PLEASE ANSWER ILL GIVE A LOT OF POINTS State if the triangle are congruent by sss sas asa aas or not congruent What is the mass % of acetone in a 1.85 M solution of acetone (MM = 58.08 g/mol) in water? The density of the solution is 0.971 g/mL. Whats the slope of (4,1) and (5,-3) if a single gene has 3 or more alternative forms, this is called if it is 5:45 in texas, what time is it in united arab emirates What is the slope of line help for +25 pointsWhere has the artist used texture in their piece of art? Is it effective?Napoleon 1 on his Imperial Throne by Jean-Auguste-Dominique Ingres Josie used 1/2 of the milk for pancakes this morning. If her brother and sister divided what was left to eat cookies with their movie, what fraction of the milk did each drink? NH T C RAO BN TRN CC SN GIAO DCH BT NG SN L LOI HNG HO: