Computer Notes DOWNLOAD | READ | SHARE | NO LOGIN REQUIRED

Computer Science Subjects List

Linux Operating System

Linux is a versatile and open-source operating system widely used in current technology for its stability, security, and adaptability. It powers a vast array of devices, from servers and supercomputers to smartphones and embedded systems, playing a crucial role in cloud computing, IoT, and enterprise environments.

# Title Description Actions
1 Linux Basic Commands pwd command, cal command, echo command, date command, tty command, id command, clear command, help command, whatis command, history command, man command, bc command Download File View File
2 Linux 11 Basic commands Linux 11 Basic commands Download File View File
3 User Management commands shutdown command, su command, sudo command, adduser command, passwd command, groudadd command, usemod, userdel, groupdel command Download File View File
4 Linux Advance commands Piping in linux, tee command, head, tail, more command, less command, cut command, sort command, input output redirection Download File View File
5 Linux Process Commands Types of process, ps command, pstree command, top command, htop command, atop command, nice and renice, fg, bg, jobs, kill command Download File View File

Data Base Management System

Database Management Systems (DBMS) are evolving to meet future trends, with a focus on handling big data, real-time processing, and integrating AI-driven analytics. As businesses increasingly rely on data-driven decision-making, future DBMS will emphasize scalability, cloud integration, and support for unstructured data, enabling more intelligent and automated data management solutions.

# Title Description Actions
1 Introduction to DBMS Data, Information, DBMS, Architecture, Advantages, Disadvantages, Components of DBMS, Data Independence Download File View File
2 Introduction to DataBase Download File View File
3 Relational Model Concepts Entity, Domain, Attribute, Tuple, Cardinality, Degree Download File View File
4 Relational Keys Primary Key, Candidate Key, Foreign Key, Alternative Key, Composite Key, Super Key Download File View File
5 Normalization 1NF, 2NF, 3NF, 4NF, 5NF Download File View File
6 SQL DDL Commands And Constraints Create command, Alter command, Drop command, Rename command, SQL Constraints Download File View File
7 SQL DML Commands Insert Command, Delete Command, Select Command, Update Command Download File View File
8 SQL DCL and TCL Commands Grant command, Revoke Command, Savepoint Command, Commit Command, Rollback Command Download File View File
9 SQL Operators Arithmetic Operators, Logical Operators, Relational operators, Set Operators (Union, Union All, Intersect, Minus), Concatenation Operators Download File View File
10 SQL Functions Dual Table, Single row function, Number and Character function, Aggregate function (Max, Min, Count, Avg, Sum) Download File View File
11 SQL Types of Clauses Group By, Having, Order By Download File View File
12 SQL Joins Inner Join, Natural Join, Outer Join, Self Join, Cross Product Download File View File
13 View and Index Types of view, Types of Indexes Download File View File

Visual Basic.Net

VB.NET (Visual Basic .NET) is an object-oriented programming language developed by Microsoft. It is part of the .NET framework and is designed for creating Windows-based applications with a focus on simplicity and readability. VB.NET extends the traditional Visual Basic language, incorporating modern programming concepts such as object-oriented programming (OOP), robust error handling, and event-driven programming.

# Title Description Actions
1 Dot Net (.Net) framework & features .Net Framework, .Net Framework features, version, .Net Languages Download File View File
2 Dot Net .NET Architecture .NET Architecture, Common Language Runtime (CLR), CTS, FCL Download File View File
3 Visual Studio .Net IDE Visual Studio .Net IDE 2010, Components of Visual Studio Download File View File
4 Working With Window Form Controls Label, TextBox, Button, CheckBox, ListBox, RadioButton, ComboBox, Timer, PictureBox Download File View File
5 VB.Net Basics VB and VB.Net, DataTypes, Variables, Download File View File

Operating System

An operating system (OS) is system software that manages computer hardware and software resources and provides services for computer programs. It acts as an intermediary between users and the computer hardware, enabling the execution of applications and efficient resource management. Examples include Windows, macOS, Linux, and Android

