Welcome To My Website,Download the Syllabus Copy And Year wise Question Paper Here,Keep Visiting Our Website,Thank you...

Welcome to Student Spot,Download Computer science all sem Question Paper's here,Keep Visiting My website for more updates..

Amazon

Thursday 15 March 2018

Karnataka Diploma Applied Science Question Bank Chapter-3 HEART AND PROPERTIES OF GASES

Unit 3
HEAT AND PROPERTIES OF GASES

Part-A (2 marks questions)



  1. Define heat and write SI unit of Temperature.
  2. Define temperature and write SI unit of Temperature.
  3. Define specific heat of substance and write its SI unit.
  4. Define conduction of heat.
  5. Define convection of heat.
  6. Define radiation of heat.
  7. Define thermal conductivity.
  8. Define specific heat of a gas at constant volume.
  9. Define specific heat of a gas at constant pressure.
  10. State Boyle's law.
  11. State Charles law.
  12. Define isothermal process.
  13. State gay lussac's law.
  14. Define adiabatic process.
  15. Define Thermodynamics.
  16. State zero law of thermodynamics.
  17. State first law of thermodynamics.
  18. State second law of thermodynamics.
  19. Write mayers equation.

Download Karnataka Diploma Computer Science 3rd Sem Programming With 'C' 2016 Question Paper

Diploma Computer Science 3rd Sem Programming With 'C' April/May 2016 Question Paper

Section-I

1.(a)Fill in the blanks:
(i)_____Operators are used to compare two quantities.
(ii)ASCII stands for_____.
(iii)The string function that compares two strings is_____.
(iv)_____is a collection of elements of the same data type.
(v)_____is a sequence of characters that is treated as a single data item.
(b)Explain for statement with an example.

Section-II

2.(a)Define constant.
(b)Explain built-in data types in C with an example.

3.(a)Explain increment and decrement operators with an example.
(b)Define variable. List the rules for naming variable.

4.(a)Write a note on precedence rules of arithmetic operators.
(b)Explain printf() statement with an example.

5.(a)Explain switch statement with an example.
(b)Write a program to reverse a given integer.

Wednesday 14 March 2018

Karnataka Diploma Applied Science Question bank Chapter-2 PROPERTIES OF SOLIDS AND LIQUIDS

Chapter 2
PROPERTIES OF SOLIDS AND LIQUID

Part-A (2 marks questions)

  1. Define plasticity.
  2. Define elasticity.
  3. Define deforming force.
  4. Define restoring force.
  5. Define stress.
  6. Write the types of stress.
  7. Define strain.
  8. Write the type of strain.
  9. Define elastic limit.
  10. State hooke's Law.
  11. Define Young's modulus.
  12. Define bulk modulus.
  13. Define rigidity modulus.
  14. Define compressibility? Write its SI unit.
  15. Write SI units of stress and strain.
  16. Define pressure of liquid.
  17. Write equation for the pressure at a point inside the liquid at rest.
  18. State Bernoulli's theorem.

Karnataka Diploma Applied Science Question Bank Chapter-1 MECHANIS

Unit 1 Mechanics

Part-A (2 marks questions)

  1. Define unit of a physical quantity.
  2. Define fundamental and derived units.
  3. List supplementary units in SI systems.
  4. Define least count of measuring instrument.
  5. Define S.I units give two example of S.I, basic units.
  6. Write the principle of vernier callipers and screw gauge.
  7. Define least count of vernier calipers.
  8. Define pitch of A Screw.
  9. Define ZE and ZC in screw gauge.
  10. Define Scalar quantity and give it's example.
  11. Define vector quantity and give its example.
  12. Write the relation between resultant and equilibrant.

Tuesday 13 March 2018

Download Karnataka Diploma Computer Science 3rd Sem Data Structures Using C 2016 Question Paper

Diploma Computer Science 3rd Sem Data Structure Using C April/May 2016 Question Paper

Section-I

1)A.Fill in the blanks with suitable word 
  • _____is a pointer in direction operator.
  • _____Data structure works on LIFO principle.
  • In_____traversal of a binary tree, root is processed at last.
  • The process of function calling itself is called_____
  • _____is an example of non linear data structure.
B.define data structure give the classification of data structure

Section-II

2) A.Explain how to declare and initialise a pointer with an example.
B.Differentiate Call-by-Value and Call-by-Reference parameter passing methods with an example.
C.Explain pointer to structure with an example.