12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 13/05/2022
QB365 provides detailed and simple solution for every book back questions in class 12 Maths subject.It will helps to get more idea about question pattern in every book back questions with solution.
latest Book back QuestionsDownload Tamil Nadu 12th Standard Maths question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Maths Test1.
Construct the truth table for \((p\overset { \_ \_ }{ \vee } q)\wedge (p\overset { \_ \_ }{ \vee } \neg q)\)
2.
Verify
(i) closure property
(ii) commutative property, and
(iii) associative property of the following operation on the given set. (a*b) = ab;∀a, b∈N (exponentiation property)
3.
Verify the
(i) closure property,
(ii) commutative property,
(iii) associative property
(iv) existence of identity and
(v) existence of inverse for the arithmetic operation + on Ze = the set of all even integers
4.
Verify the
(i) closure property,
(ii) commutative property,
(iii) associative property
(iv) existence of identity and
(v) existence of inverse for the arithmetic operation - on Z.
5.
Verify the
(i) closure property,
(ii) commutative property,
(iii) associative property
(iv) existence of identity and
(v) existence of inverse for the arithmetic operation + on Z.
6.
Let \(A=\left( \begin{matrix} 1 & 0 \\ 0 & 1 \\ 1 & 0 \end{matrix}\begin{matrix} 1 & 0 \\ 0 & 1 \\ 0 & 1 \end{matrix} \right) ,B=\left( \begin{matrix} 0 & 1 \\ 1 & 0 \\ 1 & 0 \end{matrix}\begin{matrix} 0 & 1 \\ 1 & 0 \\ 0 & 1 \end{matrix} \right) ,C=\left( \begin{matrix} 1 & 1 \\ 0 & 1 \\ 1 & 1 \end{matrix}\begin{matrix} 0 & 1 \\ 1 & 0 \\ 1 & 1 \end{matrix} \right) \)be any three boolean matrices of the same type. Find AVB
7.
Write down the
(i) conditional statement
(ii) converse statement
(iii) inverse statement, and
(iv) contrapositive statement for the two statements p and q given below.
p: The number of primes is infinite.
q: Ooty is in Kerala.
8.
Consider p→q : If today is Monday, then 4 + 4 = 8.
9.
How many rows are needed for following statement formulae?
(( p ∧ q) ∨ (¬r ∨¬s)) ∧ (¬ t ∧ v))
10.
How many rows are needed for following statement formulae?
\(p \vee \neg t \wedge(p \vee \neg s)\)
1.
| p | q | ¬ q | \(r:(p\overset { \_ \_ }{ \vee } q)\) | s:\((p\overset { \_ \_ }{ \vee } \neg q)\) | r ∧ s |
| T | T | F | F | T | F |
| T | F | T | T | F | F |
| F | T | F | T | F | F |
| F | F | T | F | T | F |
Also the above result can be proved without using truth tables. This proof will be provided after studying the logical equivalence
2.
(i) It is true that a*b = ab ∈N; ∀a,b∈N. So * is a binary operation on N.
(ii) a*b = ab and b*a = ba. Put, a = 2 and b = 3. Then a*b = 23 = 8 but b*a = 32 = 9 So a*b need not be equal to b*a. Hence * does not have commutative property.
(iii) Next consider a*(b*c) = a*(bc) = a(bc) Take a = 2, b = 3 and c = 4.
Then a*(b*c) = 2*(*4) = 234 = 281
But (a*b)*c = (ab)*c = (ab)c = a(bc) = a(bc) = 212
Hence a*(b*c) ≠ (a*b)*c. So * does not have associative property on N.
3.
Consider the set of all even integers Ze = {2k | k ∈ Z} = {...,−6, −4, −2, 0, 2, 4, 6,...}.
Let us verify the properties satisfied by + on Ze.
(i) The sum of any two even integers is also an even integer.
Because x, y∈Ze, ⇒ x = 2m and y = 2n , m,n∈Z.
So (x + y) = 2m + 2n = 2(m+n)∈Ze. Hence + is a binary operation on Ze.
(ii) ∀ x, y∈Ze, (x + y) = 2(m + n) = 2(m + n) = 2(n + m) = (2n + 2m) = (y + x).
So + has commutative property
(iii) Similarly it can be seen that ∀x, y, z∈Ze, (x + y) + z = x + ( y + z).
Hence the associative property is true.
(iv) Now take x = 2k , then 2k + e = e + 2k = 2k ⇒ e = 0.
Thus ∀ x ∈ Ze, ヨ0∈Ze, ⋺x+0 = 0+x = x.
So, 0 is the identity element.
(v) Taking x = 2k and x′ as its inverse, we have 2k+x' = 0 = x'+2k ⇒ x' = −2k. i.e., x' = −x.
Thus ∀x ∈ Ze, ヨ-x∈Ze ⋺x + (−x) = (−x) + x = 0
Hence -x is the inverse of x ∈Ze.
4.
i) Though - is not binary on N; it is binary on Z. To check the validity of any more properties satisfied by – on Z, it is better to check them for some particular simple values.
ii) Take m = 4 , n = 5 and (m− n) = (4 − 5) = −1and (n −m) = (5 − 4) = 1.
Hence (m− n) ≠ (n −m). So the operation - is not commutative on Z.
iii) In order to check the associative property, let us put m = 4, n = 5 and p = 7 in both (m- n) - p and m- (n - p).
(m−n)− p = (4−5)−7 = (−1−7) = −8 …(1)
m−(n− p) = 4−(5−7) = (4+2) = 6 …(2)
From (1) and (2), it follows that (m - n) - p m - (n - p).
Hence – is not associative on Z.
iv) Identity does not exist (why?).
v) Inverse does not exist (why?).
5.
(i) m + n∈Z, ∀m, n∈Z. Hence + is a binary operation on Z.
(ii) Also m + n = n + m,∀m, n∈Z. So the commutative property is satisfied
(iii) ∀m, n, p∈Z, m+ (n + p) = (m+ n) + p. Hence the associative property is satisfied.
(iv) m + e = e + m = m ⇒ e = 0. Thus ヨ 0∈Z⋺(m+ 0) = (0 + m) = m. Hence the existence of identity is assured.
(v) m + m' = m'+ m = 0 ⇒ m' = −m. Thus ∀∈Z,ョ−m∈Z ⋺ m+ (−m) = (−m) + m = 0. Hence, the existence of inverse property is also assured. Thus we see that the usual addition + on Z satisfies all the above five properties.
6.
Given \(A=\left( \begin{matrix} 1 & 0 \\ 0 & 1 \\ 1 & 0 \end{matrix}\begin{matrix} 1 & 0 \\ 0 & 1 \\ 0 & 1 \end{matrix} \right) ,B=\left( \begin{matrix} 0 & 1 \\ 1 & 0 \\ 1 & 0 \end{matrix}\begin{matrix} 0 & 1 \\ 1 & 0 \\ 0 & 1 \end{matrix} \right) and\quad C=\left( \begin{matrix} 1 & 1 \\ 0 & 1 \\ 1 & 1 \end{matrix}\begin{matrix} 0 & 1 \\ 1 & 0 \\ 1 & 1 \end{matrix} \right) \)
\(=\left( \begin{matrix} 1 & 0 \\ 0 & 1 \\ 1 & 0 \end{matrix}\begin{matrix} 1 & 0 \\ 0 & 1 \\ 0 & 1 \end{matrix} \right) \vee \left( \begin{matrix} 0 & 1 \\ 1 & 0 \\ 1 & 0 \end{matrix}\begin{matrix} 0 & 1 \\ 1 & 0 \\ 0 & 1 \end{matrix} \right) \)
\(=\left( \begin{matrix} 1\vee 0 & 0\vee 1 \\ 0\vee 1 & 1\vee 0 \\ 1\vee 1 & 0\vee 0 \end{matrix}\begin{matrix} 1\vee 0 & 0\vee 1 \\ 0\vee 1 & 1\vee 0 \\ 0\vee 0 & 1\vee 1 \end{matrix} \right) \)
\(=\left( \begin{matrix} 1 & 1 \\ 1 & 1 \\ 1 & 0 \end{matrix}\begin{matrix} 1 & 1 \\ 1 & 1 \\ 0 & 1 \end{matrix} \right) \) [∵ a∨b=max(a,b)]
7.
Then the four types of conditional statements corresponding to p and q are respectively listed below.
(i) p →q : (conditional statement) “If the number of primes is infinite then Ooty is in Kerala”.
(ii) q → p : (converse statement) “If Ooty is in Kerala then the number of primes is infinite”
(iii) ¬p → ¬q (inverse statement) “If the number of primes is not infinite then Ooty is not in Kerala”.
(iv) ¬q → ¬p (contrapositive statement) “If Ooty is not in Kerala then the number of primes is not infinite”.
8.
Here the component statements p and q are given by,
p: Today is Monday; q: 4 + 4 = 8.
The truth value of p→q is T because the conclusion q is T.
An important point is that p→q should not be treated by actually considering the meanings of p and q in English. Also it is not necessary that p should be related to q at all.
9.
(( p ∧ q) ∨ (¬r ∨¬s)) ∧ (¬ t ∧ v)) contains 6 variables p, q, r, s, t, and v. Hence the corresponding truth table will contain 26 = 64 rows.
10.
p ∨ ¬ t ( p ∨ ¬s) contains 3 variables p, s, and t. Hence the corresponding truth table will contain 23 = 8 rows
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards