Skip to main content

Sony Vaio VPC-CA1S1E Notebook

Looks will be a sure thing with the CA range. The flashy color adorns itself with light effects, the workmanship is stable and the ergonomic rates are exemplary. We will clarify if the 14 incher really is only something for Fashion Week guests and "Glamour" readers. Radiate light and stand out with performance. Sony introduced its 14.1 inch CA range with these words in February 2011. Those who caught sight of the gaudy devices in radiant black, white, green, purple and orange (test device) will certainly have thought: Well, likely an overpriced Vaio for the lifestyle faction. Nothing under the hood, but the "Glamour" reader will buy it.

Prejudice or fact? We'll put the orange sprout from the new CA-series through its paces. As usual, we won't allow the garish color to blind us. Instead, we will assess the construction, portability, ergonomic and technical qualities objectively.

Specifications :
  • Processor : Intel Core i5 2410M 2.3 GHz
  • Mainboard : Intel HM65
  • Memory : 4096 MB
  • Graphics adapter : AMD Radeon HD 6470M - 512 MB, Core: 800 MHz, Memory: 900 MHz, 8.802.1.0
  • Display : 14.0 inch 16:9, 1366x768 pixel, SAMSUNG 140AT08_S02, glossy: yes
  • Harddisk : WDC WD3200BEVT, 320GB 5400rpm
  • Soundcard : Realtek ALC269 @ Intel Cougar Point PCH - High Definition Audio Controller
  • Connections : 3 USB 2.0, 1 USB 3.0, 1 VGA, 1 HDMI, Audio Connections: line out, microphone, Card Reader: SDHC, SDXC, copy protection CPRM, Memory Stick PRO-HG, MagicGate,
  • Networking : Atheros AR8151 PCI-E Gigabit Ethernet Controller (10/100/1000MBit), Atheros AR9285 Wireless Network Adapter (bgn), 2.1 + EDR Bluetooth
  • Optical drive : Optiarc DVD RW AD-7710H
  • Size : height x width x depth (in mm): 27.9 x 341 x 235
  • Weight : 2.31 kg Power Supply: 0.31 kg
  • Battery : 43 Wh Lithium-Ion, 4000mAh
  • Price : 900 Euro
  • Operating System : Microsoft Windows 7 Home Premium 64 Bit
  • Additional features : Webcam: 1.31MP 1280×1024, PMB VAIO Edition, 24 Months Warranty

Performance

The Sandy Bridge CPU, Intel Core i5-2410M (2x2.23 GHz) has a turbo rate of up to 2.9 GHz. Depending on the temperature, the CPU can even go further under the new Turbo 2.0 concept. Intel's 2011 Cores can increase the rate beyond the definite maximum clock rate via the "Dynamic Range @ Turbo Frequency Limits" – if the cooling plays along and certain temperature limits aren't surpassed.

The AMD Radeon HD 6470M (512 MB) is solely responsible for 3D calculations because the HD Graphics 3000 in the processor is disabled (no hybrid graphics). The RAM configuration is 4GB, whereas two 2048 MB modules occupy both RAM slots.

How fast does the 2410M (2.3 GHz) compute in comparison to the 2010 i5 generation? The 2410M achieves good 4510 points in single core calculation (Cinebench R10 Single 64bit). A 2010 460M (2.53 GHz, Turbo 2.8 GHz) is defeated with 3939 points despite a higher clock rate (e.g. Acer Aspire 3820TG, 13.3 inch).

Single core processing isn't as relevant for routine use. You will benefit from multi-threading with a higher clock if you encode videos with Cyberlinks Power Director. The installed 2410M achieves 9451 points. The 2010 i5-460M (4 threads) is clearly beaten: 8060 up to 8342 points (e.g. Acer Aspire 5820TG). In return, the current sister model, i5-2520M (4 threads), can accomplish 10128 points (Cinebench R10 Multi 64 bit).

by : notebookcheck

Comments

Popular posts from this blog

Menghitung Volume Bangun Ruang Dengan PHP

Dalam kesempatan kedua ini saya akan sharing tugas saya yang kedua. yaitu pemrograman PHP, Di dalam tugas ini mahasiswa disuruh menampilkan Volume Bola, kerucut dan kubus.Dengan ketentuan jari-jari,tinggi,sisi yang sudah ditentukan. Untuk lebih jelasnya silahkan lihat dan pelajari program dan outputanya dibawah ini : <? $phi=3.14; $r=7; $t=14; $s=10; $volbola=(4/3)*$phi*$r*$r*$r; $volkerucut=(1/3)*$phi*$r*$r*$t; $volkubus=$s*$s*$s; echo"========================================="; echo"<br/>"; echo"Nama = Fauzan Vega Saputra"; echo"<br/>"; echo"Kelas = TI_B"; echo"<br/>"; echo"NIM = 3085111136"; echo"<br/>"; echo"========================================="; echo"<br/>"; echo"| Menghitung Volume Bola, Kerucut dan Kubus |"; echo"<br/>"; echo"========================================="; echo"<br/>"; echo"

Program Konversi Uang Dengan Delphi

Pertama-tama wajib mendownload delphi 7, cari aja di mbah google pasti ada banyak banget. Setelah download selesai, install di kompi atau laptop anda, kalau dah punya delphi 7 gak diwajibkan untuk download, siapkan aja ember,gayung dan air, cari dikamar mandi jangan di mbah google.. xixixxi bingung ya kok pake ember,gayung dan air???? yaiaylah orang aku boongin,,, ckckckck udah deh bercandanya sekarang serius.... Langkah pembuatan program : 1. Jalankan Delphi 7 2. Pada kotak objek inspector terdapat 2 baris dan banyak kolom. pada kolom color isi dengan warna kesukaan anda. Disini saya contohkan dengan warna "clAqua" 3. Pada kolom caption "Form1" ganti dengan "konversi uang" 4. Tambahkan label,edit,dan button pada form konversi uang, dengan mengeklik simbol "A","OK","AB|" pada bagian atas lalu klik kan ke form konversi uang. lihat gambar dibawah : 5. dan di atur letaknya seperti gambar dibawah ini: 6. Untuk me

Program java Menghitung Bangun Kerucut & Tabung

Didalam program ini user menginputkan tinggi dan jari - jari untuk bangun A dan bangun B. kemudian program mengeksekusinya sehingga akan di ketahui luas permukaan dan volume bangun A maupun bangun B, sesuai tinggi dan jari - jari yang telah di inputkan. Berikut contoh programnya : import java.io.*; class fauyan {     double r,s,t;     double phi = 3.14;     double volumekerucut, volumetabung;     double luaskerucut, luastabung; /* Email  : f_zan.hack@yahoo.com Web   : fzan-aquana.blogspot.com             fauzanvs.blogspot.com */     void hitung() {         luaskerucut = (phi * r) * (s + r);         luastabung = (phi* r * 2) * (t + r);         System.out.println(" ");         System.out.println("  Luas Permukaan Kerucut : " +luaskerucut +" cm^2");         System.out.println("  Luas Permukaan Tabung : " +luastabung +" cm^2");         System.out.println(" ");         volumekerucut = (phi * r * r * t) / 3;