1
1
Data:
Data is a collection of facts from which the information may be derived.
It is an unprocessed collection of facts in a manner suitable for communication,
interpretation or processing.
Example: 134, 16, Kavitha Does not give meaning.
Information:
Information is a collection of facts from the conclusions can be drawn.
Information is a processed facts, active, Business based and transformed from data.
Example: Kavitha is 16 years old. Conveys meaning.
The ALU is a part of CPU where various computing functions are performed on data.
ALU performs arithmetic operations such as addition, subtraction, multiplication,
division and logical operations.
15010 = 100101102
Step – 2:
Change it to Octal.
Binary - 100101102
Octal – 2268
4. Write short note on ISCII.
ISCII – Indian Standard Code for Information Interchange.
ISCII is the system of handling the character of Indian local languages.
This is 8 – bit coding system. Therefore it can handle 256 (28) characters.
It is recognized by Bureau of Indian Standards (BIS).
It is integrated with Unicode.
5. Add – 2210+ 1510
– 2210+ 1510
22(10) = 101102
Answer: 111110012
___________________________________________________________________________
1. (a) Procedure to convert fractional Decimal to Binary.
Step 1 : Multiply the decimal fraction by 2 and note the integer part. The integer part
is either or 1.
Step 2 : Discard the integer part of the previous product. Multiply the fractional part
of the previous product by 2. Repeat step 1 until the same fraction repeats or
terminates (0).
Step 3 : The resulting integer part forms a sequence of 0’s and 1 ’s that becomes the
binary equivalent of decimal fraction.
Step 4 : The final answer is to be written from first integer part obtained till the last
integer part obtained.
(b) Convert (98.46)10 to Binary
Answer: (1100010.01110 … )2
2. Find 1’s Complement and 2’s Complement for the following Decimal number (a) – 98
(b) – 135
98(10) = 011000102
8 bit format = 011000102
1’s complement = 100111012
Add 1 bit = + 1
= 100111102
13510 = 10000111
1’st complement = 011110002
Add 1 bit = + 1
= 01111001(2)
3. (a) Add 1101010(2) + 1011012
(b) Subtract 1101011(2) – 1110102
___________________________________________________________________________
1. What is Boolean Algebra?
Boolean algebra is a mathematical discipline that is used for designing digital circuits
in a digital computer.
It describes the relation between inputs and outputs of a digital circuit.
2.Write a short note on NAND Gate.
The NAND gate is the combination of NOT and AND gates.
The NAND gate is generated by inverting the output of a AND gate.
The algebraic expression of the NAND is Y = A.B
3. Draw the truth table for XOR gate.
The truth table for XOR gate is