Amity University, Noida Class Test: M.Sc Bioinformatics IV Sem Marks:30 --------------------------------------------------------------------------------- Q1: Search error in the following code:[5] GenBankRichSequenceDB grsdb = new GenBankRichSequenceDB(); try { rs = grsdb.getRichSequence("M98343"); System.out.println(rs.getName()+" | "+rs.getDescription()); SymbolList sl = rs.getInternalSymbolList(); System.out.println(sl.seqString()); } Q2: Write short notes on: [10] a)Symbol b)Alphabet Q3: What is BioJavaX? [5] Q4: Write a Program that count score of similarities between two sequences.[5] Q5: What are the unique feature of BioJava? Explain with an example.[5]