Domain Specific Tools
Depending upon of its usages, the software may be classified as generic or specific. Generic software is a software that can perform multiple tasks in… Read More »
Depending upon of its usages, the software may be classified as generic or specific. Generic software is a software that can perform multiple tasks in… Read More »
Instructions: {1}All Question are compulsory. {2}Programming language :c++ Q.1 [A] Explain functional components of a Computer? 2 There are a few basic components that aids… Read More »
Model Question Paper Class- XI Computer Science M.M: 70 Time: 3 hrs. Instructions: 1. All Question are compulsory. 2. Programming language :C++ Q.1[A] How is… Read More »
Class- XI [Computer Science] Time Duration: 3 Hrs M. M. 70 General instructions: (i) All questions are compulsory (ii) Programming language : C++ SECTION A… Read More »
Modular programming is the process of subdividing a computer program into separate sub-programs. A module is a separate software component. It can often be used… Read More »
The computer systems can be classified on the following basis: 1. On the basis of size. 2. On the basis of functionality. 3. On the… Read More »
There are two main types of software: systems software and application software. Systems software includes the programs that are dedicated to managing the computer itself,… Read More »
For starters, everyone needs to know about the benefits of cyber safety and why it is essential for every internet user. Cyber safety or Internet… Read More »
In computer programming, data type is a classification that specifies to compiler or interpreter which type of data user is intending to use. There are… Read More »
Comments are text notes added to the program to provide explanatory information about the source code. They are used in a programming language to document… Read More »
Problem Solving Process The process of problem solving is an activity which has its ingredients as the specification of the program and the served dish… Read More »
COMPUTER SCIENCE (Code No. 083) (2017-18) Learning Objectives: To understand basics of computers. To develop logic for Problem Solving. To develop problem solving skills and… Read More »
A well-documented program is a good practice as a programmer. It makes a program more readable and error finding become easier. One important part of… Read More »
Ever found shortest path from Place A to Place B on Google Maps? Ever rolled a dice just by a click in an online game?… Read More »
Open Source software Open Source software is the software that is available to users with source code. Source code is a part of a program… Read More »