செவ்வாய், 27 ஜனவரி, 2015

What is the application of master slave flip flop?

What is the application of master slave flip flop?

A master slave flip-flop's output is edge triggered. Data is stored in the master when clock is in one condition and transferred to the slave when the clock changed (edge) from that state. The slave provides the output.
Thus providing a precise stable output. 

Difference between register and flip flop?

Difference between register and flip flop?

A flip-flip is a storage element that can store just 1-bit .. so to store more bits we can combine a bunch of flip-flops to form a register.. so actually a flip is a basic unit of register.

What is the difference between a flip-flop and a latch?

What is the difference between a flip-flop and a latch?


flip flop:
-> it work's on the basis of clock pulses.
-> it is a edge trigerred , it mean that the output and the next state input changes when there is a change in clock pulse whether it may a +ve or -ve clock pulse.
latch;
-> it is based on enable function input
-> it is a level trigerred , it mean that the output of present state and input of the next state depends on the level that is binary input 1 or 0.

Both the flip-flop and latch are Sequential circuits....


  • Flip flops are edge-triggered devices whereas latches are level triggered devices.
  • latch does not have clock signal whereas flip flop does.
  • Flip flop has two values while latch has only one value.

A: A flip-flop can be set reset and pass date with a clock a latch is a two state switch of or on
A flip flop will follow a clock a latch will remain status quo until it is unlatch. basically one does not use flip flop for latches and viceversa. both can be flip and latched by signals.

The JK Flip Flop

The JK Flip Flop

From the previous tutorial we now know that the basic gated SR NAND flip flop suffers from two basic problems: number one, the S = 0 and R = 0 condition (S = R = 0) must always be avoided, and number two, if S or R change state while the enable input is high the correct latching action may not occur. Then to overcome these two fundamental design problems with the SR flip-flop design, the JK flip Flop was developed.
This simple JK flip Flop is the most widely used of all the flip-flop designs and is considered to be a universal flip-flop circuit. The sequential operation of the JK flip flop is exactly the same as for the previous SR flip-flop with the same “Set” and “Reset” inputs. The difference this time is that the “JK flip flop” has no invalid or forbidden input states of the SR Latch even when S and R are both at logic “1”.
The JK flip flop is basically a gated SR Flip-flop with the addition of a clock input circuitry that prevents the illegal or invalid output condition that can occur when both inputs S and R are equal to logic level “1”. Due to this additional clocked input, a JK flip-flop has four possible input combinations, “logic 1″, “logic 0″, “no change” and “toggle”. The symbol for a JK flip flop is similar to that of an SR Bistable Latch as seen in the previous tutorial except for the addition of a clock input.

The Basic JK Flip-flop

jk flip flop symbol
 
Both the S and the R inputs of the previous SR bistable have now been replaced by two inputs called the J and K inputs, respectively after its inventor Jack Kilby. Then this equates to: J = S and K = R.
The two 2-input AND gates of the gated SR bistable have now been replaced by two 3-input NAND gates with the third input of each gate connected to the outputs at Q and Q. This cross coupling of the SR flip-flop allows the previously invalid condition of S = “1” and R = “1” state to be used to produce a “toggle action” as the two inputs are now interlocked.
If the circuit is now “SET” the J input is inhibited by the “0” status of Q through the lower NAND gate. If the circuit is “RESET” the K input is inhibited by the “0” status of Q through the upper NAND gate. As Q and Q are always different we can use them to control the input. When both inputs J and K are equal to logic “1”, the JK flip flop toggles as shown in the following truth table.

The Truth Table for the JK Function

same as
for the
SR Latch
Input Output Description
J K Q Q
0 0 0 0 Memory
no change
0 0 0 1
0 1 1 0 Reset Q » 0
0 1 0 1
1 0 0 1 Set Q » 1
1 0 1 0
toggle
action
1 1 0 1 Toggle
1 1 1 0
Then the JK flip-flop is basically an SR flip flop with feedback which enables only one of its two input terminals, either SET or RESET to be active at any one time thereby eliminating the invalid condition seen previously in the SR flip flop circuit. Also when both the J and the K inputs are at logic level “1” at the same time, and the clock input is pulsed either “HIGH”, the circuit will “toggle” from its SET state to a RESET state, or visa-versa. This results in the JK flip flop acting more like a T-type toggle flip-flop when both terminals are “HIGH”.
Although this circuit is an improvement on the clocked SR flip-flop it still suffers from timing problems called “race” if the output Q changes state before the timing pulse of the clock input has time to go “OFF”. To avoid this the timing pulse period ( T ) must be kept as short as possible (high frequency). As this is sometimes not possible with modern TTL IC’s the much improved Master-Slave JK Flip-flop was developed.
The master-slave flip-flop eliminates all the timing problems by using two SR flip-flops connected together in a series configuration. One flip-flop acts as the “Master” circuit, which triggers on the leading edge of the clock pulse while the other acts as the “Slave” circuit, which triggers on the falling edge of the clock pulse. This results in the two sections, the master section and the slave section being enabled during opposite half-cycles of the clock signal.
The TTL 74LS73 is a Dual JK flip-flop IC, which contains two individual JK type bistable’s within a single chip enabling single or master-slave toggle flip-flops to be made. Other JK flip flop IC’s include the 74LS107 Dual JK flip-flop with clear, the 74LS109 Dual positive-edge triggered JK flip flop and the 74LS112 Dual negative-edge triggered flip-flop with both preset and clear inputs.

Dual JK Flip-flop 74LS73

74ls73 dual jk flip flop

Other Popular JK Flip-flop ICs

Device Number Subfamily Device Description
74LS73 LS TTL Dual JK-type Flip Flops with Clear
74LS76 LS TTL Dual JK-type Flip Flops with Preset and Clear
74LS107 LS TTL Dual JK-type Flip Flops with Clear
4027B Standard CMOS Dual JK-type Flip Flop

The Master-Slave JK Flip-flop

The Master-Slave Flip-Flop is basically two gated SR flip-flops connected together in a series configuration with the slave having an inverted clock pulse. The outputs from Q and Q from the “Slave” flip-flop are fed back to the inputs of the “Master” with the outputs of the “Master” flip flop being connected to the two inputs of the “Slave” flip flop. This feedback configuration from the slave’s output to the master’s input gives the characteristic toggle of the JK flip flop as shown below.

The Master-Slave JK Flip Flop

master slave jk flip flop
 
The input signals J and K are connected to the gated “master” SR flip flop which “locks” the input condition while the clock (Clk) input is “HIGH” at logic level “1”. As the clock input of the “slave” flip flop is the inverse (complement) of the “master” clock input, the “slave” SR flip flop does not toggle. The outputs from the “master” flip flop are only “seen” by the gated “slave” flip flop when the clock input goes “LOW” to logic level “0”.
When the clock is “LOW”, the outputs from the “master” flip flop are latched and any additional changes to its inputs are ignored. The gated “slave” flip flop now responds to the state of its inputs passed over by the “master” section.
Then on the “Low-to-High” transition of the clock pulse the inputs of the “master” flip flop are fed through to the gated inputs of the “slave” flip flop and on the “High-to-Low” transition the same inputs are reflected on the output of the “slave” making this type of flip flop edge or pulse-triggered.
Then, the circuit accepts input data when the clock signal is “HIGH”, and passes the data to the output on the falling-edge of the clock signal. In other words, the Master-Slave JK Flip flop is a “Synchronous” device as it only passes data with the timing of the clock signal.
In the next tutorial about Sequential Logic Circuits, we will look at Multivibrators that are used as waveform generators to produce the clock signals to switch sequential circuits.

How to Disable Automatic App Updates on Android

How to Disable Automatic App Updates on Android

Having automatic app updates is a smart and convenient way to keep your device up-to-date with the latest and greatest. Not to mention there’s no need for user interaction. The only problem is not everyone wants their apps to be updated automatically, especially if you’re on a smaller mobile data plan. That and general updates can often change the entire experience of an app.
As a result, Google’s added an option to enable or disable the automatic app updates on the Google Play Store, as well as an option to only update if the user is on a WiFi connection to save their precious mobile data from a carrier like Verizon or AT&T. By default, auto updates are enabled. There’s a few different ways to disable them though, including customizing updates for individual apps, and we have the simple instructions for you below.
Screenshot_2013-10-08-12-02-59

Disabling Automatic App Updates

For starters you’re going to need to be inside the Google Play Store (formerly Android Market) to disable this feature. So head into your application tray and look for the white “Play Store” icon shown below. This is where we’ll start.
Screen Shot 2013-10-08 at 12.09.01 PM
Once you open the Google Play Store you’re going to head into the settings panel to make the necessary changes. This can be done by selecting the dedicated menu button on your Android device (or the 3 dots in the upper corner if you have on-screen keys) and then selecting Settings. From here you’ll want to select the third option down titled Auto-update apps, as shown in the image below for your viewing pleasure.
Screen Shot 2013-10-08 at 12.10.50 PM

Once you select the Auto-update apps from the menu shown above, you’ll be greeted with a pop-up of three different options. Those being Do Not Auto-update apps, Auto-update apps at any time. Data charges may apply, and Auto-update apps on WiFi only. This is where you’ll choose to completely stop auto-updates. Personally I have it set just to update when I’m on a WiFi network, as I’m usually home and get faster speeds from my home internet anyways.
Screenshot_2013-10-08-12-24-14
If you’re really picky about updates or even notifications pestering you (since I usually have a few a day) there’s conveniently an option to disable the notifications. I’d suggest you keep that checked though, as you never know when an important update might arrive for Gmail, or any other key apps on your device.
Then last but not least, you can control individual apps. If you’d like certain apps to still receive the auto-update feature but not every app, there is an option for that too. As an example to the right we’ve navigated to the Facebook app in the Play Store. Again hitting that same dedicated menu button (or 3 dots at the top) to open the settings list you’ll see an option and check box for Auto-update. This check box will enable that particular app to still update automatically. This comes in handy for things like Facebook, Gmail, or Google Search considering they’re all constantly getting improved by updates.
Once selected these apps will update on their own without any user interaction, but you’ll still get the updated notification to know what is going on with your device and applications.

Should You Use This Feature?

This is an option that completely depends on each users needs and situation. Being able to choose between when apps are automatically updated via data or WiFi is excellent. And taking that an extra step by allowing users to disable this for most apps, but not all, makes the options rather limitless for Android users.

How to Enable/Disable Auto Update Android apps

How to Enable/Disable Auto Update Android apps

you are tired of manually updating your application on your Android smartphone or tablet, you just need to do the following instructions

  1. Open Google Play Store
  2. Tap on Menu and go the Setting
  3. Check the “Auto-update apps “
  4. If you are worried about the data cost, check the “Update Over Wi-Fi only” too
  5. Find the apps you would like to be updated automatically
  6. Tap and check the “Allow automatic updating”
You can also Unmark the mentioned option to disable Auto update.

Update: Here is a step by step illustrated guide to manage whether to update applications automatically on Android or manually, and specify which applications should be updated automatically.
Enable-Disable-Auto-Update-Android-apps

How to turn off auto updates for apps and games on Android

How to turn off auto updates for apps and games on Android


How to turn off auto updates for apps and games on Android
Please note: this is a tutorial for inexperienced users (beginners).

Whether you have a ton of apps on your Android device, or just a small number, you might want to choose for yourself when to update them, instead of letting automatic updates do their job. Of course, disabling auto updates is an easy thing to do. But those who are new to Android may not immediately know where to begin. With the ever-growing number of Android activations, lots and lots of new users are embracing Google’s OS each day, so there are always rookies among us.

So, how do you turn off automatic updates? Well, you won’t be able to do it from your device’s settings, but via the pre-installed Google Play Store app. After you open the app, access the Play Store menu from the upper-left corner (this also works if you swipe to the right from the extreme left side of your screen). Your next stop is the Settings tab, where you’ll find an Auto-update apps option. Click it, and a pop-up window will be launched, letting you select three sub-options, with the first obviously being the one that needs to be checked: Do not auto-update apps; Auto-update apps at any time (data charges may apply); and Auto-update apps over Wi-Fi only. 

And that's it! You can always come back to change the way your apps are being updated.

P.S.: our short tutorial was made on stock Android 4.4.4 KitKat, but things should be roughly the same even if you have an older (or skinned) version of Android.

How to Turn Off Automatic App Updates in Android, iOS, Windows Phone 8.1, Windows 8.1

How to Turn Off Automatic App Updates in Android, iOS, Windows Phone 8.1, Windows 8.1

google_nexus_6_battery_notext.jpg
Many smartphone users download far too many apps for them to keep updating each one manually. Luckily, the major app platforms all have automatic app updates now, and the default setting for this is 'On'. This means that your apps will remain up to date with all the latest features and bug-fixes that the developers come up with, without you having to do a single thing.
And these days apps roll out bug fixes faster than you can say, "update", so keeping the app updates on automatic makes a lot of sense. But there are some major drawbacks involved as well, and these might cause you to rethink your automatic update policy.
For one thing, if automatic updates are enabled and not just limited to Wi-Fi, then you could end up inadvertently spending huge amounts of money as every small update is downloaded over your 3G connection.
Aside from that, constantly transferring data and updating the software also keeps the phone running, and keeps your battery running down a lot faster than you were expecting - turning automatic updates off could give you that little extra time you always find yourself needing.
And then, of course, there are the changes to software that you didn't want in the first place. Sometimes bugfixes add more bugs, and sometimes new features aren't improvements at all. There are times when you will discover that an app has updated and then find yourself wishing that the old version were still around.
For example, we're big fans of the iOS game Crossy Road - or were, until the latest update. We were playing it happily on an iPad 3 until it auto-updated. Since the update, the game started lagging on the iPad and became frustrating. Monetisation features in the game have also become more aggressive and get in the way of an otherwise great experience.
Such a thing can happen to any app and does give you a good reason not to update automatically. The adage "If it ain't broke, don't fix it" holds true. If you've faced any such situation and want to stop updating apps automatically, follow the steps in this guide.
Android
Android gives you a fair amount of freedom about updates. You can turn off all updates, or limit updates to Wi-Fi downloads only. You can also enable updates for only specific apps - so for example, you might want the latest versions of apps you use very frequently, but you don't want to waste bandwidth downloading updates for other apps that will be launched only once every three months.
To turn updates on or off, follow these steps:
  1. Open Google Play.
  2. Tap the hamburger icon (three horizontal lines) on the top-left.
  3. Tap Settings.
  4. Tap Auto-update apps.
  5. To disable automatic app updates, select Do not auto-update apps.
  6. If you want to instead auto-update apps only when you're connected to a WiFi network, tap Auto-update apps over Wi-Fi only in the same pop-up.
Android also lets you choose which apps you want to update automatically.
  1. To turn on auto-update for any app, go to the app page in the Google Play app.
  2. Tap the three vertical dots in the top right.
  3. Check Auto-update.
This way, you can disable automatic updates and still keep chosen apps ready with the latest versions.
android_auto_update.jpgiOS
On iOS, you can choose to either have automatic updates on or off, and if on, you can choose whether or not to use your mobile connection to download apps. There's no way to disable automatic app updates for individual apps on iOS - this means that either all apps will update, or none. If you want to stop all automatic updates, the steps are simple:
  1. Go to Settings > iTunes & App Store.
  2. To disable all automatic app updates, turn off the green switch next to Updates.
  3. If you want to automatically update apps, but only when you are connected to a Wi-Fi network, leave updates on and turn off Use Mobile Data instead.
Windows Phone 8.1
Like iOS, Windows Phone 8.1 also lets you choose whether or not to update all apps, or to update them only on Wi-Fi, and not on cellular data.
  1. Open Store.
  2. Tap the three horizontal dots icon on the bottom-right.
  3. Tap Settings.
  4. Tap the switch next to Update apps automatically to turn it off.
  5. You can instead turn on Only get updates over Wi-Fi to avoid unnecessary cellular data charges.
Windows 8.1
The settings for the Windows 8.1 app updates are very similar to Windows Phone 8.1. If you have a Windows 8.1 machine, you can follow these steps to disable automatic app updates.
  1. Open Store.
  2. Swipe from the right edge of the screen (or press the Windows Key + C) to reveal the Charms Bar.
  3. Tap Settings.
  4. Tap App Updates.
  5. Tap the button below Automatically update my apps to change it from Yes to No.

How to connect Android Mobile Phone to PC for internet

How to connect Android Mobile Phone to PC for internet

For Connect Android phone to PC OR Laptop, Perform 2 steps to follow.
1. Mobile Settings
2. Desktop computer OR laptop Settings

1. Mobile Settings

Before Start Configuration, Note that "Data" Option should be Enable in Android Phone. To Enable "Data", Go to settings -> Wireless & Networks -> Mobile Networks –> Data Enable, Check this box (Check Data Roaming in case of Roaming).
For Dual Sim Mobile Phones Select Sim1 OR Sim2 for Data Connection.

There are 2 Methods for connect Android Phones to PC OR Laptop for internet.

1.1 USB tethering
1.2 Portable Wi-Fi Hotspot

1.1 USB tethering
Plug in USB Cable from Your Desktop Computer/Laptop to Android Phone.
In Android phone go to settings -> Wireless & Networks ->Tethering & portable hotspot and tap it.
Now Check "USB Tethering".

Now You will be able to use the data connection from the phone on your PC/Laptop.

1.2 Portable Wi-Fi Hotspot
Configure Wi-Fi Hotspot in Android Phone. For That go to settings -> Wireless & Networks ->Tethering & portable hotspot -> Portable Wi-Fi hotspot settings -> Configure Wi-Fi hotspot.
Network SSID – priceandspecification
Security – WPA2 PSK
Password – 87654321 or you can set any 8 digit number.
Save it.

In Android phone go to settings -> Wireless & Networks ->Tethering & portable hotspot and tap it.
Check "Portable Wi-Fi hotspot"

Now You will be able to use the data connection from the phone on your (Wi-Fi enabled Devices) PC/Laptop.

2. Desktop computer OR laptop Settings.
2.1 how to connect Android Phone to PC for internet – Windows XP
2.2 how to connect Android Phone to PC for internet – Windows 7

2.1 how to connect Android Phone to PC for internet – Windows XP
Follow the steps 1.1 For connect Android Phone to PC for internet Via USB.
Follow the steps 1.2 For connect Android Phone to PC for internet Via Portable Wi-Fi Hotspot.

Click Here to Download Android Mobile Modem Driver / USB Tethering Drivers / RNDIS driver download for Windows XP.
It will Give you an error message “You can also try to download the original document by clicking here”. OR “The file exceeds the maximum size that we scan. Download anyway” You have to Click that link to download Zip File.

Password for connect_android.zip File : priceandspecification.in



connect_android.zip contains 4 Files.

File 1. Install Hot Fix Windows Xp(WindowsXP-KB959765-x86-ENU).
File 2. In case of Path not found for R NDIS in Windows Xp, Browse this folder for Modem driver installation.
File 3. Tethering file for windows Xp. Right Click on it and click on Install.
File 4. Select O.S. 32 bit or 64 bit, Browse path and install drivers

2.2 how to connect Android Phone to PC for internet – Windows 7
Follow the steps 1.1 For connect Android Phone to PC for internet Via USB.
Follow the steps 1.2 For connect Android Phone to PC for internet Via Portable Wi-Fi Hotspot.

In Windows 7 R NDIS driver are automatically installed on connect android mobile to PC via USB, In case of Driver not Installed Properly, Download connect_android.zip. And Use File 4.

Connect internet in PC Laptop by android mobile with USB

Connect internet in PC Laptop by android mobile with USB


Connect internet in PC Laptop by android mobile with USB. Today many android phone have a facility to share its data packet with personal computer (PC) or laptop by just enabling only one check box of your cell. Usually i need to connect internet in my laptop with this method when i cant access my broadband service. I have made this practical i.e Connect internet in PC Laptop by android mobile with USB, with Samsung galaxy mobiles and Sony Ericsson phone also with Micro-Max canvas mobiles, but it might be possible that your mobile is not having this facility. No need for any PC suite for connecting to access internet and not even require an user-id and password. This is all possible by “tethering” feature means actually we can share the Internet connection of mobile phone with other devices using cable. You can even access internet on PC by mobiles using WI-FI tethering and Bluetooth tethering feature. Even you can share your internet data of mobile with another mobile. Here are steps to connect internet in PC laptop by android mobile with USB:

Connect internet in PC Laptop by android mobile with USB

Step 1.) First step is to Connect your mobile with PC or Laptop via USB cable.
Step 2.) Check whether your data packet is Enable or not and ensure that your internet is properly working in mobile and you are able to open web pages in your android mobile any browser.
Step 3.) After performing above steps, go to mobile setting and select wireless and networks and go to “Tethering and portable hotspot”. i.e Setting -> Wireless and networks ->Tethering and portable hotspotNow select “USB Tethering” and make it enable as shown below.
Connect internet in PC Laptop by android mobile with USB
Connect internet in PC Laptop by android mobile with USB
Connect internet in PC Laptop by android mobile with USB
USB tethering on : Connect internet in PC Laptop by android mobile with USB
Step 4.)Check for the “internet Network” to appear in your PC in bottom most right position as shown below, and click that icon to check the notification that if you can make internet access.
Connect internet in PC Laptop by android mobile with USB
Internet network working

வியாழன், 22 ஜனவரி, 2015

Difference Between Fan In and Fan Out in Digital Electronics

Difference Between Fan In and Fan Out in Digital Electronics

Fan In and Fan Out are characteristics of Digital ICs. Digital ICs are complete functioning logic networks. Typically, a Digital IC requires only a power supply, I/P (input) and O/P (output). Here are the definitions of Fan In and Fan Out.
Fan In: The fan-in defined as the maximum number of inputs that a logic gate can accept. If number of input exceeds, the output will be undefined or incorrect. It is specified by manufacturer and is provided in the data sheet.
Fan Out: The fan-out is defined as the maximum number of inputs (load) that can be connected to the output of a gate without degrading the normal operation. Fan Out is calculated from the amount of current available in the output of a gate and the amount of current needed in each input of the connecting gate. It is specified by manufacturer and is provided in the data sheet. Exceeding the specified maximum load may cause a malfunction because the circuit will not be able supply the demanded power.
The difference between these two characteristics of a digital IC is significant from the definitions above.
Hope you find the information presented here useful. Feel free to leave your footprints in the comments section below for any further queries, feedback or suggestions.

The Difference Between a Curriculum Vitae (CV) and a Resume

The Difference Between a Curriculum Vitae (CV) and a Resume

The primary differences between a resume and a curriculum vitae (CV) are the length, what is included, and what each is used for. While both are used in job applications, a resume and a CV are not always interchangeable.
A resume is a one or two page summary of your skills, experience, and education. While a resume is brief and concise -- no more than a page or two -- a curriculum vitae is longer (at least two pages) and provides a more detailed synopsis.

A curriculum vitae includes a summary of your educational and academic backgrounds as well as teaching and research experience, publications, presentations, awards, honors, affiliations, and other details. In Europe, the Middle East, Africa, or Asia, employers may expect to receive a curriculum vitae.
In the United States, a curriculum vitae is used primarily when applying for academic, education, scientific, or research positions. It is also applicable when applying for fellowships or grants.




 

புதன், 21 ஜனவரி, 2015

Steps to Connect Internet from PC to Android Mobile

How to Connect PC Internet to Android Mobile Phone Via USB Cable Without Rooting


People used to share computers and laptop internet data on their phones. Now, this concept is a bit less popular among the people. A question that often arises in their mind is “How to connect PC’s internet with Android phone?” So, below are some elementary steps one needs to follow to get it done.

Connect PC Internet to Android Mobile

How-To-Connect-PC-Internet-to-Android-Mobile-Phone-Via-USB-Cable-Without-Rooting

Steps to Connect Internet from PC to Android Mobile

Prerequisite
– USB cable
– Computer or laptop with internet connection
Step: 1
Firstly, all you need to do is connect pc / laptop  with your phone via the USB cable.
Step: 2
Once your Android phone is connect  pc, go to settings. Under the head wireless and networks tap on more which will then be followed by a page containing few options.
Step: 3
After tapping on more, you will see the following options.
– Airplane mode
– VPN
– Tethering and portable hotspot
– Mobile networks
– USB internet
Click on the adjoining box alongside the USB internet option.
Step: 4
Next, the select PC system version dialogue box will appear. From the drop down list, stipulate the operating system which your PC possesses.
Step: 5
After you particularize your operating system, click on the next button and follow the instructions carefully.
Step: 6
In the absence of instructions, go to network connections on your computer and right click over the network that you wish to share and go to properties.
Under the head sharing, clicks on “allow other network users to connect through this computer’s internet connection” and then click on done.

செவ்வாய், 20 ஜனவரி, 2015

How to connect mobile internet to pc

How to connect mobile internet to pc

First connect your Samsung Galaxy Phone to your PC and after that do not select "File Transfer Mode".

Step 2

On Your Phone, Go to Menu > Setting > Wireless and network > Mobile network and Check "Use Packet Data"

Step 3

Now, Go to Menu > Setting > Wireless and Network > Tethering and portable Hotspot and Check "USB Tethering"

Step 4

Install Samsung KIES on your system, which is an official PC suite for Samsung Smartphone and can be downloaded from Samsung Site
Step 5

Next, on your computer, Go to Control Panel > Network and Internet Connections > Network Connections and now you will see Samsung Modem there.

Step 6

Now finally, you can connect the Internet and start browsing using your Samsung galaxy Smartphone as modem and use the internet endlessly. Make sure you have enough data available on your smart phone to make it available for your computer internet.

in my mobile i can connect the internet but when i try to connect in my PC then i can't so what i did

1. Connect my mobile to PC through USB Cable

2. Go to Settings

3. Wireless and networks

4. Select the Option Tethering and Portable Hots

5. Enable the USB tethering

Now your Mobile Internet is connect through PC

Happy Enjoy using net connection in System


This is the way to connect to Internet in PC by USB data cable:

Step 1: Settings> Wireless and Network settings> Tethering and portable hotspot> then Tick USB Tethering.

Step 2: Settings> Wireless and Network settings> Mobile Networks> then Tick Use Packet Data.

CT Scan vs. MRI

CT Scan vs. MRI

 
 
MRI
A CT Scan (or CAT Scan) is best suited for viewing bone injuries, diagnosing lung and chest problems, and detecting cancers. An MRI is suited for examining soft tissue in ligament and tendon injuries, spinal cord injuries, brain tumors, etc. CT scans are widely used in emergency rooms because the scan takes fewer than 5 minutes. An MRI, on the other hand, can take up to 30 minutes.
An MRI typically costs more than a CT scan. One advantage of an MRI is that it does not use radiation while CAT scans do. This radiation is harmful if there is repeated exposure.

Comparison chart


CT Scan

MRI

Radiation exposure The effective radiation dose from CT ranges from 2 to 10 mSv, which is about the same as the average person receives from background radiation in 3 to 5 years. Usually, CT is not recommended for pregnant women or children unless absolutely necessary. None. MRI machines do not emit ionizing radiation.
Time taken for complete scan Usually completed within 5 minutes. Actual scan time usually less than 30 seconds. Therefore, CT is less sensitive to patient movement than MRI. Depending on what the MRI is looking for, and where it is needing to look, the scan may be quick (finished in 10-15 minutes) or may take a long time (2 hours).
Cost CT Scan costs range from $1,200 to $3,200; they usually cost less than MRIs (about half the price of MRI). MRI costs range from $1,200 to $4,000 (with contrast), which is usually more expensive than CT scans and X-rays, and most examining methods.
Acronym for Computed (Axial) Tomography Magnetic Resonance Imaging.
Effects on the body Despite being small, CT can pose the risk of irradiation. Painless, noninvasive. No biological hazards have been reported with the use of MRI. However, some may be allergic to the contrast dye, which is also inappropriate for those suffering from kidney or liver disorders.
Ability to change the imaging plane without moving the patient With capability of MDCT, isotropic imaging is possible. After helical scan with Multiplanar Reformation function, an operator can construct any plane. MRI machines can produce images in any plane. Plus, 3D isotropic imaging also can also produce Multiplanar Reformation.
Application Suited for bone injuries, Lung and Chest imaging, cancer detection. Widely used on Emergency Room patients. Suited for Soft tissue evaluation, e.g., ligament and tendon injury, spinal cord injury, brain tumors, etc.
Details of bony structures Provides good details about bony structures Less detailed compared to X-ray
Details of soft tissues A major advantage of CT is that it is able to image bone, soft tissue and blood vessels all at the same time. Much higher soft tissue detail as compare to CT scan.
Principle used for imaging Uses X-rays for imaging Uses large external field, RF pulse and 3 different gradient fields
Scope of application CT can outline bone inside the body very accurately. MRI is more versatile than the X-Ray and is used to examine a large variety of medical conditions.
Intravenous Contrast Agent Non-ionic iodinated agents covalently bind the iodine and have fewer side effects. Allergic reaction is rare but more common than MRI contrast. Risk of contrast induced nephropathy (especially in renal insufficiency (GFR<60), diabetes & dehydration). Very rare allergic reaction. Risk of reaction in those who have or have a history of kidney or liver disorders.
Comfort level for patient Seldom creates claustrophobia Anxiety, especially anxiety caused by claustrophobia, is common, as is tiredness or annoyance over having to stay still on a hard table for a long period of time.
Principle X-ray attenuation is detected by detector & DAS system, followed by math. model (back projection model) to calculate the value of pixelism that becomes a image. Body tissues that contain hydrogen atoms (e.g. in water) are made to emit a radio signal which are detected by the scanner. Search for "magnetic resonance" for physics details.
History The first commercially viable CT scanner was invented by Sir Godfrey Hounsfield in Hayes, United Kingdom. First patient's brain-scan was done on 1 October 1971. First commercial MRI was available in 1981, with significant increase in MRI resolution and choice of imaging sequences over time.
Image specifics Good soft tissue differentiation especially with intravenous contrast. Higher imaging resolution and less motion artifact due to fast imaging speed. Demonstrates subtle differences between different kinds of soft tissues.
Limitation for Scanning patients Patients with metal implants can get CT scan. A person who is very large (e.g. over 450 lb) may not fit into the opening of a conventional CT scanner or may be over the weight limit for the moving table. Patients with Cardiac Pacemakers, tattoos and metal implants are contraindicated due to possible injury to patient or image distortion (artifact). Patient over 350 lb may be over table's weight limit. Any ferromagnetic object may cause trauma/burn.

How the scans work

An MRI of the left knee.
An MRI of the left knee.

How MRIs work

Using a very powerful magnet and pulsing radio waves, the detection coils in the MRI scanner read the energy produced by water molecules as they realign themselves after each RF alignment pulse. The collected data is reconstructed into a two-dimensional illustration through any axis of the body. Bones are virtually void of water and therefore do not generate any image data. This leaves a black area in the images. MRI scanners are best suited for imaging soft tissue.
The CT scan of a person's torso.
The CT scan of a person's torso.

How a CT Scan works

CT, Computerized Axial Tomography, uses x-rays to generate images of the body, including bone. In the CT scanner the x-ray tube, (source) rotates around the patient laying on the table. On the opposite side of the patient from the tube is the x-ray detector. This detector receives the beam that makes it through the patient. The beam is sampled via some 764 channels, (approximate number of channels). The signal received by each channel is digitized to a 16 bit value and sent to the reconstruction processor. Measurements are taken about 1000 times per second. Scan rotations are usually 1 to 2 seconds long. Each view/channel chunk of scan data is compared to calibration scan data of air, water and polyethylene (soft plastic), previously acquired in the exact same relative location. The comparisons allow the image pixels to have a known value for a particular substance in the body regardless of differences in patient size and exposure factors. The more samples or views, the better the picture.
The following video explains how the different types of scans work — Ultrasound, CT scan, MRI and PET scan.

Pros and Cons

In this ABC News video, Paul Christo, M.D. at Johns Hopkins explains the use of MRI or CT scans for diagnosing problems related to the spine.


Advantages of MRI over CAT Scan

  • A CAT scan uses X rays to build up a picture. MRI uses a magnetic field to do the same and has no known side effects related to radiation exposure.
  • MRI gives higher detail in soft tissues.
  • One of the greatest advantages of MRI is the ability to change the contrast of the images. Small changes in radio waves and magnetic fields can completely change the contrast of the image. Different contrast settings will highlight different types of tissue.
  • Another advantage of MRI is the ability to change the imaging plane without moving the patient. Most MRI machines can produce images in any plane.
  • Contrast agents are also used in MRI but they are not made of iodine. There are fewer documented cases of reactions to MRI contrast and it is considered to be safer than X-ray dyes.
  • For purposes of tumor detection and identification, MRI is generally superior. However, CT usually is more widely available, faster, much less expensive, and may be less likely to require the person to be sedated or anesthetized.
  • CT may be enhanced by use of contrast agents containing elements of a higher atomic number (iodine, barium) than the surrounding flesh. Contrast agents for MRI are those which have paramagnetic properties. One example is gadolinium. Iodine use may be associated with allergic reactions.

CT scans and cancer

The radiation from CT scans is harmful and repeated scans can even cause cancer. In a February 2014 article, the New York Times reported that
The radiation doses of CT scans (a series of X-ray images from multiple angles) are 100 to 1,000 times higher than conventional X-rays.
A single CT scan exposes a patient to the amount of radiation that epidemiologic evidence shows can be cancer-causing. The risks have been demonstrated directly in two large clinical studies in Britain and Australia. In the British study, children exposed to multiple CT scans were found to be three times more likely to develop leukemia and brain cancer. In a 2011 report sponsored by Susan G. Komen, the Institute of Medicine concluded that radiation from medical imaging, and hormone therapy, the use of which has substantially declined in the last decade, were the leading environmental causes of breast cancer, and advised that women reduce their exposure to unnecessary CT scans.

Advantages of CT Scan over MRI

  • CT is very good for imaging bone structures.
  • Some patients who have received certain types of surgical clips, metallic fragments, cardiac monitors or pacemakers cannot receive an MRI.
  • The time taken for total testing is shorter than taken by MRI.
  • MRI cannot be done on patients who are claustrophobic as the patient has to remain inside the noisy machine for about 20-45 minutes.
  • CT scan is cheaper than an MRI. A CT scan costs $1,200 to $3,200 while an MRI can cost up to $4,000.

Cost of Machines

Not surprisingly, there are various CT scanners available and there is a large variation in price depending upon the features and brand. This is a good pricing guide for CT scan machines. A vanilla 4-slice CT scanner costs $85,000 to $150,000. A 16-slice scanner costs $145,000 to $225,000 and the top-of-the-line 64-slice CTs can cost up to $450,000. The machines may typically need annual maintenance, which can cost tens of thousands of dollars.
MRI machines are available in 1.5 T and 3 T (T stands for Tesla) models. 3T models are more expensive but offer higher image quality and shorter scanning times. 1.5 T MRI scanners start at around $1 million and 3T models are 50% more expensive. Manufacturers may include accessories, such as a workstation to view images and contrast injectors, in their quotes for MRI scanners. (For a guide on MRI scanners, see here.)

References

Analog vs. Digital

Analog vs. Digital


Analog and digital signals are used to transmit information, usually through electric signals. In both these technologies, the information, such as any audio or video, is transformed into electric signals. The difference between analog and digital technologies is that in analog technology, information is translated into electric pulses of varying amplitude. In digital technology, translation of information is into binary format (zero or one) where each bit is representative of two distinct amplitudes.

Definitions of Analog vs. Digital signals

An Analog signal is any continuous signal for which the time varying feature (variable) of the signal is a representation of some other time varying quantity, i.e., analogous to another time varying signal. It differs from a digital signal in terms of small fluctuations in the signal which are meaningful.
A digital signal uses discrete (discontinuous) values. By contrast, non-digital (or analog) systems use a continuous range of values to represent information. Although digital representations are discrete, the information represented can be either discrete, such as numbers or letters, or continuous, such as sounds, images, and other measurements of continuous systems.

Properties of Digital vs Analog signals

Digital information has certain properties that distinguish it from analog communication methods. These include
  • Synchronization – digital communication uses specific synchronization sequences for determining synchronization.
  • Language – digital communications requires a language which should be possessed by both sender and receiver and should specify meaning of symbol sequences.
  • Errors – disturbances in analog communication causes errors in actual intended communication but disturbances in digital communication does not cause errors enabling error free communication. Errors should be able to substitute, insert or delete symbols to be expressed.
  • Copying – analog communication copies are quality wise not as good as their originals while due to error free digital communication, copies can be made indefinitely.
  • Granularity – for a continuously variable analog value to be represented in digital form there occur quantization error which is difference in actual analog value and digital representation and this property of digital communication is known as granularity.

Differences in Usage in Equipment

Many devices come with built in translation facilities from analog to digital. Microphones and speaker are perfect examples of analog devices. Analog technology is cheaper but there is a limitation of size of data that can be transmitted at a given time.
Digital technology has revolutionized the way most of the equipments work. Data is converted into binary code and then reassembled back into original form at reception point. Since these can be easily manipulated, it offers a wider range of options. Digital equipment is more expensive than analog equipment.

Comparison of Analog vs Digital Quality

Digital devices translate and reassemble data and in the process are more prone to loss of quality as compared to analog devices. Computer advancement has enabled use of error detection and error correction techniques to remove disturbances artificially from digital signals and improve quality.

Differences in Applications

Digital technology has been most efficient in cellular phone industry. Analog phones have become redundant even though sound clarity and quality was good.
Analog technology comprises of natural signals like human speech. With digital technology this human speech can be saved and stored in a computer. Thus digital technology opens up the horizon for endless possible uses.

Comparison chart


Analog

Digital

Signal Analog signal is a continuous signal which represents physical measurements. Digital signals are discrete time signals generated by digital modulation.
Waves Denoted by sine waves Denoted by square waves
Representation Uses continuous range of values to represent information Uses discrete or discontinuous values to represent information
Example Human voice in air, analog electronic devices. Computers, CDs, DVDs, and other digital electronic devices.
Technology Analog technology records waveforms as they are. Samples analog waveforms into a limited set of numbers and records them.
Data transmissions Subjected to deterioration by noise during transmission and write/read cycle. Can be noise-immune without deterioration during transmission and write/read cycle.
Response to Noise More likely to get affected reducing accuracy Less affected since noise response are analog in nature
Flexibility Analog hardware is not flexible. Digital hardware is flexible in implementation.
Uses Can be used in analog devices only. Best suited for audio and video transmission. Best suited for Computing and digital electronics.
Applications Thermometer PCs, PDAs
Bandwidth Analog signal processing can be done in real time and consumes less bandwidth. There is no guarantee that digital signal processing can be done in real time and consumes more bandwidth to carry out the same information.
Memory Stored in the form of wave signal Stored in the form of binary bit
Power Analog instrument draws large power Digital instrument drawS only negligible power
Cost Low cost and portable Cost is high and not easily portable
Impedance Low High order of 100 megaohm
Errors Analog instruments usually have a scale which is cramped at lower end and give considerable observational errors. Digital instruments are free from observational errors like parallax and approximation





திங்கள், 5 ஜனவரி, 2015

VPP VEE VSS VCC VDD

VPP: programming/erase voltage.
VEE: negative supply; FET's source (S)
VSS: or power cathode
VCC: power supply voltage (bipolar devices); power supply voltage (74 series digital circuits); voice carrier (VoiceControlledCarrier)
VDD: power supply voltage (unipolar devices); power supply voltage (4000 series digital circuits); drain voltage (FET)
VDD, VSS, VCC and VEE, VPP difference
Version 2:
Usually VCC and VDD power supply is, and VEE and VSS to negative, or the power supply.
VSS indicates that the connection to the scene effects tube-source (S) of power.
VDD represents a connection to the scene effects tube drain (D) of the power supply.
VEE indicates that the connection to the transistor emitter (E) the supply.
VCC represents a connection to the transistor collector (C) of the power supply.
They are named like this:
VCC and VEE, VDD, VSS is a chip, the decomposition of the power circuit, detailed rally point power polarity depends on device material. VCC generally refers to the direct connection to the integrated or decomposition circuit internal transistor C, VEE is connected to the integrated or decomposition circuit internal transistor's E-pole. Similarly, VDD, VSS is connected to an integrated internal, decomposition circuit FET of D and S. For example is using P Groove E/DMOS process of integration, then it should pick VDD power of negative and positive power VSS should receive.
Version 1:
1, the presence of effects tube (or COMS devices), VDD, VSS for drain as source, VDD and VSS refers to the symbol pin and does not represent a supply voltage.
2. some IC with VDD pin and the VCC PIN to demonstrate this device itself with voltage conversion function.
3, for digital circuits, VCC power supply voltage of the circuit, VDD is chip voltage (typically Vcc > Vdd), VSS is received.
II. Description
VSS: S = series represents the public connection, usually refers to the common grounding Terminal voltage circuits.
VCC: C = meaning of microcircuit circuit, namely, the access circuit voltage VDD: D = device represents the devices meant that the device's internal operating voltage;

What is the Difference Between Vcc, Vdd,Vss,Vee?

What is the Difference Between Vcc, Vdd,Vss,Vee?

Common supply terms has been blurred by the interchangeable application of TTL and CMOS logic families
But, the Fact is ,
Vcc and Vee are the terms used for Transistors .
Vdd and Vss are the terms used for FET’s
And in terms of supply voltages :
Vcc and Vdd is for positive supply.
Vee and Vss is for negetive supply.
Apparently this terminology originated in some way from the terminals of each type (i.e., Vcc is often applied to BJT collectors, Vee to BJT emitters, Vdd to FET drains, and Vss to FET sources). This notation then carries across to integrated circuits — TTL ICs were originally based on BJT technology, and so often use the Vcc / Vee terminology;
CMOS ICs are based on FET technology, and so often use the Vdd / Vss terminology.

What is Vcc, Vdd, Vss, Vee?

What is Vcc, Vdd, Vss, Vee?
These notations are used in describing voltages at various common power supply terminals (at these points, only a wire lead exists between the point and a power source) of a given circuit. It turns out that these common voltage terms map to transistor technology as follows:
BJT
FET
"Vxx" meaning
Vcc
Vdd
Positive supply voltage
Vee
Vss
Negative supply, ground

