Skip to main content

plus one science HSC/VHSE Model Questions? physics

plus one science HSC/VHSE  Model Questions physics


1.  Which principal can be employed to check the correctness of an equation.Explain?
2.  what are the limitations of dimensional analysis?
3.  What do you mean by a projectile?
4.  A mass is attached at one end of a spring,it is pushed down and released.It is found to execute SHM.                            
*.  What do you mean by spring constant?
*.  Obtain an expression for the time period oscillation of the mass?  
5.  A horse pulls cart with a constant force so that the cart moves with a constant speed.
*.  Does it violate Newton’s second law of motion?
*. If not how will you account for the non-acceleration of the cart?
6. Will the speed of the cart increase, decrease or remain the same, if the hours applies more force?

7. What is angular momentum?
8. Obtain the relation connecting torque and angular momentum?

9. Anu  throws a stone with a velocity 10Ms⁻1 at an angle 45˚ with the horizontal.
*. What is the path traced out by the stone and draw it?
*. Obtain an expression for the time of flight of the stone?

10. What is Pascal ’s Law. Explain?
11. With figure explain the working of a hydraulic lift?

13. Heat is supplied to a system, but its internal energy does not increase.
*. Which process in involved in this cases?
*. Obtain an expression for the work done in the above process?

14. What is Doppler Effect in sound.  Explain?
15. Obtain the general expression for the apparent frequency?

16. Deriver an expression for the velocity of a particle performing simple harmonic motion?
17.If the redius of the earth were to shrink by 1% mass remaining the same, what will be the effect on the value of g?
18. If earth where to shrink suddenly, what happen to the angular velocity of it. Explain?
19. A coin of mass “m” and radius “r” is rolling forward on a horizontal table with a velocity “v”. find its kinetic energy?
20. Two bodies of different masses are to be projected from earth in to space. Whether the velocity is same in both cases. Explain?



Comments

Popular posts from this blog

Codes & Standrds for Piping

Create A Huge File

Create A Huge File You can create a file of any size using nothing more than what's supplied with Windows.  Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this.   Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240. Now open a command prompt window.   In Windows vista  or windows 7 , you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead.  Enter the command DEBUG BIGFILE.DAT and ignore the File not found message.  Type RCX and press Enter.  Debug will display a colon prompt.  Enter the last four digits of the hexadecimal number you calculated (4240, in our example).  Type RBX and press Enter, then...

Delete An "undeletable" File

Delete  A "undeletable" File Open a Command Prompt window and leave it open. Close all open programs. Click Start, Run and enter TASKMGR.EXE Go to the Processes tab and End Process on Explorer.exe. Leave Task Manager open. Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in. At the command prompt type DEL <filename> where <filename> is the file you wish to delete. Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell. Close Task Manager. Or you can try this Open Notepad.exe Click File>Save As..> locate the folder where ur undeletable file is Choose 'All files' from the file type box click once on the file u wanna delete so its name appears in the 'filename' box put a " at the start and end of the filename (the filename should have the extension of the undeletable file so it will overwrite it) click save, It should ask u to overwri...