answersLogoWhite

0

What else can I help you with?

Related Questions

Data organized in acending or descending order?

Data in the database is very easy to handle. To organize data in database in ascending or descending order we can use group by command.


What is WC command?

The wc command, short for "word count," is a utility in Unix and Unix-like operating systems used to count lines, words, and characters in text files. When executed, it can provide statistics such as the number of lines, words, and bytes in a file or standard input. The command can be customized with options like -l for lines, -w for words, and -c for bytes. It's commonly used in scripting and data processing tasks to analyze text data.


Why read and write control lines in a dma controller bidirectional?

The read and write control lines running through the data buses have control signals. The microprocessor can read data from memory or write data to the memory so the data buses are bidirectional. One direction is needed to write the data while another direction is required for the read command to fetch the data.


What is sorted data?

Putting things in alphabetical order


How many data lines in 8086?

There are eight datalines, D0 through D7, in the 8085 microprocessor. They are shared, or multiplexed with the eight low order address lines, A0 through A7, and are called AD0 through AD7 on the pinout drawing.


What is data structure in c?

arrang the data in proper order in the program or in the memory is called a data structure, lke arranging the names of diff students in alphabetical order.


What is the select element?

To retrieve or modify data in the database query are used. There are four types of commands in SQL. Select command is data retrieval language command and is used to retrieve data from a database.In database there Four types of languages which contains various commands. Select command is the only command that is used for retrieval of data.


How many data lines there in 8086?

There are 16 data lines in 8086.


Which command is used to read uncomment the data in Matlab?

CTRL + T is the command used to uncomment data in Matlab.


How many data input and data output lines does a RAM having capacity of 64K 16 need to have?

5 data input lines and 5 data output lines


What is the use of the SQL sort?

The use of sorting information in SQL is to organize database query results. Typically the data can be sorted in either ascending or descending order. The "Order By" command can be used to sort data in SQL by multiple columns.


Which command is used to read comment the data in Matlab?

CTRL + R is the command used for commenting some part of data in Matlab.