History of Computer
History Of Computer Mechanical Era Abacus It is the earliest calculating device invented by Chinese people around 3000 BC. It is rectangular wooden frame structure. Frame is divided into two …
History of Computer Read MoreHistory Of Computer Mechanical Era Abacus It is the earliest calculating device invented by Chinese people around 3000 BC. It is rectangular wooden frame structure. Frame is divided into two …
History of Computer Read MoreProject 1 Top: CLS PRINT STRING$(25, “-“) COLOR 2 PRINT TAB(10); “STRING MANIPULATION SYSTEM” PRINT STRING$(25, “-“) PRINT TAB(10); “Choices”, “Operations” PRINT TAB(10); 1, “Check Palindrome Word” PRINT TAB(10); 2, …
QBasic String Read MoreClassification Of Computer Computers are available in many sizes and types and also can fit in the palm in our hand to those computers that occupied the entire room. Computer …
Classification of Computers Read MoreGeneration of Computer-Introduction The development of computers in the different time periods is known as Generation of computer. Computer generation is described as stage of technological development or innovation. The …
Generation of Computers Read MoreTo find positive negative or zero. CLS INPUT “Enter any number” ; a IF a > 0 THEN PRINT “The number is positive” ELSEIF a < 0 THEN PRINT “The …
IF Statement and FOR Statement in QBasic Examples Read MoreWhat is Firewall? Firewall is a software that enforces the data packets will be allowed to enter or leave a network. They are into a wide variety of networked devices …
Firewall and its Types Read More1. Test whether the given number is positive or negative. SUB PROCEDURE DECLARE SUBTEST(N) CLS INPUT “Enter a number”; N CALL TEST(N) END SUB TEST(N) IF N>0 THEN PRINT N; …
Modular Programming in QBASIC Examples Read MoreIntroduction: JavaScript is a scripting language that allows us to implement complex things on web page. Displaying timely content, maps, animations, scrolling videos etc. It also controls multimedia. With HTML …
JavaScript and Examples Read MoreFind Your Location Click the button to get your coordinates. Try It <!DOCTYPE html> <html> <body> <p>Click the button to get your coordinates.</p> <button onclick=”getLocation()”>Try It</button> <p id=”demo”></p> <script> var …
HTML Examples Read MoreColor Example Hello world rgb(255, 100, 10) This is a test message This is a test message This is a test message This is a test message This is a …
CSS Colors Read More