Nov 23, 2019

C# PROGRAMMING EXAMPLES


C# static class, method and constructor C# PROGRAMMING EXAMPLES 1.    Write a C# program that takes two numbers and display the product of two numbers.     class Program     {         static void Main(string[ ] args)         {              int a,b,pro;             Console.WriteLine...

C++ Programming Examples 2


(Go original page? click here) c++ programming examples       7.       Write a C++ program to accept a number and check the number is even or not. Prints 1 if the number is even or 0 if the number is odd #include<stdio.h> #include<conio.h> void main () { int a, b; printf (“ Enter a number”); scanf (“%d”, &a); b= a % 2; if (b==0) printf (“1’); else printf (“0”); getch...

Nov 16, 2019

ADVERB


adverb ADVERB: DEFINITION:   “Adverbs are those words and phrase that modifies the verb, adjective and other adverb”. EXPLANATION:   By the word adverb we can understand that adverb by separating ‘ad’ and ‘verb’. That’s ‘ad’ mean adding or modifying, and verb mean word which used to describe an action, state or occurrence. It’s simply mean that adverbs are those words or phrase that add some extra information in any verb or adjective. ...

C, C++ and C# Basic alternatives


c++ to c# C, C++ and C# Basic Alternative keywords C and C++ C# Void main (void) Static void Main(string [] args) Printf () Console .Write() Printf(“\n”) Console. WriteLine() Scanf Console. ReadLine %d, %f, %c {0} Getch() Console .Readkey ()/ Console. Read Line() Variable ++ = i++ == i= i+1 Variable +=1  == i+=1 Function Object...

Nov 9, 2019

PRONOUN


pronoun PRONOUN: DEFINITION: “A pronoun is the word or phrase that used in place of noun to overcome the reuse of same noun again and again in a paragraph/statement or essay.” EXPLANATION:    Simply we can remember the pronoun from the simple trick separate ‘pro’ and ‘noun’ from pronoun. Where pro means pronounce and noun means name of person, place and things. So now what’s pronoun the words which is pronounce/used in place of noun...

Nov 5, 2019

50 MS-WORD SHORTCUT KEYS


all shortcut keys of ms word computer shortcut keys                                       SR.# Shortcut Key Function/Work 1 Ctrl + O To open an existing document 2 Ctrl + N To open a new document 3 Ctrl + S To save the document being running 4 Ctrl + shifts + S To apply style to words 5Ctrl + BTo bold word or sentences 6Ctrl...

Nov 3, 2019

Computer Shortcut Keys


keyboard shortcuts ms word shortcut keys (adsbygoogle = window.adsbygoogle || []).push({}); IMPORTANT COMPUTER SHORTCUT KEYS:  Shortcut key Work/function Capable Application/devices Alt + f4 To close window and computer system All application and PCs Ctrl + A To select all files and folders All application and PCs Ctrl + C To copy any file or folder All application...

Nov 2, 2019

12 LAWS AND RULE OF BOOLEAN ALGEBRA


basic rules of boolean algebra BOOLEAN ALGEBRA'S RULES AND LAWS:   A English mathematician, philosopher and logician George Boole 1854 given a mathematical theories and few logical algebra named as Boolean Algebra..which consist of 12 laws or rule which briefly described Boolean Algebra which are:              1.    A + 0 = A 2.    A + 1 = 1 3.    A...