SPECIAL ENGLISH GENERAL HINDI GENERAL SANSKRIT MATHEMATICS SCIENCE SOCIAL SCIENCE
Author: amit pandey
COMPUTER NETWORK
Q1. Define Network. Give examples of network in our daily life.Ans. A group of two or more similar things or people interconnected with each other is called network. Examples of network in daily life is : Q2. What do you mean by computer network?Ans. A computer network is an interconnection of two or more computers
Python Programming
1. Write a Program to show whether entered numbers are prime or not in the given range. lower=int(input(“Enter lowest number as lower bound to check : “)) upper=int(input(“Enter highest number as upper bound to check: “)) c=0 for i in range(lower, upper+1): if (i == 1): continue # flag variable to tell
Click Connect (Computer Science)
Class 1 Class 2 Class 3 Class 4 Class 5 Class 6 Class 7 Class 8
ASSIGNMENT-X-2021-22
How to enable Hibernate option in Windows 11 computer
How to add Hibernate option to Windows 11 Start Menu : Step 1: Open the Control Panel on your computer. You can do this from the Start Menu or by searching for it from the taskbar. Step 2: When the Control Panel opens, change the view to Small icons. An option to do this is located near
Java Script Programs
Program to print hello world Program to swap two strings. Program to add text to a particular division in the page. Program to change style of a text at runtime. Program to change color of the text box if empty string submitted. Write a JavaScript program to display the current day and time in the
Keyboard Dancing LED Light Trick
1. Open Notepad and copy below codes into it. Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”wshshell.sendkeys “{NUMLOCK}”wshshell.sendkeys “{SCROLLLOCK}”loop 2. Then save this file as led.vbs (.vbs is must) 3. Open your save file and see your keyboard led blinking like disco lights. 2. How to disable blinking Led ? 1. First open Task Manager [ctrl+alt+del ]
Java Script Information
JavaScript is an object-based, client side scripting language. It is a incorporation of HTML and programming language. JavaScript can also be used for server side scripting. Client side scripting means which run on client machine and server side scripting means that runs on a web server. JavaScript is not very much powerful for server application.