What is a programming language?
Answer / nashiinformaticssolutions
o A programming language is a formal language comprised of instructions used to produce various kinds of output, primarily used to control the behavior of a computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Diff between IF and where ?
how can i split string in a textbox in windows appication using C#.net
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
Where do we need Operator overloading?
where is available in this mantis toturials?
What is meant by spooling
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 ≤ i0 <i1….< ik-1 ≤ n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
what is the difference between rename and label
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?