Sunday, December 13, 2020

Processor

 A processor is an integrated electronic circuit that performs the calculations that run a computer. A processor performs arithmetical, logical, input/output (I/O), and other basic instructions that are passed from an operating system (OS). Most other processes are dependent on the operations of a processor.

The terms processor, central processing unit (CPU), and microprocessor are commonly linked as synonyms. Most people use the word “processor” interchangeably with the term “CPU” nowadays, it is technically not correct since the CPU is just one of the processors inside a personal computer (PC).

The Graphics Processing Unit (GPU) is another processor, and even some hard drives are technically capable of performing some processing.

Processors are found in many modern electronic devices, including PCs, smartphones, tablets, and other handheld devices. Their purpose is to receive input in the form of program instructions and execute trillions of calculations to provide the output that the user will interface with.

A processor includes an arithmetical logic and control unit (CU), which measures capability in terms of the following:

Ability to process instructions at a given time.

A maximum number of bits/instructions.

Relative clock speed.

Every time that an operation is performed on a computer, such as when a file is changed or an application is open, the processor must interpret the operating system or software’s instructions. Depending on its capabilities, the processing operations can be quicker or slower and have a big impact on what is called the “processing speed” of the CPU.

Each processor is constituted of one or more individual processing units called “cores”. Each core processes instructions from a single computing task at a certain speed defined as “clock speed” and measured in gigahertz (GHz). Since increasing clock speed beyond a certain point became technically too difficult, modern computers now have several processor cores (dual-core, quad-core, etc.). They work together to process instructions and complete multiple tasks at the same time.

Modern desktop and laptop computers now have a separate processor to handle graphic rendering and send output to the display monitor device. Since this processor, the GPU, is specifically designed for this task, computers can handle all applications that are especially graphics-intensive such as video games more efficiently.

A processor is made of four basic elements: the arithmetic logic unit (ALU), the floating-point unit (FPU), registers, and the cache memories. The ALU and FPU carry basic and advanced arithmetic and logic operations on numbers, and then results are sent to the registers, which also store instructions. Caches are small and fast memories that store copies of data for frequent use and act similarly to random access memory (RAM).

The CPU carries out its operations through the three main steps of the instruction cycle: fetch, decode, and execute.

Fetch: the CPU retrieves instructions, usually from RAM.

Decode: a decoder converts the instruction into signals to the other components of the computer.

Execute: the now decoded instructions are sent to each component so that the desired operation can be performed.


Thursday, December 10, 2020

Keyboard Shortcuts

Ctrl+Z: Undo

Ctrl+W: Close

Not only for any window that is opened it can be used to close the Browser Tab also.

Ctrl+A: Select all

Alt+Tab: Switch apps

This baby is one of the classic Windows shortcuts, and it can be hugely useful when you’re running multiple applications. Just press Alt+Tab and you’ll be able to quickly flick through all your open windows.

Alt+F4: Close apps

Another old-school shortcut, Alt+F4 shuts down active apps so you can skip the process of hunting down their on-screen menus. Don’t worry about losing unsaved work with this command—it will prompt you to save your documents before closing them.


Windows navigation shortcuts

Win+D: Show or hide the desktop

This keyboard combo minimizes all your open windows, bringing your home screen into view. If you store rows and rows of files and shortcuts on your desktop, Win+D will let you access them in in moments.

Win+left arrow or Win+right arrow: Snap windows

Snapping a window simply opens it on one side of the screen (left or right, depending on which arrow you hit). This allows you to compare two windows side-by-side and keeps your workspace organized.

Win+Tab: Open the Task view

Like Alt+Tab, this shortcut lets you switch apps, but it does so by opening an updated Windows application switcher. The latest version shows thumbnails of all your open programs on the screen.

Tab and Shift+Tab: Move backward and forward through options

When you open a dialog box, these commands move you forward (Tab) or backward (Shift+Tab) through the available options, saving you a click. If you’re dealing with a dialog box that has multiple tabs, hit Ctrl+Tab or Ctrl+Shift+Tab to navigate through them.

Ctrl+Esc: Open the Start menu

If you’re using a keyboard that doesn’t have a Windows key, this shortcut will open the Start menu. Otherwise, a quick tap of the Windows key will do the same thing. From there, you can stay on the keyboard and navigate the Start menu with the cursor keys, Tab, and Shift+Tab.

F2: Rename

Simply highlight a file and hit F2 to give it a new name. This command also lets you edit the text in other programs—tap F2 in Microsoft Excel, for example, and you’ll be able to edit the contents of the cell you’re in.

F5: Refresh

While you’re exploring the function key row, take a look at F5. This key will refresh a page—a good trick when you’re using File Explorer or your web browser. After the refresh, you’ll see the latest version of the page you’re viewing.

Win+L: Lock your computer

Keep your computer safe from any prying eyes by using this keyboard combo right before you step away. Win+L locks the machine and returns you to the login screen, so any snoops will need your user account password to regain access.

Win+I: Open Settings

Any time you want to configure the way Windows works, hit this keyboard shortcut to bring up the Settings dialog. Alternatively, use Win+A to open up the Action Center panel, which shows notifications and provides quick access to certain settings.

Win+S: Search Windows

The Windows taskbar has a handy search box that lets you quiz Cortana or sift through your applications and saved files. Jump straight to it with this keyboard shortcut, then type in your search terms.

Win+PrtScn: Save a screenshot

No need to open a dedicated screenshot tool: Win+PrtScn grabs the whole screen and saves it as a PNG file in a Screenshots folder inside your Pictures folder. At the same time, Windows will also copy the image to the clipboard. If you don’t want to snap the whole screen, the Alt+PrtScn combination will take a screenshot of just the active window, but it will only copy this image to the clipboard, so you won’t get a saved file.

Ctrl+Shift+Esc: Open the Task Manager

The Task Manager is your window into everything running on your Windows system, from the open programs to the background processes. This shortcut will call up the Task Manager, no matter what application you’re using.

Win+C: Start talking to Cortana

This shortcut puts Cortana in listening mode, but you must activate it before you can give it a whirl. To do so, open Cortana from the taskbar search box, click the cog icon and turn on the keyboard shortcut. Once you’ve enabled the shortcut, hit the Win+C whenever you want to talk to the digital assistant. You can do this instead of, or in addition to, saying, "Hey Cortana."

Win+Ctrl+D: Add a new virtual desktop

Virtual desktops create secondary screens where you can stash some of your open applications and windows, giving you extra workspace. This shortcut lets you create one. Once you have, click the Task View button to the right of the taskbar search box to switch from one desktop to another. Or stick with shortcuts: Win+Ctrl+arrow will cycle through your open desktops, and Win+Ctrl+F4 will close whichever one you're currently viewing and shift your open windows and apps to the next available virtual desktop.

Win+X: Open the hidden menu

Windows has a hidden Start menu, called the Quick Link menu, that allows you to access all the key areas of the system. From here, you can jump straight to Device Manager to review and configure any hardware, such as printers or keyboards, that are currently attached to the system. Or you can quickly bring up the PowerShell command prompt window to access advanced Windows commands.

About RAM(Random Access Memory)

Your computer’s system memory includes physical memory, called Random Access Memory (RAM), and Virtual memory. System memory works as temporary storage, unlike hard drives where you store data permanently. RAM temporarily stores data while the program or file is in use and once you turn off the system it closes all functions and programs running on it.

When you start a program on your system, it’s processor gives a command to retrieve the program from the hard drive. Once your system retrieves files, the system requires a workplace to display this data and to manipulate it. Here RAM works as a digital countertop to perform this task. Your system places programs in RAM temporarily to function. To understand more about RAM and its functions let’s have a look at this article.

What is RAM?

Random-access Memory or RAM is a kind of computer data storage that stores frequently used program instruction to increase the general speed of a computer. A RAM device allows data items to be written or read at the same time irrespective of the physical location of the data inside the memory. It makes it possible to access data in random order from its physical location which makes it fast enough to find any specific data information instantly. Contrary to that, other non-random access storage types like hard disks, CD-RWs, etc. usually read and write data in a predetermined order due to their mechanical limitations like media rotation speeds and arm movement. It may increase the read and write function time significantly according to the physical location of the information or data on the recording medium.

RAM is used as the main memory of the computer. It is considered to be a volatile memory as the information stored in the RAM may lose when there is no power. RAM is used by the CPU (Central processing unit) of the system when the computer is running to store information and to access it quickly. It doesn’t store any information permanently. In today’s technology, RAM devices use integrated circuits to store information. It makes it a relatively expensive form of storage but it allows quick access to data.

Why memory is called random-access?

Unlike non-random-access storage types where it read and writes data in a predetermined order, RAM can read or write information from the memory in a random manner. In other words, it has random access to any location(cell) on your memory if you know the “address” of that location. This helps you speed up data retrieval as the CPU can access any location without starting each time at the first location and go through the whole data until it finds the correct one. This method is called “Serial Access”.

What is the main function of RAM in a computer?

The main function of Random-access memory or RAM is to act as temporary storage of data and program instructions that can be accessed quickly by the CPU when required. Let’s discuss the primary functions of RAM in a computer.


