Showing posts with label PC. Show all posts
Showing posts with label PC. Show all posts
Thursday, April 7, 2011
[Blog News] I'm back :)
Hi, I'm back :) I can't write any PC NEWS because I was sick, on monday I was in hospital but now I'm in home :) today next PC NEWS :)
Tuesday, February 15, 2011
[PC News] Sapphire show new miniPC
Sapphire show new miniPC. Yes this is a normal PC :P
specification:
CPU: 1.66GHz dual core processor
RAM :2GB
HDD: 250GB
GPU: high resolution (max full HD 1920x1080) with HDMI interface
photo:
price: I don't know :P
specification:
CPU: 1.66GHz dual core processor
RAM :2GB
HDD: 250GB
GPU: high resolution (max full HD 1920x1080) with HDMI interface
photo:
price: I don't know :P
Sunday, January 16, 2011
[PC] about Processor - CPU
Hi, last week I made [PC NEWS] and some peapole write in comments to explain what parts in computer do . Let's start !
Today I will say you about Processor. Processor - CPU ( Central Processing Unit) is a most important thing in our PC. why ? CPU "say" to the other parts what to do, if your CPU is slow the other parts will be slow too, but buying very fast CPU and slow graphical card is stupid. please don't say : "If I don't play game I don't need good graphical card", yes ok but if you buy I7 2600K for 450 $ I don't think so you only watch movie and surf on the internet. ok ok stop off-top :D .
what CPU I need ?1-core, 2-core, 4-core or 6-core ? Today when you buy new computer don't buy 1-core. 1-core is good only in netbooks but in normal work better if you buy 2-core. So what with 4-core and 6-core ? If you like play new games like crysis, GTA IV or NFS: HP buy 4-core or 6-core. From Intel you can buy new I5 2500 Sandy Bridge (1155). Today it's very hard to say what socket buy 1155 or 1156 ? 1155 is newer so we can expect new Processor. From AMD you can buy Phenom II X4 or X6. If you work with 3ds max better if you buy Intel I7-2600 (4-core) (and good graphic card :P).
what to buy:
special thanks for : "Some guy" - this is your idea :) thanks :)
Today I will say you about Processor. Processor - CPU ( Central Processing Unit) is a most important thing in our PC. why ? CPU "say" to the other parts what to do, if your CPU is slow the other parts will be slow too, but buying very fast CPU and slow graphical card is stupid. please don't say : "If I don't play game I don't need good graphical card", yes ok but if you buy I7 2600K for 450 $ I don't think so you only watch movie and surf on the internet. ok ok stop off-top :D .
what CPU I need ?1-core, 2-core, 4-core or 6-core ? Today when you buy new computer don't buy 1-core. 1-core is good only in netbooks but in normal work better if you buy 2-core. So what with 4-core and 6-core ? If you like play new games like crysis, GTA IV or NFS: HP buy 4-core or 6-core. From Intel you can buy new I5 2500 Sandy Bridge (1155). Today it's very hard to say what socket buy 1155 or 1156 ? 1155 is newer so we can expect new Processor. From AMD you can buy Phenom II X4 or X6. If you work with 3ds max better if you buy Intel I7-2600 (4-core) (and good graphic card :P).
what to buy:
- 6-core
- AMD Phenom II X6 1090T
- Intel i7-980X - 6 core - it's very expensive, and new I7 2600K is as fast as this one (980X)
- 4-core
- Intel I7 2600(s.1155) Sandy Bridge
- Intel I5 2500(s. 1155) Sandy Bridge
- Intel I7 920(s.1366) - better way is buy new Sandy Bridge
- AMD Phenom II x4 955 black edition
- AMD Phenom II x4 965 black edition
- 2-core
- Intel core2duo E8600 (s. 775)
- Intel core2duo E8500 (s. 775)
special thanks for : "Some guy" - this is your idea :) thanks :)
Saturday, January 15, 2011
[PC NEWS] Last week
Last week - it's my new "PROJECT" . What is it ? I will show you what's happend in computer in last week (I will do it in every Saturday :) )
- First photo of LGA 2011 ?! OMG ... 5 January we have premiere of LGA 1155 and now Intel show new socket ... ok so what's new in new socket ?
- the 32-lane PCI-Express controller - HURRAY !! now we don't need NF200 to have SLI/CrossFire
- quad-channel DDR3 (?) - Yeah, it's could be good :)
- Intel X68 - heh new chipset :/
for now that's all ... for me - cool, but not to good :/ - New info about new graphic card - GTX 595 - what's new ? nothink special... GTX 595 will have 2x GF110
- New ATI ASUS 6970 - what's new ? THIS CARD IS HUGE !! card requires three expansion slots !!:D I Don't know what to say :D
- Kingston will make special RAM for Sandy Bridge, its 8GB 2133MHz HyperX - Nothing special...
- G.Skill make the same what Kingston - create special RAM for Sandy Bridge but... G.Skill RAM is looks better :D Yeah I know that's stupid :D but what say about it :/
Wednesday, January 12, 2011
Sunday, January 9, 2011
[TUTORIAL] Pascal V4
Hi, today I will show you variables in pascal :)
--TYPE-- --RANGE-- --
--TYPE-- --RANGE-- --
- integer -32768...32767
- byte 0...255
- longint -2147483648...2147483647
- shortint -128...127
- word 0...65535
- real 5.0x10-324...1.7x10308
- double 5.0x10-324...1.7x10308
- extended 3.4x10-4932..1.1x104932
- comp -9 223 372 036 854 775 808...9 223 372 036 854 775 807
- string
tags
pascal,
PC,
programming,
Tutorial
Wednesday, January 5, 2011
[PC NEWS] SANDY BRIDGE :D
HURRAY !! SANDY BRIDGE IS NOW AVAILABLE IN SHOP :D
tags
computer,
Computers,
Intel,
PC,
Processors,
Sandy Bridge
Sunday, January 2, 2011
[TUTORIAL] Pascal V2
Hello, in this tutorial I will explain you what some 'command' mean in pascal :)
That's all for now, in next tutorial I will show you somethink about variable in Pascal :)
program - for explain 'program p1' it's mean your program will be name p1
writeln - for explain 'writeln('hello world');' computer will be show you text in this case it's will be hello world
readln - for explain 'readln(a);' now if you type 6,variable a will be 6 if you don't type anythink like 'readln();' computer will be wait for any action for example if you hit enter program will be continue
That's all for now, in next tutorial I will show you somethink about variable in Pascal :)
tags
computer,
pascal,
PC,
programming,
Tutorial,
Tutorial PC
[TUTORIAL] Pascal
Today I will show you how to write a program in... PASCAL :D what is Pascal ? Pascal is very old programming language .
before we start, we must download one program FPC --> http://www.freepascal.org/download.var
Let's start :D
this is very easy program it's only show you text "HELLO WORLD " :D , Let's make calculator :D
this is very easy, and "STUPID" calculator :D
In next lesson (tutorial :P) I will show you how to create program with 'IF' and menu :)
before we start, we must download one program FPC --> http://www.freepascal.org/download.var
Let's start :D
program p1;
begin
writeln('hello world');
readln();
end.
this is very easy program it's only show you text "HELLO WORLD " :D , Let's make calculator :D
program calculator;
var;
a,b:integer;
begin
writeln('type first number');
readln(a);
writeln('type second number');
readln(b);
writeln(a+b);
writeln(a*b);
writeln(a-b);
writeln(a/b);
readln();
end.
this is very easy, and "STUPID" calculator :D
In next lesson (tutorial :P) I will show you how to create program with 'IF' and menu :)
tags
computer,
pascal,
PC,
programming,
Tutorial,
Tutorial PC
Subscribe to:
Posts (Atom)



