answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is ascending the same as sorting for A - Z?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is is sorting?

sorting can be described as the arrangement of text/numbers either in 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.


Sorting a database from high to low order?

is called ascending order


How can you tell what sort has been preformed out of Ascending and Descending on a computer?

For alphabetical, Ascending is Z->A and Descending is A->Z


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 is the meaning of sort in Microsoft Word?

Sort allows you to put things in order. If you have a list of numbers and wanted them in ascending or descending order, you can sort them. The same thing can be done if you had a list of other kinds of things like names or dates and you wanted to sort them.


Is a dictionary written in ascending or descending order?

A dictionary is typically written in ascending order, with entries organized alphabetically from A to Z.


What is ascending in Excel?

Ascending is an order in which things can be sorted. Ascending would be going from A to Z or lowest to highest numbers or earliest to latest dates.


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]+" "); } }


What is A to Z or low number to high number 9 letters?

ascending


What is use of sorting algorithm?

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