Java Script (JS) Theory
JS Class & Objects Examples
Example : A JS program to create an object through various ways, store property value, and finally display the output. Example: A JS program to create a class & object, store property value, and finally display the output.
Java Script (JS) Theory
JS Interview Questions
Ques. : What is JavaScript? Ques. : Differenciate between Java and JS. Ques. : Which symbol is used for Comments in Javascript? Ques. : Which company developed JS? Ques. : Is JavaScript case sensitive? Ques. : What are the different data types present in JS? Ques. : Explain Hoisting in JS. Ques. : Is it possible to break Read more…
Java Script (JS) Theory
JS Popup/Dialog Boxes
Introduction These popup boxes are mainly used for the purpose of Input and Output jobs in JS. These are created using three methods of window object. Types In JavaScript, there are three kinds of popup/dialog boxes – Alert box, Confirm box, and Prompt box. (A) Prompt Box : Prompt() method Read more…
Java Script (JS) Theory
JS Function Examples
Example : A JS Program to print a message using the (No Argument No Return) Function. Example : A JS Program to display an output of given Input using the (With Argument No Return) Function. Example : A JS Program to display a return output of given Input using the (With Read more…
Java Script (JS) Theory
JS Array Examples
Example : A JS program in Array to find the length of an array. Example : A JS program in Array to display the first and last elements of an array. Example : A JS program in Array to display the elements of an array. Example : A JS program Read more…
Java Script (JS) Theory
JS Control Statement Examples
Decision/Conditional(if-else)Statement Examples Example : A JS program to print Larger Values from two values. Example : A JS program to check whether the no. is Even or Odd. Example : A JS program to Print the Grades of Students on an Exam. Example : A JS program to check if Read more…
Java Script (JS) Theory
JS Basic Examples
Example : How to Print/Display Messages in a Java Script(JS) program? Example : A JS program to Add Two Values and display them. Example : A JS program to Swap Two Values without Third Variables and display them. Example : A JS program to Count the no. of Digits present Read more…
TCP/IP Protocol Suite
Token Bus/IEEE 802.4
Introduction Token bus was standardized by IEEE standard 802.4. Definition Token bus is a LAN network protocol that implemens a Token Ring protocol over a virtual ring on a coaxial cable(ethernet). Features The token bus is a distributed processing system. Here, each node must know the address of its neighbour in Read more…
Unix/Linux OS
Reference Books & Websites
slno Name of Books Authors Publications 1. Unix Shell Programming Yashwant Kanitkar BPB 2. Linux Networking and Security Nicholas Wells Vikas Publishing, New Delhi 3. Unix – Concepts & Applications Sumitabha Das Tata Mcgraw Hill Publications 4. Unix for Programmers and Users Graham Glass & King Ables Pearson Education, India Read more…