Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

NURTURE INTERNATIONAL SCHOOL

(Affiliated to ICSE / ISC New Delhi)


Unit Test 1 (2018-19)

Class : XII Sub: Computer Science


Time: 90 min Date : M.M:50
Answer to this paper must be written on the paper provided separately.
You will not be allowed to write during the first 15 minutes.
This time is to be spent in reading the Question Paper.
The time given at the head of this Paper is the time allowed for writing the answers.
The intended marks for questions or parts of questions are given in brackets [ ]

Attempt all the questions


Q 1. Given the Boolean function F(A,B,C,D) =∑ (0, 1, 2, 4, 5, 8, 9, 10, 11). Reduce it using
Karnaugh’s map [5]
Q 2. A truth table has output for following inputs: [5]
ABCD=0011; ABCD=0110; ABCD= 1001 and ABCD= 1110.
Draw Karnaugh Map showing the fundamental products.
Q 3. Prove algebraically x’y’z’ + x’y’z + x’yz + x’yz’+ xy’z = x’+ y’ [5]
Q 4. State and verify Duality Principle. [3]
Q 5. Convert the following Boolean Expression into its equivalent Canonical POS. [4]
AB’C + A’BC + A’BC’
Q 6. State and prove the absorption law algebraically [4]
Q 7. Given F= A’B + (C’ + E) (D+F’). Find F’. [5]
Q 8. Find the complement of the following [2.5 x 2]
a. A’(BC’+B’C)
b. xy + y’z + z’z
Q 9. Explain the following as mentioned [3x3]
a. Half adder with Circuit Diagram
b. Multiplexer with 8:1 example
c. Encoder with Example.
Q 10. Verify X’Y + XY’ + X’Y’ = (X’ + Y’) using truth table. [2.5]
Q 11. Explain the difference between tautology and contradiction. [2.5]
NURTURE INTERNATIONAL SCHOOL
(Affiliated to CISCE, New Delhi)
Unit Test 1 (2018-19)

Class : X Sub: Computer Application


Time: 90 min Date : M.M:50
Answer to this paper must be written on the paper provided separately.
You will not be allowed to write during the first 15 minutes.
This time is to be spent in reading the Question Paper.
The time given at the head of this Paper is the time allowed for writing the answers.
The intended marks for questions or parts of questions are given in brackets [ ]

Attempt all the questions


Question 1.Fill in the blanks [15]
i) Four Principles of OOPs _________, ___________, ___________ and _________.
ii) The class which inherits another class is _______________.
iii) JVM stands for ____________________________.
iv) WORA means ________________________________.
v) JDK means ________________________.
vi) _____________ is the process of inheriting all the features from a class.
vii) Java was formerly known as _____________________.
viii) Scanner de=new _____________________________.
ix) Scanner class exist in package _____________________.
x) Escape sequences are _______________ characters.
xi) 13 % 2 = _______________.
xii) 12 / 4 = _________________.

Question 2. Answer the following Questions [1.5 x 10]

i) Explain the term Object with its Characteristics?


ii) What is the difference between Compiler and Interpreter?
iii) What is UNICODE?
iv) What do you mean by JVM?
v) Write the Difference between Applications and Applets?
vi) Explain the term Keywords?
vii) Write a note on Operators and its types.
viii) Define Statements?
ix) What is the difference between if-else statement and Switch Statement with example?
x) Explain five function of Scanner class?

Question 3. Write a Program [4 x 5]


i) To compare three number and find the smallest one.
ii) To check whether the entered age is eligible for voting or not.
iii) To add, subtract, multiply and divide of two number (Menu Driven Program).
iv) To find out the even and odd number
v) int a=5, b=9, c=6;
a. a++ - b++ * ++c = -58
b. a+= c++ - a++ + b++ =15
c. c-=a++ + ++b – c-- = -3
d. b*=c + --a = 90
e. b % a
NURTURE INTERNATIONAL SCHOOL
(Affiliated to CISCE, New Delhi)
Unit Test 1 (2018-19)
Class : IX Sub: Computer Application
Time: 90 min Date : M.M:50
Answer to this paper must be written on the paper provided separately.
You will not be allowed to write during the first 15 minutes.
This time is to be spent in reading the Question Paper.
The time given at the head of this Paper is the time allowed for writing the answers.
The intended marks for questions or parts of questions are given in brackets [ ]

Attempt all the questions


Question 1. Fill in the blanks [1x10]
i) Four Principles of OOPs _________, ___________, ___________ and _________.
ii) The class which inherits another class is _______________.
iii) JVM stands for ____________________________.
iv) WORA means ________________________________.
v) JDK means ________________________.
vi) _____________ is the process of inheriting all the features from a class.
vii) Java was formerly known as _____________________.
viii) Java was developed by _________________.
ix) A temporary memory location are known as _____________________.
x) Keywords are predefined for _______________.

Question 2. Answer the following Questions


i) What is Java Virtual Machine? [3]
ii) Explain any five features of Java in detail? [5]
iii) Explain Polymorphism and Data abstraction with example? [5]
iv) Define the following terms: [3x3]
a. Variable
b. Compiler
c. Data type
v) Explain the compilation process of Java Program in detail with diagram [8]
vi) Write a program to [5x 2]
a. Print a message “Java is a Programming Language”
b. Multiply three double type values and print the result.

You might also like