Total Pageviews

973,416

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 - II

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



CORE

  HONOURS      PAPER CODE                 PAPER TITLECREDITLINK
THEORYCMS-A-CC-2-3-TH  Data structure4click here
PRACTICALCMS-A-CC-2-3-PData structure using C2click here
THEORYCMS-A-CC-2-4-TH  Basic Electronic Devices and Circuits4click here
PRACTICALCMS-A-CC-2-4-P Basic Electronic Devices and Circuits2click here


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

20. Write a program to create your own exception types to handle situation specific to your application (Hint: Define a subclass of Exception which itself is a subclass of Throwable).

 20. Write a program to create your own exception types to handle situation specific to your application (Hint: Define a subclass of Exception which itself is a subclass of Throwable).





19. Write a program to show the use of nested try statements that emphasizes the sequence of checking for catch handler statements.

 19. Write a program to show the use of nested try statements that emphasizes the sequence of checking for catch handler statements.




18. Write a program ―DivideByZero‖ that takes two numbers a and b as input, computes a/b, and invokes Arithmetic Exception to generate a message when the denominator is zero.

 18. Write a program ―DivideByZero‖ that takes two numbers a and b as input, computes a/b, and invokes Arithmetic Exception to generate a message when the denominator is zero.




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



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

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




jdbc7. DELETE DATA FROM TABLE USING JDBC

 

jdbc7. DELETE DATA FROM TABLE USING JDBC



jdbc6. DROP TABLE USING JDBC

 jdbc6. DROP TABLE USING JDBC



jdbc5. CREATE TABLE USING JDBC

jdbc5. CREATE TABLE USING JDBC



 

jdbc4. UPDATE RECORD IN TABLE USING JDBC

 jdbc4. UPDATE RECORD IN TABLE USING JDBC




jdbc3. INSERT RECORD IN TABLE USING JDBC

 jdbc3. INSERT RECORD IN TABLE USING JDBC




jdbc2. DISPLAY TABLE USING JDBC

 jdbc2. DISPLAY TABLE USING JDBC



jdbc1.CREATE TABLE using sql

 1.jdbc1.CREATE TABLE using sql


 

Friday, November 13, 2020