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,

2627

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,

2070

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

HP,

1952

what is the use of check point

HP,

1 3350

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

Amazon, Manhattan,

2 4160

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,

2634

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,

2236

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

4188

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

HCL,

2 3429

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

HCL,

1730

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 2942

how to remove header and footer in jcl using sort utility

CTS,

5355

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

1 3494

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

1984

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

1906


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

1762


what is delegate and delegation model give the real live example on delegate model

3067


they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?

1719


how to data grid use in data bind?

1761


why not instantiating servet using new operator?

1732


What is web.configuration? how is it work? & wht is use this?

1629


Display names and numbers of employees who have 5 years or more experience and  salary less than Rs.15000 using array of structures (name, number, experience and  salary)

4570


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2293


is it acceptable if we declare multiple exceptions in same overridden method.

2384


In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.

2078


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2614


what is an INI file?

1894


what is the difference between uservariables and systemvariables (in Environmental variables)???

2226


how to check single or double byte in struts

1813


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

4188