Sunday, February 16, 2014

Find Out Leap year By C Code / Programming

# include<stdio.h>
#include<conio.h>
int main (void) {
    int a ; printf("Enter the year to know lipear or not : ");
    scanf("%d",&a);
    if (((a%100)!=0)&&((a%4)==0)||((a%400)==0))
        printf ("\n It is a lepiar year ");
    else printf ("it is not a lipear year");
    getch ();
 return 0 ; }

Saturday, February 15, 2014

GET A TO Z BY C CODEING

#include<stdio.h>
#include<conio.h>
void main ()
{ char ch ;
for (ch='A';ch<='Z';ch++)
printf("  %C",ch);
getch ();
}

Friday, February 7, 2014

TUTORIAL OF C PROGRAMMING

First semester of  CIS and CSE there are a subject called Programming Language  (1102) .In this subject students have to learn C programming  Language .Which is first time difficult for the student of CIS and CSE .They can't understand there lesson and feel upset but C is not so hard anything just need to understand some rules and mind some system , procedure ,some code and some logic ,math   and practice more and more .

Now we will provide some easy tricks to learn and understand C Programming Language  shortcut  :

1. what is C programming Language ?

Ans : C programming Language is a language which is read  Compiler software (Translator soft ) easily and translate it to Matching language .Computer can read Matching language  and take it as a command so human create program by C language because it is more easy and friendly for human and then it will translate it to Matching language and  command matching to work . (shortcut ans)

STUDY COMPUTER SCIENCE FROM BUSINESS AND ARTS BACKGROUND STUDENT

It is a great opportunity to study Bachelor of  Science in Computer Science for the student of Business and Arts  background .Because CIS is a subject which one is contain with  BBA and CSE subject so it will very easy to Business background students .Now it is available in Bangladesh .So the student of other background  can admission this subject and get Bachelor Degree from Computer science .

WHAT IS CIS ?

CIS  sis subject of computer science .Full meaning of CIS is Computer Information System .This subject is specially for the student of business and arts Background student who want to study with IT. CIS is a subject which one is contain business and CSE related subject .Maximum  subject of CSE are here and smiler .Some of privet University now provide in Bangladesh this subject but it is a world wide permitted and demanded subject . 

Thursday, February 6, 2014

COURSE DESCRIPTION OF CIS

CIS  is a subject which is almost similar of CSE without  math and Physics .Business math and BBA related some subject are alternative of  math and Physics .without them almost all subject are same .here the course description are given below .

BACHELOR OF SCIENCE IN COMPUTER INFORMATION SYSTEM (BSC IN CIS)


CODE COURSE DESCRIPTION PREREQUISITE CREDIT
SEMESTER 1
CSC 1101 Computer Fundamentals NIL 3/Lab
CSC 1102 Programming Language 1 NIL 3/Lab
MAT 1101 Business Math 1 NIL 3
BBA 2106 Basics in Natural Science NIL 3
ENG 1101 English Reading Skills and Public Speaking NIL 3
Total Credit: 15
SEMESTER 2
CSC 1203 Programming Language 2 CSC 1102 3/Lab
CSC 1204 Discrete Mathematics CSC 1102 3
MAT 1202 Business Math 2 MAT 1101 3
ENG 1202 English Writing Skills and Communication ENG 1101 3
BBA 1102 Principles of Accounting NIL 3
BBA 1203 Principles of Management NIL 3
Total Credit: 18
SEMESTER 3
CSC 2105 Data Structure CSC 1203, CSC 1204 3/Lab
CSC 2106 Computer Organization & Architecture CSC 1203 3/Lab
CSC 2107 Introduction to Database CSC 1203 3/Lab
MIS 3201 Management Information System CSC 1203 3
ENG 2101 Business Communications ENG 1202 3
BBA 1204 Principles of Economics MAT 1205, CSC 1204 3
Total Credit: 18
SEMESTER 4
CSC 2208 Operating Systems CSC 2106 3/Lab
CSC 2209 Object Oriented Programming 1 CSC 2105 3/Lab
CSC 2210 Object Oriented Analysis and Design CSC 2107, CSC 2105 3
CSC 2211 Algorithms CSC 2105 3/Lab
CSC 2212 Advanced Database Management Systems CSC 2107 3/Lab
BBA 2107 Principles of Marketing BBA 1204 3
Total Credit: 18
SEMESTER 5
CSC 3114 Software Engineering CSC 2210 3
CSC 3115 Object Oriented Programming 2 CSC 2209 3/Lab
CSC 3116 Computer Networks CSC 2208 3/Lab
CSC 3118 Computer and Information Ethics MIS 3201 3
CSC 3127 Enterprise Resource Planning MIS 3201 3
MAT 2103 Business Statistics MAT 1202 3
Total Credit: 18
SEMESTER 6
CSC 3792 Software Project 1 Pre-Grad. year 3
CSC 3222 Web Technologies CSC 3115 3/Lab
CSC 3223 Advanced Computer Networks CSC 3116 3/Lab
CSC 3228 Internet Security CSC 3116 3
CSC 3234 Advanced Operating Systems CSC 2208 3/Lab
Total Credit: 15
SEMESTER 7
CSC 4121 Artificial Intelligence & Expert Sys. CSC 2211 3/Lab
CSC 4125 Software Development Project Management CSC 3114 3
CSC 4136 Multimedia Systems CSC 3222 3
CSC 4135 E-Governance CSC 3222 3
CSC **** Elective 1 --- 3
CSC **** Elective 2 --- 3
Total Credit: 18
SEMESTER 8
CSC 4298 Software Project 2 CSC 3197 3
CSC 4296 Internship Final Semester 3
CSC **** Elective 3 --- 3
Total Credit: 6
TOTAL DEGREE CREDITS: 129
ELECTIVES
CODE COURSE DESCRIPTION PREREQUISITE CREDIT
CSC 3119 Basic Graph Theory CSC 2211 3
CSC 4126 Software Requirement Engineering CSC 3114 3
CSC 3230 Formal Methods of Software Engg. CSC 3114 3
CSC 4137 Simulation & Modeling CSC 3223, CSC 2211 3/Lab
CSC 4133 Software Quality and Testing CSC 3114 3
CSC 3232 Embedded System Software CSC 3114 3
CSC 4139 Data Warehouse and Data Mining CSC 4121, CSC 2107 3
CSC 4140 Human Computer Interaction CSC 4121 3
CSC 4180 Advanced Topics in Programming I CSC 3115 3/Lab
CSC 4181 Advanced Topics in Programming II CSC 3115 3/Lab
CSC 4182 Advanced Topics in Programming III CSC 3115 3/Lab


see the courses thing about it .
Thank You