0

Glossary of Computer Terms

AGP

Accelerated Graphics Port
is a type of expansion card slot on the mother board that is optimized to work with high performance video cards. They enable better viewing of 3D graphics and full motion video on your display.

BIOS

Basic Input Output System
is code used when a PC first starts up. It contains configuration information about all the Input and Output devices in the PC so that the processor chip knows how to connect to and work with them.

BIT

This is Binary digit and is the smallest piece of information a computer uses. A bit is always in one of two states, either 0 or 1, except for the tiny instant of time required to switch from one state to the other.

BYTE

A byte is eight bits. The data and instructions (code) that a CPU uses are coded into bytes. For example capital letter 'A' in ASCII (PC) code is byte 0100 0001. A lower case 'a' is byte 0110 0001.

BROWSER

Software on a computer used to request and display web pages from a Server.

CABLE MODEM

A type of modem that provides very high speed access to the Internet over the same cable that your cable TV service uses. Rates are asymmetric. This means that downloads are much faster than uploads. Typical download rates are 2 to 3 Mbps and uploads are in the 500Kbs range. This is blazing speed compared to a 56Kbps dial-up modem.

CACHE

Cache is a small fast SRAM type of memory. It prevents CPU slowdown, which happens when the CPU has to wait on slower devices like RAM memory and the hard drive. There are two levels of cache.

Level 1 or L1 cache is a small fast memory located on the same chip as the CPU. When files are first requested by the CPU they are read into the CPU from the hard drive and written into the L1 cache at the same time. When the CPU needs data again it checks the L1 cache and if it finds it there it gets it instantly. If not, it looks successively in the L2 cache, RAM and finally the hard drive, each of which is a little slower in delivering the data the CPU has requested.

If the CPU finds the data it wants in a cache it's called a 'hit' and that's good. If it doesn't it's called a 'miss' which makes the CPU wait a little longer to get the data or instruction it needs from one of the other slower devices.

This little bit of time saved by cache hits may not seem significant, but keep in mind that millions of accesses can be performed in a second. Every cache hit shaves time off the data access. Every cache miss adds time to the access. Cache misses lower performance and cache hits raise it!

Because level 2 or L2 cache is located in chips on the motherboard or on the board that holds the CPU it takes a little longer to access than the L1 cache.

L2 cache is becoming more important as it grows in size and performance. The L1 cache is very small because it is on the same chip as the large CPU. Due to it's small size, chances are high that the CPU won't find the data it needs there. An L1 cache miss causes the CPU to look in the L2 cache for the data.

The long and short of all this - If the data the CPU needs is not found in the L1 cache or L2 cache, the CPU must to wait to get it from the RAM memory. And if it isn't in RAM, then the CPU goes on vacation for a number of milliseconds, which is a long time in the CPU world, while the data is retrieved from the hard drive.

CDD

Compact Disk Drive is a storage device that uses optics to read data from compact disks. CDDs that can read as well as write are very popular now.

CPU

The Central Processing Unit is a special chip that controls what happens in a PC. It fetches instructions and does high speed computations on data. It is somewhat like our brain in that it controls everything we do.

DIMM

Dual Inline Memory Module is a small printed circuit board that contains DRAM memory chips. When we say a PC has 256 MBytes of memory we are talking about the total capacity of all the DIMM modules installed in it.
Modern motherboard provide two to four sockets that accept DIMMs.

DOMAIN NAME

A unique name, formed with letters and numbers, that points to the actual numerical Internet address which locates a particular computer connected to the Internet. For instance, The Yahoo domain name points to Internet address 66.218.71.198.

So when you enter www.yahoo.com in your browser and click go, a special server called a domain name server intercepts and directs your request to the server located at address 66.218.71.198.

DRAM

Dynamic Random Access Memory is type of memory that must constantly be refreshed to retain it contents. It is used as the main memory in a PC and is packaged in DIMMs which plug into the motherboard.

DSL Modem

DSL stands Digital Subscriber Line. The DSL modem is a fairly new device, which allows high speed data to move between your PC and the telephone company on the same line that you use for your telephone calls. Yes. you can use your PC and talk over this line at the same time without interference!

How? Picture of a double-decker bridge with two levels. The traffic on the two levels does not interfere with each other even though it is the same bridge, right? Think of your phone call using the lower level and your PC using the upper level. Instead of being separated by different levels in space, the separation is done by your PC and voice each using a different carrier frequency, just like two different radio stations.

FAT16

FAT is the abbreviation for File Allocation Table. It is a table where the system keeps basic information for each file on your hard drive. The 16 indicates the number of bits used to address the hard drive. The largest partition FAT16 can access is 2MB. When used on a hard drive that is bigger than 2MB the drive space will be divided into a number of partitions.

For example a 10MB drive would be divided into five partitions of 2MB each. If the drive were the only one in the system the partitions would be called C:, D:, E:, F:, and G:.

FAT32

FAT is the abbreviation for File Allocation Table. It is a table where the system keeps basic information for each file on your hard drive. The 32 indicates the number of bits used to address the hard drive. The largest partition FAT32 can access is 2 Terabytes (two trillion bytes)! So far there are no hard drives I know of that begin to approach this size. Windows 98 was the first of the Windows OS to support this file structure.

FDD

Floppy Disk Drive is a device which provides a way for the PC to read and write floppy disks, which are a type of removable storage media. Floppy disks (3 1/2 inch) have a capacity of 1.44 Mbytes. When PCs first came out, floppy disks were 5 1/4 inch and held 720 Kbytes.

FIREWIRE

Firewire also known as IEEE 1394 or iLink is a very fast serial bus that runs at 400 Mbps. It competes directly against USB 2.0. Transmit and Receive data are carried on two separately-shielded twisted pair transmission lines. There are two other, rarely used, wires that provide power to remote devices.
Many newer computers have Firewire ports that are used to connect them to very fast external devices.

FTP

File Transfer Protocol is the method used by computers to send and receive files over the Internet.

HTML

Hyper Text Markup Language is the coding that is used to format web pages on Servers so that Browsers can display them.

HTTP

Hyper Text Transport Protocol is used by browsers and servers to facilitate the transport of web pages across the Internet.

HDD

Hard Disk Drive is a device that provides a large fixed typically (non removable) storage area. Some units today easily removable from the front of the PC. The capacity of HDDs has continued to increase. 40Gbyte drives are readily available and inexpensive. The HDDs used in the first PC had only 10Mbytes of storage.

IDE

Integrated Drive Electronics refers to the electronic control section of a Hard or Floppy Drive. This control section coordinates the electromechanical operation of the drive so that data can be written to and read from the spinning disk inside it. The motherboard connects to Drives over an IDE ribbon cable.

I/O

This means Input/Output. Input is data or signals that are fed into a device. Output is data or signals that a device drives to the outside. Some devices can do both, others are only one or the other.

ISA

Industry Standard Architecture refers to a type of expansion slot on the motherboard. It is the oldest of all expansion type slots and first appeared in the IBM PC XT. Thousands of expansion or add-on cards as they are also called, have been designed to plug into the ISA slot. The use of expansion cards vastly extends the function and capability of the PC.

MEMORY NON-VOLATILE

Memory is a device that retains information electronically. When power is removed the information is retained.

MEMORY VOLATILE

Memory is a device that retains information electronically. When power is removed the information is lost. The DRAM memory used in a PC is the volatile type.

OS

Operating Systems are the basic foundation or platform programs that allow you to load and run other programs on a PC. Windows 95 is an example of an Operating System.

PARALLEL PORT

The parallel port is a standard port on a PC and moves data out of the PC. One byte (eight bits in parallel) are sent out on 8 pins for each data transfer. Historically this port is connected to your printer. It also known as a 'Centronics' port, named after the manufacturer of the 38- pin connector first used on the parallel port.

