what is two examples of software and hardware?​

Answers

Answer 1

Answer:

Hardware Software

If hardware is damaged, it is replaced with new one. If software is damaged, its backup copy can be reinstalled.

Ex: Keyboard, Mouse, Monitor, Printer, CPU, Hard disk, RAM, ROM etc. Ex: Ms Word, Excel, Power Point, Photoshop, MySQL etc.

Explanation:

Answer 2

Answer:

hardware= key board ,mouse

software =excel,power point.


Related Questions

What is a torque?
A. A linear force
B. Push or pull in a circular direction
C. A jumping force
D. A friction test

Answers

Answer:

D. A friction force

Write a method that takes two circles, and returns the sum of the areas of the circles.

This method must be named areaSum() and it must have two Circle parameters. This method must return a double.

For example suppose two Circle objects were initialized as shown:

Circle circ1 = new Circle(6.0);
Circle circ2 = new Circle(8.0);
The method call areaSum(circ1, circ2) should then return the value 314.1592653589793.

You can call your method in the program's main method so you can test whether it works, but you must remove or comment out the main method before checking your code for a score.

Answers

Answer:

public static double areaSum(Circle c1, Circle c2){

 double c1Radius = c1.getRadius();

 double c2Radius = c2.getRadius();

 return Math.PI * (Math.pow(c1Radius, 2) + Math.pow(c2Radius, 2));

public static void main(String[] args){

 Circle c1 = new Circle(6.0);

 Circle c2 = new Circle(8.0);

  areaSum(c1,c2);

 }

Explanation:

The function calculates the sum of the area of two circles with their radius given. The program written in python 3 goes thus :

import math

#import the math module

def areaSum(c1, c2):

#initialize the areaSum function which takes in two parameters

c1 = math.pi * (c1**2)

# calculate the area of the first circle

c2 = math.pi * (c2**2)

#Calculate the area of the second circle

return c1+c2

#return the sum of the areas

print(areaSum(6.0, 8.0))

A sample run of the program is attached

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

Activity 5.8
Find out how the operation of colour laser printers differs from the operation of monochrome
laser printers.

Answers

monochrome laser printers use one black toner cartridge, while monochrome printers use four different color cartridges! i hope this is what you were looking for and i could help out!

Tennis is classified as an exercise program.
true or false

Answers

True, Tennis is classified as a exercise program. To keep your arm strength better. And work on your agility.

It is true that Tennis is classified as an exercise program.

What is Tennis?

Tennis is a type of sport, It can be played during leisure or done as a profession.

When played during leisure it can be to exercise the muscles and bones.

Therefore, It is true that Tennis is classified as an exercise program.

Learn more on Tennis below,

https://brainly.com/question/13556415

#SPJ9

how to make a computer

Answers

put cpu in motherboard then ram then storage then cooler then fix fans then psu then gpu i thnk

Answer:

1. Shopping for Parts. The most difficult and time-consuming part of the PC-building process happens long before you start looking for the screwdriver. ...

2. Get Prepared.

3. Install the Power Supply.

4. Install the Processor.

5. Install the CPU Cooler.

6. Install the RAM.

7. Place the I/O Plate.

8. Mount the Motherboard.

Rachel has set up a computer network. In this network, due to a device, the computers partake in the message transfer process. Which device is this? A. NIC B. hub C. modem D. switch E. bridge

Answers

Answer:

B. hub

Explanation:

Hub is a device that connects two or more computers together to make a Local Area Connection (LAN). It receives message and sends it to every computer on the network through a hub cables plugged into it from each computer. It enables each individual computer to partake in the message transfer process and each users can listen to the information. It is typically used at the centre of a star network and it is mostly regarded as an unsecured network.

Answer:

b

Explanation:

Which of the following types of information can be stored in an electronic database?
-Text
-Alphanumeric
-Date
-All of the above

Answers

All of the above I believe

The types of information that can be stored in an electronic database is text, alphanumeric, and also date. The correct option is D.

What is a database?

A database is a structured collection of information or data that is typically stored electronically in a computer system. A database management system is usually in charge of a database (DBMS).

Any collection of data or information that has been specially organized for rapid search and retrieval by a computer is referred to as a database.

Databases are designed to make it easy to store, retrieve, modify, and delete data in conjunction with various data-processing operations.

Text, alphanumeric, and date information are all examples of information that can be stored in an electronic database. A database's five major components are hardware, software, data, procedures, and database access language.

Thus, the correct option is D.

For more details regarding a database, visit:

https://brainly.com/question/6447559

#SPJ3

Robin has four copies of her midterm paper saved to a single folder on her
Windows computer. She wants to move each of these four files into a
separate folder within the existing one. How can Robin perform this task for
each file?
A. Right click on the folder containing all four files, select "Copy."
Open the same folder, select "Paste." Enter the new folder's title.
B. Open the folder containing all four files, right-click in the folder
window, select "New" enter the new folder's title, click on one file,
drag it into the new folder.
C. Open the folder containing all four files, right-click on one file,
select "New Folder," enter the new folder's title, click on the same
file, drag it into the new folder.
O
D. Open the folder containing all four files, right-click in the folder
window, select "New Folder," enter the new folder's title, click on
one file, drag it into the new folder.

Answers

Answer:

d

Explanation:

i took the test

Use the drop-down menus to complete the statements about message marking, categorizing, and flagging.

After skimming a message, you can mark it as
if you want to come back to it later.

Categories are color coded and can be renamed and sorted in the
pane.

The Outlook command for “flagging” a message is called
.

Flagged messages can be viewed in the
and can be customized for name, due date, and reminders.

Answers

Answer:

unread

message

follow up

to-do bar

Explanation:

Binary to Denary
11101111=

1111111=

Answers

Answer:

1110111= 239

1111111=127

Explanation:

The method is 1 ,2 ,4 ,8 16, 32 ,64 let me know if this helped g

What are the biggest password mistakes that people and companies make? How can you avoid those mistakes?

Answers

- Make sure your password contains at least 8 characters
- Mixture of low and upper case
- Numbers and Symbols
- Punctuation
- Don’t write it down
- Change it often

Which pair of devices have the same input motion and different outputs?

scissors and adjustable wrench

nutcracker and can opener

musical instrument and adjustable wrench

salad tongs and nutcracker

Answers

Answer:

nutcracker and can opener

Explanation:

What is the difference, if any, between the end user and the target audience of a digital media piece?

A. The end users and the target audience are the exact same group of people.

B. Some of the target audience may end up as end users if they are rewarded for their participation in the testing phase.

C. End users have nothing to do with the target audience, as they are involved with different parts of the project.

D. Some of the end users are likely also members of the target audience, but not all of them.

Thank you!!

Answers

Answer:

a

Explanation:

What is assembler? What is Compiler?What is interpreter?

Answers

Answer:

A compiler is a software that converts programs written in a high level language into machine language.

An interpreter is a software that translates a high level language program into machine language while an,

assembler is a software that converts programs written in assembly language into machine language.

Explanation:

1A. Assembler is a program that converts assembly level language (low level language) into machine level language.

2A. Compiler compiles entire C source code into machine code.

3A. interpreters converts source code into intermediate code and then this intermediate code is executed line by line.

PLEASE THANK, RATE AND FOLLOW ME,

AND PLEASE MARK ME AS "BRAINLIEST" ANSWER

HOPE IT HELPS YOU

Which input and output pair is correct for a bicycle?

A) input: pedals, output: wheels

B) input: downward force on pedals output: forward motion

C) input: wheels, output: pedals

d) input: forward motion, output: downward force on pedals

Answers

Answer:

I'm pretty sure its B.

Explanation:

Input: Force is applied to the pedals by the rider's feet then..

Process: the chain and gear system convert the energy to cause...

Output: the rear wheels to turn and make the bike go foward

key is used to enter commands or to move the cursor to the begin
of the next line
a) Delete key
b) Shift key
c) Ctrl key
d) None of these​

Answers

I believe the answer would be D

Suppose you are working as an animator for a children's movie. You are responsible for drawing the
main character: an animated dog. Which file format is best suited to your line of work?
GIF
JPEG
PNG
RAW

ANSWER IS GIF

Answers

Answer:

the next slides answers are B & D

Explanation:

Answer:

GIF

Explanation:

What is one ethical use of technology?

A.
Arguing with people on Twitter about various topics.

B.
Browsing the internet on your smartphone during class.

C.
Posting fake information on your social media accounts.

D.
Talking to friends and colleagues about interesting news.

Answers

Answer:

D.

Talking to friends and colleagues about interesting news.

Explanation:

Ethics is a branch of philosophy that "involves systematizing, defending, and recommending concepts of right and wrong behavior". So if something is "ethical" it is a right thing to do.

