Candidate declaration format for PhD Thesis/ Synopsis

Your Candidate Declaration page for PhD Thesis or Synopsis will be looked like below: CANDIDATE’S DECLARATION I hereby declare that the work which is being presented in the synopsis/ Thesis, entitled “Design A Hybrid Approach For Web Recommendation Using Semantic Annotation”, in partial fulfillment of the requirement for the award of the degree of Doctor … Read more

Download Scopus Indexed Journal list Excel

Scopus indexed journal list

Scopus has removed all the predatory journals from its list and has added a few new titles to the list. Download the latest Scopus indexed journal list 2024 in PDF/ Excel format from this blog post. Apart from the complete Scopus journals list, you will also get information related to Scopus journals like: About Scopus … Read more

Types of plagiarism | 5 Tips to Avoid Plagiarism in research

avoid plagiarism, types of plagiarism

In this post, we have described how to avoid plagiarism in research. In addition, we have provided information like what is plagiarism, types of plagiarism, common reasons for plagiarism, 5 ways to avoid plagiarism, consequences of plagiarism, and plagiarism checker software programs. 30 MCQs with answers on plagiarism About Plagiarism Plagiarism in research is a … Read more

30 MCQs with answers on plagiarism

Plagiarism is a method of copying someone’s else work in your research work without the proper consent of the author of the original work. Here in this blog post, we have provided 30 MCQs with answers on Plagiarism. 1. The act of presenting someone else’s work or idea as own is considered as  Plagiarism  Academic … Read more

MCQ on Citation and Referencing in Research

 Attribution of other’s intellectual work  Attribution of own intellectual work  Attribution of corporate intellectual outcomes  All of these Accepted Answers: Attribution of other’s intellectual work 2. The citation manual published by Aspen Publisher which is known as alternative to other manuals useful for law subject is –  APA  MLA  ALWD  Blue Book Accepted Answers: ALWD … Read more

What is Machine Learning? Basic terminologies in Machine Learning.

Machine Learning | Basic terminologies in Machine Learning Machine Learning It is a branch of artificial intelligence (AI) based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention. The algorithms of Machine learning focus on applications that learn from experiences and improve their decision-making or prediction … Read more

Fast publishing Scopus indexed journals in Pharmacy

Fast publishing Scopus indexed journals in Pharmacy

These days it is always recommended to publish research papers in reputed journals only. And when we talk about reputed journals, SCI and Scopus-indexed journals come to mind. Because Scopus, SCI, and some others publish Quality research papers. In this post, we have listed 15 fast publishing Scopus indexed Pharmacy journals. These 15 journals are published by Elsevier and Springer. … Read more

Multiple Choice Question Sociology: Human Behavior

MCQ on Human Behavior In this post, we have listed 10 most important MCQs on Human Behavior. These MCQs were asked in a SWAYAM Assignment in the year 2021. The specific patterns of thought, emotion, and behavior that define an individual’s personal style of interaction is called  a. Intelligence.  b. Aura.  c. Personality.  d. Heritability. … Read more

void data type in c

Void is an empty data type that has no value. We use void data type in functions when we don’t want to return any value to the calling function or When used for a function’s parameter list: void specifies that the function takes no parameters. ex; void sum(int a, int b) { int sum=a+b; printf(“%d”,sum); … Read more