Friday, December 27, 2013

Best app for Beer lovers: Drinks Guide™ Beers n Cocktail

Best app for Beer lovers: Drinks Guide™ - Beers, Cocktail Recipes, BAC% Calculator and Drinks Tracker Download Free Google Play: https://play.google.com/store/apps/details?id=balli.daru Facebook Page: https://www.facebook.com/DrinksGuide All-in-One app where you can find thousands of beers and cocktail recipes. BAC% calculator feature can help you decide if you good to drive or not, depending upon blood alcohol content in your body. Drinks...

Wednesday, April 17, 2013

Simple Explanations of Breadboard, Oscilloscope, Function Generator, Zener Diode, Halfwave - Fullwave Rectifier and PSPICE circuit simulation software

BREADBOARD: Breadboards are used to design circuits in a rapid and easily changed fashion. Wires and components are simply pushed into the holes to form a completed circuit and power can be applied. One of the main advantages of using a breadboard is that the components are not soldered and if they are positioned incorrectly they can be moved easily to a new position on the board. OSCILLOSCOPE: An oscilloscope is the most important piece of electronic test equipment. They allow you to see, in great detail, what is going on with all the voltage...

Tuesday, June 26, 2012

Barrel Shifter VHDL Code with diagram to learn

Barrel Shifter: Rotates 8-bit input by a specific amount. Problem with large input (e.g., 32 bits) – Large multiplexing structure – Lengthy code – Better alternative Barrel Shifter VHDL Code:library ieee;use ieee.std_logic_1164.all;entity barrel_shifter is   port(      a: in std_logic_vector(7 downto 0);      amt: in std_logic_vector(2 downto 0);      y: out...

Friday, May 25, 2012

What is an Operating System? (Extended Machine and Resource Manager)

WHAT IS AN OPERATING SYSTEM? I think its hard to pin down what an operating system is other than saying it is the software that runs in kernel mode and even that is not always true. Basically operating systems perform two unrelated functions: providing application programmers a clean abstract set of resources instead of the messy hardware ones and managing these hardware resources. Therefore, OPERATING SYSTEM = EXTENDED MACHINE + RESOURCE MANAGER Depending on who is doing the talking, you might hear mostly about one function or...

Tuesday, May 8, 2012

What design choices have to be made when integrating COTS products to create a COTS-solution system?

What design choices have to be made when integrating COTS products to create a COTS-solution system? Ans: To develop systems using COTS products, you have to make a number of design choices: 1. Which COTS products offer the most appropriate functionality? Typically, there will be several COTS products available, which can be combined in different ways. If you don’t already have experience with a COTS product, it can be difficult to decide which product is the most suitable. 2. How will data be exchanged? Different products normally use unique...

What is an ERP system?

What is an ERP system? Ans: At a larger scale, an Enterprise Resource Planning (ERP) system may support all of the manufacturing, ordering, and customer relationship management activities in a large company. ERP systems, such as those produced by SAP and BEA, are large-scale integrated systems designed to support business practices such as ordering and invoicing, inventory management, and manufacturing scheduling. The configuration process for these systems involves gathering detailed information about the customer’s business and business processes,...

What are the main benefits of COTS reuse?

What are the main benefits of COTS reuse? Ans: The main benefits of COTS reuse are: 1. As with other types of reuse, more rapid deployment of a reliable system may be possible. 2. It is possible to see what functionality is provided by the applications and so it is easier to judge whether or not they are likely to be suitable. Other companies may already use the applications so experience of the systems is available. 3. Some development risks are avoided by using existing software. However, this approach has its own risks, as I discuss below. 4. Businesses...