About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Friday 30 August 2019

Assignment 1: Storage Area Networks Class: VII Sem. CSE

Discuss the Evolution of Storage Architecture with neat diagram.

List and discuss in brief about key characteristics of a Data Center.

List and discuss in brief about the core elements of Data Center.

What is RAID? List and discuss all the RAID levels in brief with free hand sketch.

What is intelligent storage system (iSS)?List and discuss the components of iss in brief.

What is storage provisioning?Discuss the traditional and virtual storage provisioning.

What is SAN?Discuss components of FC SAN.




Friday 23 August 2019

Assignment-1 C for Problem Solving I Sem. "G" Division Civil Students Odd Sem 2019 -20

Assignment-1

1. What is computer?

2. What is computer program?

3. List and explain in brief about input and output devices.

4. Draw the block diagram of a computer system and explain the components in brief.

5. Discuss generations of a computer system in brief.

6. List and discuss in brief about the types of computer system.

9. What is computer network?list its advantages.

10. Discuss LAN, MAN and WAN in brief.

11. Discuss network topologies with diagram.

12. List and explain the network components.

13. Discuss the Structure of C Program with programming examples.

14. What are C tokens?List and explain in brief.

15. What are datatypes?List and discuss in brief.

16. What are formatted I/O functions?Discuss with syntax and examples.

17. Discuss the following operators with examples.
arithmetic, relational, logical, increment and decrement, conditional, bitwise, assignment, special operators.

18. What is typecast?Discuss types with examples.

19. Design and develop C programs for following.

To find area and perimeter of rectangle.
To find area of triangle by reading breadth and height.
To find area of triangle by reading three sides of it.
To find simple interest.
To find are and circumference of a circle.
To convert temperature reading from F to C.

GCD of two numbers and its application...

The greatest common divisor (gcd) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. The ...