CSE1111 - Suggessions
CSE1111 - Suggessions
Chapter: 10
What is software?
What is hardware?
State the relationship between Hardware and Software.
How many types of software are there? Write three examples of each.
You're asked to develop a software; what are the steps would you take to see the project
through to completion? Design your process with an appropriate diagram.
Define and distinguish between application software and system software.
Write the various phases of Software Development Life Cycle (SDLC) model and the main
activities performed in each.
Chapter:11
What is an algorithm?
Classify are the objectives of the planning phase before writing any program.
Define flowchart and discuss both its merits and drawbacks in problem-solving activities.
What is Pseudocode?
Write advantages and limitations of Pseudocode.
Why do flowcharts use standard symbols? Draw basic flowchart symbols and describe their
functions.
Design an algorithm for determining the factorial of a given number 'n' and create a
corresponding flowchart.[hints: for instance, the factorial of 5, denoted as 5!, equals 1 * 2 * 3 *
4 * 5]
Three numbers denoted by variables A, B and C are supplied as input data. Draw a flowchart for
the logic to identify and print the largest one.
Write an algorithm and draw a flowchart to find out the percentage marks obtained by each
student along with his/her roll number and name.
Chapter:14
Chapter:17
In designing a dependable data transmission system for an application requiring precise and
efficient data exchange in both directions, how many methods are there for sending data from
sender to receiver, shortly explain? And which
which data transmission method would you
recommend, and why? Explain your answer.
Differentiate among narrowband, voice-band,
voice band, and broadband communications channels.
Explain
xplain the terms “modulation” and “demodulation”.
State the difference between Asynchronous and Synchronous Transmission in data
communication.
Differentiate among PAN, LAN, CAN, MAN, and WAN.
When aiming for swift and secure communication across all devices
devices within a network, which
topology would you advocate for, and what rationale supports your choice?
Illustrate the architecture of the OSI model and define the roles of the Physical layer and
Transport layer within it.
For each of the following networks, discuss the consequences if a connection fails.
i. Five devices arranged in a ring topology.
ii. Five devices arranged in a bus topology.
Suppose you are a Network Administrator of an IT company. Now you must design an office
network. So which network it will be and which topology you will follow and why.
A university is planning to upgrade its campus network to accommodate the increasing number
of students, faculty, and staff. They need a reliable and high-speed network that covers a wide
geographical area. Which type of network, LAN, PAN, or MAN, would be the most suitable for
fulfilling the city's requirements?
Consider these scenarios and think about the characteristics and purposes of LAN, PAN, and
MAN to determine the most appropriate network type for this situation.
Chapter: 21