
Class XII Computer Science Question Paper 3
Quiz by Tamil selvi
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
The two input MUX would have ____________
 How many inputs will a decimal-to-BCD encoder have?
 Exclusive-OR (XOR) logic gates can be constructed from what other logic gates?
Decoder is constructed from ________________
The pair group in a Karnaugh’s map eliminates:
The proposition (a => b) is represented by:
Which of the following represents a number of output lines for a decoder with 4 input lines?
Each element of an array mat[-15...20,20...45] requires one byte of storage. If the array is stored in column-major beginning location 1000, determine the location of mat[0,40].
If H and W denotes the I am hungry and I whinge respectively, then express the following statement in propositional logic. If I am not hungry,then I do not whinge
Write the converse statement for the following statement, If I have a triangle, then my polygon has only three sides.
(A + B)(A’ * B’) = ?
The canonical sum of product form of the function y(A,B) = A + B is __________
What is the output of the following program?

 What will be the output of the following Java code?

What is the output of this program?

The basic logic gate that represents the simplification of the Boolean expression    A . (A’ + B) . (A + B) is:
 ¬ (A ∨ q) ∧ (A ∧ q) is a ___________
For the boolean function-
F(A, B, C, D) = Σm(0, 1, 2, 5, 7, 8, 9, 10, 13, 15) using K-Map how many combinations are possible?
Minimize the following boolean function-
F(A, B, C, D) = Σm(0, 1, 2, 5, 7, 8, 9, 10, 13, 15) using K-Map
Write the output of code:

A school intends to select candidates for an Inter-School Essay Competition as per the criteria are given below: [5]
The student has participated in an earlier competition and is very creative.
                                   OR
The student is very creative and has excellent general awareness, but has not participated in any competition earlier.
                                  OR
The student has excellent general awareness and has won a prize in an inter-house competition. The inputs are:
Inputs
A participated in a competition earlier
B is very creative
C won a prize in an inter-house competition
D has an excellent general awareness
(In all the above cases 1 indicates yes and 0 indicates no).Output:Â X [1 indicates yes, 0 indicates no for all cases] Draw the truth table for the inputs and outputs given above and write the POS expression for X(A, B, C, D).
A school intends to select candidates for an Inter-School Essay Competition as per the criteria are given below: [5]
The student has participated in an earlier competition and is very creative.
                                   OR
The student is very creative and has excellent general awareness, but has not participated in any competition earlier.
                                  OR
The student has excellent general awareness and has won a prize in an inter-house competition. The inputs are:
Inputs
A participated in a competition earlier
B is very creative
C won a prize in an inter-house competition
D has an excellent general awareness
(In all the above cases 1 indicates yes and 0 indicates no).Output:Â X [1 indicates yes, 0 indicates no for all cases] Draw the truth table for the inputs and outputs given above and write the reduced expression for X(A, B, C, D) after applying to K-Map.
A school intends to select candidates for an Inter-School Essay Competition as per the criteria are given below: [5]
The student has participated in an earlier competition and is very creative.
                                   OR
The student is very creative and has excellent general awareness, but has not participated in any competition earlier.
                                  OR
The student has excellent general awareness and has won a prize in an inter-house competition. The inputs are:
Inputs
A participated in a competition earlier
B is very creative
C won a prize in an inter-house competition
D has an excellent general awareness
(In all the above cases 1 indicates yes and 0 indicates no).Output: X [1 indicates yes, 0 indicates no for all cases]. What are groups formed in the reduced expression for X(A, B, C, D) after applying to K-Map?
What is the output at Y?

The following logic gate circuit is equivalent to:

What will be returned by the method function1() when the value of n=10?

What is the method function1() performing? *

What will be returned by the method function2() when the value of x = 5and y = 4?

What is the method function2(x, y) performing?

What will be returned by the method function3() when the value ofn=5341?

What is the method function3() performing?

What will be returned by the method function4() when the value of n[] ={1,-3,4,5,10,-5,12}?

What is the method function4() performing?

What will be returned by the method function5() when the value of n[][]={{0,1,2,3},{4,5,6,7},{4,5,6,7},{0,1,2,3}}

What is the method function5() performing?
