New Computer Science Solved Model Paper Class 11
New Computer Science Solved Model Paper Class 11
Max. Marks: 75 (Science General & Humanities Groups – Regular) Time: 3 hour
v) A type of memory that contains routine program that supports system hardware:
BIOS
vii) An operation whereby a new word is placed into a particular memory location is called:
a write operation
xi) It is the logical gate that produces 1 output when all its inputs are set to 1:
AND
xii) A physical or logical arrangement of computers that communicate with each other is called:
Topology
xiv) A computer program that translates one statement of program instructions at a time into
machine language is called:
Interpreter
2. Answer any ten part questions. Each part question carries equal marks.
i) Why is system software necessary for any computer system? System software is essential
because it manages hardware resources and provides an environment for running application
software. It ensures smooth communication between hardware and software, facilitating tasks
like memory management, input/output operations, and execution of programs. Without system
software, a computer would be unable to function effectively.
• Compiler: A compiler translates the entire source code of a program into machine code
(or intermediate code) all at once, creating an executable file that can be run
independently.
• Interpreter: An interpreter translates source code into machine code line-by-line,
executing the instructions directly without creating an intermediary file. It is slower than
a compiler but easier to debug.
• Telephone
• Modem
• Network cards (Ethernet)
iv) Why should RAM be a temporary storage? RAM (Random Access Memory) is a volatile
memory, meaning it loses all stored data when the power is turned off. It is used as temporary
storage because it is fast and facilitates quick access to data required by the CPU, but it is not
intended for long-term data storage.
• Serial Port: Transfers data one bit at a time over a single channel. It is slower but can
transmit data over longer distances.
• Parallel Port: Transfers multiple bits of data simultaneously across multiple channels. It
is faster than serial ports for short distances but not suitable for long-distance
transmission.
vi) Define Network protocols. Name any three. Network protocols are sets of rules that
determine how data is transmitted and received across a network. They ensure the
communication between devices follows a structured and standardized format. Three examples
of network protocols are:
• Router: A router directs data packets between different networks, typically within the
same network protocol.
• Gateway: A gateway acts as a bridge between two different networks with different
protocols, performing protocol conversion if necessary.
viii) What do you mean by Broadcasting? Broadcasting is the process of sending data or
messages to all devices on a network or to all devices within a particular network segment. In
computer networks, broadcasting means sending information to all devices on the network,
rather than a specific device.
ix) How can you define Metropolitan Area Network (MAN)? A Metropolitan Area Network
(MAN) is a large network that spans a city or large campus. It is larger than a Local Area
Network (LAN) but smaller than a Wide Area Network (WAN), typically used to connect
multiple LANs within a specific geographic area.
he Internet of Things (IoT) refers to the network of interconnected devices that communicate
and exchange data over the internet. These devices often include sensors or actuators that allow
them to collect and respond to data. Three examples of IoT devices:
• Smart thermostat
• Wearable fitness tracker
• Smart refrigerator
xi) What is the main logical difference between an AND gate and an OR gate?
• AND gate: The output is true (1) only if both inputs are true (1). If any input is false (0),
the output is false (0).
• OR gate: The output is true (1) if at least one of the inputs is true (1). The output is false
(0) only if both inputs are false (0).
Absolutely! Let's break down how to draw the logic diagram for the equation
(A+B).(A'+B') = C, where A' represents the complement (NOT) of A, and B' represents
the complement (NOT) of B.
Logic Diagram
A ---|NOT|--- A' ---|
| | |
B ---|NOT|--- B' ---| OR ---|
| | |
| OR ---| AND --- C
| |
------------------|
Decimal (144) to Binary (Base 2): To convert 144 from decimal (base 10) to binary (base 2),
you can use the division-by-2 method
144₁₀ = 10010000₂
80 ÷ 8 = 10, remainder = 0
10 ÷ 8 = 1, remainder = 2
1 ÷ 8 = 0, remainder = 1
64010 = 12008
4. Hexadecimal (AB) to Decimal (Base 10): 𝐴𝐵16 = (10 × 161 ) + (11 × 160 ) = 160 +
11 = 17
5. Decimal (784) to Hexadecimal (Base 16): 78410 = 31016784{10} = 310{16}
1.Supercomputers:
2.Mainframe Computers:
• Speed: Very fast, designed to handle massive amounts of data and support
thousands of users simultaneously.
3. Servers:
• Speed: Designed for high performance and reliability, optimized for specific tasks
like web hosting, database management, and network services.7
5. Mobile Devices:
6. Microcontrollers/Embedded Systems:
• Speed: Varies depending on the application, often optimized for specific tasks.
• Bus Topology:
o Data is transmitted along the bus, and all devices receive it.17
o Diagram:
o Device 1 --- Device 2 --- Device 3 --- Device 4
o |____________________________________________| (Bus)
• Star Topology:
o Diagram:
o Hub/Switch
o /|\
o / | \
o Device 1 Device 2 Device 3
o Disadvantages: Central device failure can bring down the entire network, requires
more cabling.
• Ring Topology:
o Diagram:
o Device 1 --- Device 2
o | |
o Device 4 --- Device 3
• Mesh Topology:
o Diagram:
o Device 1 --- Device 2
o |\/|
o |/\|
o Device 4 --- Device 3
• Tree Topology:
o Diagram:
o Hub/Switch (Root)
o / | \
o / | \
o Hub/Switch Hub/Switch Hub/Switch
o /|\ /|\ /|\
o DDD DDD DDD
5. What are the main differences between Impact Printers and Non-Impact Printers?
Define different types of Impact printers.
• Impact Printers:
• Non-Impact Printers:
o These printers form characters without physically striking the paper.20
• Daisy-Wheel Printers:
• Line Printers:
b. High-speed printing.
2. Twisted-Pair Cable:
3. Types: Unshielded Twisted Pair (UTP) and Shielded Twisted Pair (STP).
3. Coaxial Cable:
4. Fiber-Optic Cable:
2. Radio Waves:
3. Microwaves:
4. Infrared:
5. Satellite Communications:
1. Uses satellites orbiting the Earth to transfer data.24
1. Manages hardware resources such as the CPU, memory, storage devices, and
peripherals.27
2. Process Management:
1. Creates, schedules, and terminates processes (programs in execution).28
3. Memory Management:
4. Storage Management:
5. Device Management:
1. Controls and manages peripheral devices such as printers, keyboards, and mice.
7. User Interface:
8. Networking:
9. Error Handling: