Skip to the content

onlineexamguide

  • Home
  • Courses
  • Engg. Interview
    • Electrical Engineering
    • Mechanical Engineering
    • Automobile Engineering
    • Civil Engineering
    • Computer Science Engineering
    • Chemical Engineering
  • Online Exam
    • Aptitude Tricks
    • Computer Knowledge
    • Logical Reasoning Tricks
    • Networking
  • Ghatna Chakra
  • Register
    • Instructor Registration
    • Student Registration
  • User Login
  • Home
  • Courses
  • Engg. Interview
    • Electrical Engineering
    • Mechanical Engineering
    • Automobile Engineering
    • Civil Engineering
    • Computer Science Engineering
    • Chemical Engineering
  • Online Exam
    • Aptitude Tricks
    • Computer Knowledge
    • Logical Reasoning Tricks
    • Networking
  • Ghatna Chakra
  • Register
    • Instructor Registration
    • Student Registration
  • User Login

Java History Tutorial MCQ Questions and Answers

Java History

Table of Contents

    • Java History
    • JAVA Theory
    • Types of Java Software Distributions
  • Java SE Version Release History or Roadmap
    • Java History Interview MCQ
    • 1) Java is a Successor to which programming language?
    • 3) What is the original name of Java Programming language?
    • 4) Which laboratory was Java invented or developed in?
    • 5) The name “JAVA” is known to the world as?
    • 6) Java language was originally developed for operating?
    • 7) What type of Java Programs can be run inside a Java supported Web Browser?
    • 10) What is the advantage of EXE files?
    • 11) Computer Viruses and Trojans are often transmitted along with which files?
    • 12) What is the problem with generation Executable Software (EXE files)?
    • 13) What is an Interpreter?
    • 14) What is a Compiler?

Attend job interviews easily with these Java History MCQ Questions and Answers

Java is a high-level programming language which is based on C and C++ programming languages. Syntax of Core Java has been adopted from C and C++ languages. Go through tutorials on C before proceeding to Java Tutorials (Java History) if you do not have basic knowledge about C.

Java History

Java was invented by James Gosling along with his colleagues Mike Sheridan and Patrick Naughton. The original name for Java programming language is OAK, a tree outside of the office of James Gosling. Java got its name from an Island Java which is part of Indonesia. SUN Micro Systems is the office where Java was developed and invented. Java evolved as a go to programming language for any job seeker. And Java History MCQ.

Java 1.0 was released to the public in the year 1996 though its initial developer version was completed in 1995 itself. It took 4 years to get to the Java 1.0 version from scratch.

Java was developed with an intention of operating various electronic equipment like Set Top Boxes, Televisions (TV)& and other embedded systems. But surprisingly Java became famous with the advent of the World Wide Web. World Wide Web is simply known as the Internet.

People started using the Internet on various computer systems with different Hardware and Operating Systems. So there was a necessity to develop software that works platform independent. Also security was a very big concern as EXE files easily catch and transmit Viruses and Trojans. Java language came to rescue overcoming these platform dependence and security concerns.

JAVA Theory

A Java is an Object Oriented Language with Packages and Modules to manage very big projects easily. A Java program is converted into a BYTE CODE file called CLASS file with a file name extension of .CLASS. Java source files are named with a file extension of .JAVA.

To offer Platform Independence, a Java Container called JVM (Java Virtual Machine) is implemented for each type of Machine. You can run the Java Class file containing the byte code on any machine. You get the same output and behaviour on all machines.

Byte code is interpreted on line by line basis or block by block basis to show output. So a Just In Time Compiler (JIT Compiler) was introduced to turn chunks of byte code to EXE. This gives Java Code a high performance.

Java Applet, a special type of java program which has the ability to run inside a browser attracted millions of users and developers to create Applet based websites that can Show Server Data and Collect Inputs from users. The applet is one of the main reasons behind huge initial success of Java language.

Oracle acquired Sun MicroSystems in 2010. So Java is now maintained by Oracle company itself.

Types of Java Software Distributions

Broadly there are 3 types of Java software distributions available.

  1. Java SE (Java Standard Edition) – GUI application, Networking
  2. and Java EE (Java Enterprise Edition) – Servlets and JSP for web development
  3. Java ME (Java Micro Edition) – For less powerful devices like PDAs, Printers and Embedded Systems

Java Product Version Numbers

Any Java Version staring with number 1. (ONE POINT) is called Internal Version number and the other version number is called Product Version Number.

NOInternal VersionProduct Version
1.Java 1.0J2SE 1
2.Java 1.2J2SE 2
3.Java 1.3J2SE 3
4.Java 1.4J2SE 4
5.Java 1.5J2SE 5
6.Java 1.6Java SE 6
7.Java 1.7Java SE 7
8.Java 1.8Java SE 8
9.Java 1.9Java SE 9
10.Java 1.10Java SE 10
11.Java 1.11Java SE 11
12.Java 1.12Java SE 12

Java SE Version Release History or Roadmap

Starting form Java 1.6 or Java 6, J2SE (Java 2 Standard Edition) is called as Java SE. At present Java SE 8 and Java SE 11 versions provide Long Term Support for bugs and security patches.

VersionRelease DateSupport UntilExtended Support
6Dec-06Dec-15Dec-18
7Jul-11Jul-19Jul-22
8**Mar-14Mar-22Mar-25
9 (non‑LTS)Sep-17Mar-18Not Available
10 (non‑LTS)Mar-18Sep-18Not Available
11 (LTS)Sep-18Sep-23Sep-26
12 (non‑LTS)Mar-19Sep-19Not Available
13 (non‑LTS)September 2019***Mar-20Not Available

Uses of Java

At present Java language is used in the following areas. There are many beyond mentioning here.

1. Banking Websites or Servers

2. Mission Control Projects

3. Card Swiping Machines

4. Vending Machines

5. Android Operating System

6. Standard PC Applications with a GUI (Graphical User Interface)

7. Distributed Computing

8. Game Development

Getting Ready for Hands on Java

Follow the below steps to write and run your first Java Program.

  1. Install JAVA on your machine or PC
  2. Setup a Java Path or Java Home under Environment Variables
  3. Download a good Text Editor or IDE
  4. Run the program and see Output

[WpProQuiz 50]

Java History Interview MCQ

1) Java is a Successor to which programming language?

A) B

B) C

C) C++

D) D

Answer [=] C

Explanation:

C++ introduced OOPs (Object Oriented Programming) concepts which are adopted by Java.

2) Who invented Java language?

A) Dennis Ritchie

B) James Gosling

C) Larry Page

D) Serge Page

Answer [=] B

Explanation:

James Gosling along with his team members Mike Sheridan and Patrick Naughton developed Java language.

3) What is the original name of Java Programming language?

A) J++

B) C++

C) OAK

D) TEAK

Answer [=] C

Explanation:

Java was named after an OAK tree outside James Gosling’s office.

4) Which laboratory was Java invented or developed in?

A) Bell Laboratory

B) Sun Microsystems

C) Dennis Ritchie Office

D) Johnson and Johnson

Answer [=] B

Explanation:

NFS (Network File System) was also invented by SUN Microsystems.

5) The name “JAVA” is known to the world as?

A) A Tea Brand in India

B) A Coffee Brand in Africa

C) An Island in Indonesia

D) Ragi Malt Juice

Answer [=] C

Explanation:

Indonesia is a group of Volcanic Islands with Java sea on one side.

6) Java language was originally developed for operating?

A) TV

B) TV Set-top box

C) Embedded System equipment

D) All the above

Answer [=] D

7) What type of Java Programs can be run inside a Java supported Web Browser?

A) Stand alone

B) Struts

C) Applets

D) AWT

Answer [=] C

8) Which company owns Java at present?

A) IBM

B) Microsoft

C) Sun Microsystems

D) Oracle

Answer [=] D

Explanation:

Oracle acquired Sun Microsystems in the year 2010.

9) What was the reason for huge initial success of Java?

A) WWW (World Wide Web)

B) Smart TV Evolution

C) Smart Home Automation

D) None of the above

Answer [=] A

Explanation:

World Wide Web is also known as the INTERNET.

10) What is the advantage of EXE files?

A) Run Faster

B) Efficient

C) No separate program required to run

D) All the above

Answer [=] D

11) Computer Viruses and Trojans are often transmitted along with which files?

A) JPG files

B) TXT files

C) EXE files

D) .ICO files

Answer [=] C

12) What is the problem with generation Executable Software (EXE files)?

A) Run only on Windows machines.

B) Linux and Unix expect a different executable format than .EXE

C) Compiler for each machine type like Linux, Unix, Windows and Processor Type needs to be built for generating output files that can run.

D) All the above.

Answer [=] D

13) What is an Interpreter?

A) An interpreter converts instructions line by line

B) An Interpreter converts source code to low-level code

C) Interpreters are slow to execute

D) All the above

Answer [=] D

Explanation:

Opposite of Interpreter is a Compiler.

14) What is a Compiler?

A) A Compiler converts all instructions in one go.

B) A compiler converts source code to low-level code

C) Compilers work fast

D) All the above

Answer [=] D

Explanation:

So a compiler is preferred to an Interpreter.

15) What is the file name extension of a Java source program?

A) .j

B) .ja

C) .java

D) .jax

Answer [=] C

16) Choose a correct statement about Java source files.

A) Java files are human readable

B) Java files contain Classes with Methods and Variables

C) Import statements import library Classes into our class

D) All the above

Answer [=] D

17) What is the output of Compilation of Java Program?

A) .class file

B) .cla file

C) .jc file

D) .javax file

Answer [=] A

18) Byte code is the result of?

A) Compiling a Java file

B) Compiling a Class file

C) Interpreting a Java File

D) Interpreting a Class file

Answer [=] A

19) What software compiles a Java Program?

A) JRE (Java Runtime Environment)

B) JDK (Java Developer Kit)

C) JVM (Java Virtual Machine)

D) Command Prompt

Answer [=] B

20) What software runs a Java program on a computer?

A) JRE (Java Runtime Environment)

B) JDK (Java Developer Kit)

C) Command Prompt

D) None of the above

Answer [=] A

Write a comment Cancel reply

You must be logged in to post a comment.