# Title Description Actions
1 Introduction to Operating System and Its Functions OS Definition, Operating System Function, Operating System Types Download File View File

JAVA programming

Java programming is a versatile, object-oriented language widely used for building platform-independent applications. Known for its stability and strong security features, it remains crucial for enterprise software, web development, and Android apps. The future scope of Java includes continued relevance in cloud computing, big data, and IoT, ensuring it remains a sought-after skill in the tech industry.

# Title Description Actions
1 Introduction to Java Programming Features of java, Java and C, Java and C++, Java Environment, Java Program Download File View File
2 Java Tokens Keywords, Identifiers, Literals, Operators, Constants, Variables, Data Types Download File View File
3 Java Operators Java Operators with examples Download File View File
4 Conditional and Loops Statements if statement, if-else statement, else-if ladder, nested if else statements, switch statement, for loop, while loop, do while loop Download File View File
5 Java class and object class and object, method overloading, static members Download File View File

C Programming

C programming is a foundational and widely-used language known for its efficiency, making it ideal for system software, operating systems, and embedded systems. Despite newer languages, C remains vital due to its close-to-hardware capabilities and serves as a gateway to learning more complex programming. Its future scope includes continued relevance in system-level programming, IoT development, and performance-critical applications.

No files uploaded yet.

C++ Object Oriented Programming

C++ is a high-performance, object-oriented programming language developed by Bjarne Stroustrup in 1983. Known for its efficiency, it supports procedural, object-oriented, and generic programming, making it ideal for system software, game development, and real-time applications.

# Title Description Actions
1 Introduction to C++ History, Data Types, Operators, Control Structure Download File View File
2 Functions Call by Value, Call by Reference Download File View File
3 Class and Object Array, Structure, Union, Class and Object, Friend function, Member Function, Static member Download File View File
4 Constructor and Destructor Types of Constructors, Default constructor, Dynamic constructor, Copy constructor, Parameterized constructor Download File View File
5 Operator Overloading Unary operator overloading, Binary operator overloading Download File View File
6 Type Conversion Basic type to class type and vice -versa, class to class conversion Download File View File
7 Inheritance Single inheritance, Multiple inheritance, Multilevel inheritance, Hierarchical inheritance, Hybrid inheritance Download File View File
8 Pointer Hands on Practice of Pointer Download File View File
9 Exception Handling, Class Templates, File Handling Exception Handling, Class Templates, Function Template, File Handling, File streams Download File View File
10 Polymorphism Compile time polymorphism, Run time polymorphism Download File View File

Computer Graphics

Computer Graphics is a field of computer science that focuses on creating, manipulating, and representing visual content using computers. It involves techniques for rendering images, animations, and 3D models, making it essential for fields like gaming, simulations, and multimedia applications.

# Title Description Actions
1 Introduction to Computer Graphics Raster Scan Display, Random Scan Display, Color CRT Monitor, Plasma Panel Download File View File
2 Scan Conversion DDA, Bresenham Line Algorithm, Circle and Ellipse Generating Download File View File
3 Transformation Translation, Rotation, Scaling Download File View File
4 Clipping Cohen-Sutherland line clipping, Liang-Barsky line clipping, Polygon clipping, curve and text clipping Download File View File
5 Area Fill Algorithm Boundary Fill, Flood Fill, Edge fill Download File View File
6 Projection (3-D Graphics) Perspective projection, Parallel Projection Download File View File
7 Visible Surface Detection Method Z-Buffer Algorithm, Scan line Algorithm, Painter Algorithm(Depth Sorting) Download File View File
8 Illumination and Surface Shading Surface Rendering, Gouraud Shading, Phong Shading Download File View File
9 Computer Graphics MCQ UGC Net UGC Net MCQ Download File View File

Web Designing

Web Designing is all about learning how to create beautiful, user-friendly websites. You’ll dive into HTML, CSS, and JavaScript, explore how to make designs responsive for any screen size, and use tools to build interactive web experiences.

# Title Description Actions
1 Web Technologies-1 Internet, Web Server, Web Browser, WWW, URL, Intranet, Extranet Download File View File