Searching for "no"

Q:

Which JavaScript objects are not accessible to web worker?

Answer

Following JavaScript objects are not accessible to web worker: 


- The window object


- The document object


- The parent object

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

Q:

Write an SQL Query to check whether date passed to Query is date of given format or not.

Answer

SQL has IsDate() function which is used to check passed value is date or not of specified format ,it returns 1(true) or 0(false) accordingly.


SELECT  ISDATE('1/08/13') AS "MM/DD/YY";


It will return 0 because passed date is not in correct format.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

What are the difference between clustered and a non-clustered index?

Answer

- A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf nodes of a clustered index contain the data pages.


- A non clustered index is a special type of index in which the logical order of the index does not match the physical stored order of the rows on disk. The leaf node of a non clustered index does not consist of the data pages. Instead, the leaf nodes contain index rows.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

Mention the difference between clustered and a non-clustered index?

Answer

- A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index.


- A non clustered index is a special type of index in which the logical order of the index does not match the physical stored order of the rows on disk. The leaf node of a non clustered index does not consist of the data pages. Instead, the leaf nodes contain index rows.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

What is STPI ? why STPI knowledge required in Accounts Payable?

Answer

Software Technology Parks of India (STPI).Some of the software service providers will get exemption from STPI for their software exports. In accounts payable may be we need to define the vendor STPI location wise.


In India we have different STPI location. If one vendor supplying services or materials to all OR some of the STPI locations we need to maintain the same vendor STPI wise.  

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

Q:

What is the difference between billable and non-billable expenses?

Answer

The terms Billable and Non-Billable expenses are normally associated with say a consultancy company where they bill consultants out to their clients. Therefore Billable expenses will be paid by the client whereas Non-billable will be paid by your employer. What's included in both is subject to the contract your company has with their client.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

Q:

What is the difference between finance and accounts? most of the companies having a different section like finance and accounts. why they aren't had only single section neither finance nor accounts?

Answer

Finance:It is the branch of economics that studies the management of money and other assets.In simpler terms it can be defined as the commercial activity of providing funds and capital.It addresses questions like -- what funds are required by the org & How they can be raised &  How they have to be allocated etc.


Accounts: It is the occupation of maintaining and auditing records and preparing financial reports for a business. Accounts provides quantitative information about finances. It addresses issues like what amount of funds have been allocated to various activities, how the book-keeping is being done etc.


Both functions are distinct but complimentary to each other.


Finance and accounts are highly specilized and distinct areas and hence most organizations have seperate sections of finance and accounts.

Report Error

View answer Workspace Report Error Discuss

Q:

What is another name for a real account in accounting? is it a permanent or a temporary account? Also, what is another name for a nominal account? is it a permanent or a temporary account ?

Answer

There are broadly  2 Type of accounts


1. Personnel Accounts


2. Impersonnel Accounts.


 


Personnel Accounts is an account maintained to record transactions with persons. Based on the classification of the persons personnel account can be of


1. Natural Personnel Account (Mr. Ram, Mr. Robert, Mr.Rahim)


2. Artificial Person (all entities like companies, banks, municipal corporations, all statutory or non statutory bodies)


3. Representative Person: Representing group transactions for group of persons like Salary Payable Account. Taxes payable account.


 


Where as Impersonnel Account shall be of Two types.


A. Real Account      B.Nominal Account.


Real Accounts are accounts to record transactions relating to Assets. Like Cash, Plant & Machinery etc., These type of accounts are permanent accounts.


Nominal Accounts are the accounts used to record the transactions relating to Income and Expenses. Like Salary, Power, Sales etc., At the end of the year all the nominal accounts are closed by transferring to Profit and loss account or Income and Expenditure account. The net differnce shall be carried forwarded to Balance Sheet.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable