Posts

Showing posts from September, 2025

MGU UGP, Quantitative Techniques- SEM 3 SECOND INTERNAL SEPTEMBER 2025

MGU UGP BCA S3, Data Analytics, Second Internal Examination, September 2025

MGU-UGP BCA, S3 Feature Engineering, Second Internal Examination, September 2025

UG BCA S5, Java Programming using Linux, Second Internal Examination, September 2025

UG S5 BCA , IT and Environment , Second internal Examination, September 2025

UG S5 BCA , COMPUTER NETWORKS, Second internal Examination, September 2025

UG S5, Open Course, Computer Fundamentals, internet and MS-Office, Second internal Examination, September 2025

MGU UGP SEM 3 DESIGN AND ANALYSIS OF ALGORITHMS SECOND INTERNAL EXAMINATIONS SEPTEMBER 2025

MGU UGP SEM 3 SOFTWARE ENGINEERING SECOND INTERNAL EXAMINATIONS SEPTEMBER 2025

MGU UGP SEM 3 - DATABASE MANAGEMENT SYSTEMS,SECOND INTERNAL EXAMINATIONS, SEPTEMBER 2025

  Section A (2 marks each) 1. Compare Primary Key and Unique Key Feature Primary Key Unique Key Uniqueness Must be unique Must be unique Null Values Not allowed One NULL allowed Number per Table Only one Multiple allowed Purpose Ensures entity integrity Enforces uniqueness   2. DDL Commands in SQL Command Description Example CREATE Create tables or database objects CREATE TABLE Students(id INT, name VARCHAR(50)); ALTER Modify existing table ALTER TABLE Students ADD COLUMN age INT; DROP Delete table or object DROP TABLE Students; TRUNCATE Remove all records TRUNCATE TABLE Students;   ...

MGU UGP SEM 3 - PYTHON PROGRAMMING -SECOND INTERNAL SEPTEMBER 2025