Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
question 1 discuss the following with respect to net technologiesweb applicationsweb server connectionsquestion 2 write a sample program using aspnet
question 1 create a vb application to make the text bold italic underlined and also color the text using checkbox option button textbox
question 1 write about the visual basic application development life cycle with a sample formsdevelopment for performing integer arithmetic
task your task is to write a program words that reports information about the number of words read from its standard input for
you must write a program that can both decrypt and encrypt a single word that is entered by the user the initial choice of encryption and
for this assignment we will be solving the producer-consumer problem with a bounded buffer you are required to implement this assignment in java
questio a charitable organization wants to design a special atm machine to be used by needy people the association supplies the needy
using java write the class time which consists of the followinga three private integer data members hours minutes and secondsb a constructor to
problema distinguish between a class and an objectb define instantiationc what is the importance of the this variable in javad what is encapsulatione
question a what is a structure provide a simple example of your own to illustrate this featureb how does a structure differ from an arrayc describe a
question a i what is a structure member in c what is the relationship between a structure member and the structure ii how can structure variables be
question a define the following object-oriented termsi encapsulation ii inheritance iii abstraction iv polymorphismb what are objects in lingo
question1 explain any five buzz words in java2 explain exception classes and also explain common exceptions in java3 explain primitive and abstract
question1 implement a class stack which simulates the operations of the stack allowing lifo operations also implement push and pop operations for the
question1 explain briefly about class and objects2 create a class string which stores a string value overload operator which converts the characters
problem1 what is the difference between function declaration and function definition2 write a recursive function to find sum of even numbers from 2
problem1 describe the concept of exception in net environment2 explain the process of adding updating and deleting records with an example3 explain
problem1 describe the importance and usage of net framework in visual studio2 write a program to sort and display an array of integers in ascending
program1 write a java program to display the first 20 fibonacci numbersprogram with fibonacci sequence of first 20 termsoutput2 write an applet
problem1 describe the concept of interfaces in java with a suitable example for the sameexplanation of the concept of interfaces with example2
problem 1explain and define the following concepts with appropriate examplesa superclassb subclassc inheritanced exceptionse stream
problemimplement a class called employee that contains name employee number and department code include a member function getdatato get data from
problemwrite a program in c to read n numbers in an array the user should be able to search a particular number in the array using sequential search
problem1 discuss polymorphism in cexplaining polymorphism2 write a program in c to read a 3x2 matrix and find smallest number in that matrixwriting
problem1 explain break and continue statements in cexplanation of break statementexplanation of continue statement2 explain concepts of constructors