Explain the difference between an expert and a novice user.
How would your strategy for designing user interfaces for an
expert user differ from that for designing user interfaces
for a novice user.
No Answer is Posted For this Question
Be the First to Post Answer
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
what are the difference between C,C++and Java
what is difference between input parameter and output parameter.
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
How can we alter the data after creating a view
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
What is web.configuration? how is it work? & wht is use this?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
What is SOLID Principle in Programming Language?