Menu
×
   ❮     
HOME Computer Fundamentals C Language C++ MS-OFFICE TALLY 11/12 SCIENCE 11/12 COMM BCA BCCA BBA MCA
     ❯   

Computer Fundamentals

Computer fundamentals is designed for beginners and professionals.

Learn Fundamentals
Video Tutorial

C Language

C is a general-purpose programming language

Learn C
C Reference

C Example:

#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
Try it Yourself

C++

C++ is a popular programming language.

Learn C++
C++ Reference

C++ Example:

#include <iostream>
using namespace std;

int main() {
cout << "Hello World!";
return 0;
}
Try it Yourself

MS Word

Microsoft Word is a word processor developed by Microsoft.

Learn MS Word
MS Word Reference

MS Excel

Microsoft Excel is a word processor developed by Microsoft.

Learn MS Excel
MS Excel Reference

ASP

A web server programming language
Learn PHP

jQuery

A JS library for developing web pages
Learn jQuery

Java

A programming language
Learn Java

C++

A programming language
Learn C++

CSS

A CSS framework for faster and better responsive web pages
Learn W3.CSS

Bootstrap

A CSS framework for designing better web pages
Learn Bootstrap

Exercises and Quizzes

Test your skills!