Practical Slip 2 - 2019 Pattern

 Core Java:

A) Write a java program to display all the vowels from a given string. [15 M]

B) Design a screen in Java to handle the Mouse Events such as MOUSE_MOVED and MOUSE_CLICK and display the position of the Mouse_Click in a TextField. [25 M]

Python:

A) Write a Python function that accepts a string and calculate the number of upper case letters and lower case letters. 

Sample String: 'The quick Brown Fox' Expected 
Output: No. of Upper case characters: 3 
No. of Lower case characters: 13     [15 M]

B) Write Python GUI program to create a digital clock with Tkinter to display the time. [25 M]

Post a Comment

0 Comments