Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for faisaly

Plz guide me, "How windows APIs can provide different windows services to a developer?”

Member Avatar for Salem
0
113
Member Avatar for faisaly
Member Avatar for faisaly

If a problem belongs to P class then can it belong to NP class? Answer according to current research in Complexity theory.

Member Avatar for Rashakil Fol
0
81
Member Avatar for faisaly
Member Avatar for faisaly

Dear All, Kindly tell me about in algorithm that "Time complexity is used to compare the efficiency of two algorithms, so why not we only use actual running times of two algorithms to compare them".

Member Avatar for Rashakil Fol
0
87
Member Avatar for faisaly

Please explain me in breif with point. 1. a) Name what are the main risk factors arise during the development of the project. And what strategy you will use to mitigate these factors also illustrate that what is the effect of these factors on the final deliverable of your project …

Member Avatar for Salem
0
102
Member Avatar for faisaly

Dear All, Please clear my concepts. In Any Payroll system for any spinning textile mills. What are 1. The scope of this projct. 2. What are the functional and non functional requirements. Please explain me briefly.

Member Avatar for Narue
0
72
Member Avatar for faisaly

Considering the given code as an algorithm calculate the time complexity of this code. #include<iostream> #include<stdlib.h> using namespace std; int main(){ int i, j, n; for(i=0;i<n; i++){ for(j=0; j<n; j++){ cout<<"my time complexity is = "<<i*j<<endl; } cout<<"complexity is increasing"<<j<<endl; } system("pause"); return 0; }

Member Avatar for Freaky_Chris
0
132
Member Avatar for faisaly

Dear All, I've three questions. Kindly answer these. 1. Why we use enableEvents() method? 2. Can a GUI component handle its own events? If yes; then how? 3. Which technique/concept can be use to implement multiple inheritances in java?

Member Avatar for stultuske
0
111
Member Avatar for faisaly

Dear All, would you please tell me in brief that " What are the applications of Assembly Language where any high level language becomes insufficient". Kind regard

Member Avatar for Olof Forshell
0
638
Member Avatar for faisaly

Pleae pass the comments on "It is said by some people that insertion and deletion operations in Heaps make them less preferable than Binary Search Trees"

Member Avatar for Salem
0
221
Member Avatar for faisaly

What are the applications of Assembly Language where any high level language becomes insufficient

Member Avatar for Salem
0
214
Member Avatar for faisaly

Dear All, Kindly tell me in brief that " impct of OO paradigm on software development (programming)"

Member Avatar for Narue
0
252
Member Avatar for faisaly

Dear All, Write the pseudo code for inserting a node in threaded binary tree. You code should describe how you will, 1. Set right and left child node pointers during insertion 2. Set right and left flags during insertion. Kindly guide me .

Member Avatar for Alex Edwards
0
226
Member Avatar for faisaly

Dear All, Kindly help me regarding this questoin of C++(OOP). Write a template function that returns the average of all the elements of an array. The arguments to the function should be the array name and the size of the array (type int). In main(), exercise the function with arrays …

Member Avatar for RenjithVR
0
258
Member Avatar for faisaly

Why Relational Data Model is more popular as compared to others like OO, Network and hierarchical

0
78
Member Avatar for faisaly

Dear All, For Clarity and better understandability of the Software System, Is object-oriented approach is closer to the working of human cognition? If yes then how? If not then why? Kindly, Support your answer with strong arguments and real life examples. '

Member Avatar for kishjeff
0
143
Member Avatar for faisaly

Can over running of array lead to the catastrophic failures? If ‘Yes’ then why does not C++ provide bound checking on array operations and who is responsible to prevent array overruns?

Member Avatar for vijayan121
0
286
Member Avatar for faisaly

Dear All, Please help me regarding this C++ Assignment. Q.1 [COLOR=green]Write a program using [B]malloc[/B] function. In which you take input from user and allocate memory equal to square of this number. Which multiply numbers and draw a table in the following format?[/COLOR] [B][COLOR=green]Hint: User enters 3 then program allocates …

Member Avatar for Salem
0
103
Member Avatar for faisaly

Dear all, plz help me regarding this C++ Questions. Q.1 Write a simple structure named Students. This structure consists of three variables Name, GPA and TotalMarks. Now write three variables of data type Students. Get value from user for these three students and show them on screen. Q.2 Create a …

Member Avatar for Narue
0
84