Skip to main content

Samsung Galaxy A71

A30s A51 A71
Galaxy A30s Galaxy A51 Galaxy A71
Display 6.4" HD+ Infinity-V 6.5" Full HD+ Widescreen 6.7" Super AMOLED Plus
Resolution 720 x 1520 (HD+) 1080 x 2400 (FHD+) 1080 x 2400 (FHD+)
Battery 4000 mAh 4000 mAh 4500 mAh
Rear Camera 25.0 MP + 5.0 MP + 8.0 MP 48.0 MP + 12.0 MP + 5.0 MP + 5.0 MP 64.0 MP + 12.0 MP + 5.0 MP + 5.0 MP
Processor Octa-Core 1.6GHz, 1.35GHz Octa-Core 2.3GHz,1.7GHz Octa-Core 2.2GHz, 1.8GHz
RAM 4GB 6GB 8GB
Capacity 64GB 128GB 128GB
Dimensions 158.5 x 74.7 x 7.8mm 158.5 x 73.6 x 7.9mm 163.6 x 76.0 x 7.7mm
Weight 169g 172g 179g

You can get it from amazon officially sold by Samsung using this link : https://amzn.to/31rGDr7

Comments

Popular posts from this blog

Arithmetic Logic Unit (ALU) of Processor

PROCESSORS The ALU and control unit of a computer are combined into a single unit called the Central Processing Unit. The CPU is truly the "brain" of the computer because it combines the circuitry that generates all the control signals needed to execute an instruction with the circuitry that actually performs the operations called by the instructions. ARITHMETIC LOGIC UNIT (ALU) Arithmetic logic unit is the part of the computer where the actual processing takes place. ALU is capable of performing arithmetic. logical and data manipulation operations on binary numbers. The circuitry that performs these operations consists of logic circuits such as adders, subtractors, comparators, etc. The ALU consists of logic circuitry that will perform operations such as addition, subtraction, multiplication, division, square roots, exponentials, data manipulations (for example, shifting), comparisons and logical operations such as AND, OR etc. on the two binary numbers containe...

Processors! What are they?

The term  processor  is used conversely with the term central processing unit ( CPU ), although the CPU is not the only processor in a computer. The  GPU  (graphics processing unit) is the most notable example of it. CENTRAL PROCESSING UNITS (CPU ) The ALU and control unit of a computer are combined into a single unit called the Central Processing Unit. The CPU is truly the "brain" of the computer because it combines the circuitry that generates all the control signals needed to execute an instruction with the circuitry that actually performs the operations called by the instructions.  CPUs will perform most basic arithmetic, logic and I/O operations, as well as allocate commands for other chips and components running in computer. Processors can be found in PCs, smartphones, tablets and other devices. The two main competitors in the processor market are Intel and AMD. I/O Processors  Some I/O devices can transmit a la...

Control Unit of Processor

PROSSECERS The ALU and control unit of a computer are combined into a single unit called the Central Processing Unit. The CPU is truly the "brain" of the computer because it combines the circuitry that generates all the control signals needed to execute an instruction with the circuitry that actually performs the operations called by the instructions.  Now we will discuss about Control Unit but if you also want to know about Arithmetic logic unit you can check it out on my other blog. CONTROL UNIT A digital computer is a general purpose digital system. A general-purpose digital computer is capable of executing various operations and in addition, can be instructed as to what specific sequence of operations it must perform. The user of such a system can control the process by means of a program, that is, a set of instructions that specify the operations, operands and the sequence by which processing has to occur. The data processing task may be altered simply ...