Answer:
Mint.com
Explanation:
Mint.com: It is a free, and web-based personal management service that manages finance in the US and Canada, and has been developed by Aaron Patzer. It at the beginning used to leverage users to link various of their financial accounts via the deal with the Yodlee, however, since then it has started to take the services of the intuit to connect all the financial accounts of a user altogether. 
The Level Money provides the details that help in understanding the cash flow through the automatic income detection and expenses that are fixed.
WSJ.com
This site provides the latest news.
YahooFinance.com
And this one provides the stock quotations for free, latest news, social interaction and mortgage rates, and resources for portfolio management.
Hence, the correct option is Mint.com. And we can find this in  Keown book as well.
 
        
             
        
        
        
Answer: The major responsibility of a programmer is the development of the computer programs for an organization.
Explanation:  Programmers tends to have good programming language knowledge for developing programs according to the need. They are supposed to create coding pieces as per the requirement in a software programming language. They are also have a duty of testing the program code. They should persist the skill of problem solving as well as critical thinking to be a good programmer in a particular organization. 
 
        
             
        
        
        
Answer:
The answer is "Option c".
Explanation:
GAP analyses are worked to specify the business operations and function. It  helps developed the ERP framework across the analysis process, and the variance in business, which uses the existing resource, that should be defined, reported and allowed, and wrong choices can be described as follows:
- In option a, It described its action or a failure to alter, that's why it is wrong.
- In option b, This technique fails the system, that's why it is wrong.
- In option d, It combines the potential for social application, that's why it is wrong.
 
        
             
        
        
        
Answer:
A) the code the application software uses to take advantage of code written by others
Explanation:
An API is a tool widely used in the development of moderm software applications, it is basically a set of protocols and routines that specifies how the software application should interact with others. It provides the interface of the communucation link for the different parts of the program. The intent of APIs is for the simplification of software development and maintenance.
 
        
             
        
        
        
The binary representation of +3997 is 1111 1001 1101.
In one's complement this is simply adding a sign bit and inverting all the bits:
1 0000 0110 0010
The two's complement is the one's complement plus 1:
1 0000 0110 0011
That's 13 bits. Normally the sign bit would be at an 8, 16 or 32,... bit boundary.
For -436 it's 10 0100 1100 and 10 bits