arrow_back
1 - C Language
1- Introduction to C Language
2 - Compilation, getch(), getche(), getchar() In C Language
3- Tokens in C language
4 - char, int and Operators in C language
5 - Incr. Decr. Logical, Bitwise etc Operators In Language
6 - Operator Precedence and Associativity in C
7 - Format Specifier For Reading And Writing In C
8 - Conditional Statements in C
9 - Switch case and goto statements in C
10 - Looping in C (break, continue, exit(0))
11 - Return values by scanf(), printf() etc
12 - 1 D and 2 D Array in C Langauge
13 - Pointer and Its Type in C Language
14 - const in Pointer
15 - Char Array and char Pointer, String in C
16 - String function, Reference Variable and Introduction to function in C
17 - Function overloading and storage classes in C
18 - Structure in C Language
19 - Union, enum and preprocessor in C
20 - Preprocessor Directives in C Language
21 - Data File Handling in C
2 - C++ Language
1 - Introduction to C++ Language & OOPS
2 - Concepts of OOPS
3 - Class and Objects in C++
4 - Constructor in C++
5 - Inheritance in C++
6 - Destructor & Virtual Function in C++
7 - Virtual Destructor , Pure Virtual, Friend and Inline Function
8 - Scope Resolution Operator in C++
9 - Data File Handling in C++ Part - 1
10- Data File Handling in C++ Part 2
11 - tellg(), tellp(), seekg() seekp() in C++ DFH
12 - namespace and template in c++
2.1 - C/C++ PYQ
1-TGT CS 2017 - 1 - PYQ
2-TGT CS 2017 - 2 - PYQ
3-TGT CS 2017 - 3 - PYQ
4-TGT CS 2017 - 4 - PYQ
5-TGT CS 2021 - 1 - PYQ
6 -TGT CS 2021 - 2 - PYQ
7 - TGT CS 2023 - 1 - PYQ
8 - TGT CS 2023 - 2 PYQ
9 - PGT CS 2018 PYQ
10 - PGT CS 2022 PYQ
11 - C and CPP PYQ PDF
3 - Python Language
1 - Python - Introduction To Python
2 - How To Download, Install And Setup Python
3 - Operators In Python
4 - Concept Of Modulus Operator In Python
5 - Assignment, In Place And Bitwise Operators In Pytho
6 - Comparison, Logical And Identity Operators In Python
7 - Membership Operators, Operator Precedence And Associativity
8 - Python Implementation, IDE and Framework
9-Identifiers In Python, Role Of Underscore In Identifiers
10 - Types of Variables in Python
11-Core Data Types Assignments
12-Numeric Data Types Assignments
13-Bitwise Operator Assignments
14 - Boolean and String Formatting Assignment
15-Use Of %F,%E And %G
16 - Use of %d, %f, %o, %x, %X,%E in Python
17 - format function in Python
18 - Data Types, Mutable and Immutable Types in Python
19 - Type casting and Comments in Python
20 - input, print and eval functions in python
21 - Flow of Execution in Python
22 - Concept of if, elif and else
23 - Leap Year, Calculator and Voting Eligibility Program in Python
24 - Telephone Bill and Grade Program in Python
25 - Number of digits and Order of three Numbers Program in Python
26 - Loops in Python, range() function in Python
27 - find the factorial of a number and print the Fibonacci series in python
28 - Pattern Printing in Python using nested loop
29 - Pattern Printing in Python
30 - break, continue and pass keyword in python
31 - Prime No, while loop, sum and product of digits
32 - Armstrong Number Program in Python
33- Introduction to List and Its Indexing
34 - Operation on List
35 - Functions of List
36 - List Slicing, Functions and Methods
37 - List Function and Methods Part 2
38 - Tuple in Python
39 - Dictionary in Python
40 - Functions and Methods of Dictionary
41 - Python String
42 - String Slicing in Python
43 - String Methods
44 - Bubble Sort in Python
45- Insertion Sort in Python
46 - Built in Function in Python
47- Modules and Functions
48- Modules in Python
49- Modules in Python - 3
50 - User Defined Functions
51 - Types of Arguments
52 - main() function, passing list in a function
53 - Searching in Python
54 - Python Libraries
55 - Python Libraries
4 - Java Language
1 - Introduction to Java, Java Tutorial, Core Java Tutorial
2 - Java Program Structure, Difference between C++ and Java
3 - JDK, JRE, JVM in Java
4 - Data Types and Variables in Java
5 - Basics Of Java - Keyword, Identifiers And Operators
6 - Array Construction in Java
7 - Java Array and Comments
8 - Types of Methods in Java
9 - static and this in java
10 - String in Java
11 - String Methods in Java
12 - Java String Method Part - 2
13 - Aggregation and Access Specifiers in Java
14 - Java Packages
15 - abstraction in java
16 - Interface in Java
17 - Method Overriding in Java
18 - Exception handing in Java
19 - Nested try and finally block in Java Exception
20 - Custom exception and throws in java
21 - Input from User in Java
22 - Multithreading in Java
23 - Thread class methods in Java
24 - Multithreading Methods - 2 in Java
25 - Introduction to JDBC
26 - How to Create JDBC Connection with MySql in Netbeans 12, Java ANT, Java Maven etc
27 - Types of Statements in Java
28 - File Handling in Java
29 - Java Collection
5 - DBMS
1 - DBMS - Introduction to DBMS and Functional Dependency
2 - DBMS (Closure Set of Attributes, Super Key, Candidates Keys and Primary Key)
3 - DBMS ( How to Find the Candidate Keys of a Relation)
4 - Normal Form (1 NF, 2 NF, 3 NF, BCNF)
5 - Normalization Qus and 4 NF
6 - Lossless and Lossy Decomposition in DBMS
7 - Transaction State and Transaction Properties
8 - Schedules in DBMS
9 - Conflict and View Serializability Practice Questions
10 - Concurrency Problems and Non-Serializable Schedule
11 - Recoverable Schedule and Concurrency Control Protocols
12 - Timestamp and Validation Based Protocols, Primary Indexing
13 - Indexing Numerical, Secondary, Clustering and Multiple Indexing
14 - Database Terminology - Instance and Schema
15 - Database Model - Hierarchical, Network, Relational, E-R Model
16 - DBMS (E-R Diagram Components And Relationship)
17 - Converting E-R Diagram into Tables
18 - Introduction To Relational Algebra Operators
19 - Union, Intersection, Minus, Rename, Division Operators of Relational Algebra
20 - Relational Calculus And It's Type
21 - Introduction to SQL - DML, DDL, DQL, TCL, DCL, Data Types etc
22 - SQL Queries - select, insert where, delete, drop, truncate, update etc.
23 - SQL Queries - in , between, or , and, not etc
24 - SQL limit, like, aggregate function
25 - SQL Group by, Having, Subquery and String Function
26 - Numeric function in SQL
27 - SQL Constraints - NOT NULL, Unique, primary key, default, check
28 - SQL Join (Natural Join, Inner Join, Equi Join, Outer Join, Semi Join, Anti Join)
29 - SQL Constraints - Foreign Key, on update cascade, on delete cascade, super key
30 - Backup and Restore MySql Database, Create table from another table
31 - Null function, show user details, auto increment and view
32 - case, date and time function in sql, database transaction
33 - ACID Properties and State of transaction, create new user, change password, grant, revoke
34-Transaction in MySql - TCL
35 - Practice (MCQ, T_F and Fill in the blanks) of MySql, Level of Abstraction and Schema
36 - Data Warehouse, OLAP, OLTP, Data Mining and Data Mart
37 - OLTP Vs OLAP, Data WareHouse
38 - DBMS - Internal Structure of DBMS
39 - Application Development using SQL, Stored Procedures
40 - DBMS - Parameterized Stored Procedures
41 - DBMS - Triggers in MySQL
42 - DBMS - Delete Triggers in MySQL
43 - B and B+ Tree in DBMS
5.1 - DBMS PYQ
1 - PYQ TGT CS 2017
2 - Sequential and Heap File Org
2.1 - File Org PDF
3 - DBMS - Hash, ISAM and Cluster File Org
4 - DBMS - Physical and Conceptual E-R Diagram
5 - DBMS - Timestamp Ordering Methods
6 - DBMS - Backup and restore database
7 - DBMS - PYQ
8 - DBMS - PYQ
9 - DBMS - PYQ
10 - DBMS - PYQ
11 - DBMS - PYQ
SQL Date Time Function PDF
12 - DBMS - Date and Time function of MySql
13 - DBMS PYQ
14 - DBMS PYQ
15 - DBMS PYQ PDF
6 - Digital Electronics
1 - Number System Class - 1 (Weighted And Unweighted Code, Binary Tricks)
2 - Number System Class 2 (Conversion and BCD Code)
3 - Number System Class 3 (Missing Base and Terms, Gray Code)
4 - Excess -3 Code and Complements of code
5 - Find Missing Base
6 - Find Missing Terms
7 - Negative Number Representation
7.1 - Floating Point Representation and Logic Family
8 - DE Booth Algo and Logic Gates
9 - DE - NAND, NOR, X OR, X NOR
10 - DE - XOR, XNOR Practice
11 - DE Gate Conversation
12 - DE Boolean Algebra Part 1
13 - DE Digital Electronics Simplification of Boolean Expression
14 - DE Canonical Form of Boolean Expression
15 - DE Dual, Self Dual and Complement of a Boolean Expression
16 - DE K - MAP
17 - Implicants in K-Map and Logic Families
18 - DE Adder and Subtractor in Digital Electronics
19 - Half and Full Adder, Half Subtractor
20 - Ripple Carry Adder - Digital Electronics
21 - CLA (Carry Lookahead Adder) and Mux as a Universal Circuit
22 - Multiplexer, Mux to Gate
23 - DUMX, ENCODER
24 - Decoder
25 - DE Combinational and Seq Circuit
26 - Sequential Circuits and Latches (Upcoming)
27 - DE FLIP FLOP Concept of Digital Electronics PART 1
28 - SR Flip Flop in Digital Electronics
29 - JK and D Flip Flop
30 - T & Master-Slave Flip Flop, Flip Flop Conversion
31 - Counter (Synch and Asynch)
32 - Counter Practice Questions
33 - Asynchrouns Counter, UP, Down, Modulus, Decade, Ring, Johnson Counter
34 - Registers in Digital Electronics
7 - Computer System Architecture
1-CPU Registers, Buses and Instruction Format
2-Addressing Mode
3-Calculate EA and AC Content, RISC, CISC
4-Addressing Mode Assignment - 1
5-Addressing Mode Assignment - 2
6-CSA Terminology
7-Instruction Pipelining
8-Dependencies and Hazards in Pipelining
9- PAL, PLA, PROM
10-Introduction to Interrupts
11- IO Interface and DMA
12 - Cache Memory in Computer Organisation
13 - Cache Mapping, Direct, Associative and Set Associative Cache
8 - Fundamental of Computer
1 - New - Computer Introduction
Computer Fundamentals Notes
2 - New - Keyboard layout and types
Class 2 - Keyboard Notes
3 - New - Mouse Types, PS2, USB
Class 3 - Mouse Notes
4 - New - Processing Devices
Class 4 - Input Devices Notes
5 - New - Primary Storage Device
Class 5 - Storage Devices Notes
6 - New - Bihar Board Paper Discussion
7 - New - Secondary Storage Device
Class 7 - Secondary Storage Devices Notes
8 - New - Output Devices, Printer
Class 8 - Output Devices Notes
Class 9 - Output Devices -1 Notes
10 - New - History of Computer
Class 10 - History of Computer Notes
11 - New - Types of computer
Class 11 - Types of computer Notes
12 - New - Introduction to Software
Class 12 - Software Notes
Class 13 - Types of Software Notes
14 - New - Introduction to Unix and Linux OS
15 - FOC - MS - DOS Commands
FOC 16 MS DOS Commands
16 - Fundamentals of Computers Notes
17 - Encoding Scheme
18 - Classification of Programming Language
19 - Microprocessor
9 - MS - Office
1 - Introduction To MS - Office And MS - Word
2 - General Computer - MS Word Formatting Options
3 - General Computer - MS-Word Office Button, Bullet and Numbering
4 - Style, Find and Replace in MS Word
5 - Table, Picture, Clip Art and Shape in MS-Word
6 - Smart Art, Chart and Header and Footer in MS - Word
7 - Insert and Page Layout Tab in MS - Word
8 - Reference, Mailing and View Tab in MS - Word
9 - Introduction to Excel
10 - Relative and absolute addresses in ms excel
11 - How to Generate Random Data in Excel
12 - Countif in Excel
13 - Logical Formulae in Excel
14 - Excel Overview
15 - Text Formula in Excel
16 - Excel Chart & Dashboard (Upcoming)
17 - Excel Pivot Table (Upcoming)
18 - Excel Home and Insert Menu (Upcoming)
19 - Excel Page Layout and Review (Upcoming)
20 - Excel Data (Upcoming)
21 - Excel View
22 - Excel Math Formula (Upcoming)
23 - Excel Date & Time Formula (Upcoming)
24 - Excel Lookup Formula (Upcoming)
25 - Introduction to PowerPoint (Upcoming)
26 - PowerPoint Design & Animation (Upcoming)
27 - PowerPoint Slide Show, Review and View (Upcoming)
28 - Introduction to Access (Upcoming)
29 - Access Design (Upcoming)
30 - MS Access Query and Macro
10 - Data Structure
1 - New DS - Introduction to DS and Algorithm
2 - New DS - Types of Algorithms
2.1 - Types of Algo PDF
3 - New DS - Types of Algo Part 2
3.1 - Types of Algo PDF
4 - New DS - Asymptotic Notation
5 - New DS - Asymptotic notation part 2
6 - New DS - Recurrence Function - Master Theorem
6.1 - DS New - Master Theorem Assignment
7 - DS New - Linear and Binary Search
7.1 - Searching PDF
8 - New DS - Introduction to Sorting Algo, Bubble Sort
9 - New DS - Quick Sort Algo
10 - New DS - Radix, Bucket and Counting Sort
11 - New DS - Selection and Insertion Sort
12 - New DS - Merge Sort
13 - New DS - Address Calculation in Array
13.1 - Array Address Calculation Questions PDF
14 - New DS - Linked List
15 - New DS - Types of Linked List
16.1 - Reverse a singly linked list
16.2 - Linked List Practice Problems (1)
16.3 - Linked List MCQ
17 - New DS - Introduction to Stack
18 - New DS - Polish Notation in Stack
18.1 - Polish Notation in Stack
19 - New DS - Introduction to Queue
20 - New DS - Types of Queue
20.1 - Queue MCQ
21 - New DS - Queue MCQ & Hashing Introduction
21.1 - Hashing MCQ
22 - New DS - Open Addressing in Hashing
22.1 - Hashing Assignment
23 - New DS - Introduction to Binary Tree
23.1 - Tree MCQ PDF
24 - Types of Binary Tree
25 - New DS - Tree Traversals (In-order, Pre-Order, Post-Order)
26 - New DS - AVL Tree
27 - New DS - Insertion in AVL, Splay Tree
28 - New DS - Insertion in Red Black Tree
29 - New DS - B Tree
30 - New DS - Heapify and Heap Sort
31 - New DS - Binomial and Fibonacci Heap
32 - New DS - Introduction to Graph, Degree of Vertex
33 - New DS - Graph Representation - MST
34 - New DS - Prim's , Kruksal, BFS, DFS in Graph
35 - New DS - Shortest Path Algo
36 - New DS - Bigraph, Eulerian Graph etc
37 - New DS - BackTracking - N - Queen, M - Coloring etc
38 - New DS - Fractional Knapsack Problem
39 - New DS - Huffman Coding, LCS
40 - New DS - P, NP, NP - Hard Problem
DS 1 Introduction to DS
DS 2 Address Calculation in Array
DS 3 Heap & Tree
DS 4 Binary Tree and Its Types - Data Structure
DS 5 Graph & Spanning Tree
DS 6 Selection Sort
DS 7 MST Shortest Path
DS 8 String Matching Eulerian Graph
DS 9 Hashing
DS 10 Rehashing and degree of graph
DS 11 Pre, In and Post Order
DS 12 Asymptotic Notation
13 - DS Asymptotic Notation Part 2
14 - Row Major and Column Major Array Address
15 - Stack and Polish Notation
16 - Queue in DS
17 - BST and AVL in Data Structure
18 - Graph and Degree of Vertex
19 - Hashing with Chaining and Open Addressing
20 - Fractional Knapsack Problem
21 - 0-1 Knapsack, N Queen, Backtracking
22 - Heap Data Structure
23- Recurrence in DS (Iteration and master method)
24 - Introduction to Graph
11 - OPERATING SYSTEM
1 - New OS - Introduction to OS
2 - New OS - Types of OS, Spooling
3 - New OS - Real Time OS, 3 - New OS - Real Time OS, CPU Utilization
4 - New OS - Process State
5 - New OS - FCFS Algo
6 - New OS - SJF, SRTF
7 - New OS - LRTF, Priority Algo
8 - New OS - Round Robin Algo
9 - New OS - HRRN Algo
10 - New OS - Multilevel Queue Scheduling
10.1 - Scheduling MCQ
11 - New OS - Thread in OS
12 - New OS - Practice Question
12-1 - OS MCQ
13 - New OS - System Calls in OS
14 - New OS - System Calls Part - 2
15 - New OS - Critical Section
16 - NEW OS - Semaphore in OS
17 - New OS - Counting Sempaphore
18 - New OS - Introduction to Deadlock
19 - New OS - Deadlock Handling Strategies
20 - New OS - Banker's Algo
21 - New OS - Deadlock Practice Qus
22 - New OS - Process Synch Problems
23 - New OS - Introduction to Memory Management
24 - New OS - Static and Dynamic Partitioning Algo
25 - New OS - Paging, PMT
26 - New OS - Paging Practice Qus
27 - New OS - Page Table Practice Qus
28 - NEW OS - TLB
29 - New OS - Virtual Memory
30 - New OS - FIFO, LRU, Optimal
31 - New OS - Page Fault Rates Numericals
32 - New OS - Segmentation
33 - New OS - File Management
34 - New OS - File System, MBR
35 - New OS - Sector, Track, Seek Time etc
36 - New OS - Disk Management Algo
37 - New OS - Weekly Test Discussion
15 - Critical Section Problem and Binary Semaphore
16 - Counting Semaphore
17 - Deadlock in Operating System
18 - Resource Allocation Graph and Bankers Algorithm
19 - Memory Mgmt
20 - Variable Size Partitioning
21- Fixed size partitioning
22 - Address Translation
23 - Paging in OS
24 - Calculate Memory Space
25 - Page Repalcement Algo
26 Calculate the head movements in os
27 - fork(), wait() and exit() system call in Operating System
12 - UNIX, LINUX, MS-DOS
1 - Introduction to DOS, Unix and Linux
2 - CD, MD, LS, MKDIR, DIR Commands
3 - DIR command in DOS with options
4 - Copy Con, touch, cat, md, rd, rmdir, tree commands
5 - How to create, compile and run C program in Linux
6 - Vi Editor, Attrib, net user and diskpart commands
7 - Unix Process, jobs, fg, bg, kill, echo
8 - wild card char, ls, chmod command in Linux
13 - AI AND MACHINE LEARNING
1 - Introduction to Artificial Intelligence
2 - Types of AI (Artificial Intelligence) and AI Agent
3 - Uninformed (Blind) Search Algorithms in Artificial Intelligence
4 - Informed (Heuristic) Search Algorithms in Artificial Intelligence
5 - A* Algorithm in AI
6 - Techniques of Knowledge Representation in AI
7 - Machine Learning Life Cycle
8 - How to read, create a data set or data frame and attributes of data frame in Machine Learning
9 - Supervised and Unsupervised Learning
10 - Linear Regression Model in Machine Learning
11 - How to plot regression line and other charts in Machine Learning
12 - NLP (Natural Language Processing)
14- ANN (Artificial Neural Network) in AI
15- Cloud Computing
16 - Grid and Utility Computing
17 - Introduction AI Practical and Project
18 - AI practical Pictoblox in Mobile
14 - DISCRETE (ENGINEERING) MATHEMATICS
1 - Discrete (Engineering) Mathematics - Introduction to Discrete Mathematics, Propositional
2 - Discrete (Engineering) Mathematics - Tautology, Contradiction, Contra-Positive, Implication
3 - DISCRETE (ENGINEERING) MATHEMATICS - CNF, DNF, Predicate, Quantifiers
4 - WFF, Valid and Satisfiable Formula, DISCRETE (ENGINEERING) MATHEMATICS
5 - Discrete (Engg. Maths) - Modus Ponens, Modus Tollens, Denial of Antecedent & Probability Theory.
6 - Discrete - Probability Multiplicative Theorem and Practice Questions
7 - Discrete - Statistics - Mean, Mode, Median
8 - Discrete - Types of Distribution
9 - Discrete -Set Theory Engg Maths
10 - Discrete - Operation of Set Theory
11 - Discrete Mathematics - Assignment of Set Theory - Engg. Mathematics
12 - Discrete - Relation in Discrete Mathematics
13 - Discrete - Functions and Its Types
14 - Discrete - Calculus in Discrete Mathematics
15 - Discrete - Practice Problems of Relation and Function for UP Lecturer, PGT, NET, GATE
16 - Math 2 - differential
17 - Math 2 - integral
18 - Math 2 - Matrix
19 - Math 3 - statistical techniques
20 - Math 3 - statistical techniques
21 - Math 4 - Linear Programming & problem solving
22 - interpolation
23 - Basics of Physics
Interpolation
Interpolation and Extrapolation
Types of Intervals in Interpolation
15 - BUSINESS COMPUTING
1 - Business Communication
1.1 Business Communication PDF Notes
2 - Business Computing
2.2 - Business Communication PDF
3 - Business Computing
4.1 - Business Computing
4.2 - Business Computing
4.3 - Business Computing PDF
5 - E-commerce
5.1 - E-commerce PDF
6 - E-Commerce
6.1 - E-Commerce PDF
7 - E-commerce
7.1 - E-Commerce PDF
8 - E-commerce
8.1 - Cloud Computing
8.2 - Business Computing PDF
8.3 - Business Computing PDF
9 - E-commerce
9.1 - Business Communication PDF
10 - Financial Accounting
10 - Financial Accounting PDF
11 - Business Economics - 1
11.1 - Business Economics PDF
12 - Business Economics - 2
13 - Business Economics - 3
14 - Business Economics - 4
15 - Business Economics - 5
16 - Business Computing PYQ - 1
16 - WEB DESIGNING (HTML, CSS, JS, XML, Bootstrap)
1 - Web, Web 2.0 and Web 3.0
2 - Web Designing - Browser Setting
3 - Web Designing - Add-ons, Plug-ins and Categories of Tags
4 - Web Designing - Heading and Font Tags
5 - Web Designing - Formatting and Phrase Tags
6 - Web Designing - Anchor Tag
7 - Web Designing - List in HTML
8 - Web Designing - Table, HR, Comments in HTML
9 - Web Designing Form in HTML
10 - Introduction to CSS
11 - CSS Selector
12 - CSS Simple Selector, Form Fieldset and Legend
13 - Favicon, Div, Span
14 - Web Design - Frameset, Frame, Iframe, Menu Bar
15 - Web Design - Image Map, Marquee, Audio, Video
16 - Web Design - bdo, bdi, aside etc
17 - Web Design - CSS Background, Border, Combinators
18-Web Design- Text Formatting
19 - Web Design - Pseudo Selectors
20 - Web Design - Attribute Selector
21 - Web Design - Position, float, z-index
22 - Web Designing - Animation
WEB DESIGNING S P SHARMA CLASSES PROGRAMS
23 - Java Script - 1
24 - Java Script - 2
25 - Java Script - 3
26 - Java Script - 4
27 - Java Script - 5
28 - Java Script - 6
JAVA SCRIPT S P SHARMA CLASSES PROGRAMS
29 - Java Script Array - 7
30 - Java Script Array - 8
31 - Java Script RegExp - 9
32 - Java Script Screen - 10
33 - Java Script BOM - 11
34 - Java Script Events - 12
35 - Entities, Fa fa Icons, Bootstrap
36 - Bootstrap MCQ - Introduction to Bootstrap
37 - XML - 1
38 - XML - 2
39 - XML - 3
40 - XML - 4
41 - XML - 5
7 - Loops in VBScript, function and sub procedure, array
17 - VBScript, VB NET & ASP NET
1 - VBScript Introduction
2 - VBScript
3 - VBScript
4 - VBScript Loops
5 - VBScript Array
6 - VBScript Procedure
7 - VBScript String
1-ASP and VB NET
2-ASP and VB NET
18 - DATA AND COMPUTER NETWORK
1 - Introduction And Type Of Network
2 - WWW, ISP, URL, DNS Tec.
3 - Server And Topology
4 - Network Model
5 - OSI Model Layers
6 - Application And Presentation Layer Protocol
7 - Protocols and MAC Address
8 - Network Device (Repeater, Hub, Bridge, Switch, Router)
9 - Modem, AM, FM, PM
10 - RJ-11, RJ-45, Twisted Pair And Coaxial Cable
11 - Fiber Optics, Unguided Media (Radio Wave, Microwave, Infrared)
12 - ALOHA
13 - ALOHA (Pure And Slotted Aloha Questions)
14 - CSMA_CD And Multiplexing
15 - Reservation, Token Passing, Polling, ARQ
16 - ARQ And Hamming Code
17 - Hamming Weight, Hamming Distance, Hamming Rate
18 - Error Detection Techniques
19 - CRC, Bit Rate, Baud Rate
20 - Bit Rate, Baud Rate Questions, Nyquist And Shannon Theorem
21 - IP4, Range, Host ID, Network ID
22 - Subnet Mask, CIDR
23 - Subnet, Broadcast, Host ID Questions
24 - What is IPv6 & its Notation
25 - Switching Technology
26 - X.25, Frame Relay, STP, RSTP
27 - Token Ring
28 - Mobile Computing
29 - Networking PDF
30 - Network Model
19 - NETWORK SECURITY AND DATA COMMUNICATION
1- Encryption And Its Types
2 - Practice Problem on Encryption
3 - RSA Algorithm And Transmission Impairment
4 - Cyber Security (Malware And Virus)
5 - Cyber Security, Worms, Trojan Horse, Spam etc.
6 - List Of Virus, Antivirus, Cyber Attack, Identity Theft, Hackers, Crackers Etc
7 - Cyber Scams, Biometrics, Crowdsourcing
8 - Net Neutrality, Botnet, Web Beacons And Mobile Communication
1 - BOC - Types of Communication and Capacity of Channel
1.1 - BOC PDF
2 - BOC - Communication Impairments
2- BOC PDF
3 - BOC - EM Waves in Free Space
3 - BOC PDF
4 - BOC - PCM and DM
4 - BOC PDF
5 - BOC - Multiplexing, GSM, CDMA
5-BOC PDF
6 - GSM CDMA MCQ
20 - Theory of Computation
1 - Regular Expression Part 1
2 - Regular Expression Part 2
3 - How to check Ambiguity of Context Free Grammar Part 1
4 - How to check Ambiguity of Context Free Grammar Part 2
5 - Fuzzy Logic
21 - Computer Graphics
Computer Graphics Notes
22 - Software Engineering
1 - Introduction to SE (Software Engineering)
1.1 - Introduction to SE Notes
2 - SE - Introduction to SDLC
3 - SE - Waterfall, Iterative and Prototype Model
4 - Spiral Model
5.1 - Practices Problems on Spiral Model
5.2 - V Model in Software Engineering
5.3 - Big Bang, Incremental and RAD Model
5.4 - Spiral, V, Incremental, Bing Bang, RAD - MODEL Notes
6 - Agile Model in SE
6.1 - Agile Model Notes
7 - VCS in SE
8 - COCOMO Model
8.1 - Parato-COCOMO-VCS Qus PDF
9 - Project Forking, Cloning and CMM
9.1 - CMM Qus PDF
10 - Testing in SE
10.1 - Testing PPT
11 - Alpha, Beta Testing and Test Matric
12 - Cohesion and Coupling
12.1 - Cohesion and coupling PPT
13 - Cyclomatic Complexity and UML
14 - Use Case Diagram in UML
14.1 - USE CASE PPT
15 - How to Create Use Case Diagram (Examples)
16 - Requirement Gathering Techniques
17 - Reengineering, Refactoring, Design Pattern
17.1 - Software Reengineering, refactoring ppt
18 - 06 March Weekly Test of Software Engg. Doubt Session
19 - RUP, FAST, QFD SE
23 - SAD
1 - SAD - System and its Types
2 - CPM (Critical Path Method)
3 - PERT Chart in SAD
4 - Gantt, HIPO Chart, Decision Tree and Table
SAD Assignment
5 - DFD and Compiler Design in SAD
6 - Phases of Compiler - SAD
7 - SAD Assignment Discussion
SAD PDF
24 - Image Processing
1 - Image Processing Qus
25 - Multimedia
1 - Multimedia
2 - Multimedia Colour Model
3 - Multimedia
4 - Multimedia
5 - Multimedia
6 - Multimedia Animation
7 - Multimedia Audio
8 - Multimedia
9 - Multimedia
10 - Multimdeia Authoring Tools
11 - Multimedia
12 - Multimedia
1 - Multimedia Test (1-14)
2 - Multimedia Test (15-40)
3 - Multimedia Test (41-78)
26 - Computation Thinking and Programming 2 - Python
1 - Introduction To Data File Handling(DFH) in Python
2 - DFH in Python - File Mode
3 - DFH (Reading Data From File) in Python
4 - DFH (Writing to File) in Python
5- Reading and Writing data to and from Binary File in Python
6 - Create a binary file (Write and read multiple data) in Python
7 - Std File Stream and Programs in Python
8 - tell() and seek() in file in Python
9 - CSV File in Python
10 - Read the contents of CSV File in Python
11 - Write the content in CSV file in Python
12 - Introduction To Data Structure in Python
13 - Stack in Python
14 - Emp, Book and Students Record in Stack in Python
15 - Polish Notation in Stack in Python
27 - Compiler Design & TOC
1 - Introduction to Compiler
2 - Phases of Compiler
3 - Compiler Design - Practice Questions
4 - Introduction to Automata
5 - Finite Automata & DFA
6 - What is NFA - NFA to DFA
7 - NFA to DFA With dead State
8 - Mealy and Moore Machine
9 - Grammar in TOC
10 - Types of Grammar
11- Regular Expression
12 - Regular Expression MCQ - 1
13 - Regular Expression Properties and Identities
14 - Regular Expression MCQ - 2
15 - Arden's Theorem
16 - Draw Finite Automata from RE
17 - Pumping Lemma
18 - Context Free Grammar
19 - Ambiguity in Context Free Grammar
20 - PDA, LBA AND TM
21 - MCQ of CFG
22 - Parser in Compiler
23 - Compiler Design MCQ on Parsing
24 - Recursive Grammar
Recursive Grammar
25 - First and Follow in Compiler Design
26 - First and Follow Practice Questions
First and Flow PDF
CD-27-Shift and Reduce Parser Upcoming
CD - 28 - Operator Precedence Parser
CD - 29 - Practice Questions of Networking and CD
CD - 30 - Practice Questions of CD
CD - 31 - Practice Questions of Compiler Design
CD - 32 - Code Optimization
CD - 33 - How to check whether a grammar is LL(1) or not
CD - 34 - How to check whether a grammar is LR(0) or not
35 - CD - LR(0) Parser
36 - CD, SLR, CLR and LALR Parser
All Parser Checking Questions
TOC Notes - 2
Syllabus
DSSSB TGT CS Detailed Official Syllabus
DSSSB TGT CS Syllabus
Preview - All TGT - PGT, NET, NIELIT CS EXAMS(DSSSB, NVS, UP -LT)
Discuss (
0
)
navigate_before
Previous
Next
navigate_next