Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
20 views2 pages

PT 2 Cs

This document is a periodic test paper for Class XI Computer Science at Kendriya Vidyalaya No.3, Gwalior, for the academic year 2018-19. It includes various questions related to Boolean expressions, truth tables, De-Morgan's law, universal gates, and database concepts. The test consists of multiple sections with a total maximum score of 50 marks.

Uploaded by

vhemavaradan7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views2 pages

PT 2 Cs

This document is a periodic test paper for Class XI Computer Science at Kendriya Vidyalaya No.3, Gwalior, for the academic year 2018-19. It includes various questions related to Boolean expressions, truth tables, De-Morgan's law, universal gates, and database concepts. The test consists of multiple sections with a total maximum score of 50 marks.

Uploaded by

vhemavaradan7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

KENDRIYA VIDYALAYA NO.

3 MORAR CANTT GWALIOR


CLASS XI – PERIODIC TEST II 2018-19
COMPUTER SCIENCE

TIME 1.30 H. MAX M. 50

1. Write the equivalent Boolean Expression for the following logic circuit: 1

2. Write the equivalent Boolean Expression for the following logic circuit: 1

3. Write the SOP form for the Boolean Function F(X,Y,Z) represented by the given truth
table:- 1
X Y Z F
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1

4. Write the POS form for the Boolean Function F(P,Q,R) represented by the given truth
table:- 1
A B C F
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 0

5. Verify the following using Truth table: 2


a. U. (U' +V) = (U + V)
6. Verify the following using truth table: 2
a. X+X.Y'=X
7. State & prove De-Morgan’s law using truth table. 2
8. Draw the equivalent logic circuit diagram of the following Boolean expression: 2
a. (A'+B).C'
9. Verify the following using Boolean laws: 3

10. Explain law of duality with an example. 2

11. What do you mean by Universal Gates. Name them 2

12. + V= 3
13. Explain the following terms in short. (1 mark each) 5
a. Attribute
b. Tuple
c. Relation
d. DBMS
e. Data Value
14. Give any 2 examples of common RDBMS 2
15. Consider the following tables MobileMaster and MobileStock and answer the
questions given below:

a. What is the cardinality and degree of table MobileMaster? 2


b. Identify Primary Key , Candidate key , Alternate key and Foreign key from the above table(IF
ANY) 2
16. Write base of Decimal,Binary,Octal and Hexa Decimal Number System 2
17. Convert the following (2 MARKS EACH) 8
a. 111110111101012 to HexaDecimal
b. B2F16 to Octal
c. 36748 TO BINARY
d. 7290510 TO HEXADECIMAL
18. Add Binary Numbers 110101 and 101111 2
19. What do you mean by ISCII and ASCII 2
20. Name any 3 Indian Languages in Unicode 3

You might also like