0% found this document useful (0 votes)
11 views

Worksheet 1

This worksheet provides questions to help students learn about key topics in computer science, including: - The basic functions and architecture of a computer, including the CPU, memory, and input/output units. - Data representation using different numbering systems like binary, octal, decimal, and hexadecimal. This includes converting between numbering systems and performing basic arithmetic operations. - Boolean logic and algebraic expressions. Students are asked to prove theorems, simplify expressions, and identify logic gates using truth tables. - Character encoding standards like ASCII and UNICODE used to represent text digitally. The worksheet covers fundamental concepts in computer organization, data representation, and Boolean logic to help students understand the basic workings and components of

Uploaded by

sarthhak
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)
11 views

Worksheet 1

This worksheet provides questions to help students learn about key topics in computer science, including: - The basic functions and architecture of a computer, including the CPU, memory, and input/output units. - Data representation using different numbering systems like binary, octal, decimal, and hexadecimal. This includes converting between numbering systems and performing basic arithmetic operations. - Boolean logic and algebraic expressions. Students are asked to prove theorems, simplify expressions, and identify logic gates using truth tables. - Character encoding standards like ASCII and UNICODE used to represent text digitally. The worksheet covers fundamental concepts in computer organization, data representation, and Boolean logic to help students understand the basic workings and components of

Uploaded by

sarthhak
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

Sunbeam Suncity (School & Hostel)

CLASS – XI
COMPUTER SCIENCE
WORKSHEET (2022-2023)

UNIT-I COMPUTER SYSTEM ORGANISATION

Session - Computer System Overview

1. What are the functions of computer?


2. Briefly explain the basic architecture of a computer.
3. What is the function of memory? What are its measuring units?
4. Peta byte= _______bytes
5. 1 Byte = ______ Bit
6. Explain the basic units of the computer? Name the subunits that make up the
CPU, and give function of each units.
7. The _______ is responsible for carrying out arithmetic and logic operations

1. Define the following terms:-


i) Hardware ii) Software
iii) Input unit iv) Output unit
v) Primary/Main Memory vi) Registers
vii) Memory Access Time viii) System Bus and its types
ix) Cache Memory x) Operating System
xi) System Software xii) Application Software
xiii) Assembler xiv) Language Translators
xv) Tracks xvi) Virtual Memory
xvii) Utility Software xviii) Disk defragmenter
xix) Antivirus xx)

2. Expand
i) CPU / ALU/ CU ii) RAM/ROM iii) SRAM /DRAM
iv) PROM v) EPROM vi) EEPROM
vii) CD/DVD/BD viii) USB ix) APU/GPU

3. Differentiate the following:-


i) RAM & ROM ii) SRAM & DRAM
iii) Primary & Secondary Memory iv) Input and Output Unit
v) Compiler & Interpreter vi) Source code & Object code
Session – Data Representation

1. What are ASCII and ISCII? Why are they used?


2. Expand: ASCII , ISCII, UNICODE
3. Add the following binary numbers:
i) 10101010 and 11001100
ii) 1110.1010 and 11011.101
4. Subtract the following binary numbers:
i) 10101010 from 11001100
ii) 1110.1010 from 11011.101

4. What is Unicode? What is its significance?


5. What all encoding schemes does Unicode use to represent characters?
6. Write about the following number systems and mention the digits used in those
number systems: Binary , Octal , Decimal , Hexadecimal
7. Convert the following:-
a) Convert (110011)2 to decimal.
b) Convert (473)8 to binary.
c) Convert (ACEAB)16 to binary.
d) (1010100.011)2  ( )10
e) (425.25)10=( ? )2
f) (ABE)16 = ( ? )10

Session – Boolean Logic

1. State and prove De Morgan’s Theorem with the help of truth table.
2. Prove the following Boolean expression using truth table:
i) (X+Y) (X+Z) = X+YZ
ii) X+ Y = Y + X
iii) A + 1 = 1
3. Explain the following logic gates with the help of truth tables:
AND, OR, NOT, NAND, NOR, XOR
4. Simplify the following Boolean expression-
X’Y’Z’ + X’YZ’+ XY’Z’+XYZ’
5. State and verify Absorption law in Boolean Algebra using truth table.

You might also like