PCI

Peripheral Component Interconnect
refers to a type of expansion slot found on PC motherboards. It is a newer type of expansion slot than ISA, and many types of Add-On cards have been designed to use it.

RANDOM ACCESS

This refers to an access method. It means that any random location in a storage or memory device can be immediately accessed, with out going serially to get there. It's like a cassette where your at the beginning and have to wind through everything on the tape to get to the last song! Compact Disks and PC Main memory are random access devices.

SERIAL ACCESS

This access method is found in audio or video cassettes. It means you can not access any location you choose to instantly. You might have to rewind or fast forward through lots of information you are not interested in to get to where you want to go.

SERIAL PORT

The serial port is standard port on a PC and can move data in and out of the PC. The serial port moves one bit on each data transfer. Many different types of devices connect to a PC through it.

SERVER

Software on a computer that serves web pages in response to requests from a Browser.

SIMM

Single Inline Memory Module is a small printed circuit board that contains DRAM memory. This is an older board style that was used in PCs before DIMMs were developed.

SRAM

Static Random Access Memory is type of memory that retains data without being refreshed. It is used in the cache memories of the PC.

TROJAN HORSE

Trojan horses are dangerous programs that appear like they might perform some useful task, or provide entertainment. This false appearance encourages people to run them. When they are run, they can damage files or place a virus on your computer.

Unlike a virus a Trojan horse does not replicate and spread. Since it isn't a virus it can't be repaired and must be erased from your computer.

USB

Universal Serial Bus is a high speed serial bus found on all newer PCs. Eventually it will obsolete the serial and parallel ports still found on most PCs.

USB specifies three data rates. Every USB port may not support the highest rate. If you buy a device with a USB port, make sure out find out which rates it does support.

* Low speed - 1.5Mb/s
* Full Speed - 12Mb/s
* High Speed - 480 Mb/s

VIDEO ADAPTER

The video adapter is circuit board found in the PC or monitor that controls how data is converted and sent to the monitor for viewing.

Most displays and video adapters adhere to the Video Graphics Array (VGA) standard, which describes how data - the red, green, blue data streams - are passed from the computer to the display.

In addition, it defines the frame refresh rates in hertz and the number and width of horizontal lines, which in turn identifies the screen resolution in pixels.

Here are some of the video standards that have been used:

* CGA is 320 x 200 - developed in 1981 by IBM, no longer in use.
* EGA is 640 x 350 - developed in 1984 by IBM, no longer in use.
* VGA is 640 x 480 - developed in 1987 by IBM and still in use.
* Super VGA is 800 x 600.
* Extended Graphics Adapter, XGA is 1024 x 768.
* Super XGA is 1280 x 1024.
* Ultra XGA is 1600 x 1200.

VIRUS

It is a program designed to change the way your computer operates without your permission or knowledge. When a virus attaches itself to another file, it infects it. Any time you activate an infected file it can damage files, cause erratic system behavior, or display messages. Some system viruses are programmed specifically to corrupt programs, delete files, or erase your disk.

Viruses are inactive until you run an infected program, start your computer from a disk with infected system files, or open an infected file. Once a virus is active in memory it can infect any other programs, local or network, that you run.

Files infected with a virus can be inoculated (the virus is removed from the program).

WORM

Worms are a close cousin to viruses and Trojan Horses. Unlike a virus they don't infect other programs. They do however make many copies of themselves in memory, which effectively consumes all your memory. This leaves no memory to run you regular programs. Your PC may behave very erratically, or just grind to a halt!

Some worms get into your e-mail list and e-mail themselves to everyone on your e-mail list without you knowledge. When each unsuspecting recipient opens such an e-mail, it broadcasts itself to everyone on their e-mail list. This is how worms rapidly travel throughout the Internet! Worms can not be repaired since they are not viruses. They must be erased from your computer, the sooner the better!

Click Here To Read The Full Post..
1

Most awaited cars of 2007

Usher in the year of multiple choices... As Indian metros feverishly gear up for more flyovers and roads, many more new cars will hit the marquee this year. Quite a few of these will be new models.

In fact, year 2007 can be termed as the year of car wars as almost every car manufacturer intends to launch new models to strengthen its Indian portfolio.

According to industry estimates, this year could see as many as 40 car launches. Here is a peek-a-boo at some of the most awaited cars that you should watch out for this year. Auto ahoy!

Mahindra Renault Logan

Among the brand new passenger cars one can expect to see on Indian streets, the most awaited is probably the Mahindra Renault Logan, which is likely to hit the road by April.

Experts believe the popular entry level notchback from French carmaker Renault would shake up the C-segment with a fiercely competitive price tag of Rs 4.5-5 lakh.

Being introduced in India by Mahindra & Mahindra, Logan could give a stiff competition to Tata Indigo, and the basic versions of Ford Fiesta and Chevrolet Aveo.

The Indian version of Logan will feature some changed styling as the Logan has been designed with a critical one inch of extra ground clearance (155mm) to cope up with pot-holed roads and dirty tracks. Its engine has also been re-worked so that it runs well on lower quality fuel and also complies with Euro IV emission standards.

Logan is probably Renault's most basic offering in the European market and in India, it will be available in both petrol and diesel motors with a 1.4 litre petrol engine that will produce 75 BHP and a 1.5 litre Turbo DCI diesel motor producing 70 BHP and 16 kgm of torque.

The car is also expected to possess European specification-compliant suspension which will give it sharp handling characteristics and robustness on Indian roads.

Chevrolet Spark

General Motors is vying for a bigger pie of the small car segment this year with the Chevrolet Sparkwhich will follow the hatchback Aveo UV-A, but positioned lower.

The car will finally make reappearance on Indian roads with the new badge long after it stopped selling as Daewoo’s Matiz.

Slated for an April launch too, the Chevy Spark is the completely refurbished version of Matiz.

The model would be swankier than the earlier version to compete with the highly competitive small car segment in the country.

It is likely to be fitted with a 1.2 litre engine and would compete with the Maruti Wagon-R and Hyundai Santro in the B segment.

Hyundai Pa

Expanding the small car category further, Hyundai Motors is working on another hatchback offering - codenamed Pa - which will be positioned between Santro and Getz and aimed squarely at the new Zen Estilo from Maruti.

‘‘Hyundai Pa will bridge the gap between Santro and Getz, giving customers more options within the Hyundai family,'' claims the company.

Hyundai is also said to be working on a one-litre diesel engine for Pa, which may just prove to be a good strategy to take on Maruti with.

Skoda Fabia

Skoda's long-delayed Fabia seems to be finally getting ready to hit the Indian roads soon.

Based on the Volkswagen platform, Fabia will be Skoda's first small car in India.

It will be a hatchback available in both petrol and diesel versions from the beginning. Fabia in India will be powered by a 1.2 litre or 1.4 litre engine. The car, which was launched overseas six years ago, went in for a facelift in 2005.

The model which will be introduced in India will, however, be the latest Fabia off the Skoda stable.

Fiat Palio/Punto

The year will see at least half a dozen face-lifts. Leading the way is the new-look Fiat Palio, to be rolled out from Fiat's Ranjangaon plant.

‘‘Fiat is gearing up for a comeback into the Indian market,'' an analyst said.

Fiat will also bring in the new Petra during the year, but the big one is the launch of the Grande Punto, which could take place towards the end of this year.

Fiat Grande Punto may enter India with a 1.3 multi-jet diesel engine, but Fiat seems to be looking at the premium end of the B-segment.

So one can safely imagine what will be the final product. "If the Indian model comes same as the international one, one can fit two full-size adults at the back as the 275-litre boot in Fiat Grande Punto is larger than that of the Swift.

BMW's big plans

This year will also make way for the big ones. BMW will begin its journey in India with the 3 series, assembled at its factory in Chennai.

