This document discusses various control statements in C programming language. It explains decision making statements like if, if-else and nested if-else statements which allow a program to make decisions based on certain conditions. It also covers selection statements like switch case and iteration statements like for, while and do-while loops that allow repetitive execution of code. Finally, it describes jump statements like break, continue and goto that change the normal sequential flow of program execution. Examples are provided for each statement to illustrate their usage.
Introduction to control structure in C Programming Language include decision making (if statement, if..else statement, if...else if...else statement, nested if...else statement, switch...case statement), Loop(for loop, while loop, do while loop, nested loop) and using keyword(break, continue and goto)
This page contains examples and source code on decision making in C programming (to choose a particular statement among many statements) and loops ( to perform repeated task ). To understand all the examples on this page, you should have knowledge of following topics:
if...else Statement
for Loop
while Loop
break and Continue Statement
switch...case
1. The document discusses various decision making and looping constructs in C programming including if, if-else, if-else if-else statements, for, while, do-while loops, break, continue statements, switch-case statement, and goto statement.
2. Key constructs covered include if/else for basic conditional logic, switch-case as a cleaner alternative to nested if-else, various loops like for, while and do-while for repetition, and break/continue for early loop termination or skipping iterations.
3. Examples are provided for each construct to demonstrate their syntax and usage for tasks like calculating sums, finding factors, comparing values, etc. Goto statement is also explained for altering normal program
The document provides information on C programming concepts including data types, operators, control structures, and loops. It includes code examples to demonstrate printf() and scanf() functions, if/else conditional statements, while and for loops. It also defines relational, logical, and ternary operators and explains the three basic control structures: sequence, selection, and iteration. Key concepts around while, do-while, for loops and switch/case statements are described.
The document discusses different types of selection and looping constructs in imperative programming languages. It describes if-else statements, switch-case statements, and how they allow a program to select different courses of action based on conditions. It also covers while, for, and do-while loops and how they repeatedly execute blocks of code while or until certain conditions are met. Examples are provided for each type of construct to illustrate their syntax and usage.
Detailing about basics of C language and its control structure for learning C Language for beginners. It covers looping statement , control statement etc.
This document discusses various control structures in C programming including decision making statements (if, if-else, nested if-else, switch), loops (do-while, while, for), and unconditional branching (break, continue, goto). Examples are provided for each type of control structure to demonstrate their syntax and usage. Key control structures like if-else ladders and nested loops are explained through examples like finding the maximum of three numbers and printing patterns using nested for loops.
The document discusses different types of conditional and looping statements in C programming. It describes if, if-else, nested if-else, switch statements for conditional logic. It also covers while, do-while and for loops for iterative logic. Control statements like break, continue and goto are also discussed which can be used to control the flow inside loops. Various syntax examples are provided for each statement type to illustrate their usage.
The document discusses different types of control statements in C programming including decision control statements, iteration statements, and transfer statements. It provides details about if, if-else, switch, while, do-while, for loops. Decision control statements like if, if-else, switch allow altering the flow of execution based on certain conditions. Iteration statements like while, do-while, for are used to repeat a block of code until the given condition is true. They allow looping in a program.
The document provides information about control structures in the C programming language. It discusses various decision making statements like if-else, ladder if-else, and switch statements. It also covers different types of loops in C - while loop, do-while loop, for loop, and nesting of loops. Examples programs are given for each control structure to demonstrate their usage. The document is intended as a study material for a computer programming course.
The document discusses control structures in C programming. It defines control structures as determining the order of statement execution and categorizes them as sequential, conditional, or iterative. Conditional statements include if-else statements, switch statements, and ternary operators for decision making. Iterative statements include for, while, and do-while loops for repetitive execution. The document provides syntax examples and flowcharts for each control structure. It also discusses jumping statements like goto, break, and continue that alter normal program flow.
This document discusses various control structures in C programming language including conditional statements like if-else and switch case, loops like for, while and do-while loops, and jump statements like break, continue, return and goto. It provides examples of each structure and explains their usage and functionality. The key control structures covered are if-else, switch case, for, while, do-while loops, and how to use break, continue, return and goto statements to control program flow in C programs.
The document discusses control statements in C programming. It covers various selection statements like if, if-else, switch as well as iteration statements like for, while, do-while loops. Nested loops and special control statements like break, continue and goto are also explained. Operators used in control statements like relational, logical, assignment operators are defined along with examples. The different types of loops and their usages to control program flow are demonstrated.
computer programming Control Statements.pptxeaglesniper008
The document summarizes control statements in the C programming language. It discusses decision statements like if and switch statements. It also covers loop statements like for, do-while and while loops. The for loop is described as the most common loop in C. Examples are provided to illustrate if, switch and for statements. Key points covered include the syntax and flow of if-else, switch-case statements and for loops.
This document discusses control statements in C language including if-else statements, switch statements, loops (while, do-while, for), and jump statements (break, continue, goto). It provides examples of each statement type and explains their usage and flow. Key control statements covered are if-else statements for simple and nested conditional logic, switch statements for multiple alternatives, loops for repetitive execution, and jump statements for early exits or skipping parts of loops.
Diploma ii cfpc u-3 handling input output and control statementsRai University
This document discusses control statements and looping in the C programming language. It covers if-else statements, switch statements, the ternary operator, goto statements, while loops, do-while loops, for loops, and nested loops. It provides examples of each construct and describes how they control program flow. Jump statements like break and continue are also covered, allowing programs to exit or skip parts of loops.
Bsc cs pic u-3 handling input output and control statementsRai University
The document discusses various control statements in C programming language including if-else statements, switch statements, loops (while, do-while, for loops), and jump statements like break, continue, and goto. It provides examples of each statement type and explains their usage and flow. Key control statements covered are if-else, switch, while, do-while, for loops, and how to exit or continue within loops using break, continue and goto statements.
The document discusses various operators and control structures in C language. It describes operator precedence and associativity. Some key operator types include arithmetic, relational, logical, and bitwise operators. It also covers various control structures like if-else, switch statements, and loops (for, while, do-while). If-else is used to execute code conditionally based on true/false evaluations. Switch allows executing code based on multiple conditions. Loops iterate code for a set number of times or until a condition becomes false.
The document discusses various control flow statements in C programming language. It describes selection statements like if-else which allow a program to make decisions on the logical condition evaluated. It also covers iteration statements like while, do-while and for loops that allow repetitive execution of code. The switch statement provides an alternative to chained if-else conditions. Control flow statements allow writing powerful programs by selecting or repeating important sections of code conditionally.
● Introduction to Control Structures
Branching structures
● If statement, If-else statement, Nested if-else, else-if Ladder
● Switch statement
Looping Structures
● For loop, While loop, Do while loop
● break and continue
6th Power Grid Model Meetup
Join the Power Grid Model community for an exciting day of sharing experiences, learning from each other, planning, and collaborating.
This hybrid in-person/online event will include a full day agenda, with the opportunity to socialize afterwards for in-person attendees.
If you have a hackathon proposal, tell us when you register!
About Power Grid Model
The global energy transition is placing new and unprecedented demands on Distribution System Operators (DSOs). Alongside upgrades to grid capacity, processes such as digitization, capacity optimization, and congestion management are becoming vital for delivering reliable services.
Power Grid Model is an open source project from Linux Foundation Energy and provides a calculation engine that is increasingly essential for DSOs. It offers a standards-based foundation enabling real-time power systems analysis, simulations of electrical power grids, and sophisticated what-if analysis. In addition, it enables in-depth studies and analysis of the electrical power grid’s behavior and performance. This comprehensive model incorporates essential factors such as power generation capacity, electrical losses, voltage levels, power flows, and system stability.
Power Grid Model is currently being applied in a wide variety of use cases, including grid planning, expansion, reliability, and congestion studies. It can also help in analyzing the impact of renewable energy integration, assessing the effects of disturbances or faults, and developing strategies for grid control and optimization.
Securiport is a border security systems provider with a progressive team approach to its task. The company acknowledges the importance of specialized skills in creating the latest in innovative security tech. The company has offices throughout the world to serve clients, and its employees speak more than twenty languages at the Washington D.C. headquarters alone.
More Related Content
Similar to Module 2 - Control Structures c programming.pptm.pdf (20)
This document discusses various control structures in C programming including decision making statements (if, if-else, nested if-else, switch), loops (do-while, while, for), and unconditional branching (break, continue, goto). Examples are provided for each type of control structure to demonstrate their syntax and usage. Key control structures like if-else ladders and nested loops are explained through examples like finding the maximum of three numbers and printing patterns using nested for loops.
The document discusses different types of conditional and looping statements in C programming. It describes if, if-else, nested if-else, switch statements for conditional logic. It also covers while, do-while and for loops for iterative logic. Control statements like break, continue and goto are also discussed which can be used to control the flow inside loops. Various syntax examples are provided for each statement type to illustrate their usage.
The document discusses different types of control statements in C programming including decision control statements, iteration statements, and transfer statements. It provides details about if, if-else, switch, while, do-while, for loops. Decision control statements like if, if-else, switch allow altering the flow of execution based on certain conditions. Iteration statements like while, do-while, for are used to repeat a block of code until the given condition is true. They allow looping in a program.
The document provides information about control structures in the C programming language. It discusses various decision making statements like if-else, ladder if-else, and switch statements. It also covers different types of loops in C - while loop, do-while loop, for loop, and nesting of loops. Examples programs are given for each control structure to demonstrate their usage. The document is intended as a study material for a computer programming course.
The document discusses control structures in C programming. It defines control structures as determining the order of statement execution and categorizes them as sequential, conditional, or iterative. Conditional statements include if-else statements, switch statements, and ternary operators for decision making. Iterative statements include for, while, and do-while loops for repetitive execution. The document provides syntax examples and flowcharts for each control structure. It also discusses jumping statements like goto, break, and continue that alter normal program flow.
This document discusses various control structures in C programming language including conditional statements like if-else and switch case, loops like for, while and do-while loops, and jump statements like break, continue, return and goto. It provides examples of each structure and explains their usage and functionality. The key control structures covered are if-else, switch case, for, while, do-while loops, and how to use break, continue, return and goto statements to control program flow in C programs.
The document discusses control statements in C programming. It covers various selection statements like if, if-else, switch as well as iteration statements like for, while, do-while loops. Nested loops and special control statements like break, continue and goto are also explained. Operators used in control statements like relational, logical, assignment operators are defined along with examples. The different types of loops and their usages to control program flow are demonstrated.
computer programming Control Statements.pptxeaglesniper008
The document summarizes control statements in the C programming language. It discusses decision statements like if and switch statements. It also covers loop statements like for, do-while and while loops. The for loop is described as the most common loop in C. Examples are provided to illustrate if, switch and for statements. Key points covered include the syntax and flow of if-else, switch-case statements and for loops.
This document discusses control statements in C language including if-else statements, switch statements, loops (while, do-while, for), and jump statements (break, continue, goto). It provides examples of each statement type and explains their usage and flow. Key control statements covered are if-else statements for simple and nested conditional logic, switch statements for multiple alternatives, loops for repetitive execution, and jump statements for early exits or skipping parts of loops.
Diploma ii cfpc u-3 handling input output and control statementsRai University
This document discusses control statements and looping in the C programming language. It covers if-else statements, switch statements, the ternary operator, goto statements, while loops, do-while loops, for loops, and nested loops. It provides examples of each construct and describes how they control program flow. Jump statements like break and continue are also covered, allowing programs to exit or skip parts of loops.
Bsc cs pic u-3 handling input output and control statementsRai University
The document discusses various control statements in C programming language including if-else statements, switch statements, loops (while, do-while, for loops), and jump statements like break, continue, and goto. It provides examples of each statement type and explains their usage and flow. Key control statements covered are if-else, switch, while, do-while, for loops, and how to exit or continue within loops using break, continue and goto statements.
The document discusses various operators and control structures in C language. It describes operator precedence and associativity. Some key operator types include arithmetic, relational, logical, and bitwise operators. It also covers various control structures like if-else, switch statements, and loops (for, while, do-while). If-else is used to execute code conditionally based on true/false evaluations. Switch allows executing code based on multiple conditions. Loops iterate code for a set number of times or until a condition becomes false.
The document discusses various control flow statements in C programming language. It describes selection statements like if-else which allow a program to make decisions on the logical condition evaluated. It also covers iteration statements like while, do-while and for loops that allow repetitive execution of code. The switch statement provides an alternative to chained if-else conditions. Control flow statements allow writing powerful programs by selecting or repeating important sections of code conditionally.
● Introduction to Control Structures
Branching structures
● If statement, If-else statement, Nested if-else, else-if Ladder
● Switch statement
Looping Structures
● For loop, While loop, Do while loop
● break and continue
6th Power Grid Model Meetup
Join the Power Grid Model community for an exciting day of sharing experiences, learning from each other, planning, and collaborating.
This hybrid in-person/online event will include a full day agenda, with the opportunity to socialize afterwards for in-person attendees.
If you have a hackathon proposal, tell us when you register!
About Power Grid Model
The global energy transition is placing new and unprecedented demands on Distribution System Operators (DSOs). Alongside upgrades to grid capacity, processes such as digitization, capacity optimization, and congestion management are becoming vital for delivering reliable services.
Power Grid Model is an open source project from Linux Foundation Energy and provides a calculation engine that is increasingly essential for DSOs. It offers a standards-based foundation enabling real-time power systems analysis, simulations of electrical power grids, and sophisticated what-if analysis. In addition, it enables in-depth studies and analysis of the electrical power grid’s behavior and performance. This comprehensive model incorporates essential factors such as power generation capacity, electrical losses, voltage levels, power flows, and system stability.
Power Grid Model is currently being applied in a wide variety of use cases, including grid planning, expansion, reliability, and congestion studies. It can also help in analyzing the impact of renewable energy integration, assessing the effects of disturbances or faults, and developing strategies for grid control and optimization.
Securiport is a border security systems provider with a progressive team approach to its task. The company acknowledges the importance of specialized skills in creating the latest in innovative security tech. The company has offices throughout the world to serve clients, and its employees speak more than twenty languages at the Washington D.C. headquarters alone.
As data privacy regulations become more pervasive across the globe and organizations increasingly handle and transfer (including across borders) meaningful volumes of personal and confidential information, the need for robust contracts to be in place is more important than ever.
This webinar will provide a deep dive into privacy contracting, covering essential terms and concepts, negotiation strategies, and key practices for managing data privacy risks.
Whether you're in legal, privacy, security, compliance, GRC, procurement, or otherwise, this session will include actionable insights and practical strategies to help you enhance your agreements, reduce risk, and enable your business to move fast while protecting itself.
This webinar will review key aspects and considerations in privacy contracting, including:
- Data processing addenda, cross-border transfer terms including EU Model Clauses/Standard Contractual Clauses, etc.
- Certain legally-required provisions (as well as how to ensure compliance with those provisions)
- Negotiation tactics and common issues
- Recent lessons from recent regulatory actions and disputes
Jeremy Millul - A Talented Software DeveloperJeremy Millul
Jeremy Millul is a talented software developer based in NYC, known for leading impactful projects such as a Community Engagement Platform and a Hiking Trail Finder. Using React, MongoDB, and geolocation tools, Jeremy delivers intuitive applications that foster engagement and usability. A graduate of NYU’s Computer Science program, he brings creativity and technical expertise to every project, ensuring seamless user experiences and meaningful results in software development.
nnual (33 years) study of the Israeli Enterprise / public IT market. Covering sections on Israeli Economy, IT trends 2026-28, several surveys (AI, CDOs, OCIO, CTO, staffing cyber, operations and infra) plus rankings of 760 vendors on 160 markets (market sizes and trends) and comparison of products according to support and market penetration.
Maxx nft market place new generation nft marketing placeusersalmanrazdelhi
PREFACE OF MAXXNFT
MaxxNFT: Powering the Future of Digital Ownership
MaxxNFT is a cutting-edge Web3 platform designed to revolutionize how
digital assets are owned, traded, and valued. Positioned at the forefront of the
NFT movement, MaxxNFT views NFTs not just as collectibles, but as the next
generation of internet equity—unique, verifiable digital assets that unlock new
possibilities for creators, investors, and everyday users alike.
Through strategic integrations with OKT Chain and OKX Web3, MaxxNFT
enables seamless cross-chain NFT trading, improved liquidity, and enhanced
user accessibility. These collaborations make it easier than ever to participate
in the NFT ecosystem while expanding the platform’s global reach.
With a focus on innovation, user rewards, and inclusive financial growth,
MaxxNFT offers multiple income streams—from referral bonuses to liquidity
incentives—creating a vibrant community-driven economy. Whether you
'
re
minting your first NFT or building a digital asset portfolio, MaxxNFT empowers
you to participate in the future of decentralized value exchange.
https://maxxnft.xyz/
Agentic AI - The New Era of IntelligenceMuzammil Shah
This presentation is specifically designed to introduce final-year university students to the foundational principles of Agentic Artificial Intelligence (AI). It aims to provide a clear understanding of how Agentic AI systems function, their key components, and the underlying technologies that empower them. By exploring real-world applications and emerging trends, the session will equip students with essential knowledge to engage with this rapidly evolving area of AI, preparing them for further study or professional work in the field.
Droidal: AI Agents Revolutionizing HealthcareDroidal LLC
Droidal’s AI Agents are transforming healthcare by bringing intelligence, speed, and efficiency to key areas such as Revenue Cycle Management (RCM), clinical operations, and patient engagement. Built specifically for the needs of U.S. hospitals and clinics, Droidal's solutions are designed to improve outcomes and reduce administrative burden.
Through simple visuals and clear examples, the presentation explains how AI Agents can support medical coding, streamline claims processing, manage denials, ensure compliance, and enhance communication between providers and patients. By integrating seamlessly with existing systems, these agents act as digital coworkers that deliver faster reimbursements, reduce errors, and enable teams to focus more on patient care.
Droidal's AI technology is more than just automation — it's a shift toward intelligent healthcare operations that are scalable, secure, and cost-effective. The presentation also offers insights into future developments in AI-driven healthcare, including how continuous learning and agent autonomy will redefine daily workflows.
Whether you're a healthcare administrator, a tech leader, or a provider looking for smarter solutions, this presentation offers a compelling overview of how Droidal’s AI Agents can help your organization achieve operational excellence and better patient outcomes.
A free demo trial is available for those interested in experiencing Droidal’s AI Agents firsthand. Our team will walk you through a live demo tailored to your specific workflows, helping you understand the immediate value and long-term impact of adopting AI in your healthcare environment.
To request a free trial or learn more:
https://droidal.com/
Improving Developer Productivity With DORA, SPACE, and DevExJustin Reock
Ready to measure and improve developer productivity in your organization?
Join Justin Reock, Deputy CTO at DX, for an interactive session where you'll learn actionable strategies to measure and increase engineering performance.
Leave this session equipped with a comprehensive understanding of developer productivity and a roadmap to create a high-performing engineering team in your company.
UiPath Community Berlin: Studio Tips & Tricks and UiPath InsightsUiPathCommunity
Join the UiPath Community Berlin (Virtual) meetup on May 27 to discover handy Studio Tips & Tricks and get introduced to UiPath Insights. Learn how to boost your development workflow, improve efficiency, and gain visibility into your automation performance.
📕 Agenda:
- Welcome & Introductions
- UiPath Studio Tips & Tricks for Efficient Development
- Best Practices for Workflow Design
- Introduction to UiPath Insights
- Creating Dashboards & Tracking KPIs (Demo)
- Q&A and Open Discussion
Perfect for developers, analysts, and automation enthusiasts!
This session streamed live on May 27, 18:00 CET.
Check out all our upcoming UiPath Community sessions at:
👉 https://community.uipath.com/events/
Join our UiPath Community Berlin chapter:
👉 https://community.uipath.com/berlin/
Exploring the advantages of on-premises Dell PowerEdge servers with AMD EPYC processors vs. the cloud for small to medium businesses’ AI workloads
AI initiatives can bring tremendous value to your business, but you need to support your new AI workloads effectively. That means choosing the best possible infrastructure for your needs—and many companies are finding that the cloud isn’t right for them. According to a recent Rackspace survey of IT executives, 69 percent of companies have moved some of their applications on-premises from the cloud, with half of those citing security and compliance as the reason and 44 percent citing cost.
On-premises solutions provide a number of advantages. With full control over your security infrastructure, you can be certain that all compliance requirements remain firmly in the hands of your IT team. Opting for on-premises also gives you the ability to design your infrastructure to the precise needs of that team and your new AI workloads. Depending on the workload, you may also see performance benefits, along with more predictable costs. As you start to build your next AI initiative, consider an on-premises solution utilizing AMD EPYC processor-powered Dell PowerEdge servers.
Dev Dives: System-to-system integration with UiPath API WorkflowsUiPathCommunity
Join the next Dev Dives webinar on May 29 for a first contact with UiPath API Workflows, a powerful tool purpose-fit for API integration and data manipulation!
This session will guide you through the technical aspects of automating communication between applications, systems and data sources using API workflows.
📕 We'll delve into:
- How this feature delivers API integration as a first-party concept of the UiPath Platform.
- How to design, implement, and debug API workflows to integrate with your existing systems seamlessly and securely.
- How to optimize your API integrations with runtime built for speed and scalability.
This session is ideal for developers looking to solve API integration use cases with the power of the UiPath Platform.
👨🏫 Speakers:
Gunter De Souter, Sr. Director, Product Manager @UiPath
Ramsay Grove, Product Manager @UiPath
This session streamed live on May 29, 2025, 16:00 CET.
Check out all our upcoming UiPath Dev Dives sessions:
👉 https://community.uipath.com/dev-dives-automation-developer-2025/
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generati...Aaryan Kansari
Agentic AI Explained: The Next Frontier of Autonomous Intelligence & Generative AI
Discover Agentic AI, the revolutionary step beyond reactive generative AI. Learn how these autonomous systems can reason, plan, execute, and adapt to achieve human-defined goals, acting as digital co-workers. Explore its promise, key frameworks like LangChain and AutoGen, and the challenges in designing reliable and safe AI agents for future workflows.
Sticky Note Bullets:
Definition: Next stage beyond ChatGPT-like systems, offering true autonomy.
Core Function: Can "reason, plan, execute and adapt" independently.
Distinction: Proactive (sets own actions for goals) vs. Reactive (responds to prompts).
Promise: Acts as "digital co-workers," handling grunt work like research, drafting, bug fixing.
Industry Outlook: Seen as a game-changer; Deloitte predicts 50% of companies using GenAI will have agentic AI pilots by 2027.
Key Frameworks: LangChain, Microsoft's AutoGen, LangGraph, CrewAI.
Development Focus: Learning to think in workflows and goals, not just model outputs.
Challenges: Ensuring reliability, safety; agents can still hallucinate or go astray.
Best Practices: Start small, iterate, add memory, keep humans in the loop for final decisions.
Use Cases: Limited only by imagination (e.g., drafting business plans, complex simulations).
UiPath Community Zurich: Release Management and Build PipelinesUiPathCommunity
Ensuring robust, reliable, and repeatable delivery processes is more critical than ever - it's a success factor for your automations and for automation programmes as a whole. In this session, we’ll dive into modern best practices for release management and explore how tools like the UiPathCLI can streamline your CI/CD pipelines. Whether you’re just starting with automation or scaling enterprise-grade deployments, our event promises to deliver helpful insights to you. This topic is relevant for both on-premise and cloud users - as well as for automation developers and software testers alike.
📕 Agenda:
- Best Practices for Release Management
- What it is and why it matters
- UiPath Build Pipelines Deep Dive
- Exploring CI/CD workflows, the UiPathCLI and showcasing scenarios for both on-premise and cloud
- Discussion, Q&A
👨🏫 Speakers
Roman Tobler, CEO@ Routinuum
Johans Brink, CTO@ MvR Digital Workforce
We look forward to bringing best practices and showcasing build pipelines to you - and to having interesting discussions on this important topic!
If you have any questions or inputs prior to the event, don't hesitate to reach out to us.
This event streamed live on May 27, 16:00 pm CET.
Check out all our upcoming UiPath Community sessions at:
👉 https://community.uipath.com/events/
Join UiPath Community Zurich chapter:
👉 https://community.uipath.com/zurich/
Grannie’s Journey to Using Healthcare AI ExperiencesLauren Parr
AI offers transformative potential to enhance our long-time persona Grannie’s life, from healthcare to social connection. This session explores how UX designers can address unmet needs through AI-driven solutions, ensuring intuitive interfaces that improve safety, well-being, and meaningful interactions without overwhelming users.
Introducing the OSA 3200 SP and OSA 3250 ePRCAdtran
Adtran's latest Oscilloquartz solutions make optical pumping cesium timing more accessible than ever. Discover how the new OSA 3200 SP and OSA 3250 ePRC deliver superior stability, simplified deployment and lower total cost of ownership. Built on a shared platform and engineered for scalable, future-ready networks, these models are ideal for telecom, defense, metrology and more.