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,

2362

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,

1824

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

HP,

1686

what is the use of check point

HP,

1 2941

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

Amazon, Manhattan,

2 3593

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,

2430

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,

1981

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

3969

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

HCL,

2 2945

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

HCL,

1472

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 2441

how to remove header and footer in jcl using sort utility

CTS,

5105

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

1 2809

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

1738

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

1663


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

can we retrieve only integer/String type columns from a table,if yes how?

1503


what is meant by life cycle of a business

1701


Explain what is OOPS and its concepts?

584


write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe

1564


which worker is involved in all the phases of SDLC?

1710






What is diffrent between Method and and function in c#

1537


it is a language or tools?

1622


Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

764


how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn 

1661


could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1629


How will you prove that java swing is multithreaded?

1699


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7847


Define Form modules, Class modules and Standard modules

1483


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

593


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

2085