Thursday, March 31, 2011

Solved Assignment CS-612 III Sem (2011)

There are four questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance explanations.Question 1: (a) What is a worksheet? How to create and format controls on worksheet. (4 Marks)A worksheet is a sheet of paper, or on a computer, on which problems are worked out or solved and answers recorded.A worksheet is an object in a spreadsheet program that consists primarily of a grid of cells, organized in rows and column, in which spreadsheet calculations and information are held. A file saved by a spreadsheet program may consist of many worksheets.Some spreadsheet applicationMicrosoft ExcelMicrosoft Excel...

Solved Assignment CS-612 III Sem (2011)

There are four questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance explanations.Question 1: (a) What is a worksheet? How to create and format controls on worksheet. (4 Marks)A worksheet is a sheet of paper, or on a computer, on which problems are worked out or solved and answers recorded.A worksheet is an object in a spreadsheet program that consists primarily of a grid of cells, organized in rows and column, in which spreadsheet calculations and information are held. A file saved by a spreadsheet program may consist of many worksheets.Some spreadsheet applicationMicrosoft ExcelMicrosoft Excel...

Solved Assignment CS-62 IIIrd Sem(2011)

There are three questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance your explanations.Question 1: Write an algorithm for the implementation of a circular doubly linked list           (10 Marks)Operations1)insertion2)forward traversal3)reverse traversal4)search#include<iostream.h>cll*hd;struct cll{private:int data;cll *next;public:cll* insert_one(int d,cll* c){cll*NEW;NEW=new cll;NEW->data=d;NEW->next=NULL;if(c==NULL){c=NEW;c->next=c;}else{cll*c1=c;while(c1->next!=c)c1=c1->next;c1->next=NEW;NEW->next=c;}return c;}cll* delete_one(int,cll*);void...

Solved Assignment CS-62 IIIrd Sem(2011)

There are three questions in this assignment. Answer all the questions. You may use illustrations and diagrams to enhance your explanations.Question 1: Write an algorithm for the implementation of a circular doubly linked list           (10 Marks)Operations1)insertion2)forward traversal3)reverse traversal4)search#include<iostream.h>cll*hd;struct cll{private:int data;cll *next;public:cll* insert_one(int d,cll* c){cll*NEW;NEW=new cll;NEW->data=d;NEW->next=NULL;if(c==NULL){c=NEW;c->next=c;}else{cll*c1=c;while(c1->next!=c)c1=c1->next;c1->next=NEW;NEW->next=c;}return c;}cll* delete_one(int,cll*);void...

BCA CS-06 BOOKS

To download right click on the link then select "save linked content as.."CS-06 : Database Management Systems (IV SEM)Block-1 : Introductory Concepts Of Data Base Management SystemBasic ConceptsDatabase Models and Its ImplementationsFile Organisation For Conventional DBMSManagement ConsiderationsManagement ConsiderationsBlock-2 : RDBMS and DDBMSRelational ModelNormalizationStructured Query LanguageDistributed DatabasesBlock-3: Emerging Trends in Database Management SystemsIntroduction to Object Oriented Database Management SystemsIntroduction to Client / Server DatabaseIntroduction to Knowledge Datab...

BCA CS-06 BOOKS

To download right click on the link then select "save linked content as.."CS-06 : Database Management Systems (IV SEM)Block-1 : Introductory Concepts Of Data Base Management SystemBasic ConceptsDatabase Models and Its ImplementationsFile Organisation For Conventional DBMSManagement ConsiderationsManagement ConsiderationsBlock-2 : RDBMS and DDBMSRelational ModelNormalizationStructured Query LanguageDistributed DatabasesBlock-3: Emerging Trends in Database Management SystemsIntroduction to Object Oriented Database Management SystemsIntroduction to Client / Server DatabaseIntroduction to Knowledge Datab...

BCA CS-63 (UNIX LESSONS)

UNIX LESSON 1FEATURES OF UNIXThe UNIX operating system is a popular Operating system because of its simplicity in its design and functioning. The following are the key features which made the UNIX OS very popular:• Multiuser system• Time sharing• Portability• Multitasking• Background processing• Hierarchical file system• Security and Protection• Better communication• Availability of compilers / tools / utilities• Shell programming.KERNEL AND THE SHELLThe main control program in a UNIX operating system is called the kernel. However, the kernel does not allow the user to give its commands directly; instead when the user types commands on the keyboard they are read by another program in the Operating System called a shell which parses, checks, translates and then passes them to the kernel for...

Page 1 of 24123Next
Related Posts Plugin for WordPress, Blogger...

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites