Skip to main content

Posts

Showing posts from May, 2020

computer engineering Sem 3

L=lectures,T=tutorial,P=Practical,E=TheoryExternal,M=TheoryInternal,I=Practical Internal,V=Practical External,On Job Training(OJT) is equivalent to Practical   Hours Credit Max Marks   Exp. Subcode Branch code Eff_from SubjectName Category Sem /Year L. T. P. Total E M I V Total 3130004 07 2018-19  Effective Technical Communication Humanities and Social Science 3 2 0 2 3 70 30 20 30 150   Category :Humanities and Social Science   Elective Subject: No   IsTheory : No   Theory Exam Duration : 2.5 Hrs   IsPractical :No   Practical Exam Duration :0   Remark : N/A   Isfunctional :No 3130006 07 2018-19  Probability and Statistics Basic Science 3 3 2 0 5 70 30 0 0 100   Category :Basic Science   Elective Subject: No   IsTheory : Yes   Theory Exam Duration : 2.5 Hrs   IsPractical :No   Practical Exam Duration :0   Remark : N/A   Isfunctional :No 3130007 07 2018-19  Indian Constitution Mandatory Subject 3 2 0 0 0 50 0 0 0 50   Category :Mandatory Subject   Elective Subject: No   IsTheory : Yes  

computer Engineering sem 5

L=lectures,T=tutorial,P=Practical,E=TheoryExternal,M=TheoryInternal,I=Practical Internal,V=Practical External,On Job Training(OJT) is equivalent to Practical   Hours Credit Max Marks   Exp. Subcode Branch code Eff_from SubjectName Category Sem /Year L. T. P. Total E M I V Total 3150001 07 June 2020  Design Engineering - II A Design Engineering 5 0 0 2 1 0 0 20 80 100   Category :Design Engineering   Elective Subject: No   IsTheory : No   Theory Exam Duration : 0   IsPractical :Yes   Practical Exam Duration :0   Remark : N/A   Isfunctional :No 3150004 07 June 2020  Contributory Development Program Personality development Elective 5 2 0 0 2 70 30 20 30 150   Category :Personality development Elective   Elective Subject: Yes   IsTheory : Yes   Theory Exam Duration : 2.5 Hrs   IsPractical :No   Practical Exam Duration :0   Remark : N/A   Isfunctional :No 3150005 07 June 2020  Integrated development Program Personality development Elective 5 2 0 0 2 70 30 20 30 150   Category :Personality d

Vodafone Idea users alert! Revving up - Here is why your network 4G coverage may enhance soon

Vodafone Idea went through many ups and downs in terms of network coverage, data, voice and other aspects but, it seems, Vodafone Idea is all geared up to rev up its pan-India presence and 4G coverage. According to some latest developments, Vodafone Idea is consolidating circle operations into a cluster-based model to improve efficiency, agility. The telecom major is eyeing a stronger competitive positioning in the telecom market. What's the plan? The circles have been bunched into clusters, 10 in all, for operational purposes. Moreover, this renewed commitment to the market is also expected to put to rest speculation around the company's future, sending out strong message that Vodafone Idea is moving into higher gear to remain competitive in the market, as per a PTI report. The massive exercise, which entails consolidation of operations to 10 clusters, will lead to a sharper focus on business. Cluster-based model: Full list These clusters are Punjab, Haryana, Himac

Samsung Finance+ Lending Service Now Available at Your Doorstep

  Samsung is bringing its digital lending platform, ‘Samsung Finance+’ to the doorsteps of customers across India. The new service is part of the company’s plans to make it easier for people to buy Galaxy smartphones on monthly installments. The service is already available across 12,000 dealers in nearly 300 towns around the country, but customers had to walk-in at select dealerships to apply for a loan. To make use of the new service, folks wanting to buy a Samsung smartphone need to contact their nearby Samsung dealer, who will then send a Samsung rep to the prospective customer’s house. The Samsung rep will help the customer complete the application and KYC paperwork from the comfort of their own home. Once the loan application is approved, customers will get offers on various Galaxy smartphones. In a press release on Tuesday, Samsung described Finance+ as  “a unique and universally accessible digital lending platform that provides easy financing opportunity to consumers for purcha

Reliance Jio Reportedly Offering 24-Hour Grace Plan with Unlimited Jio Calls

Reliance Jio has reportedly started offering a new ‘Grace plan’ for prepaid users. The plan seems to be valid for 24 hours and apparently kicks in once your existing plan’s validity gets expired. As reported by  OnlyTech , the plan offers unlimited on-net (Jio-to-Jio) calls, which could be beneficial for customers to stay connected especially during these tough times. This new grace plan would help people who are not used to online recharge facilities gain a brief relaxation period within which they could recharge their plans. That said, do keep in mind that services will get terminated once the user crosses the allotted 24-hour timeframe. At the time of writing this article, Jio has not officially announced this new grace plan, which hints this could be part of a limited test. We could expect the telecom giant to make an official announcement if it has plans to keep this scheme alive at least until the ongoing pandemic situation settles. According to  OnlyTech , the grace plan got aut

UNIT 5 OOP1

(Q.1) Describe an abstract class called Shape which has three subclasses: Triangle,Rectangle,Circle. Define one method area() in the abstract class and override this area() in these three subclasses to calculate for specific objects i.e.area() of Triangle subclass should calculate area of triangle etc. Same for Rectangle and Circle. Ans. import java.lang.Math; abstract class Shape { abstract void area(); double area; } class Triangle extends Shape { double b=50,h=15; void area() {  area = (b*h)/2;  System.out.println("area of Triangle -->"+area); } } class Rectangle extends Shape { double w=70,h=20; void area() {  area = w*h;  System.out.println("area of Rectangle -->"+area); } } class Circle extends Shape { double r=5; void area() {  area = Math.PI * r * r;  System.out.println("area of Circle -->"+area); } } class Area { public static void main(String [] args) {  Triangle t= new Triangle();  Rectangle r =new Rectangle();  Circle c =new Circle();

[UPDATE: Pulled] JioMeet Video Conferencing App Launched; Supports up to 100 Participants

// UPDATE 1 (01/05/2020 12:45 pm)  JioMeet app pulled from Play Store and App Store The COVID-19 lockdown has created a surge in demand for video conferencing apps. Zoom,  Google Meet , and  Microsoft Teams  have witnessed a meteoric rise as businesses and students flocked to replace offline hangouts. Well, Reliance Jio also wants a piece of this pie and has today launched its own video conferencing app – JioMeet. JioMeet is already live on iOS and Android right now. It allows you to place HD video calls to your friends or colleagues for free. You can sign up for this app via your email or log in via OTP. There’s also the  option to join a video call as a guest  using the conference link sent to you. It will only require a meeting ID and your name. JioMeet: Features Once you are in, you will see tabs at the top – Favorites, Recents, and Contacts. If you want to start a video call, just tap the ‘video call’ icon next to the name of the user. The  maximum call quality is set at 720p  but

Contact Form

Name

Email *

Message *