Definitely D
hope this helps :)

This is a human-made physical system.

A) ecosystem

B) health care system

C) bicycle

D) school system

Answers

Health care system and school system

A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code segment? ​

Answers

Complete Question:

A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code Segment?

Group of answer choices.

А. A string variable named s and a Boolean variable named a.

B. A string variable named s and a numeric variable named A.

С. A string Variable named studentName and a Boolean variable named isAbsent.

D. A string Variable named studentName and a numeric variable named absences.

Answer:

C. A string variable named studentName and a Boolean variable named isAbsent.

Explanation:

In Computer programming, a variable stores information which is passed from the location of the method call directly to the method that is called by the program.

In this scenario, teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent.

Hence, the variables which are most appropriate for the code segment are a string variable named studentName and a Boolean variable named isAbsent.

Basically, the string variable named studentName would only accept or hold values that are alphabetic but not numerical value. Thus, the variable studentName would represent the name of a specific student.

Also, the Boolean variable named isAbsent would accept values that are either "True" or "False" because it works on the principle of Boolean logic (0 for false and 1 for true).

Select the one that uses the heading tag correctly.

a.


b.

c.

d.

Answers

what is it the choices

Answer:

yes . where is option please check it

Select the correct answer.
An automobile manufacturing organization noted a drop in sales after an incident occurred due to the lack of a safety feature in their cars. Many customers began considering other brands of cars after this incident. How can the organization avoid losing customers?
A.
introducing customer retention strategies
B.
detecting customer fraud
C.
classifying customers into groups
D.
applying medical research



Answer is A- introducing customer retention strategies

#platogang

Answers

The correct answer is A

Answer:

The answer is A

Explanation:

When you take action independent of direct instruction, you are showing _____.



initiative


courage


insubordination


power

Answers

Answer:

Option A, initiative

Explanation:

Initiation is an art of performing an act or task by self motivation rather on command or instruction from anyone.

Insubordination is incorrect as here there is no mentioning of disobeying seniors or authority

Also, courage and power means having strength to perform any task. Here action is performed without any instruction and it in no sense signifies a brave deed.

Hence, option A is correct

PLEASE I REALLY NEED HELP
I have an hp laptop and it is FROZEN!! I cannot press x out of any of my tabs and the whole thing is frozen but I can pull up my settings and I can move my mouse. Shutting it off/down didn't work and it's still frozen please tell me what to do. also, will restarting it log me out of my whole account(s)? I NEED HELP PLEASEE

Answers

First try shutting down your computer for 5 minutes.

Turn it on if tabs are still open, try to right click it and press delete if you have that.

if you have none of your acounts try to make anew accounts the add a account to the new account you just made. still having peroblems, let me know?

Answer:

wait to it dies or hold the shut down button till it turns off

Explanation:

17. What is something an employer might look for in person when hiring? (3
points)
A. Someone with a positive attitude
B. Someone with positive qualities such as honesty, tolerance, and
patience
C. Someone easy to work with
D. All of the above

Answers

D. all of the above
D. All the above

Why? Since all these qualities are valuable when hiring someone, you want them to be polite and respectful. It will also make working with this person better since you won’t have to deal with some rude or nasty.

what is cicada 3301? i will give brainliest if you give me a correct answer (not copy and pasted) and somewhat well detailed, i guess

Answers

Answer:

From what I know it's a seris of web puzzles dating a few years back. The creators were looking for really smart people to work in their organizations as coders

2. Read the following scenarios about how three different programmera approach
programming a computer game. Identify which type of programming design
approach each represents (3 points):
a) Yolanda first breaks down the whole game she needs to program into modules.
She then breaks these modules into smaller modules until the individual parts are
manageable for programming. She writes the smallest modules, and then
recombines them into larger parts.
b) Isabella takes the game process and groups together sets of related data involved
in the process. She then identifies the messages the data should respond to. After
writing the code for each set of data, Isabella then combines, tests, and refines the
subsets until the software runs properly

Answers

a.) Structured programming

b.) Object-oriented programming

c.) Top-down programming

The programming design approach represented in this scenario is modular programming. The programming design approach represented in this scenario is object-oriented programming.

What is programming?

The process of creating a set of instructions that tells a computer how to perform a task is known as programming.

Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.

Modular programming is the programming design approach represented in this scenario.

Yolanda divides the entire game into modules, which are then subdivided further into smaller modules until the individual parts are manageable for programming.

Object-oriented programming is the programming design approach represented in this scenario. Isabella organizes sets of related data and determines which messages the data should respond to.

Thus, this method entails representing data and functions as objects and employing inheritance and polymorphism to generate flexible and reusable code.

For more details regarding programming, visit:

https://brainly.com/question/11023419

#SPJ2

A ________ is an input device that responds to finger touch.

Answers

1 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 2

What are the options?

WIN
What is the use of lesson control panel?
a) background
b) enable or disable sound c) animation d) plain​

Answers

The correct answer is D

Explanation:

b enables sound and clear tone

A person interested in a career in digital media should have which qualities? Select all that apply.


1. creativity

2. leadership

3. attention to detail

4. forcefulness

5. enjoyment in learning new things

6. vision

Thank you!!!

Answers

1.Creativity
2.Leadership
3.Attention to detail
5.Enjoyment to learning new things!
6.Vision
No Problem!
Other Questions
If We Must Die Essay Question In the context of the poem, what does it mean to be brave? Cite evidence from this text, your own experience and other literature, art or history to support your answer. I need this by 6pm thank you! A 270 inch board is cut into two pieces one piece is 4 times the length of the other, find the length of the shorter piece which statement about the cat false What is the volume of the following rectangle prism? Plz help Ali, Ben, and Cliff plant seedlings in their neighborhood park. Ali plants 40% of the total number of seedlings, Ben plants 45% of the total number of seedlings, and Cliff plants the rest of the seedlings. If Cliff plants 87 seedlings, how many seedlings do the three boys plant altogether? The height of a painting is 30 ft. Between which two consecutive whole numbers is 30? 7 and 8 6 and 7 4 and 5 5 and 6 Many small firms seek to establish a particular niche in the market, realizing that they cannot afford to operate on a larger scale without exposing themselves to considerable risk of retaliation from larger companies. When a number of small businesses are operating in this manner, they are forcing the larger businesses to recognize and account for their influence on the market. In this way, small businesses are primarily Question 49 options: describe the historical development of building material being used in the construction indsury The distribution of individual student scores on for a department wide biology test at a large university are skewed left with a mean of 80.2 and standard deviation of 4.2 points. A random sample of 46 pre-med majors in this biology course is taken. Which statement is correct about the resulting sampling distribution? On Monday, a local hamburger shop sold a combined total of 276 hamburgers and cheeseburgers. The number of cheeseburgers sold was two times the number of hamburgers sold. How many hamburgers were sold on Monday? PLEASE HELPWhich are reasons why so many people live on the ring of fire?Check all that apply. A. Many tourists are drawn to the beauty created by the volcanic islands and mountains near the ocean. B. The tsunami prediction industry created jobs, causing many people to move to areas where they are needed. C. There has been considerable development of the earthquake and volcano prediction industry. D. Subduction zones are often located in good places for seaports If y varies directly as x, and y is 6 when x is 72, what is the value of y when x is 8?1/92/35496 In Sanford, the high temperature was 54F on Saturday and 49F on Sunday. What is the percent of change in the high temperature from Saturday to Sunday? (Round to the hundreth.) If The RNA strand is AUG, what is the protein it produces. Explain how the Separation of Powers limits the power of the Federal Government. Give three specific examples. Evaluate the following expression2+(3-2x2)x1 Solve the inequality [tex] 25 + 8x \leqslant 475[/tex] Search your home for a rectangular prism. Some examples are a cereal box, a CD case, or a coffee table. Measure your prism using appropriate units, such as inches, centimeters, or feet.Complete the following. Show all work for calculations.List the dimensions of your box. Be sure to include the units (in, cm, ft, etc.).Describe the shape of the cross section when the box is cut parallel to the base.What is the surface area of the box?What is the surface area of the box if it is scaled up by a factor of 10?What is the volume of the box?What is the volume of the box if it is scaled down by a factor of 110? Please list the item In the given parallelogram, BELT,find the value of p,q,x,y The variety of organisms within an ecosystem is characteristic of which type of diversity?Genetic diversityb. Ecosystem diversityc. Species diversityd. Regional diversityPlease select the best answer fron] the choices providedB