Ans : Within a function body, if the function calls itself, the mechanism is known as‘Recursion’ and the function is known as ‘Recursive function’. Now let us study thismechanism in detail and understand how it works. • As we see Read More …
Category: Uncategorized
Ques : What is various types of Function Invoking ?
Ans : The various types of invoking functions are: • With no arguments and with no return value.• With no arguments and with return value• With arguments and with no return value• With arguments and with return value.
Ques : What is Register Variables
Ans : Besides three storage class specifications namely, Automatic, External and Static,there is a register storage class. Registers are special storage areas within acomputer’s CPU. All the arithmetic and logical operations are carried out with theseregisters. For the same program, Read More …
Ques : What is Static Variables
Ans : In case of single file programs static variables are defined within functions andindividually have the same scope as automatic variables. But static variables retaintheir values throughout the execution of program within their previous values.Points to remember: • The Read More …
Ques : What is Agglomerative clustering
Ans : In this case of clustering, the hierarchical decomposition is done with the help of bottom-upstrategy where it starts by creating atomic (small) clusters by adding one data object at a timeand then merges them together to form a Read More …
Ques : Limitations of Hierarchical Clustering Technique:
Ans : Hierarchical clustering does not have a mathematical goal. All the methodologies applied for calculating the similarity index between clusters doesnot apply fully in every situation, each technique has its own merits and demerits. Due to high space and Read More …
Ques : Describe Hierarchical Based Clustering ?
Ans : Hierarchical Clustering analysis is an algorithm that groups the data points with similar properties and these groups are termed “clusters”. As a result of hierarchical clustering, we get a set of clusters, and these clusters are always different Read More …
Ques : Describe a Accounting Cycle
Ans : The accounting cycle is a process of identifying, analyzing, and recording theaccounting transactions of a company. It has 7 to 8 steps in process that begins whena transaction occurs and ends with its inclusion in the financial statements. Read More …
Ques : Errors which are Undetectable by a Trial Balance
Ans : A trial balance can trace the mathematical inaccuracy of the general ledger. However, there are a number of errors that cannot be detected by the Trial balance: Let us discuss those errors in brief: Error of complete omission: Read More …
Ques : What is Ledger ?
Ans : Ledger: Accounts are prepared on the basis of entries made in the journal. The bookthat contains the accounts is called a ‘ledger’. A ledger is also called secondary book,as the entries in the ledger are made subsequent to Read More …