Error 404!
Something went wrong
It seems like we've stumbled upon uncharted territory. The path you followed may have led to a dead end, or the page you were seeking has ventured into the great unknown. But fear not, we're here to help you get back on track.
Latest Articles
Grade-X
C – Programs for Practice
WAP to calculate the area of a rectangle in c.
#include<stdio.h>
#include<conio.h>
void main()
{
int l, b, a;
printf (“Enter Length: ”);
scanf (“%d”,...
Grade-X
Chapter-11 [Structured Programming – C Language]
Answer the following questions
What is structured programming language?
A programming technique that divides a program into different small functional modules is called structured programming...
Grade-X
Chapter-9 [Modular Programming]
Answer the following questions
What is modular programming? List any two advantages of modular programming.
The process of subdividing a computer program into separate sub-programs is...
Grade-X
Chapter-8 [MS-Access]
Answer the following questions
What is database? Give any two examples of database.
The systematic collection of interrelated data which are organized so that they...
Grade-X
Chapter-6 [Contemporary Technology]
Answer the following questions
What is cloud computing? List its types.
The network of large group of servers that provides various services like application, storage and...
Grade-X
Chapter-5 [Electronic Commerce]
Answer the following questions
What is e-commerce? Write down the advantages and disadvantages of e-commerce.
The process of buying and selling goods and services through...
Grade-X
Chapter-4 [Computer Security]
Answer the following questions
What is computer security? What are the major areas of computer security?
The protection of computer hardware and software from being...