Categories
- Pharmacy
-
Nursing
-
MBA
-
BBA
- U.P. State University
- Veer Bahadur Singh Purvanchal University, Jaunpur
- Chaudhary Charan Singh University, Meerut
- Dr. Bhimrao Ambedkar University, Agra
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
-
BCA
- UP State Universities
- University of Pune
- I.K.Gujral Punjab Technical University (PTU)
- University of Rajasthan
- Rashtrasant Tukadoji Maharaj Nagpur University
- Uttar Pradesh NEP2020
- University of Rajasthan ,Jaipur (According to NEP-2020)
- BCCA (B. Com - Computer Science)
- Haryana
- West Bengal
- BBA (CA)
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
- MCA
-
B Ed
- Lucknow University B.Ed Books
- Chaudhary Charan Singh University/Maa Shakambhari University, Saharanpur
- Dr Bhim Rao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapeeth, Varanasi
- Chhatrapati Shahu Ji Maharaj University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj (PRSU)
- Mahatma Jyotiba Phule Rohilkhand University(Mjpru), Bareilly
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Bundelkhand University, Jhansi
- B.A,B.ed
- B.Sc, B.ed
- Deen Dayal Upadhyaya Gorakhpur University
- Veer Bahadur Purvanchal University (VBPU)
- Maharaja Suhel Dev State University ,Azamgarh (MSDSU)
- Raja Mahendra Pratap Singh State University, Aligarh (RMPSSU)
- Barkatullah Vishwavidyalaya (Bhopal)
- Jiwaji University (Gwalior)
- Vikram University (Ujjain)
- Dr. Harisingh Gour University (Sagar)
- Devi Ahilya Vishwavidyalaya (Indore)
- Rani Durgavati Vishwavidyalaya (Jabalpur)
- Awadhesh Pratap Singh University (Rewa)
- Maharaja Chhatrasal Bundelkhand University (Chhatarpur)
- D. EL. ED
- TET
-
B Com
-
B Sc
- B.Sc. U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Madhya Pradesh
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Uttarakhand State Universities
- B.Sc. Bihar Universities Common Syllabus NEP
- University of Rajasthan (Jaipur)
- Haryana
-
Bachelor of Arts [B.A.]
- B.A. Of U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Madhya Pradesh
- Uttarakhand
- Bihar
- University of Rajasthan (Jaipur Syllabus as Per NEP2020)
- Haryana NEP-2020
- B Tech
- LLB
- SWA Education
BBA(CA),B.COM(CA)-3 SEMESTER (3 IN 1) COMBO PACK
PHP for BBA(CA) and B.COM(CA)
Introduction to Cyber security for Pune University
Data structure for BBA(CA) and B.COM (CA) in Pune university

PHP for BBA(CA) and B.COM(CA)
Introduction to Cyber security for Pune University
Data structure for BBA(CA) and B.COM (CA) in Pune university
Tax excluded
SYLLABUS
Introduction to Cyber security for Pune University
1. Introduction to Cybersecurity Concepts
-
What is Cybersecurity?
-
Importance of cybersecurity in modern digital life
-
Cybersecurity goals: Confidentiality, Integrity, Availability (CIA Triad)
2. Types of Cyber Threats
-
Malware: Virus, Worms, Trojans, Ransomware
-
Social engineering: Phishing, Vishing
-
Denial of Service (DoS), DDoS attacks
-
Insider threats
3. Basic Security Practices
-
Password hygiene and authentication
-
Firewalls and antivirus basics
-
Safe browsing practices
-
Protecting personal data and devices
4. Cyber Laws in India
-
Overview of IT Act 2000
-
Legal aspects of hacking, fraud, and cyberbullying
-
Cybercrime reporting procedures
5. Cyber Ethics and Digital Citizenship
-
Responsible use of the internet
-
Plagiarism, digital etiquette
-
Privacy vs surveillance debates
SYLLABUS
PHP
phpMyAdmin / MySQL Integration
-
Database creation and management via phpMyAdmin
-
Basic CRUD operations (INSERT, SELECT, UPDATE, DELETE) using PHP–MySQLi
PHP Basics (typically implied in syllabus)
-
Syntax, variables, data types, operators, control structures, loops, conditionals (aligned from teaching pattern)
Form Handling and Input Processing (common in 2019‐pattern syllabus)
-
GET/POST, form validation, sticky forms, email/regex checks
User-Defined Functions
-
Creating functions — e.g. factorial, prime checking, string and array utilities
Arrays & String Functions
-
PHP built‑ins: sort(), merge(), associative arrays , string operations
SYLLABUS
DATA STRUCTURE
Arrays & Strings
-
One-dimensional and two-dimensional arrays: definition, declaration, initialization, access
-
Algorithms: finding min/max, reversing arrays, identifying odd/even/prime numbers
-
Matrix operations: addition, multiplication, transpose, symmetry, triangular matrix
-
String handling: standard library use; custom implementations without built-in functions
Functions
-
Function types, declarations, calls, purpose
-
Call by value vs call by reference
-
Storage classes (auto, static, register, extern)
Pointers & Dynamic Memory
-
Pointer basics, arithmetic, indirection operator (& and *)
-
Pointer-expression operations
-
Dynamic memory allocation: malloc, calloc, realloc, free
-
Pointer usage in function calls and return values
Structures & Unions
-
Defining structures, accessing members, nested structures, arrays of structures
-
Pointers to structures and passing structures to functions
-
Differences between structures and unions
-
Introduction to unions
Preprocessor Directives & File Handling
(Included in revised NEP‑pattern syllabus)
-
Preprocessor: #include, #define (macros, including parameterized/nested macros)
-
File handling: streams, types of files (text & binary), operations (fopen, fclose, fgetc, fputc, fseek, fgets, fputs), random access files
3 other products in the same category:
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent