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 1

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 2

Answer:SORT

Explanation:


Related Questions

4. Why isn't it realistic to market a new product using promoted tweets?

Answers

Answer:

Great question

Explanation:

is not realistic because nearly everyone doesn't even consider to look at the ad. Most people actually find it annoying when they are scrolling on their feed and all of a sudden an ad pops up.

Answer:

The tactics cost hundreds of thousands of dollars to implement. ... In other words, not every tweet should be about how great your product is. Use at least one relevant hashtag each time you tweet.

Explanation:

Hope it's help

Explain Bitmap graphics and Vector graphics.
Please help
FASSTTT!!!!!!!!!!!!!!!!1

Answers

A bitmap (also called "raster") graphic is created from rows of different colored pixels that together form an image. ... Rather than a grid of pixels, a vector graphic consists of shapes, curves, lines, and text which together make a picture.

Which is an advantage of using a flat file instead of a relational database?
O A flat file is easier to set up.
O It is easier to assign foreign keys to a flat file.
A flat file reduces storage of redundant data.
O A flat file reduces storage of irrelevant data.
Hurryyyyyy plssssss

Answers

Answer:

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

Explanation:

"A flat file is easier to set up" This option is correct

The advantages we will examine is a flat file is easier to setup.A flat file system can be viewed from any number of application making is very accessible. user will also have very little difficult with understanding the data because each record contains all available about a given flight.simple queries and storing should be no problems for most flat file based systems.

Answer:

a

Explanation:

edge

Clues
Bella Finished sometime after Ace but didn't come in last.
Firelight finished right before Rodeo.
King Kong isn't the slowest runner, but he slower than Bella.
What order the horse finish the race?

Answers

Answer:

I think it goes Ace,Bella,Kingkong,Firelight,Rodeo.

Explanation:

Would it be possible for two people to have the same email address? Explain.

Answers

No. They don’t allow you to create the same username
answer: it shouldn’t be

Sierra needs to ensure that when users are entering data into a datasheet or form that they are limited in the values they can select. Which option should she use as the data type?

Lookup list
Bound value
Short-text
Date/time

Answers

Answer:

A

Explanation:

edge

How do you write a paragraph in a paper? Check all that apply.
- by writing a topic sentence
-by writing a concluding sentence
-by identifying the purpose the paragraph will serve
- by making certain there are sufficient supporting details
- by using transitions to link ideas
-by making certain the paragraph supports the thesis statement

Answers

Answer:

by writing a topic sentence.

Answer:

All of them

Explanation:

Which tool can be used to substitute one picture for another picture on a slide?
O Crop the Picture
O Reset the Picture
O Change the Picture
O Compress the Picture

Answers

Answer:

Change the picture

Explanation:

Got it right on edge ☑️

Answer:

C

Explanation:

any four features of power point​

Answers

Answer:

Edit, play PowerPoint, add new slide, delete new slide

Explanation:

Answer:

Start With a Built-in Layout. ...

Use Slide Master View to Update Designs Consistently. ...

Use Someone Else's Presentation as a Starting Point. ...

Rearrange Slides for Effectiveness. ...

Follow the Guides. ...

Set Slide Sizes.

Manuel is recording a macro and made a mistake. What is the best option for addressing this situation? O Pause and rewind the macro to fix it. O Rerecord the macro. O Use the Undo function in Word. Find a more complex way to manage tasks. ​

Answers

Answer:

Pause and rewind the marco to fix it

Explanation:

the answer is number 1

To add text to a blank slide layout, _____.

Answers

..........................................................................
i think double click?

note oj cyber security​

Answers

Answer:

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

Explanation:

                               "cyber security"

cyber security refers to the body of technologies,Processes and practices designed to protect networks,devices,programs and data from attack,damage or unauthorized  access.Cyber security may also be referred to as information technology security.

Importance:

                         Cyber security is important because government financial and medical organization collect process and store unprecedented amounts of data on computer and other devices.A significant portion of that data can be sensitive information,whether that be intellectual property financial data personal information or other type of data for which unauthorized access or exposure could have negative consequences.organizations transmit sensitive data across network and to other devices in the course of doing business,and cyber security describes the discipline dedicated to protecting that information and the systems  use to process or store it.

