Skip to main content

Posts

Showing posts from November, 2021

Components of research design

  Major Components of Research Design The primary intent behind the research design is to help avoid the situation in which the evidence doesn’t address the primary research questions. A research design is concerned with a logical problem and not a logistical problem.  Five major components of research design  are: 1. Research study’s questions 2. Study propositions 3. Unit(s) of analysis 4. Linking data to propositions 5. Interpreting a study’s findings Major Components of Research Design in Research Methodology The research design components apply to all types of qualitative, deductive research, whether in the physical or social sciences. Research study’s questions : This first component suggests the type of the question in terms of “who,” “what,” “where,” “how,” and “why”-provides a crucial clue concerning the most relevant research method to be used. Use three stages: In the first, make use of the literature to narrow your interest to a k...

Prototyping

  Prototyping in software development is the process of building a simulated user interface for purposes of ideation, evaluation, and user feedback. Modern software prototypes are interactive. They mimic as closely as possible the actual behavior of the software. A prototype enables our developers and designers to show our understanding of the customer’s requirements. If our interpretation of the requirements is off by just a little, the customer can see the discrepancy and let us know right away. Doing this early in the development process saves time, money, and aggravation. It’s much easier to make changes early in the development cycle. The four common types of prototyping used in the software industry today are: Rapid (Throwaway) prototyping Evolutionary prototyping Incremental prototyping Extreme prototyping 1. RAPID (THROWAWAY) PROTOTYPING Rapid prototyping is the most commonly used AndPlus. Its name refers to the ease and speed with which a prototype can be modified to try d...

React JS

REACT JS React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications. What Is React? React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”. React has a few different kinds of components, but we’ll start with React.Component subclasses: class ShoppingList extends React.Component {   render() {     return (       <div className="shopping-list">         <h1>Shopping List for {this.props.name}</h1>         <ul>           <li>Instagram</li>           <li>WhatsApp</li>   ...

Programming

  Programming The 4 types of Programming Language that are classified are:  Procedural Programming Language Functional Programming Language Scripting Programming Language Logic Programming Language Object-Oriented Programming Language NEXT TOPIC WILL EVALUATE TOPIC BY TOPIC  👆👆👆👆👆👆👆👆