Posts

Networking and Network Topology for SS3

Image
Networking and Network Topology for SS3 Definition of Network and Networking A computer network consists of a collection of computers, printers and other equipment that are connected together so that they can communicate with each other. It is also defined as a group of two or more computer systems linked together. Computer Networking is the scientific and engineering discipline concerned with communication between computer systems. Types of Network Network can be grouped into three categories, namely; A. By Scale B. Topology C. Functional Relationship Types of Network According to Scale Depending upon the geographical area covered by a network, it is classified as: 1. Personal Area Network (PAN):  PAN is a computer network organized around an individual person (typically within 10 meters). PAN may be wired with computer such as USB and Fire wire. A wireless Personal Area Network (WPAN) can be made possible with network technology such as infrared Data Association (irDA) and Bluetooth.

Network Cables and Connectors for SS3

Image
Network Cables and Connectors for SS3 Definition of Network Cable Network Cables are medium through which information usually moves from one network to another. Types of Network Cables The following are the types of cables used in networks: a. Unshielded Twisted Pair (UTP) Cables b. Shielded Twisted Pair (STP) Cables c. Coaxial Cables d. Fibre Optics e. Telephone Unshielded Twisted Pair (UTP) Cable UTP is a popular type of cable that consists of two unshielded wires twisted around each other. Due to its low cost, UTP cabling is used extensively for local-area networks (LANs) and telephone connections. UTP cabling does not offer as high bandwidth or as good protection from interference as coaxial or fiber optic cables, but it is less expensive and easier to work with. Shielded Twisted Pair (STP) Cables Shielded twisted pair is suitable for environments with electrical interferences; however the extra shielding can make the cables quite bulky. Coaxial Cable Coaxial cabling has a sing

INTRODUCTION TO WWW for SS3

Image
INTRODUCTION TO WWW for SS3 Meaning and Definition of WWW WWW (World Wide Web) is part of the internet that contains linked text, image sound, and video documents. It is also define as an information space where documents and other web resources are identified by URLs, interlinked by hypertext links, and can be accessed via the Internet. Brief History of WWW In 1989, London born Timothy Berners-Lee came up with the idea of the web as a way to share files with others. The idea for the web came while Berners-Lee was working for the European Organization for Nuclear Research (CERN). Scientists by trade, Berners-Lee and others inside CERN were looking for ways to transmit information between each other electronically. To do so, they created a set of tools including a language (html), a browser and other utilities which allowed them to establish communication. The first web browser was invented in 1990 by Sir Tim Berners-Lee. His browser was called WorldWideWeb and later renamed Nexus. Many

Electronic Mail (E-mail) for SS2

Image
Electronic Mail (E-mail) for SS2 Definition of Electronic Mail Electronic mail, commonly called email or e-mail, is a method of exchanging digital messages from an author to one or more recipients. It can also be defined as a system for sending and receiving messages electronically over a computer network. E-mail Services The following are services provided by email 1. Sending/receiving emails 2. Chatting : The exchange messages online in real time with one or more simultaneous users of a computer network 3. Task List : Task is a feature designed to help you keep track of the things you need to do. 4. Share updates, photos, videos and links. Steps to Create Email Account Follow the steps below to create email account 1. Click On a web browser 2. Visit a website that offers an email service e.g. www.gmail.com 3. Click on the Free Sign Up Button 4. Enter all mandatory fields (First Name, Last Name, Gender, etc.) 5. Click the "Accept" - Button underneath Email Address An email a

Internet for SS2

Image
        Internet for SS2 Definition of Internet Internet is a worldwide network of computers that share information. It is also defined as a global system of interconnected computer networks that use the Internet protocol suite to link devices worldwide. Internet Terms 1. Cyber café : An internet café or cyber café is a place which provides internet access to the public, usually for a fee. 2. Cyber space : It is the electronic medium of computer networks, in which online communication take place. 3.  URL  : To transfer a file from remote computer to a local computer. In other words, it means to transfer a file from a web server to a web client. 4. Upload : Transfer a file from a local computer to a remote computer. In other words, it means to transfer a file from a web client to a web server. 5. Email : E-mail is mail that's electronically transmitted by your computer. 6. File Transfer Protocol (FTP) : FTP is the standard method for downloading and uploading files over the Inter

BASIC Programming II (Built-in Functions) for SS2

Image
BASIC Programming II (Built-in Functions) for SS2 BASIC built in functions are predefined functions that performs a wide range of operation. A function is a structure that simplifies a complex operation into a single step. BASIC has a number of built-in functions that greatly extends its capability. They include the following: 1. SQR Function : The SQR function calculates the square root of a number. The general form of the function is SQR(X) Example : SQR(9) = 3 SQR(2) = 1.414214 2. INT Function : The INT function finds the greatest integer less than or equal to a number. The general form of the function is INT(X) Example INT(15.46) = 15 INT(-15.46) = -16 INT(15.56) = 15 INT(-15.56) = -16 3. CINT Function : CINT means Integer Conversion. This function is used to convert a number into an integer. It rounds off the number to the nearest integer value. Example CINT(15.46) = 15 CINT(-15.46) = -15 CINT(15.56) = 16 CINT(-15.56) = 16 4. Fix Function : This function truncates the number int

Algorithm and Flowchart for SS2

Image
Algorithm and Flowchart for SS2 Definition Algorithm Algorithm can be defined as the set of rules and sequential steps that define how a particular problem can be solved in finite and ordered sequence. Function of Algorithms An algorithm generally takes some input, carries out a number of effective steps in a finite amount of time, and produces some output. Characteristics of Algorithms Every algorithm should have the following five characteristic features 1. Input 2. Output 3. Definiteness 4. Effectiveness 5. Termination Example1 : Write and algorithm to compute the area and circumference of a cycle given the diameter d. Use the formular Solution Step 1: Start Step 2: Get the diameter d Step 3: Compute Step 4: Compute Step 5: Compute Step 6: Display the results Step 7: Stop Example 2 : Write an algorithm that tells you how to wash dishes Solution Step 1: start Step 2: scrape food off dishes Steps 3: wash the dishes with soap and water Step 4: Rinse the dishes Step 5: Dry them Ste

Popular posts from this blog

BASIC Programming Language for SS1

Computing Devices I ( Pre-Computer to 19th Century) for SS1

Computer Ethics for JSS 2