The 5 series will follow with the X3, X5 and the 7 series will be made available as a completely built unit. BMW is also coming up with its much-hyped Rover Mini in India.

BMW Mini is going to hit the Indian roads sometime in 2007 in the Cooper and Cooper S badges and the range will be completed with the BMW Mini and a diesel variant of the same.

It is believed that the new Mini would have a 1.6-litre engine that develops 120 HP and 103 ft-lbs of torque. The turbocharged variant in the Mini Cooper S would generate a stouter 175 HP and 177 ft-lbs. of torque and both models would be available with a six-speed manual or six-speed automatic transmission with paddle shifters.

Volvo S80 / XC90

Swedish manufacturer Volvo will also take a bow in the passenger car segment of India with the XC90 and S80 by the end of the first quarter of 2007. The first is a SUV (sports utility vehicle), while S80 is a luxury sedan with different looks.

The cars are likely to be priced in the range of Rs 35 lakh to Rs 1 crore depending on configuration and trim levels. Both are extremely capable machines with an exclusive Swedish design and identity.

The only factor stopping Volvo from launching the two cars in India is an official governmental nod which is expected to happen anytime now.

Mercedes Benz M class

Don't be surprised if DaimlerChrysler brings in its Mercedes Benz M-class this year itself to take on the growing popularity of the Audi Q7 and the Porsches. Mercedes M-Class is all about technology.

It possesses a 7G-Tronic automatic transmission as a standard feature which can be a pure pleasure for every driver.

With 7 forward gears, the transmission delivers good acceleration and low fuel consumption. And if you want to shift down manually, you don’t even have to take your hands off the wheel: a simple tap on the steering-wheel gearshift buttons and 7G-Tronic reacts to your command. So, just wait for sometime to get your hands on this nice machine!

New Maruti Baleno

Also in the line of facelifts are the popular Maruti sedan Baleno, and Mahindra Scorpio 2.2 litre version. Maruti Udyog is working feverishly to re-launch Maruti Baleno in both petrol and diesel version. With an engine capacity of 1.6 litre, it will generate 92.26 PS at 5,500 RPM.

The diesel engine in the car will be complied with Maruti Swift’s recently-launched DDiS engine.

And the forthcoming Mahindra Scorpio 2.2 will have common rail engine which will give the existing Scorpio a much-needed weight reduction and will perhaps solve the high speed handling problem. And presumably, it will be cheaper as well.

Chevrolet Captiva

To complete the Chevrolet stable in India after Chevrolet Tavera, GM is now finally bringing in its SUV Chevrolet Captiva, which is likely to be driven by a diesel with a common rail engine delivering around 135 BHP.

Launched last year at the Geneva Auto Show, the vehicle seems it can give a stiff competition to Honda CR-V and Hyundai Tucson. Captiva would also offer more interior space than the CR-V. Price tag is expected to be under Rs 20 lakh.

Audi’s big plans

Audi is set to expand its product portfolio by introducing as many as four new models alongside the existing 11 in the country.

The company has decided to introduce the 2.7-litre (petrol and diesel) variants priced on par with the Mercedes Benz E-280 (petrol and diesel variants).

The most popular among all Audi models and the latest to be introduced in the country, the Q7 would have an additional petrol model, the 3.6-litre variant.

The new models are in addition to the sporty models (RS4, S8 and the Audi TT Quattro) to be introduced by mid-2007. Plus, the new Audi TT is also all set to come to India in mid July this year.

The new Audi TT, which is definitely coming to India, will have combined aluminum and steel as its body structure. Audi claims optimal weight distribution, but also adds a pop-up rear spoiler that deploys above 75 MPH.

Audi would offer TT with two engines: a turbocharged, direct-injected 2.0-litre four-cylinder engine that delivers 200 HP. This model accelerates from 0-60 MPH in 6.4 seconds with a maximum speed of 149 MPH.

