Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

Wipro,

2818

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.

TCS,

2295

what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

HP,

2170

what is the use of check point

HP,

1 3844

Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.

Amazon, Manhattan,

2 4623

there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.

Manhattan,

2832

Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

Manhattan,

2474

Write a pascal program to calculate the sum of the first 100 even number and odd number

4387

What are the other ways to create an object with out calling new keyword in java?

HCL,

2 3860

Can we write a method in JSP.If so how?

HCL,

2020

Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?

1 3325

how to remove header and footer in jcl using sort utility

CTS,

5547

how MATLSB software suitable for electrical branch? which tools are useful??

1 3987

Is buffer size and file block size is similar? If similar,at which case it will be same size?

2176

I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??

2108


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

Is class is a abstract datatype in java?

1969


Write a program to find factorial of a number using functions

1691


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

2361


Write a program to reverse a number?

1179


pleasew define carrier scope in abap (sap).

2652


I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com

2033


how to generate dsnless connectivity in j2ee

2025


What is dialog programming?

2040


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

2380


I'm new to ABAP. What is Module pool in SAP?

2585


What is SOLID Principle in Programming Language?

1215


why we use abstract word in abstract window toolkit in java language.

2184


how to convert infix expression to prefix expression?

4241


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)

2680


how do i create my own exception class which will restrict IO exception?

2725