What do you mean by computer. Write it use​

Answers

Answer 1

A computer is a machine that can be instructed to carry out sequences of arithmetic or logical operations automatically via computer programming. Modern computers have the ability to follow generalized sets of operations, called programs. These programs enable computers to perform an extremely wide range of tasks


Related Questions

.WAP to enter monthly sale of Salesman and give him commission i.E. If the monthly sale is more than 500000 then commision will be 10% of monthly sale otherwise 5%

Answers

sales = float(input("Enter monthly sales amount: $"))

commission = 0.05

if sales> 500000:

   commission = 0.1

print("You earned: $"+str(sales*commission))

I wrote my code in python 3.8. I hope this helps.

Which of the following is a good way to keep your knowledge of Internet technology current? Select all that apply.


Find a mentor in the field.
Monitor technical website discussion boards.
Attend local career days.
Research organizations dedicated to advancing the Internet.

Answers

Answer:

Find a mentor in the field.

Monitor technical website discussion boards.

Attend local career days.

Research organizations dedicated to advancing the Internet.

What natural resources products are discussed in the article? Are they renewable or nonrenewable?

Answers

Where is the article

Nonrenewable energy resources, like coal, nuclear, oil, and natural gas, are available in limited supplies. This is usually due to the long time it takes for them to be replenished. Renewable resources are replenished naturally and over relatively short periods of time.

Viewport: Fresh User Location: Outside of the Viewport What is the correct technique when measuring the distance of a result outside of the viewport?A. Measure from the outer edge of the viewportB. Measure to the center of the viewport (device icon)C. Measure to the User locationD. All of the Above

Answers

Answer:

The answer is "Option A".

Explanation:

It's also better and measures the distance returned to a viewport to accomplish the right angle from the result produced outside the viewfinder. Its reason for this is that the outer edge of a perspective is where all the perspective begins.

The Viewport is a new client location that is the outside of the Viewfinder that Calculates the distance with an external edge of a viewfinder from the outside of the viewfinder is a methodology.

TRUE OR FALES

1.Windows 98 is not a GUI-based operating system.

Answers

Answer:

TRUE

Explanation:

t is a graphical user interface (GUI) based operating system. Which makes our operation interactive and easy to use. Windows 98 is an improved version of Windows 95. Main feature in windows 98 is its 'Desktop'.

Word templates include pre-made flyers which may be edited and saved only if permission is obtained from the Microsoft Office teacher.

Question 3 options:
True
False

Answers

the answer will be true

What is problem scoping

Answers

Answer:

the process that people use to figure out what problem they’re solving

Explanation:

prepare a model of an editorial on "social problems and evils are the adversary factors of progress and prosperity"​

Answers

Answer:Social problems are the issues that are collectively faced by a society. It is not only related to one individual but a whole society. For example; illiteracy, poverty, infanticide, child abuse, child labour etc.

Social problems are the issues that are collectively faced by a society. It is not only related to one individual but a whole society. For example; illiteracy, poverty, infanticide, child abuse, child labour etc. Social evils are those activities that negatively affect a country. For example; alcoholism, drug abuse, prostitution etc.

Social problems are the issues that are collectively faced by a society. It is not only related to one individual but a whole society. For example; illiteracy, poverty, infanticide, child abuse, child labour etc. Social evils are those activities that negatively affect a country. For example; alcoholism, drug abuse, prostitution etc. Both social problems and evils badly affect a country. They are a hurdle in the development of the country.

Thanxxxx

Explanation:

state differences between title bar and menu bar​

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

                              "Title bar"

A title bar is a small strip that extends across the top of a window.It display the title of the window and typically include the close minimize and maximize button.In macros these buttons are on the left side of the title bar while in windows they are on the right.The title bar is a horizontal bar located at the top of a window in a GUI.It displays the title of the software name of the current.

                                   "Menu bar"

A menu bar is a graphical control elements which contains drop down menu.The menu bar purpose is to supply a common housing for window or application specific menu which provide access to such function as opening file interaction with an application or displaying help documentation or manuals.

What is the full path and filename for the file on a Debian Linux distribution that displays the time zone settings?

Answers

Answer:

/etc/timezone

Explanation:

Debian based Linux distribution is a free distribution software and an operating system. It is composed of a open source and free source software. It is one of the most popular distributions.

A computer file name is a unique system of identifying the computer stored file in the file system. The names of the different file system have different formats or extensions in the file name and imposed different file restrictions.

In the context, the full path and the file name of a file that displays a time zone settings on a Debian Linux distribution is " ../etc/timezone".

What is it called when servers on the Internet supply applications as a service, rather than a product

Answers

Answer:

cloud computing

4. Why does Hancock believe that our communication online is more honest than we might
expect?

Answers

Answer:

The reason we are more honest online is simpler than we think, says Hancock. In the past, before there was modern technology or even written language, people could lie to each other easily. Once the words were said, they disappeared. ... Technology therefore might make us more honest than ever

Answer:

Hancock believes that communication online can be more honest because in the past, before modern technology or even written language, technology makes communications written conversation make you reliable if you can't/or don't delete or unsend the messages. That might make people more honest than ever.

What are some ways to cut down on repetitive code in your website?​

Answers

Answer:

using functions or loops

Explanation:

Functions allow you to repeat code execution simply by calling the function containing the code that needs to be repeated multiple times.

Loops also allow you to execute the same code repeatedly.

How would you delete a slide from your presentation after selecting it?

Answers

you right click on your mouse then a thingy majigy should come up then press delete slide ;)

Type the correct answer in the box. Spell all words correctly.

Which spreadsheet program the BLANK option will allow Lily to arrange data in chronological order?

Lily needs to arrange data in a spreadsheet in reverse chronological order. The
option will allow Lily to perform this task.

Answers

Answer:

That would be the SORT option.

Explanation:

The sort option allows you to sort them in orders such as newest to oldest and oldest to newest.

Answer:SORT

Explanation:

In a single paragraph, write about the development of HTML and its relevance to the growth of the Internet.

Answers

Explanation:

This chapter is a short history of HTML. Its aim is to give readers some idea of how the HTML we use today was developed from the prototype written by Tim Berners-Lee in 1992. The story is interesting - not least because HTML has been through an extremely bumpy ride on the road to standardization, with software engineers, academics and browser companies haggling about the language like so many Ministers of Parliament debating in the House of Commons.

1989: Tim Berners-Lee invents the Web with HTML as its publishing language

The World Wide Web began life in the place where you would least expect it: at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland. CERN is a meeting place for physicists from all over the world, where highly abstract and conceptual thinkers engage in the contemplation of complex atomic phenomena that occur on a minuscule scale in time and space. This is a surprising place indeed for the beginnings of a technology which would, eventually, deliver everything from tourist information, online shopping and advertisements, financial data, weather forecasts and much more to your personal computer.

Karen wants to create a program that will allow the user to input their age. Which of these lines of code should be used?
print("What is your age?")
age = ("What is your age?")
age = input("What is your age?")
age = ask("What is your age?")

Answers

Answer: age = input("What is your age?")

Explanation: Since this is the syntax for inputing a variable and storing it as age

Answer:

Answer is age=input(what is your age)

Explanation: Its right because age=input your inputting your age and what is asking you hopefully it helped have a good day :)

which of the following is a likely problem for a driver in an urban area? A. fame animals on the roads B.not finding a gas station

Answers

Answer:

D. Line of sight restrictions

Explanation:

The urban area is denser when it comes to the population of people compared to the rural area. This means that the traffic is heavy and there are many people crossing the streets. The buildings are also tall. These things block the person's view upon driving to his target destination. Therefore, he has many line-of-sight restrictions when driving in the city. He needs to be more careful in driving by using his mirrors in order to prevent accidents. Unlike in the countryside, the target area is usually visible to the sight of the driver.

Answer:

D. line of sight restrictions

Explanation:

Write a program to show the grade obtained by a student after he/she enters their total mark percentage. Program should accept an input from the user and display their grade as follows Mark Grade < 90 A 80-89 B 70-79 C 60-69 D 50-59 E < 50 Failed

Answers

Write a program to show the grade obtained by a student after he/she enters their total mark percentage. Program should accept an input from the user and display their grade as follows Mark Grade < 90 A 80-89 B 70-79 C 60- the answer would 89 B:C cause that's then the things were alive.

What are important acronyms we use when we talk about the internet? this is for computer science.

Answers

Answer:

Lol

Brb

Btw

Gtg

Explanation:

I hope this helps

what is The Impact Of Technology On Real Estate

Answers

Answer:

Technology can help real estate agents predict the future values of properties in the market. For most consumers purchasing a new home is an investment, but having a reliable source of value and future value, will make them more confident in investing into that property.

Explanation:

why does elephant has thicker legs? Explain in terms of breaking stress?​

Answers

Answer:

Since volume is proportional to area, volume is inversely proportional to pressure.

An elephant has a greater weight towards Earth's surface, so it has a larger legs of larger volume which exerts less pressure on Earth's surface in order to prevent it from immersing in soil, or soft land

state two types of files which can be accessed by online download servers

Answers

FTP and Online Sharing Services

Which of these cannot be used to open a zip file?
O WinZip
O WordPad
File Viewer Plus
O Apple Archive Utility

Answers

Answer:

c

Explanation:

bc

When do I use while loops

Answers

Answer:

When you dont know how long the loop is going to run for

Explanation:

Nadia has inserted an image into a Word document and now would like to resize the image to fit the document befter. What is the quickest way to do this? keyboard shortcut sizing handles context menu sizing dialog box ​

Answers

Answer:

To resize the document, Nadia needs to press

Command +>/ Ctrl+> to increase the size of the frame and its contents by 1%.

Or press Command +</ Ctrl+< to decrease the size of the frame and its contents by 1%

use of the Internet to access programs and data on computers that are not owned and managed by the user often using large data centers

Answers

Answer:

Cloud computing

Explanation:

Given that Cloud computing is a term that is used in explaining the method in which the users utilize big data centers like Amazon Web Services, Microsoft Azure, etc, to carry out functions such as storing and accessing created data and files, and formation of the database online without saving it on the user's computer.

Therefore, CLOUD COMPUTING is the use of the Internet to access programs and data on computers that are not owned and managed by the user often using large data centers.

Storage.
• Mouse
• Laser Printer • Hard Disk
• Speaker • Joystick
Digital Video Camera
- CD-ROM
• Scanner
• Monitor
Microphone
Answer the following.
List the four basic hardware components of
computer.
What is an input device? Name some input devices an
mention what they are used for.
Megha Computer Science - 6​

Answers

Answer:

Part A

1) Mouse

2) Monitor

3) Hard Disk

4) Joystick

Part B

i) An input device is used to provide input signal to the computer or other information technology system for processing

ii) scanners, joysticks, mouse, and keyboards

iii) a) A scanners is used to create digital image input

b) A joystick is mainly used in gaming

c) The (computer) mouse is moved on a flat surface to navigate the mouse pointer

d) A (computer) keyboard is used for data input into the

Explanation:

Part A

The list of the four basic hardware components of computer are;

1) Mouse

2) Monitor

3) Hard Disk

4) Joystick

Part B

i) An input device is an equipment with which computer control signal and data are entered into a computer or other forms of technology for processing information.

ii) Input devices includes, scanners, joysticks, mouse, and keyboards

iii) a) A scanners is used to create digital image input for the computing system

b) A joystick (mainly used in gaming) consists of stick with control buttons that pivots on an attached base whose movement and control button input are reported to the information technology processing system, such as a computer to which it is attached

c) The (computer) mouse is moved on a flat surface to navigate the mouse pointer displayed on a graphical user interface for controlling and operation of a computer

d) A (computer) keyboard is a primary computer input device that is very much similar to a typewriter keyboard in design and functioning

Data input to the computer are made by typing values using the keyboard


(6) A man buys some chocolates for Rs. 30.25, noodles for Rs. 65.25 and biscuits for Rs.
85.50. If he gives Rs. 200 to the shopkeeper, how much money will he get return back​

Answers

19 Rs ( अनीस रुपए)

Explanation:

that is 200

PLEASE HELP!!!!


Which of the following statements about content-based filtering is TRUE?

A. With content-based filtering, users receive recommendations for items liked by similar users.

B. With content-based filtering, users receive recommendations for items that are similar in type to ones they already like.

C. Both A and B are true

D.Neither A nor Bare true​

Answers

Answer:

D

Explanation:

It means its based on things similar to what you are reading or looking at.

The statement that is true about content-based filtering is; A. With content-based filtering, users receive recommendations for items liked by similar users.

What is Content based Filtering?

Content-based filtering is defined as a type of recommender system that attempts to guess what a user may like based on that user's activity.

Now, from the given options we can say that option A is correct because it matches the description we have above about Content based filtering.

Read more about Content based filtering at; https://brainly.com/question/10043488

#SPJ9

Other Questions
The arid climate region is labeled with the letter _____ on the map above.A.BB.CC.ED.FPlease select the best answer from the choices providedABCD PLEASE HURRY FOR BRAINLIEST I BEG YOU!! 1. What TWO ANSWERS best describe the relationship between hardware (physical devices) and software (programs)? A. Hardware must be physically controlled by a person, and software can be controlled with code. B. Hardware allows software to interact with the physical world in many different ways. C. Hardware is the type of software used in physical prototypes. D. Hardware and software work together to make computing devices user hit O E. In computing devices, hardware controls output and software controls input. Pleas help!! ASAP Explain the physical and chemical properties of water, including its different phase changes. Why is water so crtical for human life? Written as an paragraph/essay In "Ozymandias," how does the gigantic size of the statue affect the poem's meaning?It symbolizes the length of Ozymandias's reign.It symbolizes Ozymandias's impressive accomplishments.It symbolizes Ozymandias's own sense of self-importance.It symbolizes the wealth of Ozymandias's kingdom. Examine the work shown. Explain the error and find thecorrect result204-16)-(-30)2(-12) - (-30)24-(-30)54 NEED HELP PLEASE 16. A car dealer has 90 cars in the new car lot. The partially completed two-way table shown categorizes the cars by their color and whether or not they have backupcameras. How many cars on the lot do not have backup cameras?A. 45B. 64C. 53D.8 Can someone summarize the hate u gave chapter 1 page 6 last paragraph If you burn garbage in your backyard and the smoke damages a neighbor's house,the damage is considered an externality.The externality is the cost of the house damage paid by the neighbor (third party).A. TrueB. False AABC is shown below. GE = -3y + 18 and GF = 5y + 2.EBFFind the measure of the radius of the inscribed circle of AABC.Radius = Select the sentence that clearly links a modifying word, phrase, or clause to the word it modifies. HELP PLEASE, QUESTION IS IMAGE How a threat is perceived triggers the secondary appraisal of a stressor Which best describes the relationship between the Governance pathway and the Regulation pathway? The Governance pathway involves military jobs that the Regulation pathway pays for. The Regulation pathway performs research for community development to creates plans about how the city will grow. The Governance pathway makes many of the laws that the Regulation pathway enforces. The Regulation pathway sets the specifications for buildings and facilities that the Governance pathway inspects and reviews. A length of pipe is 6cm to the nearest meter. Complete the error interval for the length of pipe. A number plus 1/3 of the number can be expressed as There are 12 members in a family and 8of them are males find the ratio of the number of females and the total numbers of members Why should you look at the consequences of your decisions? Becoming aware of the multiple meanings of spoken or written language, such as recognizing metaphors and sarcasm, is __________. A. fast mapping B. multiple word comprehension C. metalinguistic awareness D. semantic awareness Three times the number of polar bears is more than twice the number of polar bears plus 45. a. Write an inequality to model this situation. b. Which of the following could possibly be the number of polar bears? A. 38 B. 40 C. 45 D. 48 Steam Workshop Downloader