Critically evaluate W3C Web content accessibility guidelines.
See Answer →Describe the basics of Z39.50.
See Answer →
) What are the types of content analysis? Make a comparative study of quantitative (conceptual) analysis and qualitative (relational) analysis? Also compare the advantages and disadvantages of content analysis.
See Answer →
Define Knowledge Management (KM). Discuss need of KM and various models of its management.
See Answer →
Write a menu driven program (using switch-case) which accepts a number as user input: A) Prints sum of digits of the given number B) Prints reverse of the given number.
See Answer →
Write a menu driven program (using switch-case) which accepts a number as user input: A) Checks whether the number is even or odd B) Checks whether the number is prime
See Answer →Write a java program to compute maximum of three numbers: A) using ternary operator. B) Using if-else statement.
See Answer →
Write a java program to demonstrate the use of: A) Bitwise operators. B) Shift operators.
See Answer →
Write a java program to compute the square, cube of a number entered by a user using methods.
See Answer →Explain the object-oriented programming features of JAVA
See Answer →Read a two-dimension array. Find the sum of two 2D Array.
See Answer →Read n numbers. Count the number of negative numbers, positive numbers and zeroes in the list.use arrays.
See Answer →
Read n numbers. Count the number of negative numbers, positive numbers and zeros in the list.
See Answer →A person deposits Rs. 1000 in a fixed account yielding 5% interest. Complete the amount in the account at the end of each year for n years.
See Answer →
Enter a list of positive numbers terminated by zero. Find the sum and average of these numbers.
See Answer →Design a class named Car, having registration number, model and engine as its
private members. Here engine is an object of a class called Engine with the private members: Chassis number and make. Define a suitable constructor of Car and override to String() Method to print the details of a car. Assume appropriate data types for the instance members of the classes. Write a Java program to test the above class.
See Answer →Write a program that will prompt the user for a list of 5 prices. Compute the average of the prices and find out all the prices that are higher than the calculated average.
See Answer →