1.Describe about your project?
Answer / srigar s
Explain briefly about project,in all the angle.
Make sure all the abbrevations
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the first message line that any language learning prints on the screen? and why?
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
3 Answers College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What is the use of sas software? Is sas and sap are different?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Define Abstract method & class with Example
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
How to use string functions in QTP?give some examples
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?