Apparently this terminology originated in some way from the terminals of each type of transistor, and their common connections in logic circuits (i.e., Vcc is often applied to BJT collectors, Vee to BJT emitters, Vdd to FET drains, and Vss to FET sources). This notation then carries across to integrated circuits -- TTL ICs were originally based on BJT technology, and so often use the Vcc / Vee terminology; CMOS ICs are based on FET technology, and so often use the Vdd / Vss terminology. The absolute distinctions between these common supply terms has since been blurred by the interchangeable application of TTL and CMOS logic families. Most CMOS (74HC / AC, etc.) IC data sheets now use Vcc and Gnd to designate the positive and negative supply pins.

வெள்ளி, 2 ஜனவரி, 2015

Combinational Logic Circuits

Combinational Logic Circuits

Unlike Sequential Logic Circuits whose outputs are dependant on both their present inputs and their previous output state giving them some form of Memory, the outputs of Combinational Logic Circuits are only determined by the logical function of their current input state, logic “0” or logic “1”, at any given instant in time.
The result is that combinational logic circuits have no feedback, and any changes to the signals being applied to their inputs will immediately have an effect at the output. In other words, in a Combinational Logic Circuit, the output is dependant at all times on the combination of its inputs. So if one of its inputs condition changes state, from 0-1 or 1-0, so too will the resulting output as by default combinational logic circuits have “no memory”, “timing” or “feedback loops” within their design.

Combinational Logic

combinational logic circuits
 
Combinational Logic Circuits are made up from basic logic NAND, NOR or NOT gates that are “combined” or connected together to produce more complicated switching circuits. These logic gates are the building blocks of Combinational Logic Circuits. An example of a combinational circuit is a decoder, which converts the binary code data present at its input into a number of different output lines, one at a time producing an equivalent decimal code at its output.
Combinational logic circuits can be very simple or very complicated and any combinational circuit can be implemented with only NAND and NOR gates as these are classed as “universal” gates.
The three main ways of specifying the function of a combinational logic circuit are:
  • 1. Boolean Algebra – This forms the algebraic expression showing the operation of the logic circuit for each input variable either True or False that results in a logic “1” output.
  • 2. Truth Table – A truth table defines the function of a logic gate by providing a concise list that shows all the output states in tabular form for each possible combination of input variable that the gate could encounter.
  • 3. Logic Diagram – This is a graphical representation of a logic circuit that shows the wiring and connections of each individual logic gate, represented by a specific graphical symbol, that implements the logic circuit.
and all three of these logic circuit representations are shown below.
combinational logic
 
As combinational logic circuits are made up from individual logic gates only, they can also be considered as “decision making circuits” and combinational logic is about combining logic gates together to process two or more signals in order to produce at least one output signal according to the logical function of each logic gate. Common combinational circuits made up from individual logic gates that carry out a desired application include Multiplexers, De-multiplexers, Encoders, Decoders, Full and Half Adders etc.

Classification of Combinational Logic

combination logic circuit
 
One of the most common uses of combinational logic is in Multiplexer and De-multiplexer type circuits. Here, multiple inputs or outputs are connected to a common signal line and logic gates are used to decode an address to select a single data input or output switch. A multiplexer consist of two separate components, a logic decoder and some solid state switches, but before we can discuss multiplexers, decoders and de-multiplexers in more detail we first need to understand how these devices use these “solid state switches” in their design.

Solid State Switches

Standard TTL logic devices made up from Transistors can only pass signal currents in one direction only making them “uni-directional” devices and poor imitations of conventional electro-mechanical switches or relays. However, some CMOS switching devices made up from FET’s act as near perfect “bi-directional” switches making them ideal for use as solid state switches.
Solid state switches come in a variety of different types and ratings, and there are many different applications for using solid state switches. They can basically be sub-divided into 3 different main groups for switching applications and in this combinational logic section we will only look at the Analogue type of switch but the principal is the same for all types including digital.

Solid State Switch Applications

  • • Analogue Switches – Used in Data Switching and Communications, Video and Audio Signal Switching, Instrumentation and Process Control Circuits …etc.
  • • Digital Switches – High Speed Data Transmission, Switching and Signal Routing, Ethernet, LAN’s, USB and Serial Transmissions …etc.
  • • Power Switches – Power Supplies and General “Standby Power” Switching Applications, Switching of Larger Voltages and Currents …etc.

Analogue Bilateral Switches

Analogue or “Analog” switches are those types that are used to switch data or signal currents when they are in their “ON” state and block them when they are in their “OFF” state. The rapid switching between the “ON” and the “OFF” state is usually controlled by a digital signal applied to the control gate of the switch. An ideal analogue switch has zero resistance when “ON” (or closed), and infinite resistance when “OFF” (or open) and switches with RON values of less than are commonly available.

Solid State Analogue Switch

analogue switch
 
By connecting an N-channel MOSFET in parallel with a P-channel MOSFET allows signals to pass in either direction making it a Bi-directional switch and as to whether the N-channel or the P-channel device carries more signal current will depend upon the ratio between the input to the output voltage. The two MOSFET’s are switched “ON” or “OFF” by two internal non-inverting and inverting amplifiers.

Contact Types

Just like mechanical switches, analogue switches come in a variety of forms or contact types, depending on the number of “poles” and “throws” they offer. Thus, terms such as “SPST” (single-pole single throw) and “SPDT” (single-pole double-throw) also apply to solid state analogue switches with “make-before-break” and “break-before-make” configurations available.

Analogue Switch Types

analogue switch types
 
Individual analogue switches can be grouped together into standard IC packages to form devices with multiple switching configurations of SPST (single-pole single-throw) and SPDT (single-pole double-throw) as well as multi channel multiplexers. The most common and simplest analogue switch in a single IC package is the 74HC4066 which has 4 independent bi-directional “ON/OFF” Switches within a single package but the most widely used variants of the CMOS analogue switch are those described as “Multi-way Bilateral Switches” otherwise known as the “Multiplexer” and “De-multiplexer” IC´s and these are discussed in the next tutorial.

Combinational Logic Summary

Then to summarise, Combinational Logic Circuits consist of inputs, two or more basic logic gates and outputs. The logic gates are combined in such a way that the output state depends entirely on the input states. Combinational logic circuits have “no memory”, “timing” or “feedback loops”, there operation is instantaneous. A combinational logic circuit performs an operation assigned logically by a Boolean expression or truth table.
Examples of common Combinational Logic Circuits include: half adders, full adders, multiplexers, demultiplexers, encoders and decoders all of which we will look at in the next few tutorials