Skip to main content

Internet Technology

 .

  • Internet Technologies is a technical field that covers the necessary skills to develop applications on the internet or internet based systems, harnessing e-commerce, cloud, mobile, and web based technologies.
  • The Internet is a vast network that connects computers all over the work. Through the internet people can share information and communicate from anywhere with an internet connection.
  • Internet is a global network of billions of computers and other electronic devices with the internet, its possible to access almost any information, communicate with anyone else in the work and do much more.
  • The internet is a global wide area network that connects computer systems across the work. It includes several high bandwidth data lines that comprise the internet "backbone". These lines are connected to major internet hubs that distribute data to other locations, such as web server and ISPs.

Advantage of Internet

  1. Source of Information
  2. Source of Entertainment
  3. Keep Informed
  4. Online Shopping
  5. Communication
  6. Social Networking
  7. Learning
  8. Earn Money from the internet
  9. online banking
  10. Accessibility

Disadvantage of Internet

  1. A waste of time
  2. Not Safe Place for Children
  3. Privacy Exposure
  4. Money Frauds
  5. Virus/Malware
  6. Online Threatening or Harassment
  7. Cyberbullying
  8. Wrong Information 
  9. Health Issues
  10. Stalking

Comments

Popular posts from this blog

Important questions of C programming (BCA)

 . What is the characteristics of a good program? Explain types of language processor. Explain any two system design tools. Explain Program Development Life Cycle. Define programing techniques. Different between top-down and button - up approach with suitable example. Difference between cohesion and coupling. Define identifiers, constants, variables and keywords. Explain datatypes. Explain different types of  datatypes available in C. Define operator. Explain its types with suitable example. Explain decision making statement. Explain its type with example. Difference between while, do while loop, for loop. Write a program to find the fibonacci  sequence. What is jumping statement. Explain its types with suitable example.    Write a program to display following:               *               **               ***         ...

BCA Math II old question model solution

 . BCA Math II question model 2018: BCA Math II question model 2019: BCA Math II question model 2020:

8085 Microprocessor and its Operation

 . The 8085 microprocessor is an 8 bit microprocessor designed by Intel and introduced in 1976. It is a widely used microprocessor in embedded systems and educational settings due to its simplicity and effectiveness. Here's an overview of its architecture and operation: Data Bus: 8-bit: It can handle 8 bits of data at a time, which means it processes 1 byte of data in a single operation. Address Bus: 16-bit: It can address up to  2 16 2 16  = 65,536 memory locations, which translates to 64KB of addressable memory. Registers: General Purpose Registers:  6 registers (B, C, D, E, H, L) which can be used individually or in pairs (BC, DE, HL) for 16-bit operations. Accumulator:  An 8-bit register (A) used for arithmetic and logic operations. Flag Register:  Contains flags that indicate the status of the processor (Zero, Carry, Sign, Parity, and Auxiliary Carry Flags). Program Counter (PC): 16-bit register that holds the address of the next instruction to be exec...