Answers

Answer 1

Answer:

think D and A

Explanation:

Not 100% sure good luck

Answer 2
the first and fourth one. hope this helps :)

Related Questions

If you needed a job and wanted to find places that were hiring, how could you do that without fast internet access?

Answers

Answer: you cant do it inless you have wifi every where you go i think becuase i try it before thanks

What is the keyboard shortcut for copying text?

Ctrl+P
Shift+P
Ctrl+C
Ctrl+P

Answers

Answer:

ctrl+c

Explanation:

Answer:

Ctrl+C

Explanation:

what type of exel function searches for a specific value in your data using the spreedsheet columns and an unique identifier within those columns

Answers

Answer:

Excel's vLookup formula pulls data from one spreadsheet into another by matching on a unique identifier located in both spreadsheets. For example, we want to add a column for email address but that data exists on a separate spreadsheet.

Explanation:


a.) WAP to display the sum
of the numbers I to
100​

Answers

Answer:

I am confused on what you are asking

Answer:

The only WAP i know is cardi Bs and Megan Thee Stallion

Explanation:

1) Write a program that prints the sum of the first ten positive integers, 1+2+...+10
I don’t know how to write the code for python

Answers

total = 0

for i in range(1, 11):

   total += i

print(total)

What will the "background-color" of the "topButton" be when the program is finished running?
A. red
B. orange
C. blue
D. green

Answers

Answer:

C. blue

Explanation:

what job titles describes a person with green engery? in career clusters

Answers

Answer:

environmental scientist

Explanation:

What is better in everybodys opinion. AMD or Intel?

Answers

Answer:

Intel is more for work and such, while AMD is foucsed on gamers. I use AMD because I play many games, but it really depends on what you use your computer for.

Explanation:

it depends Explanation:AMD wins the CPU war overall right now, but depending on your needs, an Intel processor could still be the better choice. If you want the best in overclocking, gaming or software support, or if you want productivity performance without buying a discrete GPU, Team Blue has the advantage. But if you want the best balance of price and performance in the Intel vs AMD lineup, Team Red deserves your money.

Where are the motors for the light year one located ???

Answers

Not sure honestly ...

Which of the following might cause a mobility impairment that limits computer use? Select 3 options.
a color blindness
Odyslexia
O neurological issue
injury
O genetic issue

Answers

Explanation:

A color blindness , injury .

Answer:

neurological issueinjurygenetic issue

Explanation:

The question is about mobility impairment. Color blindness and dyslexia have to do with vision, so rarely cause mobility issues related to computer use. Rather they would cause issues related to reading the screen.

The remaining three choices are the ones you want.

Software engineering is not only concerned with issues like system heterogeneity, business and social change, trust, and security, but also with ethical issues affecting the domain. Give some examples of ethical issues that have an impact on this domain

Answers

Answer:

follows are the solution to this question:

Explanation:

Confidentiality:

It always agrees with all of this, even though there is no security arrangement, and the theoretically facilitates the free exchange of information between both the client as well as the worker or understands that perhaps the personal life of a client and then all the concerns and problems we have belongs to them.

Competence:

It didn't distort the skill level in such a specific field or topic, it is the talent or capacity, and being able to be doing something well or be sane enough just to face charges in court.

Intellectual property rights:

It will be mindful of regional intellectual property laws in which the individuals over its mind's constructs are given over a certain amount of time, which typically gives the maker the exclusive right to use his / her development.

The examples of the ethical issued that have an impact on the domain is as follows:

Confidentiality:  When there is no security arrangement, and the theoretically facilitates the free exchange of information between both the client as well as the worker .Competence:  It didn't distort the skill level in such a specific field or topic, it is the talent or capacity. Intellectual property rights: It will be mindful of regional intellectual property laws in which the individuals over its mind's constructs are given over a certain amount of time.

Learn more: brainly.com/question/17429689

Alisa Miller claims that today's college graduates:

Answers

Answer:  know less about the world then there counterparts

Explanation:

Answer:

know less about the world then there counterparts

Explanation:

HELP

Through photographs, we can represent concepts and ideas. From the following list of concepts, choose 10.


You should display the concept or idea in some way within your photograph. For example, if one concept was "Blue," you might photograph the color blue in the sky, a blue item of clothing, a person with a sad expression (which is sometimes described as "having the blues"), and so on. Be creative!


Happy

Pink

Chair

Music

Cold

Looking out

Vegetable

School

Smile

Love

Shadow

Up

Newness

Water

Red

Season

Door/Gate

Hand

Drink

Words

Treasure

Oldness

Natural

Beauty

Little

Part Two


Select your five favorite photographs to create a presentation on a computer. For each photograph, identify the concept that you are presenting and how you have shown this concept in the photograph.

Answers

Answer:

You need to pick 10 concepts from the list and take/pick a picture you think shows the concept. You then pick 5 of your favorites from the 10 and put them on a slideshow, explaining what concept it is and how it shows it.

Explanation:

So if I did vegetable, I would take a good picture of a carrot. Then, if I picked it as one of my five favorites, I would put it on a presentation and say, "This displays the concept of vegetables. My picture shows this concept because carrots are a type of vegetable."

Write a while loop that replaces every occurrence of “cat” in the message with “dog” using the indexOf and substring methods.

Given:
public class ChallengeReplace
{
public static void main(String[] args)
{
String message = "I love cats! I have a cat named Coco. My cat's very smart!";

// Write a loop here that replaces every occurrence of "cat"
// in the message with "dog", using indexOf and substring.






}
}

Answers

Answer:

Complete the program using:

int index = message.indexOf("cat");

while(index != -1){

message = message.replace("cat","dog");

index = message.indexOf("cat");

}

System.out.print(message);

}

}

Explanation:

The line gets the index of string "cat"

int index = message.indexOf("cat");

The following operation is repeated until all occurrence of "cat"s has been replaced with dog

while(index != -1){

message = message.replace("cat","dog");

index = message.indexOf("cat");

}

This prints the new string

System.out.print(message);

}

}

The program illustrates the use of loops.

Loops are used to perform repetitive and iterative operations.

The code segment where comments are used to explain each line, is as follows:

//This gets the index of "cat" in the string message

int index = message.indexOf("cat");

//The following loop is repeated, until there is no occurrence of "cat" in the string

while(index != -1){

//This replaces "cat" with "dog"

message = message.replace("cat","dog");

//This gets another index of "cat" in the string message

index = message.indexOf("cat");

}

//This prints the new string

System.out.print(message);

}

}

At the end of the loop, all occurrence of "cat" are replaced with "dog".

Read more about similar programs at:

https://brainly.com/question/20461017

Who is responsible for providing the equipment employees need to stay safe on the job (like a hardhat or safety
goggles)?
• the Occupational Safety and Health Administration (OSHA)
O the employer
the labor union
O the employee
MacBook Pro

Answers

Answer:

the employer

Explanation:

Answer:

the employer

Explanation:

Describing How to Create a Combination Chart
Select the correct navigational path to create a combination chart
Select the chart
Click the Chart Tools
tab
Select the data series from the Chart Area list.
Click the Chart Tools
tab
Click Change Chant Type.
Choose a chart type for the selected data series and click OK.

Answers

Answer:

format and design

Explanation:

i took test

Plz Help!

1. How does it make you feel knowing that everything you do online is stored and can be searched for, shared, or even broadcast?

2. What does it mean to have a positive digital footprint?

Answers

Answer:

Read explanation

Explanation:

1. Honestly depending on the company it doesn't make me that scared to know everything I do can be shared, broadcasted, or searched. We are getting to that point in time where our data is more useful than us. Negative activities on the web can have consequences if you aren't careful though.

2. When you have a positive footprint you aren't using the internet for illegal activities, hate, or any other form of something negative you wouldn't do in real life. Companies sometimes factor in your digital footprint when hiring you, if you are toxic and negative that may factor in when being hired. Once something is out there it's there until it's deleted from the server, which most big companies don't do when you "delete" a post.

It is fine for a search record because sometimes it helps you a lot when you need something back, and it is stored.

What is a positive digital footprint?

A good online reputation that allows you to grow your social network and accomplish your job goals is indicated by a favorable digital footprint.

When you leave a positive digital footprint, you don't engage in hate speech, unlawful activity, or any other undesirable activity that you wouldn't do in real life.

When something is published, it remains there until the server deletes it, which most major corporations don't do when you “erase” a post.

Therefore, it is acceptable for a search record because it occasionally comes in very handy when you need to retrieve something that has been stored.

To learn more about a positive digital footprint, refer to the link:

https://brainly.com/question/27834450

#SPJ2

The standard format rules for a professional letter should be followed.
True
False

Answers

The answer is, true.


You should structure the
first before you search for a relevant picture.

Answers

Answer:

True

Explanation:

The way things are arranged on a publication is referred to as the _____.

style
guides
layout
scheme

Answers

Answer: I’m pretty sure it’s layout

Can someone help with these questions it's for drivers ed class

Answers

3) A
4)D
5)A
6)D
7)C
8)A
9)A
10)B
These are for the first two

Is this statement true or false?

A chart generated in Microsoft Excel can be plugged into a presentation authored using PowerPoint.


true

false

Answers

Answer:

true

Explanation:

a chart generated in Microsoft excel can be plugged into a presentation authored used PowerPoint. you can only it from excel (by right-clicking on the chart and select copy)and the paste it is PowerPoint. or you can save it and import it as an image(2)

Answer:

True

Explanation:

I got it right on a quiz on k-12

which are the two alternatives for pasting copied data in a target cell groups

Answers

Answer:

