What is the arithmetic logic unit?
The arithmetic logic unit (ALU) performs the logic operations (such as comparisons) and arithmetic operations (such as addition or multiplication) required during program execution.
My IT notes
The arithmetic logic unit (ALU) performs the logic operations (such as comparisons) and arithmetic operations (such as addition or multiplication) required during program execution.
Link Aggregation Protocol (LACP) is a protocol that allows connection redundancy and capacity increase by combining multiple connections (F/O, ethernet). Link Aggregation Protocol (LACP) has 3 different modes as active, passive, on mode.
This note addresses the resolution of the error encountered during vmware datastore creation. To resolve the issue, first connect to the VMware vSphere server via SSH. First, the command s -lha /vmfs/devices/disks is run The disks on the server are listed as above. The disk that we want to use as a datastore space and … Read more
In SAP, users can get stuck in an authorization issue on a screen where they want to make transactions. In order to give authority, it is necessary to first determine which role it is attached to. This will go to the SU53 screen with the user account that is experiencing the authorization problem. The role … Read more
When attempting to activate the operating system running on Windows server 2022 Evaluation edition to Windows Server 2022 Standard edition, the following error may be encountered. Error: 0xC004F069 On a computer running Microsoft Windows non-core edition, run ‘slui.exe 0x2a 0xC004F069’ to display the error text. To solve the problem, it has been observed that when … Read more
It is a term formed from the words “International” Network, which means international network. The Internet is a multi-protocol network and can also be defined as all interconnected computer networks. It is characterized as an electronic communication network that is independent of all restrictions and borders around the world, functions outside of central control and … Read more
IP is an abbreviation of the words “Internet Protocol”. IP is a protocol that allows devices on the internet to communicate with each other. All devices on the Internet (computers, smartphones, tablets, servers, etc.) It has a unique identification number called an IP address. These IP addresses are used to transmit data packets over the … Read more
On Windows and linux operating systems, the host file is organized as follows. Editing on Windows In the path “C:Windows\System32\drivers\etc“, the file “hosts” is opened with notepad. Example to the bottom line: “192.168.1.50 domain.com” is added in the format the file is saved. During recording, the file will not allow direct operation on the same … Read more
If Creative Cloud remains on the loading screen, the following solution suggestion may help. The Microsoft Visual C++ Redistributable application is removed from Add Program. It will be reinstalled. You can download it here Creative Cloud is then uninstalled. It will be reinstalled. If it remains on the loading screen again after installation, the app … Read more
Document Formatting Tags In HTML, you can create a title in the document, make text bold, italic, underlined, create bullets, and create horizontal lines. Some of them are: Start tag End tag Description <H1>…<H2> </H1>…</H2> Header Tags:The number 1 is the widest. The default alignment is left and we can change it if we want. … Read more