Posts

Showing posts with the label class-10

Qbasic program to find the sum of first 50 numbers in qbasic

Image
Hello friends today i have uploaded new video in qbasic .I hope you like the video .click here to watch the video

QBASIC PROGRAM TO PRINT THE SUM O F ANY 10 NUMBERS Nims Academy 2022_see...

Image
hello dear students and friends i have uploaded new video in qbasic tutorial. Please visit to my channel Nims academy to watch full video: click here   Qbasic program to print the sum of any ten numbers: program: Rem to display the sum of any ten numbers: cls sum=0 for p=1 to 10 input "enter number";n sum=sum+n next p print "the sum of numbers is:";sum end

Structured Programming solutions-class-10

  What is Structured programming ? Structured programming is a top-down approach , in which developers separates the overall program structure into different subsections . 2. What is C language ? C is a programming language developed at AT & Ts Bell Laboratories of USA in USA. It was designed by Dennis Ritchie in 1970s. 3. Why c is called structured programming language ? C is called structured programming language because a program in c language can be divided into small logical functional modules or structures with the help of function procedure. 4. List some features of C C is high level programming language, so easy to understand and write a program. C is structured programming language C has powerful set of operators C contain very less number of keywords (only 32) C has ability to extend itself by adding more function to its library. 5. List some data types of c C supports many data types . some of are listed below char int long float ...

Chapter -1 Networking and Telecomunication

   Computer Network Definition: The  interconnected group of computer which helps in the transfer of data/information through transmission media and computer technologies is known as  computer network. Data comunication: The transferring of digital data or information among computers through computer network is known as  data communication. sending and recieving emails,IRC and transferring files etc are data communication. Telecommunication: It is the exchange of information over significant distances by electronic means like telephones,radio,TV,computers,mobile phones etc. Simplex transmission mode: Communication which takes place in only one direction (i.e. transmission of data).Radios and televisions are simplex. In half duplex transmission mode: Data can be transmitted in both directions, but in only one direction at a time. Walkie talkie is half duplex. Full Duplex:  The device which can transmits data in both the directions at a time.The transmission ...

Full Form For SEE 2076 Students

3G- Third Generation AC-- Alternating Current ADSL- Asymmetric Digital Subscriber Line AM-- Amplitude Modulation ANSI-- American National Standards Institute ARP-- Address Resolution Protocol ARPA-- Advanced Research Projects Agency ARPANET-- Advanced Research Projects Agency Network ASCII-- American Standard Code for Information Interchange ATM-- Automated Teller Machine AVI-- Audio Video Interleave BBS-- Bulletin Board System bits-- binary digit BMP-- Bitmap BNC-- British Naval Connector bps-- bits per second CAD-- Computer Aided Design CAI-- Computer Assisted Instruction CAL-- Computer Aided Learning CAVE-- Cave Automatic Virtual Environment CBT-- Computer Based Training CCTV-- Closed Circuit Television CDMA-- Code Division Multiple Access CD-ROM-- Compact Disk Read-Only Memory CMOS-- Complementary Metal–Oxide Semiconductor COBOL-- Common Business Oriented Language CRBT-- Caller Ring Back Tone CSMA/CD-- Carrier Sense Multiple Access/Collision Detection ...