Excel has decided to paste contents into a single cell, rather than keeping data in columns. When copying from a query in SQL that has data in a table, pasting it into Excel would normally split the data into the columns - keeping the table. But Excel has automatically changed and takes out the table, pasting each row into one cell.

Explanation:

is anyone willing to do my DIT tests for me?

Answers

Answer:

no sorry

Explanation:

Software that directly interacts with users to do specific tasks is known as which type of software?
A. application software
B. booting software
C. distribution software
D. system software

Answers

Answer:

A Application Software

Explanation:

Please help, Tech class!!

Answers

Answer:

Explanation:

1=A

2=A

3=A

4=True

5=A

6=D

7=D

8=B

9=True

10=C

3

Select the correct answer

Nancy is working on a spreadsheet in Excel on a Microsoft Windows system. Which statements are true about the software she is using?

OA Microsoft Windows is an example of system utility software.

ОВ. Besides system utilities, the only other type of software is application software.

OC. Spreadsheet software, such as Excel, is an example of application software.

OD. Application software control and interact directly with computer hardware.

Reset

Next

Answers

Answer:

A) Microsoft Windows is an example of system utility software. Spreadsheet software, such as Excel, is an example of application software.

Explanation:

System utility software is designed to analyse, configure, optimise or mantain a device. Eg : Operating Software (Android, IOS) & Microsoft Windows

Application Software is a program or group of programs, designed for some utility work for end users. Eg : Word processor, MS Paint,  & spreadsheet excel etc

Kerrri uses a database file many time a day. To increase her productivity, she should___.

A. Put it in her My Music folder
B. Move the file to the system tray
C. Create a toolbar for this file
D. Create a shortcut on the desktop to the file

Answers

Answer:

D

Explanation:

A shortcut will make it easier for her to access the database file

The CPU is often called the
of the computer.

Answers

Answer:

Explanation:

Tower?

Answer:

Its often called the brains of a computer.

Explanation:

Can someone help me on how to start this essay?

Answers

Answer:

Start off with an interesting introduction (add questions) make it interesting.

You can star by explaining what and innovator means for you why are you an innovator and what type of inovator
Other Questions
Write an unique theme for each of the following:1. The New Utopia2. Harrison Bergeron3. The Divine Image4. The Human Abstract5. The Giver Make a proposal to add a small pizza shop to a historical part of town. How could it be designed to fit into the area? Find the work done by a 75.0 kg person in climbing a 2.50 m flight of stairs at a constant speed. 2x 2 7 how do i graph this? The impact of slavery affected slaves, their descendants economies and history. Waverly recalls I said in a small voice that I didn't want to play in the local tournament. They would have American rules. If I lost, I would bring shame on my family, How does this message convince her mother to agree to the tournament? A) Waverly challenge her mother's knowledge about the local culture. B) Waverly tricks her mother into feeling ashamed of her family. C) Waverly questions her Mother's dedication to the family. D) Waverly brings out her Mother's pride in her heritage. The product of two negative rational numbers is zero. All of the following are used by the speaker EXCEPTA. mixed metaphorB. alliterationC. allusionD. epiphoraE. periodic sentence 1. Name three branches ofscience. find f (-2), f(0), and f(3) Who was the white southerner group that burned schools andchurches and lynched freedmen and their white supporters. Laney bought 1 2/3 pounds of grapes. She also bought bananas that were 2 1/4 times the weight ofthe grapes. How much did the bananas weigh? helppppp Capital budgeting analysis not only requires the evaluation of cash flows but also requires the understanding of the origin of those cash flows. Based on your understanding of cash flows in a firm, complete and answer the following questions: Which of the following is a reason cash flows may differ from accounting income? The total number of units sold will be different for accounting income and cash flows. Depreciation is a tax-deductible expense but is not a cash outlay. The 2013-14 roster of the Seattle Seahawks, winners of the 2014 NFL Super Bowl, included 10 defensive linemen and 9 offensive linemen. (Data set may be found here.) The weights in pounds of the defensive linemen were 254 311 297 323 260 242 300 252 303 274 and the weights of the offensive linemen were 310 315 305 318 298 301 321 332 320 (a) Make a back to back stemplot of the weights of the offensive and defensive linemen. (Enter numbers from smallest to largest separated by spaces. Enter NONE for stems with no values.) Find the five-number summary for the offensive line. (Enter your answers to one decimal place.) Minimum lb Q1 lb Median lb Q3 lb Maximum lb (b) Find the five-number summary for the defensive line. (Enter your answer to one decimal place.) Minimum lb Q1 lb Median lb Q3 lb Maximum lb (c) Which group of players tends to be heavier? Offensive Defensive Una fraccin con denominador 5 entre 0 y 1 ? anyone can help me answer my questions, pleaseeeee Pls someone help its my last question write an algebraic expression for each verbal expression What does tRNA use anticodons or codons what do you notice from the picture?