Zero Coupon Bonds (ZCBs) are debt instruments that do not pay any periodic interest. They are issued at a discount and redeemed at face value upon maturity. The investor’s return is the difference between the purchase price and the redemption value. For example, a ₹1,000 bond issued at ₹700 gives ₹300 profit at maturity. The price is calculated as P = \frac{F}{(1+r)^n}, where P = price, F = face value, r = rate of return, and n = years to maturity
Advantages: predictable return, no reinvestment
...Attorney-Client Privilege – Clients’ communications are kept private when seeking legal advice. Anti-Commandeering Doctrine – Federal government cannot force states to carry out federal programs. Buried Bodies Case – The attorney did not reveal the locations of two murdered bodies; legally protected under privilege. Civil Law – Based on codified statutes made by legislatures. Common Law – Judge-made law that follows precedent (stare decisis). Common Law is Decentralized – Interprets
Public Speaking Public speaking is communicating a message effectively to a group of audience. Things like articulation, correct pronunciation, dialect, accent and pleasant voice facilitate the interest in the audience. Public speaking is a form of communication in which a speaker, addresses a large audience with relatively continuous discourse usually in a face-to-face situation. The speaker delivers the speech and audience responds to the speech with feedback. Mostly this occurs if such provision
1. Space Complexity:
It is the amount of memory an algorithm needs to run, including input data, auxiliary variables, and recursion stack.Recurrence Relation for Merge Sort:
T(n) = 2T(n/2) + O(n)
3Worst-Case Time Complexity of Quick Sort:O(n²)
4. Asymptotic Notations:
They are mathematical tools to describe the running time of algorithms, such as Big O, Big Ω, and Big Θ.5. Time Complexity of Strassen’s Matrix Multiplication:
O(n^2.81)6. Data Structure for Disjoint Sets:
Disjoint Set Union (
Elementi kvaliteta softvera:Funkcionalnost,Pouzdanost,Efikasnost,Odgovarajuci korisnicki interfejs,Adekvatna dokumentacija,Transparentnost,Mogucnost lakog odrzavanja,Adaptivnost. Zivotni ciklus softvera: Period od trenutka identifikacije potreba za softverskim proizvodom do trenutka prestanka koriscenja softverskog proizvoda.Faze u zivotnom ciklusu softvera: Iniciranje i definisanje projekta(definicija problema)–3%,Analiza i specifikacija zahteva(specifikacija problema)–3%,Idejno projektovanje–7%
Q.1) Define data structure, explain its type with example
A data structure is a specialized format for organizing, processing, retrieving, and storing data. It enables efficient access and modification of data, making it a fundamental concept in computer science and programming. Data structures are essential for managing large amounts of data, supporting various operations such as searching, sorting, insertion, deletion, and traversal.
Data structures can be broadly classified into two categories:...
Q.3) What is an algorithm? Explain its characteristics using a real life data structure example.
An algorithm is a finite sequence of well-defined instructions designed to solve a specific problem or perform a computation. Algorithms are the foundation of computer programming and data processing. In the context of data structures, algorithms are used to manipulate and manage data efficiently, such as searching, sorting, inserting, or deleting elements.
Characteristics of an Algorithm:
1. Finiteness:
✓ What is UDP??
User Datagram Protocol (UDP) is a connectionless transport layer protocol used in computer networks for sending datagrams over the Internet Protocol (IP) network.
Unlike TCP, UDP does not establish a connection before transmitting data, making it faster and more efficient with minimal overhead.
This connectionless nature means there is no handshake or acknowledgment process; data transmission begins immediately, which is ideal for real-time applications where speed is crucial
1. Digital Library – Definition
A Digital Library is a collection of digital objects such as text, images, audio, and video, stored electronically and accessible via the internet or computer networks.
It provides organized, searchable, and shareable access to information resources anytime and anywhere.
2. Needs and Characteristics of Digital Library
Needs: