Sunday, September 23, 2012

Program 6 Display Month Name


#include<stdio.h>
#include<conio.h>
void main()
{
int m;
clrscr();
printf("enter number of a month");
scanf("%d",&m);

Program 3 Electric Circuit


#include<stdio.h>
#include<conio.h>
void main()
{
float l,r,feq,c;
clrscr();
printf("enter value of L:");
scanf("%f",&l);
printf("enter value of R:");
scanf("%f",&r);

Program 2 Inventory Management



#include<stdio.h>
#include<conio.h>
#include<math.h>
void main()
{
long int dr,sc,hc,a,b,eoq,tbo;
clrscr();
printf("enter value of Demand rate");
scanf("%ld",&dr);

Program 1 Distance Travelled


#include<stdio.h>
#include<conio.h>
#include<math.h>
void main()
{
float U,A,T,distance,a,b;
clrscr();
printf("enter value of U:-");

Program 10 Check Character, Number or Digit


#include<stdio.h>
#include<conio.h>
void main()
{
char ch;
clrscr();
printf("enter value of charecter:");
scanf("%c",&ch);
if(ch>=65&&ch<=90)
{
printf("this is capital letter alphabet");

Program 5 Create Simple Calculator


#include<stdio.h>
#include<conio.h>
void main()
{
int c,a,b,ch;
clrscr();
printf("Enter number of a A=");
scanf("%d",&a);
printf("Enter number of a B=");
scanf("%d",&b);
printf("\t1.Addition\n\t2.substraction\n\t3.multiplication\n\t4.devesion\n");

Saturday, September 22, 2012

Assignment Computer Fundamental & PCs Software


Theory Assignments                                                     Submission Date:  28/09/2012

    1. Explain MOVE, COPY CON commands of DOS
    2. What is Primary Memory?
    3. Explain various type of available in Keyboard
    4. State use of MICR ( Magnetic Ink Character Recognition )
    5. State limitation of OCR (  Optical character recognition )
    6. Give Advantage and Disadvantages of Web-Camera
    7. State application of Dot Matrix printer
    8. Give advantages and Disadvantages of Inkjet printer
    9. What is utility software? Give 2 Example of it
    10. How does MFD work?
    11. Define: Macro
    12. Explain find and replace facility of MS-Word
    13. Explain Hyperlink facility of MS-Word
    14. Explain Header-Footer facility of MS-Word
    15. Explain PROMPT,VER commands of DOS
One more thing pay attention here You have to write this assignment in New 200 Page Notebook.

Friday, September 21, 2012

C - ASCII TABLE




A             -              Z               65           -              90
  A             -              z              97           -              122
0              -              9              48           -              57


Subscribe SMIT Blog via SMS



Now, we have another way to stay connected with SMIT Guide Blog. You all are using mobile so we have started new SMS service which will get you update with blog news exe. If SMIT Blog published any new post as soon as you will get message in your mobile. Which good to keep update. So how to subscribe Blog channel follows below steps for subscribe.

1.      One way is click on below link. It will as you “Would you like to subscribe to the channel SMIT_GUIDE?” Click on YES button.


Yeah, some peoples are saying that I’m getting error, I can’t subscribe. Its ok here is second way to subscribe.

2.      In this step you have to send one Message to given number It maybe charge Rs. 1/-

ON SMIT_GUIDE     to     +919870807070

So, friends here are two ways to subscribe. Let’s do now and keep connected with SMIT_GUIDE Blog.

Wednesday, September 19, 2012

Turbo C Full Screen for Windows 7


  • First Download this Turbo C Software.
  • File is present on mediafire , so download to your computer and its a zipped file. You need to unzip the file.
  • An EXE file is present , just click on install it.
  • After installation you can see short cut icon on your desktop like this
  • Just click on short cut icon. The Turbo c will open in full screen Mode in windows 7 .
  • Everything works cool .
  • Before closing the turbo c, you will get a command prompt. No need to worry just type  ”EXIT” and press enter.