Unix itself does not use arrays. However, some shell scripting languages such as bash or ksh have simple rudimentary uses of a singly dimensioned array.
If you want anything multi-dimensional or special use such as associative arrays, then you need a scripting language such as perl, or awk or python, etc.
There is no traditional 'execute' command in Unix.
name two smaller arrays you can use to find the product
It is possible to use BSD software on Unix systems. It is possible but many do not and they use other softwares on Unix systems beside the BSD software.
To improve the signal :)
Unix can be used on a large number of mainframes, servers, and workstations. If you would like to use a certified UNIX system on commodity hardware, Solaris 10 can be downloaded free of charge for non-commercial use.
Yes, quite a bit of companies and users use unix.
You should be able to download the Unix Services for Windows, version 3.5, from Microsoft (free). There are other shell emulators that are available for Windows, which would allow you to use Unix type shell scripting without installing any additional OS. Your question about "virtual UNIX" is unclear ..
Yes
1363
BAC arrays use bacterial artificial chromosomes to clone DNA fragments for analysis, while DNA arrays use immobilized DNA sequences for high-throughput analysis of gene expression or genotyping. BAC arrays are useful for large DNA fragments, while DNA arrays are more suitable for analyzing gene expression profiles or detecting DNA variations.
Yes you can. Unix understands both FAT32 and NTFS file systems.
It's actually not true. In order to make a good program which can work with big arrays you have to use dynamic arrays because you can cleam memory used by dymanic arrays any time. For static arrays is not true, memery which was reserved for static arrays will be available for other applications only when you finish working with your application (which is working with static arrays).