Where are the branches of wipro?
Wipro is a global IT company currently present across 54 countries across the globe. In India they are in 20 Metro cities. You can find more info on their website
How do you create a moving graph in Csharp?
One way to create animated controls is to have a Thread that repeatedly calls the Invalidate() method on the control.
This thread can be privately managed within the control itself; Start it on the HandleCreated event and stop it on the HandleDestroyed event. Remember to put a Sleep delay in the thread loop to let the processor do other things during the animation.
For custom controls, update the control's appearance in the Paint() method. (Paint will be called by Invalidate).
In the control's constructor, add the line
SetStyle (ControlStyles.OptimizedDoubleBuffer, true);
This will prevent the control from erasing during the paint operation, which will minimize flashing.
How do you input a string value from keyboard in c?
Simple press the keys one by one, end finally press Enter.
But if you meant: how the read from keyboard, then use functions like fgets or scanf. (Use the help/manual of your system for details.)
Write a program to Print pyramid of prime numbers using loops in c?
#include
What is the meaning of near and far declaration in microprocessor programming using C?
Programs that are loaded into memory typically have several segments associated with them: the Code Segment (CS), the Stack Segment (SS), the Data Segment (DS), sometimes an Extended Segment (ES), and almost always a Block Started by Symbol (BSS) segment. This question requires that we focus only on the Code Segment (CS). The CS is a segment of memory that contains some of the instructions that are required for the program to execute. If this segment is not large enough to contain the whole program then the program can be loaded into different segments. Such a segment may be 64Kb in size (although the size may differ). Instructions located in these segments are referred to by their offset from the start of the segment, and not by their absolute location in memory. Thus, in order to locate a certain instruction, we need the segment's starting address, and the offset of the instruction in that segment. Whenever a branch (jump, goto) takes place which refers to an instruction that is located in another segment, it is known as a far jump, conversely whenever a jump refers to an instruction that is located in the same segment, it is known as a near jump. The difference referring to the modication of the CS register which contains the address of the current Code Segment for the current running program.
How to write a program to accept the user name and password and then shop this is your Password?
you cant
Is an abstract class virtual by default?
Unlike abstract class in C++, the abstract class in C# does not have any methods defined as virtual by default. The concept of virtual are not the same between C# and C++, either. Any virtual method must be defined explicitly in C#.
Related to abstract methods - interestingly, an abstract class in C# does not have to have any abstract methods. However, the reverse, if a class need to have at least one abstract method, that class must be defined as abstract.
What are the types of apraxia?
There are three major types of apraxia, each of which is caused by different sites of brain damage: ideational, ideo-motor, and kinetic.
Write a c sharp program to print 1 22 333 4444 55555 as right angle trianglr?
using System;
namespace RightAngleTraingle
{
class Program
{
static void Main(string[] args)
{
for (int x = 1; x <= 5; x++)
{
for (int y = 1; y <= x; y++)
{
Console.Write(x.ToString());
}
Console.WriteLine();
}
Console.Read();
}
}
}
Thanks & Regards,
Shoaib R Khan - SRK
Is resisting arrest a class c misdeamenor?
Resisting arrest is a Class A misdemeanor, but can be considered a Class D Felony if one tries to flee in a vehicle.
What is the difference between a class A felony and a class C?
Class A is the most serious and has more severe penalties.
Prone to it - NO.
Do these parts, brakes and suspension/steering need maintenance and repair..sure.
enum, void and const are relatively new keywords in C
new, on the other hand, isn't a keyword in C
What are some of the emblems in France?
The Gallic rooster (le coq gaulois), Marianne (an allegoric feminine picture or statue), and the French flag (blue, white, red) are the best known emblems of France. In popular media, the Eiffel tower is also used to hint at France.
The best known French emblem is the fleur-de-lys.
What are minimum hardware requirements for installing c sharp?
To frame it better, let's look at .NET Hardware requirements. As per MSDN: -
For VS.NET
Requirement Enterprise Architect Enterprise Developer Professional Academic Processor PC with a Pentium II-class processor, 450 MHzFor VS.NET 2005/.NET 2.0
Requirement Professional Standard Visual Studio Tools for OfficeProcessor
600 MHz processor
Recommended: 1 gigahertz (GHz) processor1
Same
Same
RAM
192 MB
Recommended: 256 MB1
Same
256 MB
Available Hard Disk Space
Without MSDN:
1 GB of available space required on system drive2
2 GB of available space required on installation drive
With MSDN:
1 GB of available space required on system drive
3.8 GB of available space required on installation drive with a full installation of MSDN
2.8 GB of available space required on installation drive with a default installation of MSDN
Same
Same
Operating System
Windows 2000 Service Pack 4, Windows XP Service Pack 2, Windows Server 2003 Service Pack 1, or Windows Vista3,4
For a 64-bit computer, the requirements are as follows:
Windows Server 2003 Service Pack 1 x64 editions
Windows XP Professional x64 Edition
Same
Same
CD-ROM Drive or DVD-ROM Drive
Required5
Required
Required
Video
800 X 600, 256 colors
Recommended: 1024 X 768, High Color 16-bit
Same
Same
Mouse
Microsoft mouse or compatible pointing device
Same
Same
For VS.NET 2008/.NET 3.0
What is generalization in dbms?
Generalization defines a is-a-kind of relationship in which one class shares its structure and/or behavior with one or more other classes. The concept of generalization in UML is similar to inheritance in Java. It maps directly to the extends keyword. It is shown by a straight line originating from the subclass with a hollow arrowhead pointing at the nearest superclass.
What is Friend class How is it different from Abstract class?
Friend class is one which has been declared so (as a friend) inside other class to make it access the private members of the class which has extended it's friendship.
For Example,
class A
{
private:
.......
public:
..............
friend class B;
};
class B
{
.......
..............
};
As in the above code snippet, class A has extended it's friendship to class B by declaring B as it's friend inside it's area.
Since the Class B has became a friend of A, B can directly access all the private members of A. But the reverse is not possible.
Where as an abstract class is a one, which doesn't represent any particular object in nature. Instead they use give as abstract look of an object.
For instance,
When we say TATA Indca, Lancer, Ford Icon, Toyota Innova they are different car models. Each of them having their own properties and features, but all of them are Cars. So here, Car is an abstract class where as the others are concrete classes.
How do you desensitize a jitter in an application?
Buffering, on the receiving end, desensitizes transmission jitter for the receiver. Once data is received, the more random (not uniform) the transmission, the more buffer space is required. Each process on the 7-step OSI (Open Systems Interconnect) model layer takes processing power & time for each nugget of data passing up from the physical layer to the application layer. If there is not enough buffer for each part of the process, before it is dealt with and passed up to the next layer, bits may get dropped, and not all data makes it to the application layer. Note that encryption, deployed today, plays a very negative role here (but does play a very important role). If all data has to basically bypass the mid transportation layer and has to be taken care in software (e.g. to un-encrypt), the advantages of hardware performance are avoided. Also, any dropped packets/information has to be replaced if needed. The OSI transportation layer does this fairly efficiently with TCP (Transmission Control Protocol), relative to how well the application layer will. Some types of data do not require that all bits get to the destination but enough needs to get there for the use of the information to be understood. How much information needs to get to the destination is determined by the application and user acceptance. Most data is considered corrupt if one bit is missing but there is enough redundancy in audio & video that some bits can go missing. When bits are missing from an audio or video stream, the result may be un-noticed, un-comfortable, or un-recognizable depending on the amount not received and presented to the user. Audio and/or video streaming can be buffered to counter act the effects of transmission jitter. Applications that need real-time response (2-way communication) will have some delay, to the end user, due to buffering requirements. This is just the simple version of the jitter issue. There is an incredible amount of impressive research that has been done and is still being done to further enhance the effects of jitter.
How do you avoid duplicate data entry in aspnet with sql?
We can done with the help of Primary concept in Sql Server.
Are there a graph to see the path of execution of code?
Sequence diagram (UML), activity diagram (UML), traditional flow chart (may be more...)
Is it possible to override the Main method in C?
Perhaps this question is misplaced: the category is for C#, while the question is for C language.
The short answer for either language is NO. Main() is not overridable, and it must be implemented to start with.
For C# (I assume it was a typo in the question), the question is why one wants to override a method. Notice that Main() is a static method, and any static method in C# cannot be overridden. In fact, any static member (of a class) cannot be overridden.
The responsibility what Main should do is to serve as the entry point of the program. Although one may argue that it also serves the exiting point of the program, this is not the point. I strongly recommend only writing codes in Main() for:
Because the above are SPECIALIZED for a particular application, there is nothing to be inherited from, and thus nothing to override (from inheritance)
•Attributes define the characteristics of a class.
•The set of values of an attribute of a particular object is called its state.
•In Class Program attribute can be a string or it can be a integer
LEarn Design Pattern,C#,ASP.NET,LINQ,Sharepoint,WCF,WPF,WWF
How do you find Programmers with PFPS Falconview and C Sharp?
Go to the FalconView creators, the Georgia Tech Research Institute. They also maintain falconview.org, which has discussion boards where you can hunt for experienced developers.
Is there any easy way to create a 10-bit unsigned integer in Csharp?
No. Use a standard 32-bit long integer, but only values between 0..1023.
data manipulation language, belongs to databases and sql. queries like insert/update/delete. in contrast, queries like create/alter/drop are called ddl (data definition language)