1. State 3 Char Methods and what functions they perform
2. Write short notes on how to create ArrayLists of Custom Objects
3. How do you insert a custom object in a list-type control?
4. State 2 types of Common Exceptions
a) Explain the following with the help of a diagram/example, if needed:
(i) Client Server model
(ii) HTTP methods
(iii) Dynamic web pages
(iv) Role of Model View Controller in MVC architecture
(v) Role of HTTP server and web container
the output of basic logic gate using universal gate
Problem 1: Discuss the working of 4 x 1 multiplexer and 1 x 4 de-multiplexer with its logical diagram. Also Implement the function f (X, Y, Z) = ∑m (0, 2, 6, 7)
Problem 2: With the help of neat sketch, discuss the working of 4 x 2 Encoder and 2 x 4 decoder. Also implement the circuit with a decoder and external gates.
F1 (A, B, C) = ∑m(1, 3, 4); F2 (A, B, C) = ∑m(0,2,6,7)
Problem 3: State the difference between the following
a) Combinational and sequential Circuit
b) RAM and ROM
Problem 4: State the difference between Characteristic table and excitation table. Also Illustrate the Characteristic and excitation table of SR, JK, D and T FF.
Can you think of a new way to collect consumer data that will give CPG companies the information they need to improve products and services, but at the same time, deliver real benefits to consumers?
1.Write a program that accepts a positive integer from the user and displays the factorial of the given number. You should use a recursive function called factorial() to calculate the factorial of the number.
1.Write a float function rectangle() that computes and returns the area of a rectangle using its two float formal parameters h and w, where h is the height and w is the width of the rectangle.
The table below shows the tax that is applied to income. The tax value increases if someone earns more than a certain amount. Income Tax Rate Less than 11,000 0.0 11,000 – 50,000 0.2 Greater than 50,000 0.5 Write a pseudocode algorithm that accepts a value for income as its input and displays the tax rate that will be applied to that income.
The waterfall model is the traditional model for software development. Using a diagram, show the FIVE (5) main stages of the model and how they are related.
Explain, with ONE (1) example, a notation that can be used to compare the complexity of different algorithms.