Tuesday, November 24, 2020

UNIVERSITY OF CALCUTTA SYLLABUS of Bachelor of Science (B. Sc.) (Honours) in Computer Science (CMSA) Choice Based Credit System (CBCS) Semester - I

  Bachelor of Science (B. Sc.) (Honours) in Computer Science (CMSA) Choice Based Credit System (CBCS) Semester - I 



CORE

  HONOURS      PAPER CODE                 PAPER TITLECREDITLINK
THEORYCMS-A-CC-1-1-TH  Digital Logic4click here
PRACTICALCMS-A-CC-1-1-PDigital Circuits2click here
THEORYCMS-A-CC-1-2-TH  Programming Fundamentals in C 4click here
PRACTICALCMS-A-CC-1-2-P Programming in C2click here



4. WAP to compute the sum of the first n terms of the following series S =1-2+3-4+5……………. CMSACOR01P: Programming Fundamental using C/C++

 4. WAP to compute the sum of the first n terms of the following series S =1-2+3-4+5……………. 


CMSACOR01P: Programming Fundamental using C/C++




3. WAP to compute the sum of the first n terms of the following series S = 1+1/2+1/3+1/4+…… CMSACOR01P: Programming Fundamental using C/C++

 CMSACOR01P: Programming Fundamental using C/C++


3. WAP to compute the sum of the first n terms of the following series S = 1+1/2+1/3+1/4+……  




2. WAP to reverse a number. - CMSACOR01P: Programming Fundamental using C/C++

CMSACOR01P: Programming Fundamental using C/C++

 2. WAP to reverse a number.  - 



1. WAP to print the sum and product of digits of an integer ---CMSACOR01P: Programming Fundamental using C/C++

CMSACOR01P: Programming Fundamental using C/C++


 1. WAP to print the sum and product of digits of an integer.




Saturday, November 21, 2020

Tuesday, November 17, 2020

SQL

 1. BASIC SQL STEP BY STEP -  CLICK HERE

2. UGC CBCS ASSIGNMENT FOR GENERAL STUDENT - CLICK HERE

3. UGC CBCS ASSIGNMENT FOR HONOURS  STUDENT - 

4. self join in sql - CLICK HERE

5. DATE command in SQL - CLICK HERE

6. wbsu 2016 dbms practical question - CLCIK HERE

7. CHECK CONSTRAINTS - CLICK HERE


JDBC code - create table, insert record, update record, delete record, drop table

 1.  jdbc1.CREATE TABLE using sql - CLICK HERE

2.  jdbc2. DISPLAY TABLE USING JDBC - CLICK HERE

3.  jdbc3. INSERT RECORD IN TABLE USING JDBC -    CLICK HERE

4. jdbc4. UPDATE RECORD IN TABLE USING JDBC -  CLICK HERE

5. jdbc5. CREATE TABLE USING JDBC - CLICK HERE

6. jdbc6. DROP TABLE USING JDBC-    CLICK HERE

7. jdbc7. DELETE DATA FROM TABLE USING JDBC - CLICK HERE

8. jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC - CLICK HERE