*
  • किस राज्य/केंद्र शासित प्रदेश ने ‘कोडवा हॉकी महोत्सव’ (Kodava Hockey Festival) की मेजबानी की?

  • उत्तर – कर्नाटक

  • हाल ही में खबरों में रहा बरदा वन्यजीव अभयारण्य (Barda Wildlife Sanctuary) किस राज्य/केंद्र शासित प्रदेश में स्थित है?

  • उत्तर – गुजरात

  • किस देश ने ‘सऊदी-ईरान सम्बन्ध सामान्यीकरण’ शांति समझौते की मध्यस्थता की?

  • उत्तर – चीन

  • ‘संयुक्त राष्ट्र 2023 जल सम्मेलन’ (United Nations 2023 Water Conference) का मेजबान कौन सा देश है?

  • उत्तर – अमेरिका

  • ‘अल-मोहद-अल हिंदी-23’ (Al-Mohed-Al Hindi-23) अभ्यास भारत और किस देश के बीच आयोजित किया जा रहा है?

  • उत्तर – सऊदी अरब

  • सेमी-हाई-स्पीड वंदे भारत एक्सप्रेस ट्रेन चलाने वाली पहली महिला लोको पायलट कौन हैं?

  • उत्तर – सुरेखा यादव

  • भारतीय रिजर्व बैंक ने 2023 तक कितने देशों के बैंकों को रुपये में व्यापार करने की अनुमति दी थी?

  • उत्तर – 18

  • MD15 बसों का प्रायोगिक परीक्षण और M100 (100% मेथनॉल) का प्रोटोटाइप किस शहर में लॉन्च किया गया?

  • उत्तर – बेंगलुरु

  • फरवरी 2023 में भारत में थोक मूल्य सूचकांक (WPI) आधारित मुद्रास्फीति कितनी है?

  • उत्तर – 3.85%

  • किस संस्थान ने एक व्यापक स्व-निगरानी ढांचा ‘ATL सारथी’ लॉन्च किया है?

  • उत्तर – नीति आयोग

  • उस चक्रवात का क्या नाम है जिससे मलावी और मोज़ाम्बिक में तेज़ हवाएँ चलीं और मूसलाधार बारिश हुई?

  • उत्तर – फ्रेडी

  • ऑस्कर 2023 इवेंट के दौरान किस फिल्म ने सात पुरस्कार जीते?

  • उत्तर – Everything Everywhere All at Once

  • MoSPI के हालिया आंकड़ों के अनुसार, फरवरी 2023 में भारत की खुदरा मुद्रास्फीति कितनी दर्ज की गई?

  • उत्तर – 6.44%

  • कौन सा राज्य/केंद्र शासित प्रदेश ‘साझा बौद्ध विरासत पर पहला अंतर्राष्ट्रीय सम्मेलन’ का मेजबान है?

  • उत्तर – नई दिल्ली

  • किस राज्य ने राज्य के कार्यकर्ताओं को राज्य सरकार की नौकरी में 10% क्षैतिज आरक्षण को मंजूरी दी?

  • उत्तर – उत्तराखंड

  • Unique Land Parcel Identification Number (ULPIN) कितने अंकों वाला एक अल्फा-न्यूमेरिक नंबर है?

  • उत्तर – 14

  •  किस संस्था ने ‘Landslide Atlas of India’ जारी किया?

  • उत्तर – इसरो

  • किस केंद्रीय मंत्रालय ने ‘लीन योजना’ (LEAN Scheme) शुरू की?

  • उत्तर – MSME मंत्रालय

  • कौन सा केंद्रीय मंत्रालय ‘World Food India-2023’ कार्यक्रम की मेजबानी करने जा रहा है?

  • उत्तर – खाद्य प्रसंस्करण उद्योग मंत्रालय

  • माधव राष्ट्रीय उद्यान (Madhav National Park), जो हाल ही में खबरों में था, किस राज्य/केंद्र शासित प्रदेश में है?

  • उत्तर – मध्य प्रदेश

  • किस राज्य/केंद्र शासित प्रदेश ने विभिन्न क्षेत्रों में शहर के विकास का मार्गदर्शन करने के लिए ‘2041 के लिए मास्टर प्लान’ जारी किया?

  • उत्तर – नई दिल्ली

  • हाल ही में ख़बरों में रहा ‘Safe Harbour Principle’ किस अधिनियम से संबंधित है?

  • उत्तर – सूचना प्रौद्योगिकी अधिनियम, 2000

  • 2023 में शंघाई सहयोग संगठन (SCO) की अध्यक्षता किस देश के पास है?

  • उत्तर – भारत

  • हाल ही में खबरों में रहा टोरिनो स्केल (Torino Scale) किस क्षेत्र से जुड़ा है?

  • उत्तर – अंतरिक्ष विज्ञान

  • कृत्रिम बुद्धि (artificial intelligence) द्वारा संचालित दुनिया के पहले रेडियो प्लेटफॉर्म का नाम क्या है?

  • उत्तर – RadioGPT

  • नासा के क्यूरियोसिटी रोवर (Curiosity Rover) ने हाल ही में किस ग्रह पर क्रिपस्कुलर किरणों (crepuscular rays) को कैप्चर किया है?

  • उत्तर – मंगल

  • कौन सा केंद्रीय मंत्रालय ‘स्वदेश दर्शन 2.0 कार्यक्रम’ लागू करता है?

  • उत्तर – पर्यटन मंत्रालय

  • हाल ही में Prevention of Money Laundering Act को किन उत्पादों को शामिल करने के लिए विस्तारित किया गया था?

  • उत्तर – वर्चुअल डिजिटल संपत्ति

  • किस देश ने National Platform for Disaster Risk Reduction (NPDRR) के तीसरे सत्र की मेजबानी की?

  • उत्तर – भारत

  • किस राज्य के राज्यपाल ने राज्य मंत्रिमंडल द्वारा पारित ऑनलाइन जुआ निषेध विधेयक (Prohibition of Online Gambling Bill) को लौटा दिया है?

  • उत्तर – तमिलनाडु

  • भारत में पहली बार माइम्युसेमिया सीलोनिका (Mimeusemia ceylonica), दुर्लभ पतंगे की प्रजाति को किस राज्य में देखा गया है?

  • उत्तर – केरल

  • किस देश ने ‘Illegal Migration Bill’ पेश किया?

  • उत्तर – यूके

  • किस देश ने 25 वर्षों में पहली बार महिलाओं के लिए सैन्य सेवा खोली है?

  • उत्तर – कोलंबिया

  • केंद्र ने हाल ही में NAFED, NCCF को किस उत्पाद की खरीद के लिए बाजार में तत्काल हस्तक्षेप करने का निर्देश दिया है?

  • उत्तर – लाल प्याज

  • ‘ट्रोपेक्स 2023’ किस देश द्वारा आयोजित एक प्रमुख परिचालन स्तर का अभ्यास है?

  • उत्तर – भारत

  • किस संस्था ने ‘Global Greenhouse Gas Monitoring Infrastructure’ पेश किया?

  • उत्तर – WMO

  • किस केंद्रीय मंत्रालय ने ‘स्वच्छोत्सव’ महिलाओं के नेतृत्व में स्वच्छता अभियान शुरू किया?

  • उत्तर – आवास और शहरी मामलों के मंत्रालय

  • सल्हौतुओनुओ क्रूस (Salhoutuonuo Kruse) ने किस राज्य की पहली महिला कैबिनेट मंत्री बनकर इतिहास रचा है?

  • उत्तर – नागालैंड

  • कौन सा शहर वित्तीय समावेशन के लिए वैश्विक भागीदारी की दूसरी बैठक का मेजबान था?

  • उत्तर – हैदराबाद

  • डॉ माणिक साहा ने 2023 में किस भारतीय राज्य के मुख्यमंत्री के रूप में शपथ ली?

  • उत्तर – त्रिपुरा

  • ‘डिजिटल इंडिया बिल’ किस केंद्रीय मंत्रालय से जुड़ा है?

  • उत्तर – इलेक्ट्रॉनिक्स और आईटी मंत्रालय

  • ड्राफ्ट केंद्रीय विद्युत प्राधिकरण विनियम (Draft Central Electricity Authority Regulations) हाल ही में किस प्रजाति की रक्षा के लिए जारी किया गया था?

  • उत्तर – ग्रेट इंडियन बस्टर्ड

  • किस देश ने ‘International Big Cat Alliance’ बनाने का प्रस्ताव दिया है?

  • उत्तर – भारत

  • ब्रह्मोस मिसाइल को रूस के NPO मशीनोस्ट्रोयेनिया और भारत के किस संगठन के बीच साझेदारी से विकसित किया गया है?

  • उत्तर – DRDO

  • दुनिया का पहला 200 मीटर लंबा बैंबू क्रैश बैरियर ‘बाहु बल्ली’ किस राज्य में स्थापित किया गया है?

  • उत्तर – महाराष्ट्र

  • किस देश ने लगभग 8.5 मिलियन मीट्रिक टन लिथियम अयस्क की खोज करने का दावा किया है?

  • उत्तर – ईरान

  • किस संस्था ने ‘Women, Business and the Law Index’ जारी किया?

  • उत्तर – विश्व बैंक

  • 2021-22 के लिए आवधिक श्रम बल सर्वेक्षण (PLFS) रिपोर्ट के अनुसार, कृषि क्षेत्र में रोजगार का अंश कितना है?

  • उत्तर – 45.5%

  • किस संस्था ने ‘Advanced Towed Artillery Gun System (ATAGS)’ डिजाइन किया है?

  • उत्तर – DRDO

  • हाल ही में खबरों में रहा HUID नंबर किस तत्व/उत्पाद से जुड़ा है?

  • उत्तर – सोना

  • किन संस्थानों ने ‘More than a billion reasons: The urgent need to build universal social protection’ शीर्षक से रिपोर्ट जारी की?

  • उत्तर – UNICEF- ILO

  • केंद्रीय सिंचाई एवं विद्युत बोर्ड (CBIP) पुरस्कार किस संस्था को प्रदान किया गया?

  • उत्तर – NTPC

  • किस संस्था ने ‘Mind the Gender Gap’ रिपोर्ट जारी की?

  • उत्तर – CFA Institute

  • हाल ही में खबरों में रही ‘समर्थ योजना’ (SAMARTH scheme) किस मंत्रालय से जुड़ी है?

  • उत्तर – कपड़ा मंत्रालय

  • राष्ट्रीय सुरक्षा दिवस (National Safety Day) 2023 की थीम क्या है?

  • उत्तर – Our Aim – Zero Harm

  • कौन सा शहर ‘G20 विदेश मंत्रियों की बैठक (FMM)’ का मेजबान है?

  • उत्तर – नई दिल्ली

  • किस देश ने इंडो-पैसिफिक टेक दूत (Indo-Pacific tech envoy) की घोषणा की?

  • उत्तर – यूके

  • किस बैंक ने सिटीग्रुप के भारतीय उपभोक्ता कारोबार का अधिग्रहण पूरा कर लिया है?

  • उत्तर – Axis Bank

  • किस केंद्रीय मंत्रालय ने ‘Grievance Appellate Committee (GAC)’ लॉन्च की?

  • उत्तर – इलेक्ट्रॉनिक्स और आईटी मंत्रालय

  • ‘Indian States’ Energy Transition’ रिपोर्ट के अनुसार, किन राज्यों ने स्वच्छ बिजली में परिवर्तन में सबसे अधिक प्रगति की है?

  • उत्तर – कर्नाटक और गुजरात

  • धरोई आर्द्रभूमि (Dharoi wetland), जहाँ हाल ही में एक पक्षी सर्वेक्षण किया गया था, किस राज्य में स्थित है?

  • उत्तर – गुजरात

  • IMF के अनुसार, किस देश में 2023 में वैश्विक विकास में 15% योगदान देने की क्षमता है?

  • उत्तर – भारत

  • भारत के किस पड़ोसी देश ने सौर ऊर्जा के उपयोग को बढ़ाने के लिए ISA के साथ समझौता ज्ञापन पर हस्ताक्षर किए?

  • उत्तर – बांग्लादेश

  • अंतर्राष्ट्रीय बौद्धिक संपदा सूचकांक 2023 में भारत का रैंक क्या है?

  • उत्तर – 42

  • कौन सा राज्य ‘वैश्विक उत्तरदायी पर्यटन शिखर सम्मेलन’ (Global Responsible Tourism Summit) का मेजबान है?

  • उत्तर – केरल

  • ‘UPI LITE पेमेंट्स’ लॉन्च करने वाला पहला प्लेटफॉर्म कौन सा है?

  • उत्तर – पेटीएम पेमेंट्स बैंक

  • किस संस्था ने भारत का पहला म्यूनिसिपल बॉन्ड इंडेक्स लॉन्च किया?

  • उत्तर – NSE

  • किस शहर का नाम बदलकर ‘छत्रपति संभाजीनगर’ कर दिया गया है?

  • उत्तर – औरंगाबाद

  • भारत की G-20 अध्यक्षता के तहत W20 इंसेप्शन मीटिंग की मेजबानी कौन सा शहर कर रहा है?

  • उत्तर – औरंगाबाद

  • कौन सा शहर ‘International Bio-resource Conclave & Ethno-pharmacology Congress 2023’ का मेजबान है?

  • उत्तर – इंफाल

  • फेंटानिल और पशु ट्रैंक्विलाइज़र का मिश्रण जिसे ज़ाइलाज़ीन कहा जाता है, जिसे ‘ट्रांक डोप’ के रूप में जाना जाता है, किस देश में चिंता पैदा कर रहा है?

  • उत्तर – अमेरिका

  • किस राज्य को ‘Foundational Literacy and Numeracy Index 2022’ में शीर्ष प्रदर्शन करने वाला स्थान मिला?

  • उत्तर – पश्चिम बंगाल

  • किस देश ने ‘National Green Fiscal Incentives Policy Framework’ लॉन्च किया?

  • उत्तर – केन्या

  • काजीरंगा राष्ट्रीय उद्यान किस राज्य में स्थित है?

  • उत्तर – असम

  • ‘राष्ट्रीय स्वास्थ्य प्राधिकरण की स्कैन एंड शेयर सर्विस’ किस योजना के तहत शुरू की गई थी?

  • उत्तर – आयुष्मान भारत डिजिटल मिशन

  • किस देश ने ‘कमर्शियल आर्म्स ट्रांसफर (CAT) पॉलिसी’ लॉन्च की है?

  • उत्तर – अमेरिका

  • हाल ही में खबरों में रही ‘INS सिंधुकेसरी’ क्या है?

  • उत्तर – पनडुब्बी

  • 2022 में किस देश की प्रजनन दर दुनिया में सबसे कम 0.78 है?

  • उत्तर – दक्षिण कोरिया

  • हाल ही में खबरों में रहा रिड्यू कैनाल स्केटवे (Rideau Canal Skateway) किस देश में है?

  • उत्तर – कनाडा

Recent Posts

  • Synchronous Motors – Important Questions and Answers
  • Starting Methods of Synchronous Motor
  • Torque and Power Relation
  • Phasor Diagram for Synchronous Motor
  • Synchronous Motor: Applications, Starting Methods & Working Principle
  • Prime mover
  • Parallel Operation of Alternators
  • Slip Test on Synchronous Machine
  • Salient Pole and Non Salient Pole Synchronous Generator
  • Power Angle Curve of Synchronous Machine
  • Methods of finding Voltage Regulation in Synchronous Generator
  • Voltage Regulation of Alternator or Synchronous Generator
  • Potier Reactance – Synchronous Generator
  • Short Circuit Ratio of a Synchronous Machine (SCR)
  • Synchronous Reactance and Synchronous Impedance

onlineexamguide

onlineexamguide.com is the ultimate guide that will keep you updated about almost every Exam & Interviews . We aim to provide our readers with an informative details that have been occurring in Examination . Here at onlineexamguide.com , we focus on delivering our readers with the latest exam Pattern Mock test

We Provide Free online test to practice for Competitive exams , Online Exam, Entrance and Interview. Learn and Practice online test for Free and Prepare for your exam online with us

Quick links

  • About us
  • Privacy Policy
  • Instructor Registration
  • Student Registration
  • Java Programming
  • C programming
  • C++ programming
  • Aptitude Tricks

Follow us

Free Online Mock Test

  • UPTET PRIMARY Online Test Series
  • Super TET Mock Test in Hindi 2023
  • CTET Mock Test 2022 Paper 1
  • SSC CHSL Online Mock Test
  • SSC MTS Mock Test 2023
  • SSC CGL Mock Test
  • SSC GD Mock Test
  • ccc online test

Search

Learn and Earn

Register as Instructor - Create and sell online courses and coaching services with the best online platform onlineexamguide.com . Build a course, build a brand, earn money

Contact us

For any queries

Email us on - admin@onlineexamguide.com

We will response fast as much as we can
Copyright © 2023 onlineexamguide.com - All Rights Reserved.
error: Content is protected !!

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.