Question Set

1. A coding structure in which characters are represented by means of a series of parallel bar is:





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->In a coding system PEN is written as NZO and BARK as CTSL. How can we write PRANK in that coding system ?....
QA->In a certain code 743 means Mangoes are good; 657 means Eat good food; and 934 means Mangoes are ripe. Which digit means ripe in that language?....
QA->If + means × , - means † , × means - and † means + then 16 – 4 + 3 × 5 ÷ 2 =....
QA->If ‘+’ means ‘×’, ‘__‘ means ‘+’, ‘×’ means ‘÷’ and ‘÷’ means ‘__‘ then find the value of; 6 – 9 + 8 × 3 ÷ 20 = ……. .....
QA->If + means , x means -, means + and - means x. Find 168x6-2+12?....
MCQ->A coding structure in which characters are represented by means of a series of parallel bar is:....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
MCQ->What will be the output of the program? public class Foo { Foo() { System.out.print("foo"); } class Bar { Bar() { System.out.print("bar"); } public void go() { System.out.print("hi"); } } / class Bar ends / public static void main (String [] args) { Foo f = new Foo(); f.makeBar(); } void makeBar() { (new Bar() {}).go(); } }/ class Foo ends /....
MCQ->A word is represented by only one set of numbers as given in any one of the alternatives. The sets of numbers given in the alternative are represented by two classes of alphabets as in two matrices given below. The columns and rows of Matrix I are numbered from 0 to 4 and that of Matrix II are numbered from 5 to 9. A letter from these matrices can be represented first by its row and next by its column, e.g., 'A' can be represented by 00,44 etc., and 'X' can be represented by 78,97 etc. Similarly, you have to identify the set for the word PICK.....
MCQ->A word is represented by only one set of numbers as given in any one of the alternatives. The sets of numbers given in the alternatives are represented by two classes of alphabets as in two matrices given below. The columns and rows of Matrix I are numbered from 0 to 4 and that of Matrix II are numbered from 5 to 9. A letter from these matrices can be represented first by its row and next by its column, e.g., 'A' can be represented by 00,44, etc., and 'P' can be represented by 56,79 etc. Similarly, you have to identify the set for the word ZEST.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution