Answer:
An <u>arithmetic logic unit</u> (ALU) is a digital circuit used to perform arithmetic and logic operations.
<u>The control unit</u> of the central processing unit regulates and integrates the operations of the compute
The result of the subtraction of 4365 and 3412 using octal numbers is of:
753.
<h3>What are octal numbers?</h3>
For octal numbers, each number is represented by three bits, as follows:
Then the binary representation of number 4365 is given as follows:
100011110101
The binary representation of number 3412 is given as follows:
011100001010
Then the following binary subtraction is made:
100011110101 - 011100001010
The result of this subtraction is of:
100011110101 - 011100001010 = 111101011
Then the octal result is given as follows:
111 101 011 = 753.
More can be learned about binary numbers at brainly.com/question/8649831
#SPJ1
Answer:
logic bombs
Explanation:
logic bombs -
It consists of certain coding , which is put into the software and will perform certain malicious function at the very correct time, is known as logic bomb ,
they are also known as time bomb.
It is a time of virus , but gets activated as soon as all conditions are met , which is coded in to the software.
Hence , from the given scenario of the question,
The correct term is logic bomb.
Answer:
# include <conio.h>
# include <iostream.h>
using namespace std;
main{
int a[25], sum;
cout<<"enter the values in array a";
for (int i=0; i<= 24 ; i++)
{
cin>>a[i];
}
sum =0;
for (int j=0; j<=24 ; j++)
{
sum= sum + a[j];
}
cout<< sum;
getch ();
}
Answer:
Start off with an interesting introduction (add questions) make it interesting.