answersLogoWhite

0

What else can I help you with?

Related Questions

What are the different data types?

Theres two types of data, Continuous and discontinuous data.


What do you mean by classification what are different types of classification what are method of classification?

The classification of organisms is a system of arranging the organisms into groups or sets on the basis of similarities and differences. The two types of classification are:- (i) plant kingdom (ii) animal kingdom


What are they two types of data?

Empirical data and Historical data.


What types of data must be handled and stored properly based on classification markings and handling?

Classified information data must be handled and stored properly based on classification markings and handling caveats.


What are two types of software?

Applications and data are two types of software.


What types of data must be handled and stored properly based on classification markings and handlings caveats?

Classified information data must be handled and stored properly based on classification markings and handling caveats.


What are the 2 types of data allowed in QBASIC?

the two types of data used in Qbasic is numeric data and alpha numeric data.


What is chronological classification of data?

This type of classification involves classification of the data on the basis of the time of its occurrence


What types of data must handled and stored properly based on classification markings and handling caveats?

Classified information data must be handled and stored properly based on classification markings and handling caveats.


What is the Classification of computer by type of data handled?

classification by type data?


What are the two types of Classification Authority?

Orignial classifier and derivative classifier


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..