Reading files: This is one of the primary works RAM performs. Hard drives on your system store a vast number of files and cause delayed functioning. It becomes a hassle job to retrieve any file from the hard drive as files stored on the hard drive remain scattered and to different locations. To access these files, drives require to move their mechanical read/write arm back and forth and need to wait until the spinning platters spin into the correct position. Despite the fact, drives spin at higher speed (thousands of rotations per minute) this process causes a serious delay when reading files. To deal with this situation and to lessen the slowdown, your system stores files in RAM once the files are first read from the drive. Apart from it, RAM doesn’t have moving parts and runs at a faster speed thus it loads information quickly during subsequent uses.

To recover some precious disk space and to reduce a load on RAM while searching files on your system, you can use PC cleaner tools to remove all unnecessary files. It will help you clean and organize your data in a much better way.

Temporary storage: This is another function of the RAM which allows temporary storage of the data on RAM while program or files are in use. In addition to storing files read from your system hard drive, RAM also stores information or data that programs are using actively. This data includes that data need not be stored permanently as it remains temporary on RAM. When your system keeps temporary data on RAM to run it temporarily it allows the system to work fast and efficiently. It improves the speed and responsiveness of the system.

Apart from these functions, more RAM space can help you improve your system speed and performance significantly. You can increase RAM space as per your system configuration for better results.

Motherboard

 It is the most important part of the Computer(you can get it as it is named as "Mother"). Coming for the dimensions of the Motherboard as a form factor ATX(Advanced Technology Extended) is the most used one. Here are the components which are connected to the motherboard.

Mouse and Keyboard:

In the starting stages of the computing days, I/O devices are connected using PS/2 connectors. But now they have been changed to USB.

USB(Universal Serial Bus):

As mentioned above I/O devices can be connected using the USB. In the starting days, any input device has to be connected using PS/2 only when the system is shutdown. This has changed with USB. With USB C everything thing can be connected to the system without switching it off.

Parallel Port:

Most printers use a special connector called a parallel port. Parallel port carries data on more than one wire, as opposed to the serial port, which uses only one wire. The parallel port uses a 25-pin female DB connector. Parallel ports are directly supported by the motherboard through a direct connection or through a dangle.

CPU Chip:

The central processing unit, also called the microprocessor performs all the calculations that take place inside a pc. CPUs come in a variety of shapes and sizes. Modern CPUs generate a lot of heat and thus require a cooling fan or heat sink. the cooling device(such as a cooling fan) is removable, although some CPU manufacturers sell the CPU with a fan permanently attached.

Ram Slots:

Random-Access Memory(RAM) stores programs and data currently being used by the CPU. RAM is measured in units called bytes. RAM has been packaged in many different ways. The most current package is called a 168-pin DIMM(Dual Inline Memory module).

IDE(Integrated Drive Electronics) Controller:

Industry standards define two common types of hard drives: EIDE(Enhanced IDE) and SCSI (Small Computer System Interface). The majority of the PCs use EIDE drives. SCSI drives show up in high-end PCs such as network servers or graphical workstations. The EIDE drive connects to the hard drive via a 2-inch wide, 40-pin ribbon cable, which in turn connects to the motherboard. IDE controller is responsible for controlling the hard drive.

PCI(Peripheral Component Interconnect) slot:

Intel introduced the Peripheral component interconnect bus protocol. The PCI bus is used to connect I/O devices(such as NIC(Network Interface Controller) or RAID(Redundant Array of Inexpensive Disks) to the main logic of the computer. The PCI bus has replaced the ISA bus.

ISA slot:

  (Industry Standard Architecture) It is the standard architecture of the Expansion bus. The motherboard may contain some slots to connect ISA compatible cards.

CMOS Battery:

 To provide CMOS with power when the computer is turned off all motherboards come with a battery. These batteries mount on the motherboard in one of three ways: the obsolete external battery, the most common onboard battery, and built-in battery.

AGP slot:

If you have a modern motherboard, you will almost certainly notice a single connector that looks like a PCI slot but is slightly shorter and usually brown. You also probably have a video card inserted into this slot. This is an Advanced Graphics Port (AGP) slot.

Wednesday, December 9, 2020

Computer Components

 Hi All,

A fresh series for people like computer gamers or people who are going to buy a new computer. This series is going to educate people about the components present in the computer and which one should be there in yours. Please follow and support.

Sunday, December 6, 2020

About TENET

 

What is Tenet?

It’s a word, and a gesture. And, as The Protagonist (John David Washington) comes to learn, Tenet is the name given to the secret organisation tasked with preventing the temporal apocalypse.

When does Tenet take place?

Today, tomorrow, yesterday, and a number of points in-between. Overall, it’s set (roughly) in the present day, but the start of the film isn’t necessarily the start of the story – The Protagonist’s investigation into Sator (Kenneth Branagh) goes forward a few days, and then the story reverses on itself as the characters ‘invert’ themselves into the past, resulting in a climactic battle that takes place around the same time as the beginning. Ultimately, the film ends on the same day it begins – the film's timeline, just like its title, is a palindrome, you see.

What’s the Sator Square, and what’s that got to do with Tenet?

The Sator Square is a famous palindromic square that dates back about two thousand years, it is the words Rotas, Opera, Tenet, Arepo, Sator and is the same read backward, forwards, up to down or left to right. All of those words appear in the film: Tenet is the title, Sator the villain, opera the opening sequence, Arepo the forger, and Rotas the name of Sator’s company.

What are the Soviet ‘Closed Cities’?

Closed Cities – including Stalask 12, where Branagh’s Sator first made contact with the future as a young man, and where the final battle takes place – date primarily back to the Cold War, and were cities in which sensitive operations were carried out and to which travel was restricted. Essentially invisible, they would have no direct address or transport links, being referred to often by codes referring to adjacent settlements. Within the closed cities would be classified installations (most notably related to the Soviet nuclear program) and the housing for the people who worked there and their families. Closed cities appeared on no maps and their existence was a closely-guarded secret.

What is a Free Port?

A Free Port is essentially a place where goods can remain outside the normal customs and tax jurisdictions of the country they’re in. Goods arriving at a free port are either taxed lightly or not at all and all goods there are generally regarded as being still outside the country. Needless to say, this makes them an appealing destination for illegal or controlled goods – or, you know, hiding experimental time-reversing technology like an Inversion Turnstile.

Who is The Protagonist?

Never directly named, The Protagonist is played by John David Washington and begins the film as a CIA agent before being recruited into Tenet, becoming their most important asset. But as the film reaches its climax, it turns out he has a much greater role in the organization: further on in his own future timeline, The Protagonist becomes the founder of Tenet in the past. Still with us?

What is Inversion?

Inversion is a process whereby an object (or person) has its entropy reversed, essentially flipping its chronology so that from that point on its travels backward in time instead of forwards. The process is achieved via a Turnstile: a temporal reversal engine that has a distinct entrance and exit, ensuring the object/person doesn't accidentally come into contact with its past/future self and cause the universe to implode. Which would – according to our notes – be bad.

What’s a Temporal Pincer Movement?

It’s a time-bending tactical technique for missions: you approach it moving forward in time, and then also approach it in reverse moving backward from the future – each side using the knowledge that the other side gained from having already experienced it. Except, both sides are actually experiencing it simultaneously. It’s… confusing. But it works.

What is the Algorithm?

It’s essentially the film’s MacGuffin. As Priya (Dimple Kapadia) reveals to The Protagonist, The Algorithm is a device from the future that would completely invert the entropy of our world, causing the ‘backwards’ reality to dominate ours and essentially overwrite it. It was created in the future by a scientist who all too quickly realised the error of her ways. To stop the Algorithm being deployed, the scientist split it into nine pieces and inverted them all to hide them in the past. She then killed herself so no one could make her recreate it.

Why does the future want to destroy the past?

Apparently, environmental damage has become so great in the future that the Earth is no longer habitable. The only way for the future to survive, then, is to reverse time and continue their existence in the past. Given that we’re the ones who melted the ice caps and poisoned the air, they’re not all that broken up about killing us in the process.

But won’t overwriting the past cause the future to no longer exist?

And here we start delving into the pitfalls of time travel, in this case, the grandfather paradox and the problem of causality. Tenet seems to adhere to a form of time travel called the ontological paradox, where you can alter the past but only because it’s already been altered, because you always altered it and are thus playing out your part in the timeline, completing the causal loop. It’s what Hermione did with the Time-Turner in Harry Potter And The Prisoner Of Azkaban: yes, she went back in time, but she was always in two places at once and so she fulfilled what would always have been the future and didn’t (as happens in the likes of The Terminator and Back To The Future) change the timeline, causing a different future to come about.

Does this involve parallel worlds?

No. The many worlds theory simply states that every conceivable outcome plays out in infinite alternate realities, so any change you make will create a separate reality and have no bearing on the future that was once your past. Tenet doesn’t use that model.

Hang on. But surely erasing the whole of the past would squash this whole causal loop thing you’re talking about?

It would, which is where Tenet deviates from that model and indeed physics as a whole. The simple answer to this is simply ‘because of the Algorithm’. In the same way that Avengers: Endgame gets away with quite a lot by saying, ‘because Infinity Stones’. The Algorithm, in reversing the entropy of our entire reality, breaks our understanding of traditional causality and timelines.

What was Sator’s master plan?

Having been recruited and paid (in inverted gold) by contacts in the future, Sator had gathered eight of the nine pieces of the Algorithm before the film begins. Now, Sator’s goal is to acquire the final segment and activate the device. Since he is dying of pancreatic cancer, he plans to activate it via a dead man’s switch (his Fitbit, essentially), meaning that when he dies, all of our forwards reality dies with him. It’s a final ‘fuck you’ to the world and is all rather overly dramatic and Blofeldian.

What on Earth was going on during the car chase in Tallinn?

After they steal the ‘plutonium’, which in reality is a piece of the Algorithm, Neil (Robert Pattinson) and The Protagonist are ambushed by Sator, who pursues them in an inverted car. Sator threatens Kat (Elizabeth Debicki) and demands the Algorithm. A second inverted car un-crashes and pulls alongside them containing (unbeknownst to the audience at that point) the future Protagonist from a few hours hence. The present Protagonist gives Sator an empty case and throws the algorithm into the new car with his future self.

Okay, but what on Earth was going on during that fight at the end?

Having located the site where Sator’s forces are assembling the Algorithm at Stalsk 12, team Tenet is split into two groups: the red team attacking the site, and the blue team inverting from just after the conflict and attacking the same site from the future while traveling backward. Yep, it’s a Temporal Pincer Movement! Thus you have inverted and un-inverted Tenet soldiers fighting against Sator’s men, while The Protagonist and Ives (played by a near-unrecognizable Aaron Taylor-Johnson), both on the red team, head down into the bunker to nab the Algorithm. To complicate matters, Neil starts on the blue team but un-inverts partway through the mission via a Turnstile at the site so that he can rescue Ives and The Protagonist from the bunker explosion. Not only that, but Future Neil gets involved as well – he re-inverts after the battle and heads back to the bunker to ensure the mission is a success, being the ‘dead’ body behind the locked gate that appears to spring to life just in time to unlock the gate and save The Protagonist and Ives.

Was Neil part of Tenet all along?

Yes. As Neil confirms at the end of the movie, he’s been working for Future Protagonist from the start. Indeed, the two are good friends before the film begins, having met in Neil’s past but The Protagonist’s future. It’s hinted at when Neil knows The Protagonist’s drink order in Mumbai – but the reason why he knew that isn’t made clear until the film’s final moments.

When did the Protagonist meet Neil?

After the events of the film, The Protagonist clearly spends a lot of time inverted and travels back to the past in order to found and set Tenet in motion (completing the causal loop). At some point long before the film starts, he meets and recruits a younger Neil, setting him in motion to later meet and assist his younger self.

Who saved The Protagonist at The Opera?

That was an inverted Neil — something we only realize at the end of the film when we recognize the medallion on his backpack (also seen on the ‘dead’ body behind the locked gate and on Neil at the end of the film). When exactly Neil fits in this little jaunt to the past is unclear, but we can assume it happens before he meets up with The Protagonist for the ‘first’ time in Mumbai.

So did Neil die at the end?

Yes. Having inverted and then un-inverted during the final battle, Neil’s final task is to invert himself once again and go back into the bunker so that he can unlock the gate and die, saving The Protagonist and Ives as he does so. He has no choice in the matter – he’s already done it, and is simply playing out events that have already occurred.

Tuesday, November 10, 2020

New ARM based processor by Apple.

Early this year Apple has confirmed that it is going to ARM-based processors instead of the Intel processors. Due to the pas conflicts between the company and Intel due to the performance issues and power supply issues it has declared it is going to shift to ARM-based processors. With the ARM architecture, Apple can easily control the basic functionalities of the processor in this way it can control the power usage and usage of the Cores. With the latest "M1" Chip it has launched CPU can gain up to 20 hours of Web usage. And 17 hours of Web usage(what they claimed). It has 8 power efficiency cores and 8 performance efficiency cores. And it is the first integrated chip with all the basic chipset set up in a single Chip. It has 16 billion transistors set up in a single Board. And it can have up to 11 trillion operations per second. With all this Apple is going to launch "Big Sur" in November. Apple is going to support the Applications which can run on ARM and Intel named Universal Apps. We can load the iPad and iPhone apps in the native system. It can run Rossetta 2 and other high-end software without lag(as they have claimed and shown in the presentation). They have launched Mac Air and Macbook Air Pro with an M1 chipset. And a mini Mac.