Discuss the following.
The bill of rights deals with first-generation rights, most of which are negative rights that take power from the state by imposing a duty not to act in a certain way. These rights are absolute in the sense that it always applies.
You are given an M*N matrix and K, write a program to compute the area of the sub-matrix and print the result.
A sub-matrix is a matrix formed after deleting K rows each from the top and bottom and K columns each from left and right.
Area of a matrix is defined as the product of all elements of the matrix.
Explanation
For M = 5 and N = 4, the matrix is:
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20
For K = 1, the sub-matrix is as follows:
6 7
10 11
14 15
Therefore, the area of the given matrix is 6*7*10*11*14*15 = 970200.
Sample Input1
5 4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20
1
Sample Output1
970200
write the following in machine language. using ascii chart for the standard codes of the characters and then convert them to binary. please show working. you just write and scan. i. your name, ii. level, iii. session and iv. campus.
Zwane died intestate on 26 November 2021 and is survived by his wife Dudu to whom he was married according to Customary Law in 2011. They did not enter into an antenuptial contract and were married in community of property. At the time of Zwane’s death, Dudu was seven months pregnant with Zwane’s child, who they planned to call Bongani. Zwane is also survived by the following relatives:
(i) His son Joshua who renounced his rights to inherit;
(ii) His father Solly;
(iii) His younger sister Rose.
The joint estate is worth R900 000.00 (Nine Hundred Thousand Rand).
How will Zwane’s estate devolve?
Make a file by yourself named ”Integer.txt” and add 5 integer values in it. Now, write a C++ program that reads data (5 integers) from the file and store them in integer array. Also make another integer array (int result []) of same size to store the results. The program should check for each number in array if it is prime number or not. If the number is prime, update value in result[] array from 0 to 1. Lastly, write output in another file named “Result.txt”
At which stage of the essay writing process do we do rewriting?
If x1[n] ↔ X1(Ω) and x2[n] ↔ X2(Ω) are two Fourier transform pairs, then prove that
x1[n] * x2[n] = X1(Ω)X2(Ω)
“It is moral to give to charity.” This sentence could mean two different things about the moral permissibility and obligatoriness of giving to charity. Why is this the case? Explain the two different meanings.
If x[n] ↔ X(Ω) are Fourier transform pairs, find the Fourier transform of nx[n].
Find the inverse Fourier transform of X(Ω), which is a rectangular pulse:
X(Ω) = 1, −W0 < Ω < W0
0 elsewhere