All Questions

Language

Follow
Showing 591 - 600 out of 1372 Questions
94 Views

jmi entrance exam language for bsc(hons.)

Rajni 7th Mar, 2022

Hello aspirant,

Hope you are doing well....!!

In Jamia Millia Islamia (JMI), the language for the entrance exam for all the courses is English except for the other languages exam.

This University is situated in New Delhi. The faculty in Jamia Millia Islamia is good. There are qualified teachers with expertise in their respective fields. On average a semester is taught by 5 to 7 teachers depending on the number of papers and difficulty of said papers. The average age of lecturers would be around 45-50 with doctorates in their fields being the average qualification. Most lecturers except a few are well qualified and have a solid grasp on the concepts they are teaching and provide clarity to the students successfully.


Hope this information, helps you!

All the best:)

256 Views

I am doing 3 year llb from Mumbai university can u please suggest some easy and understandable reference books for these subjects ( except mokal) :1) Labour laws 2) Law of Torts 3) Contract 1 4)Legal language and general english

Rajni 3rd Mar, 2022

Hello aspirant,

Hope you are doing well...!!

Books for Labour Laws:-

1) Labour and Industrial Law by P.L. Malik

2) Employers Guide for Labour Laws by S. L. Dwivedi

3) Bare Acts which are published by Labour Law Agencies. These are basic acts as published by the Government including State Rules.


Books for Law of Torts:-

1) Law of Torts by Dr Ashok K. Jain

2) Law of Torts by R.K. Bangia

3) Law of Torts by Ratanlal and Dhirajlal


Books for Contract:-

1) Law of Contract by Avtar Singh

2) Law of Contract by Dr H.K. Saharay


Books for Legal language and general english:-

1) Legal Language, Legal Writing and General English by B.M. Gandhi

2) Legal Language, Legal Writing and General English by Dr S.C. Tripathi

3) Legal Language, Legal Writing and General English by S.K. Mishra


Hope this was helpful!

All the best!

907 Views

CAn I select only 1 domain subject and 1 language. Will I be eligible for DU. I am looking for BA Politic Science.

Sohamsengupta8 10th Apr, 2022

Hello Student

Yes you can select one  domain subject and a language or duet exam for taking admission in Delhi University BA honours in political science course . As Delhi University is a Central University and has to abide by all the rules and regulation of Central University so the exam rules of CUCET is the same followed by Delhi University entrance test that is DUET.

Selection of admission in DU is based on the merit of the student and the marks secured in qualifying examination and d uet exam  after that a personal interview will be  taken for gathering extra information about the candidate.

Hope this will help.


117 Views

can i write to NEET exam in telugu language ?

Aditi Tiwari 22nd Feb, 2022

Hey there,

NEET is conducted in 10 languages.They are English, Hindi, Assamese, Bengali, Gujarati, Marathi, Tamil, Telugu, Oriya and Kannada. You can choose the lang mode as per your interest. So dont be stressed out upon that and gear up on your studies. All the best.

Hope this helps

34 Views

hello sir, may i write in Kannada language all papers of mains???? like GS all papers sir??? please let me know this..... thank you.....

Sree Student Expert 22nd Feb, 2022

Hello Vidya,

You have not mentioned about the Exam name for which you want to know the medium of exam.

But words like Mains, GS suggests that you are talking about UPSE Mains exam. So, based on that I'm providing information.

Yes, you can write UPSC mains in Kannada Language. But UPSE Prelims will be in English/ Hindu and Kannada language will not be there.

To get more information about UPSC Mains exam pattern, eligibility, etc go through below mentioned link.

https://competition.careers360.com/articles/upsc-ias-exam-pattern

May this information was useful to you.

Best of Luck!!

38 Views

what is the fee structure for Masters in Audiology and Masters in speech language pathology and when is the entrance conducted ?

Sree Student Expert 19th Feb, 2022

Hello aspirant,

Colleges offering Master in Audiology and Speech Language Pathology are listed below.

1. National Institute of Speech and Hearing, Thiruvananthapuram

Total Course Fees: Rs. 4,06,000

2. Ali Yavar Jung National Institute of Speech and Hearing Disabilities, Kolkata

3. AWH Special College, Calicut

Total Course Fees: Rs. 3,88,000

4. Institute for Communicative and Cognitive Neurosciences, Shoranur

5. Mar Thoma College of Special Education, Kasaragod

Total Course Fees: Rs. 3,97,500

6. Samvaad Institute of Speech and Hearing, Hebbal

7. JSS Institute of Speech and Hearing, Mysore

8. Dr MV Shetty College of Speech and Hearing, Mangalore

9. Kerala University of Health Sciences, Trissur

10. MERF Institute of Speech and Hearing, Chennai

11. Naseema Institute of Speech and Hearing, Bangalore

For more information about Master in Audiology and Speech Language Pathology, ho through below mentioned link.

https://www.careers360.com/courses/m-aslp-master-in-audiology-and-speech-language-pathology

May this information was useful to you.

Good Luck!!

83 Views

which language ask questions for BSC nursing entrance exam

vyshnava kumar 18th Feb, 2022

Hey there,

Hope you are doing great. The languages used in BSc nursing exam are mostly in English language. However, some entrance exams, might also be in Hindi as well as in English, based on your choice. Normally, however, most of the colleges conduct in English language only. You can check the link for information about BSc. nursing course:

https://www.careers360.com/courses/b-sc-nursing

Hope it helps!


2396 Views

17. Explain various conditional statements in C language.

Nisha 12th Feb, 2022
hey there

Conditional Statements in C programming are used to make decisions based on the conditions. Conditional statements execute sequentially when there is no condition around the statements.
the different types of conditional statements are available in C language.

  1. if statement
  2. if else
  3. Nested if-else
  4. if-else-if
  5. switch



If statement

It is one of the powerful conditional statement. If statement is responsible for modifying the flow of execution of a program. If statement is always used with a condition. The condition is evaluated first before executing any statement inside the body of If.

if-else statement

The if-else statement in C language is used to execute the code if condition is true or false. It is also called two-way selection statement.

nested if...else

The nested if...else statement is used when a program requires more than one test expression. It is also called a multi-way selection statement. When a series of the decision are involved in a statement, we use if else statement in nested form.

if-else-if

The if-else-if statement is used to execute one code from multiple conditions. It is also called multipath decision statement. It is a chain of if..else statements in which each if statement is associated with else if statement and last would be an else statement.

Switch Statement

switch statement acts as a substitute for a long if-else-if ladder that is used to test a list of cases. A switch statement contains one or more case labels which are tested against the switch expression. When the expression match to a case then the associated statements with that case would be executed.

The question have been saved in answer later, you can access it from your profile anytime. Access now