Xi Ut1 CS 1630137520

You might also like

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

D.A.V.

School
(Affiliated to C.B.S.E New Delhi)
Sree Nandeeswarar Campus, Adambakkam, Chennai-88
Unit Test-1(2021-22) - Computer Science
Class: XI Max Marks: 50
Time: 1.30 hrs

Q.no I. Choose the correct answer Marks


1 Which is the fastest memory device? ½
a. RAM b. Register c. Blu-ray disc d. Hard disk
2 2^10 bytes =? ½
a. 1MB b. 1GB c. 1KB d. 1TB
3 _____ is capable of recognizing a pre-specified type of mark made with dark ½
pencil or ink.
a. OCR b. OMR c. MICR d. NONE
4 IQ of a computer is ½
a.1024 b.67 c. NIL d. NONE OF THESE
5 Data entered through input device is temporarily stored in _____ ½
a. RAM b. ROM c. HARD DISK d .ALL OF THE ABOVE
6 Which of the following output device create the hardcopy of document? ½
a. PRINTER b. MONITER c. SPEAKER d. NONE
7 Arrange TB,GB,ZB,YB in increasing order ½
a. GB,TB,ZB,YB b. GB,TB,YB,ZB c. GB,ZB,TB,YB d. GB,YB,TB,ZB
8 Whenever the computer is started , the required program is loaded into ___ for ½
processing.
a. ROM b. RAM c. CPU d.CU
9 The startup program that loads the operating system into primary memory, is ½
stored in _______
a. ROM b. RAM c. CPU d. ALU
10 A high speed memory is placed between the CPU and the primary memory is ½
known as _____
a. RAM b. ROM c. REGISTERS d. CACHE MEMORY
11 Which of the following devices are used to capture data in digital format? ½
a. BAR CODE READER b. OCR c. QR CODE SCANNER d. ALL OF THE ABOVE
12 First system software which is to be installed in computer to make it functional? ½
a. DEVICE DRIVER b. PROGRAMMING TOOLS
c. OPERATING SYSTEM d. SYSTEM UTILITIES
13 Disk defragmentation tool, Antivirus are examples of ½
a. OPERATING SYSTEM b. PROGRAMMING TOOLS
c. SYSTEM UTILITIES d. DEVICE DRIVERS
14 Low level language includes_____ ½
a. ASSEMBLY LANGUAGE b. MACHINE LANGUAGE
c. A&B d. NONE
15 The program code written in assembly or high-level language is called _____ ½
a. SOURCE CODE b. OBJECT CODE
c. MACHINE CODE d. ALL OF THE ABOVE
16 Those software which are free to use and their source code is also available is ½
called ______
a. FREEWARE b. FREESOFT
c. FREE AND OPEN SOURCE SOFTWARE d. NONE
17 Which of the following is not the operating system for PC/Laptop/Computer? ½
a. WINDOWS b. iOS
c. LINUX d.MAC
18 Compiler is an example ______ ½
a. Application software b. SYSTEM SOFTWARE
c. UTILITY SOFTWARE d. FIRMWARE
19 Personal computers use a number of chips mounted on a main circuit board. ½
This mainboard is often referred as ____
a. MOTHERBOARD b. BREAD BOARD
c. MASTER BOARD d. NONE
20 EEPROM stands for _____ ½
a. Electrically Efficient programmable Read Only Memory
b. Electronic easy programmable Read Only Memory
c. Electrically Erasable programmable Read Only Memory
d. None
21 When the result of any Boolean statement is always 1 is known as _____ ½
a. FALLACY b. TAUTOLOGY c. TRUE d. FALSE
22 Which of the following gate is also known as an inverter? ½
a. AND b. OR c. NOT d. NAND
23 Name the given law - X+XY=X ½
a. COMMUTATIVE b. DISTRIBUTIVE c. ASSOCIATIVE d. ABSORPTION
24 The _____ operator has high priority in Boolean statement evaluation. ½
a. AND b. OR c. NAND d. NOT
25 Convert the following decimal 173 to hexadecimal ½
a. 10D b.1013 c. AD d.BE
26 Convert the following octal 147 to hexadecimal ½
a. 76 b.67 c. 103 d.77
27 Convert the following decimal 45 to octal ½
a.85 b.65 c. 35 d.55
28 Convert the following decimal 97 to binary ½
a.11001 b.110001 c. 1010101 d.1100001
29 Convert the following octal 777 to decimal ½
a.511 b.1FF c.115 d.151
30 Convert the following octal 2570 to binary ½
a. 10101111000 b. 10101110000
c. 101011111000 d. 0010010101110000
31 Convert the following binary 1100001100 to hexadecimal ½
a.30D b.30B c. 30C d.30A
32 Convert the following Binary 10101010 to Decimal ½
a. 252 b.170 c. 1010 d.1170
33 Convert the following binary 110010101 to octal ½
a. 625 b.562 c. 635 d.556
34 Convert the following hexadecimal CAD to binary ½
a. 110010101101 b. 110011011001
c. 110101011001 d. 111010101101
35 Convert the following hexadecimal 1234 to octal ½
a. 11046 b.11604 c. 10164 d.11064
36 Convert the following hexadecimal 2AF to Decimal ½
a. 876 b. 678 c. 687 d. 768
37 Add the binary numbers 101010101 and 111111 ½
a. 110010100 b. 110001100 c. 110001010 d. 100110100
38 Subtract the binary number 1011100 and 1111 ½
a. 1100101 b. 1001101 c. 1010101 d. 1001011
39 A gate which produces 1 output only when inputs have even number of 1s ½
a. NOR b. XNOR c. OR d. XOR
40 Break the line and change the sign is known as ½
a. De-Morgan’s theorem b. Demorganisation
c. Dominance law d. none
II. Answer the following
1 Differentiate compiler and interpreter. 1
2 List the functions of OS. 1
3 What are Utility software? Give example 1
4 What is system bus? Explain its types. 1
5 Represent Unicode point U+22AA in UTF-8 and UTF-32 encoding scheme 1
6. Encode “ASCII” into ASCII code form and find the message of the following 1
1001100 1000101 1000100
7 Draw and explain the functional components of computer 2
8 Differentiate RAM and ROM. Write their types 2
9 Perform the following arithmetic operations 2
a. 1010101010+1110111 b.111101-1111
10 Draw the circuit diagram for the following Boolean expression 2
a. Y=AB’CD+ABC’D’+A’BCD b. (A+B’)+(CD+A’C’)
11. a. Draw the truth table for the following Boolean expression 2
A’B’C’+AB’C’+ABC
b. Prove the following using Truth Table
XY+X’Z+YZ’=XY+X’Z
12. Simplify the following expression 2
a. (A+B)(A+B’)(A’+C)
b. (A+B)+(B+AA) (A+B’)
13. Derive the SOP and POS expression from the following truth table 2
X Y Z F(X,Y,Z)
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0
14. Verify the distributive laws using truth table 2
15 Write the equivalent expression for the following logical circuit 2
a.

b.

16 Convert the following: 6


a. (75.15)10(?)2
b. (100.121)10(?)8
c. (152.045)10(?)16
d. (101010100.1110)2(?)10
e. (127.14)8(?)10
f. (AB.23)16(?)10

You might also like