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,

2325

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,

1792

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

HP,

1654

what is the use of check point

HP,

1 2889

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

Amazon, Manhattan,

2 3518

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,

2400

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,

1946

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

3937

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

HCL,

2 2898

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

HCL,

1438

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 2382

how to remove header and footer in jcl using sort utility

CTS,

5063

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

1 2720

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

1708

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..??

1633


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

1677


What is %Type,%Rowtype?

1814


Write a program to show polymorphism.

677


what is the filters in biztakk server? where it can use?

1632


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

2274






how to data grid use in data bind?

1466


1) How can u create the table?

1345


What is the first message line that any language learning prints on the screen? and why?

1659


how to remove header and footer in jcl using sort utility

5063


Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.

2581


what is web service in java? have u use before.

1601


What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?

1551


In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?

1483


How to print No.of.rows affected after updation using ADO.Net

2452


what is the difference between Windows application and Unix application?

2133