answersLogoWhite

0


Best Answer

It is sorting from smallest to largest. As some examples:

  • If you wanted to make a list of 3-letter, 4-letter, and 5-letter words, you'd start with the 3-letter words first.
  • If you wanted to make a list using names and wanted the shortest names first, you'd use ascending order from shortest to longest.
  • Many subjects are separated into categories. To be ascending, you'd start with the most specific category working upward to the broadest category.

The way to remember ascending order is to think of climbing stairs. Step 1 is the lowest or smallest number...and if you climbed 10 stairs, then 10 would be the biggest.

Note: Ascending order is opposite of descending order.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is sorting in ascending order?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is is sorting?

sorting can be described as the arrangement of text/numbers either in Ascending or Descending order


Sorting a database from high to low order?

is called ascending order


Can only be sorted in ascending order?

There is nothing that can only be sorted in ascending order - unless the sorting is being done as the data are being generated.


What can the A-Z and Z-A button be used for in Excel?

It can be used for sorting data in either ascending or descending order.


Ascending order program for java?

public class BubbleSortAscendingOrderDemo { public static void main(String a[]) { //Numbers which need to be sorted int numbers[] = {23,5,23,1,7,12,3,34,0}; //Displaying the numbers before sorting System.out.print("Before sorting, numbers are "); for(int i = 0; i < numbers.length; i++) { System.out.print(numbers[i]+" "); } System.out.println(); //Sorting in ascending order using bubble sort bubbleSortInAscendingOrder(numbers); //Displaying the numbers after sorting System.out.print("Before sorting, numbers are "); for(int i = 0; i < numbers.length; i++) { System.out.print(numbers[i]+" "); } }


Is ascending the same as sorting for A - Z?

Yes. Ascending starts at A or goes from lower to higher in the case of numbers.


What is spreadsheet sorting?

It is the process of arranging a group of selected cells in a row or column numerically or alphabetically, in either ascending or descending order.


How you rearrange the data in ascending or descending order?

Select the data you want to sort. Then use the Sort option, picking A to Z for ascending order or Z to A for descending order. You can choose which columns to sort by and even to do primary and secondary sorts, like sorting first by surname and then by first name.


What is use of sorting algorithm?

sorting means arranging a list of numbers or elements in an order (ascending or descending).


Why are the Red Sox before the Reds alphabetically?

Because when sorting alphabetically in ascending order a space comes before a letter. The 4th character of 'Red Sox' is a space where the 4th character of 'Reds' is an 's', therefore, 'Red Sox' comes before 'Reds' in ascending alphabetical order.


To arrange data in a desired order?

# You can sort data in ascending order depending on the desired requirements # You can also sort data in descending order depending on the application package your using 2b hb 3b b h 3h


In Microsoft Excel sorting can be used to arrange data in?

Things can be put alphabetical order, numerical Order, date order and so on. Things can be put in ascending or descending order. You can also say that it arranges data in columns, if you take another perspective on your question.