Challenges of cyber security:

                  For an effective cyber security an organization needs to coordinates its effort throughout its entire information systems.Elements of cyber components all the following:

Network securityApplication securityEndpoint securityData securityIdentity managementDatabase and infrastructure securitycloud securityMobile security

Managing cyber security:

            The national cyber security alliance,through recommends a top down  approach to cyber security in which corporate management leads the change in prioritizing cyber security management across all business practices. NCSA advises that companies must be prepaid to response to the inevitable cyber incident restore normal operations,and ensure that company assets and the company reputation are protected.

What would be the best phrase to place in the blank
center circle?
O Attributes of a struggling student
O Attributes of a highly motivated student
O Attributes of an overwhelmed student
O Attributes of a highly frustrated student
This graphic organizer shows strategies related to
motivation.
Sets
goals
Adjusts
attitude, if
needed
Uses a
reward
system
Avoids
burnout

Answers

Answer:

Attributes of a highly motivated student

Explanation:

What are characteristics of an effective study space? Check all that apply.
good lighting
O uncomfortable seating
disorganized area
Ofree from distractions
O comfortable temperature

Answers

Answer:

Good lighting

0Free from distractions

The characteristics of an effective study space are as follows:

Good lighting.Free from distractions.Comfortable temperature.

Thus, the correct options for this question are A, D, and E.

What do you mean by Effective study space?

Effective study space may be defined as a type of study space that should have an appropriate amount of learning space for students to be able to accomplish their work. It is the place that is utmostly favorable for students in order to perform their work with their full focus.

An effective study space is only made when it has certain characteristics. It basically includes a good lighting source, free from distractions, and a comfortable temperature for the body. Characteristics like disorganized areas, uncomfortable seating, full of distractions, etc. are not favorable for an effective study space.

Thus, the correct options for this question are A, D, and E.

To learn more about An effective study space, refer to the link:

https://brainly.com/question/8821867

#SPJ6

identify the type of error described

Answers

Answer:

ZeroDivisionError

ValueError

Explanation:

ZeroDivisionError occurs when you attempt to divide a number by [tex]0[/tex].

ValueError occurs when the argument passed into a function holds the wrong value. In this case, the string is not numeric which cannot be passed into the float() function.

Hope this helps :)

plzz help me plzzz help me
its very important​


plzzz..........

Answers

Answer:

import java.util.Scanner;

public class Main {

 public static void main(String[] args) {

   Scanner scan = new Scanner(System.in);

   while (true) {

     System.out.print("Enter a year (0 to exit): ");

     int year = scan.nextInt();

     if (year == 0) break;

     boolean leap = false;

     if (year % 4 == 0) {

       if (year % 100 == 0) {

         leap = (year % 400 == 0);

       }

       else {

         leap = true;

       }      

     }

     System.out.printf("%d is%s a leap year.\n", year, leap ? "":" not");

   }

 }

}

When talking about careers in designing game art, the unit mentioned that a good portfolio and a clear record of experience in game design boosts your likelihood of employment. Think through all of the different skills you have been learning in this course. If you were given the option to shadow someone using these skills to develop a game, which skills are you most interested in developing right now? What kinds of creations could you add to your portfolio after shadowing someone in this field?​

Answers

Answer:

Explanation:

Many different answerd to this

I dont know what course your taking exactly but i'll do my best <3

Personnally im most interested in balancing in game rewards, balancing AI, or balancing in game currency.

Hmm... I dont really kno what you could add to your portfolio tho. Maybe some things you did that involve what youre interested in doing.

Hope this helps <3

Select the correct answer.
What helps the project team to identify the latest software build?
A.
defect
B.
version number
C.
test plan
D.
test environment
E.
hardware

Answers

Answer:

B version number

Explanation:

Consider the following code:
C = 100
C = C + 1
C = C + 1
print (c)
What is output?

Answers

Answer:

The output of C is 102.

100 + 1 + 1 = 102

How do you think weather can affect sailing?

What would be good sailing weather?​

Answers

Answer:

Weather can affect sailing because if its raining it can sink it also if theres a storm. Good weather that would be good to sail in is if its a little windy because if its just sunny and not windy it wont move. ps you can copy it if u want idc

You want to receive alerts if unusual activity is detected relating to the Web servers deployed in your perimeter network. What should you do

Answers

Answer:

deploy a NIDS

Explanation:

The best thing to do in this scenario would be to deploy a NIDS which stands for network intrusion detection system. This system basically warns you when it detects any harmful data trying to bypass the perimeter network in which it has been deployed. This also refers to any form of cyber attack such as malware, DoS attacks, spyware, etc. Anything that may cause any damage or perform unwanted actions on the system are detected and raises an alarm.

What is the scope of numC?

def usernameMaker (strFirst, strLast):
return strFirst + strLast[0]


def passwordMaker (strA, numC):
answer = dogName[0:3]
return answer + str(numC)

# the main part of your program that calls the function
username = usernameMaker ('Chris', 'Smith')
dogName = 'Sammy'
favoriteNumber = 7
password = passwordMaker (dogName,favoriteNumber)

Options
the entire program

usernameMaker

passwordMaker

# the main part of your program that calls the function

Answers

Answer:

local scope which is the entire body of the function/method that it is being used in

Explanation:

The variable numC has a local scope which is the entire body of the function/method that it is being used in, which in this scenario is the passwordMaker method. This is because the variable numC is being used as a parameter variable for that method, meaning that a piece of information is being inputted by when the method is called and saved as the variable numC which is then used by the lines of code inside the method, but cannot be accessed from outside the method thus.

Answer:

The answer is passwordMaker

Explanation:

Edge 2020.

difference between food chain and food web​

Answers

Answer:

A food chain is a basic network that shows the linear flow of nutrients and energy from one trophic level to another. A food web is a multitude of food chains that are interconnected at many trophic levels. Furthermore, a food web accurately represents all the various food chains that exist in an ecosystem.

"Abusing information technology is punishable by the law." Justify this statement with suitable reason. ​

Answers

Answer: See explanation

Explanation:

Information technology is simply defined as the application of technology so as to solve certain issues and achieve a particular goal.

Information Technology abuse is the willful unauthorized activity which impacts on the integrity or the confidentiality of information technology resources.

Examples of information technology abuse include damaging of state records, falsification of records etc. These offences are punishable by law and anyone caught could end up serving some time on jail.

Click to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions. Online Content: Site 1 When doing career research online, you always want to make sure you are viewing a reliable source, what factors about the website do you want to consider? plz help

Answers

Answer:

You should always look at what they are looking for so that way when you are being interviewed you know what they want immediately. Also, you want to look what positions they are offering.

Explanation:

What is DRAM AND SRAM

Answers

Explanation:

Dram=dynamic random access memory

SRAM=static random access memory

Answer:

dram and sram

Explanation:

Explain how there can be different pathways in one career cluster. Use two examples from the text.

Answers

Answer:

...

Explanation:

Career Clusters identify the knowledge and skill learners need as they fellow a pathway toward their career goals. Pathways are grouped by the knowledge and skills required for the occupations in these career fields.

Question 2 If you are deploying applications in your Pods that need persistent storage, which controller type should you use

Answers

Answer:

"StatefulSet" is the right response.

Explanation:

StatefulSet seems to be an API teaching load instrument that is used to start managing stateful implementations.

Maintains or controls the integration as well as balancing of such a series of Pods but mostly generates a sort of assurance on the placing an order but rather distinctiveness of certain Pods.Like some kind of Implementation, a StatefulSet did maintain pods that have been predicated on the same type of receptacle.

Critical Thinking Questions
1. Choose a game in which something about the art style or motif reflects a culture from a different geopolitical region than the one in which the game was developed Name both the developer's culture (to the best of your knowledge) and the culture of the thing being referenced. In the global market, what would be some of the advantages and concerns of referencing cultural artifacts from outside your own culture?
2. Rate the following games from LEAST to MOST abstract Modern Warfare Pac Man Asteroid Explain how you came up with your ranking
3. Choose a 3D game and discuss the textures used in the game levels Classify at least three textures as tiled or bespoke and explain what led you to your conclusions
4. Think of a 2D game you enjoyed recently Did it use vector graphics or bitmap graphics? How do you think the developers made their decision between which style to use-beyond the consideration of scalability?
5. Consider all of the visuals you see in a typical game. What artistic task was NOT described in the unit--something some artist had to design and implement but which wasn't listed as a specific role or career option. Which kind of artist do you think performs that design task?

i need help badly ​

Answers

Answer:

Explanation:

1) Assassins Creed Valhalla. The developers (ubisoft?) is canadian i think. The culture of ACV is of the vikings. Some advantages would be many people could learn about viking culture but some concerns is since it may not be the developers culture some information could be wrong and many people could be misinformed

2) personally i would put them in the order of Asteroid, Pac Man, then modern warfare.

this is all i really know sorry

but i hope this helps <3

Answer:Assassins Creed Valhalla. The developers (ubisoft?) is canadian i think. The culture of ACV is of the vikings. Some advantages would be many people could learn about viking culture but some concerns is since it may not be the developers culture some information could be wrong and many people could be misinformed

Explanation:

It is not important to type '=' before a formula or a function

Answers

Answer:

no

Explanation:

because it designates the sum or total

Other Questions
1.Summarize why immigration is an important issue in the United States. Include how immigrants can become citizens.Immigration is one controversial tonic hut it is very imnortant issue to talk about. Immigration is important because in certain circumstan HELP ASAP1. A group of numbers, variables, and/or operation symbols that represent a mathematical relationship. is called?2. A known number, a variable, or the product of a known number and a variable; separated by plus (+) and minus (-) symbols. is called? For the function F(x) = }, which of these could be a value of F(x) when xisclose to zero? Use the drop-down menus to identify the correct spelling for each word in the paragraph.Universal themes in literature provide ideas that most readers can relate and understand. Some examplesvis no place like home" and quality of character is most important." These universal truths helpreadersthat they are not alone. As they connect to theof the characters they read aboutthey can feel less isolated from the world.are Two automotive titans The list of all factors for 21 is 1, 3, 7, and 21.True or Falseplz i need help Road grime like dirt oil and water and other debris can reduce headlight output by 90 percent True or false Please help ASAP I am so confused A car is running with velocity of 72 km/h .what will be its velocity after 5s if its acceleration is -2m/s2 ANSWER ASAP PLS YEY BRAINLIEST AND STUFFsolve for x 2/3=x-1/5 Help plz:)))Ill mark u Brainliest 4) Write about what do you think of those predictions in excersice 3 will come true ?EXERSICE 3 predictions:1) I expect that most of my generation will live to be around 100 years old.2 ) I think in the future,people will be interacting with intelliegent machines even more than they do now 3) I think science will be able to find a solution to global warming. What did the writer mean when he described the polar bears as, fat and hearty... in the bosom of icy wilderness' ? Which aspect of a short story would be featured most if the story were adapted to a play? The conflict The dialogue The format The point of view What are some ways politicians use the media to Influence public opinion? Select all that apply.A)write opinion columns in magazines about current events B)run advertisements on television explaining their viewsC) vote on bills in the legislatureD)meet with lobbyists to discuss special interestsE)erect election billboards along major highways You and a group of friends are planning what to do on Saturday. Make threesuggestions to the group using nosotros commands. You should have fourcommands using different verbs, but you don't need to connect your ideassmoothly. What is the purpose of having leak and gated channels for the neuron? There are 50 balls in one box. The number of red balls is 30 and the number of blue and yellow balls are 20 . Find the number of blue balls in the box. change the following sentence into passive voice - she will finish the work in a fortnight Amy invests 1000 at an effective annual rate of 14% for 10 years. Interest is payable annually and is reinvested at an annual effective rate of i. At the end of 10 years the accumulated interest is 2,341.08. Bob invests 150 at the end of each year for 20 years at an annual effective rate of 15%. Interest is payable annually and is reinvested at an annual effective rate of i. Find Bob's accumulated interest at the end of 20 years. A) 9000 B) 9010 C) 9020 D) 9030 E) 9040 Steam Workshop Downloader