Showing posts with label General Knowledge. Show all posts
Showing posts with label General Knowledge. Show all posts

General Knowledge quiz for entrance exam

Thursday, 11 April 2013

General Knowledge quiz for entrance exam 1. Two main measures for the efficiency of an algorithm are c. Time and space 2. The time factor when determining the efficiency of algorithm is...
Continue Reading | comments

Computer Knowledge quiz for competitive exam

Thursday, 11 April 2013

Computer Knowledge quiz for competitive exam 1. The difference between linear array and a record is d. All of above   2. Which of the following statement is false? c. pointers...
Continue Reading | comments

General knowledge for competitive exam

Thursday, 11 April 2013

General knowledge for competitive exam 1. The memory address of the first element of an array is called d. base address   2. The memory address of fifth element of...
Continue Reading | comments

Site under Construction!!!

Saturday, 17 November 2012

var counter = 0; var numBoxes = 3; function toggle4(showHideDiv) { var ele = document.getElementById(showHideDiv + counter); if(ele.style.display == "block") { ele.style.display...
Continue Reading | comments