The other powertrain is a 250 HP 3.2-litre V-6 that sprints to 60 MPH in 5.5 seconds and has a limited top speed of 155 mph. This apart, the company is also looking at the possibility of setting up a manufacturing facility in India.

Click Here To Read The Full Post..
0

Polaroid SLR 690


It's a brilliant camera that folds to fit in a big pocket. It uses no batteries: each film pack has a new one. The SONAR based autofocus is better than a Nikon D2X: it works fast, and is not confused by subjects off center. It also easily focuses on blank walls and other low- or no-contrast subjects that fool the best through-the-lens focus systems of other cameras.

It has both automatic and live, real image focusing. It focuses closer than a foot.

The SLR690 is Polaroid's most recent iteration of the original folding SX-70.

The SLR690 takes all the current 600-series film. Some people customize it to take the old SX-70 film so they can do manual manipulations. Oddly as of July 2005 someone wrote me that Polaroid goofed and accidentally eliminated the manipulative ability of the SX-70 Time Zero film and that Polaroid's investigating to see if they can restore it.

This is the documentation. The strap was never unwrapped.
Here's the box.

POLAROID RE-ISSUES CAMERA CLASSIC -- NEW POLAROID SLR 690 CAMERA RE-CREATES FAMED SLR 680

SLR 690 FOCUSES ULTRASONICALLY FROM 26CM

COLOGNE--18 September, 1996 -- Polaroid today debuted at Photokina '96 a contemporary version of its famed SLR 680 instant camera--a camera first shown internationally at Photokina '82 and discontinued in 1987. Continuous demand by instant photo aficionados and by professionals requiring the camera's unique attributes for business imaging prompted Polaroid to re-issue the SLR 680 as the new SLR 690.

The new Polaroid SLR 690 camera offers all the advanced instant photographic features of the original SLR 680 including its distinctive, legendary Polaroid SX-70 camera look and feel. A singular concession to contemporary technology is the replacement of the SLR 680 camera's digital integrated circuitry (IC chips) governing the exposure system with a digital microprocessor--a four-bit single-chip micro-computer. Assembly screws have been converted to metric measurements as the new SLR 690 camera is manufactured in Japan through Nippon Polaroid Kabushiki Kaisha (Polaroid Corporation of Japan), Polaroid's Japanese
subsidiary. The original Polaroid SLR 680 was manufactured in the U.S.A.

The encore of the classic Polaroid camera was first prompted in Japan primarily by requests from technical, scientific and medical imagers. Reports were received by Polaroid of ardent SLR 680 fans keeping their treasured cameras in safes, calling the camera "the best camera Polaroid ever made."

A true and faithful re-iteration of its predecessor, the new SLR 690 is a folding, single-lens-reflex, autofocusing camera built on the legendary Polaroid SX-70 platform, with built-in electronic flash that automatically aims its light at the subject for evenly-lit, brilliant instant photographs on Polaroid 600 Plus film. The high ISO 600 rating of Polaroid 600 Plus film allows rapid shutter speeds and small lens apertures for greater depth of field, more true-to-life, action-stopping pictures and the use of the small, low-intensity integral flash in the SLR 690.

Designed to be used in most picture-taking situations, SLR 690's flash is linked to the camera's autofocus system and angles to direct flash illumination precisely at the subject for correctly-lit ultra-close-up portraits or to add "fill-flash" to outdoor scenes, softening shadows and erasing harsh contrast.

The flash charges automatically in just three seconds as the camera opens from its compact closed position and after each picture is automatically ejected to develop in the light in 90 seconds.

CLOSE-UPS AT 26cm, 124 FOCUS ZONES

The computer-designed, four-element, 116mm, f/8, coated, precision glass lens focuses automatically from 26cm to infinity through 124 ultra-precise focus zones. The camera's Polaroid-pioneered sonar focusing system--computer- clocking the travel time of high-frequency sound waves transmitted by the camera and echoing back from the subject--is linked to the flash assembly and sets the strobe at the required angle for proper lighting.

Through-the-lens viewing aids correct composition, while a unique shutter release "preview" feature assures the photographer that the subject is in sharp focus

All power for the electronic flash, autofocusing system and advanced electronics is derived from the wafer-thin battery in each 10-exposure 600 Plus film pack

SLR 690: TECHNICAL SPECIFICATIONS

Exterior appearance: High-strength ABS housing. matte black finish

Dimensions: 24.5 x 10.5 x 2.5cm folded, 17 x 10.5 x 13cm open

Weight: 793 grams

Lens: Four-element glass lens, 116mm f/8 fully-coated and corrected; focuses automatically by ultrasonic echo ranging from 26cm to infinity through 124 focus zones

Viewing: Single-lens-reflex, through-the-lens viewing; textured Fresnel mirror
focusing screen; Focus preview shutter release

Shutter: Programmed aperture/shutter speed; electronic, two-blade scanning aperture system; shutter speeds adjusted automatically from 1/180 second to 14 seconds; apertures from f/8 to f/90; three-stop (+ 1 1/2 stop) lighten/darken control

Flash: Integral, regulated, inductive storage strobe; fill-flash capability; charge and recharge time, three seconds with SPAR (Strobe Preferred Automatic Recharge) control

200 zonal lumen seconds output (400 BCPS, stored energy capacity, 15 joules (15 watt seconds). High-efficiency reflector mechanically articulated for precise flash direction as close as 26cm

Strobe charge/exposure inhibit circuitry (camera will not operate until strobe fully charged). Power derived from 6-volt battery in 600 high speed film pack. Bypass switch for ambient exposure

Film: Polaroid 600 Plus instant color film with Polapulse battery powering all camera functions (strobe, autofocus, mechanics, electronics, 12,000 rpm film ejection motor); 10 exposures per pack

Exposure control: Ambient exposure control by real-time, visible light integration, using center-weighted, scene-averaging, silicon photo diode and electronic logic to control solenoid-actuated, scanning aperture

Flash exposure by follow-focus. Highly accurate ranging information from ultrasonic system used to establish correct aperture for measured subject distance in combination with constant light output of electronic flash, provides full flash exposure. At higher ambient light levels, flash is fired at 40 percent of complete ambient exposure, limiting ambient contribution while adding flash illumination for fill-flash photography

Additional features: Autofocus bypass switch for manual focusing, built-in tripod mount, exposure counter (descending 10 through 1), neck strap

Click Here To Read The Full Post..
0

Spot the differences between the pictures

1. These sleepy town squares may look similar,
but they’re not the same. Can you spot their seven differences?



2. These critters know something you don’t
The hiding places of the seven sneaky differences
between these two photos.
Can you sniff them out?




3. We’ve filled this photo up with sneaky changes
can you collect all Seven?



4. No one’s been messing with porridge in this photo,
But somebody made six sneaky changes. Goldilocks?
Can you spot them all?


Can you spot their seven differences


Click Here To Read The Full Post..
0

WORLD'S LARGEST PLANE

There was a little excitement at McCarran Airport in Las Vegas with the arrival of the world's largest aircraft, a Russian Antonov 225.

It was there to deliver a very large power transformer for Nevada Power, which had been built in Turkey. Apparently G.E. or Westinghouse weren't capable, or they lost the 'bid' to Turkey.
Note the wingspan is just about a football field length. Aircraft specifications are at the bottom.







Some of the specs are:

Wingspan............290 Ft.
Height....... .89.4 Ft.
Length..............276 Ft
Number of wheels..24
Max T.O. Weight.....1,322,750 lbs. (Over 660 Tons.)
Max payload...551,150 lbs. (Over 275 Tons)
Engines..........six Lotarev D-18T turbofans
Max speed........530 MPH
Cruise speed...495 MPH
Range...............8,310 Miles
Only one aircraft built and it's not for sale.

Click Here To Read The Full Post..