GeekInterview.com
Login  |   Register

  GeekInterview Online Testing Center Online Testing (31)
Brain Gym Brain Gym (1)Certification Certification (0)Java Java (9)Microsoft Microsoft (7)Networking Networking (1)Technology Technology (11)Testing Testing (2)

  SQL-Quiz


What does the following function value return? ABS(-50)
             50
             -1
             -50
             100
 
  Question 100 of 100 First  |   Previous  |   Last  |   Next  |  

Related Questions
# Question Details
1 What value does readLine() return when it has reached the end of a file
2 What value does read() return when it has reached the end of a file
3 What restrictions are placed on method overloading
4 What is the return type of a program's main() method
5 What is a void return type
6 What restrictions are placed on method overriding
7 What is BAS? What is the function ?
8 What is the function you would use to transfer a string into a decimal?
9 What is the function of redo log
10 Consider the following Code Segment Set Obj_1= Old Set Obj_2= Old Set Obj_3= ABC . . .


Related Articles

Subnetting

Subnetting A Subnet is a directory listing of IP numbers that re used to address on the internet The number is logical divided so that each part of the number represents a certain function Usually these subnets contain arrange of IP numbers that are assigned to organizations So numbers falling into
 

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Tooltips

jQuery Tooltips Although the row highlighting might be a useful feature so far it s not apparent to the user that the feature even exists We can begin to remedy this situation by giving all author cells a clickable class which will change the cursor to a pointer when a user hovers the mouse cursor o
 

jQuery Advanced Row Striping

Learning jQuery Advanced Row Striping As we saw earlier in the chapter row striping can be as simple as two lines of code to alternate the background color mosgoogle geshibot lang php" document ready function table sortable tbody tr odd addClass odd ; table sortable tbody tr even addC
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

jQuery - Marking the Current Page

Learning jQuery Marking the Current Page Our pager can be made more user friendly by highlighting the current page number We just need to update the classes on the buttons every time one is clicked mosgoogle geshibot lang php" var pager ; for var page 0; page numPages; page pag
 

jQuery - Enabling the Pager Buttons

Learning jQuery Enabling the Pager Buttons To make these new buttons actually work we need to update the currentPage variable and then run our pagination routine At first blush it seems we should be able to do this by setting currentPage to page which is the current value of the iterator that create
 

jQuery - JavaScript Pagination

Learning jQuery JavaScript Pagination Let s examine how we would add JavaScript pagination to the table we have already made sortable in the browser First we ll focus on displaying a particular page of data disregarding user interaction for now mosgoogle geshibot lang php" document ready
 

jQuery - Sorting Other Types of Data

Learning jQuery Sorting Other Types of Data Our sort routine should be able to handle not just the Title and Author columns but the Publish Dates and Price as well Since we streamlined our comparator function it can handle all kinds of data but the computed keys will need to be adjusted for other da
 

jQuery - The Power of Plug-ins

Learning jQuery The Power of Plug ins The alternateRowColors function that we wrote is a perfect candidate to become a jQuery plug in In fact any operation that we wish to apply to a set of DOM elements can easily be expressed as a plug in In this case we only need to modify our existing function a
 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Partner Links  |   Site Updates  |   Add Resource

Copyright © 2005-2006 GeekInterview.com. All Rights Reserved