image imagewidth (px) 300 9.28k | label stringlengths 104 1.07k |
|---|---|
flowchart TD
A[Start] -->|Boil Water| B[Boiling Water]
B -->|Grind Coffee Beans| C[Ground Coffee Beans]
C -->|Brew Coffee| D[Brewing Coffee]
D -->|Pour Coffee| E[Pouring Coffee]
E -->|Add Milk/Sugar if needed| F[Adding Milk/Sugar]
F -->|Enjoy Coffee| G[Enjoying Coffee] | |
flowchart TD
A(( Normal Start)) --> B[Verify PIN]
B --"E1:Not Ok(3rd time)"--> C{ }
C --"A1:Not Ok(1st or 2nd time)" --> B
C -- "OK" --> D[Select Option]
D -- "Withdraw" --> E[Enter amount]
E --> F{ }
F -- "Amount >= Limit" --> G[Eject card]
F -- "A2:Amount > Limit" --> E
C --> H((("`Transaction cancelled
(therefore Use case fails)`"))) | |
flowchart TD
A[Start] --Ideas for Event--> B[Ideas for Event]
B --Plan Event--> C[Planining Event]
C --Organize Resources--> D[Organizing Resources]
D --Promote Event--> E[Promoting Event]
E --Host Event--> F[Hosting Event]
F --Post Event Analysis--> G[Post Event Analysis]
G --End--> H[End] | |
flowchart TD
A[Start] --Ideas for Event--> B[Ideas for Event]
B --Plan Event--> C[Planining Event]
C --Organize Resources--> D[Organizing Resources]
D --Promote Event--> E[Promoting Event]
E --Host Event--> F[Hosting Event]
F --Post Event Analysis--> G[Post Event Analysis]
G --End--> H[End] | |
flowchart TD
subgraph Sales Person
A(( )) -->B(Call Client and Set-up Appointment)
B --> C{ }
D(Send Follow-up Letter) --> E{ }
end
C-->|appointment Offsite| F(Prepare a Laptop)
subgraph Consultant
F --> G(Meet with the Client)
E --> |Statement Of Problem| H(Create Proposal)
H --> I(Send proposal to client) --> J((( )))
G --> D
E -->|No Statement Of Problem| J
end
subgraph Coperate Technician
C --> |appointment Onsite| K(Prepare a Conference Room)
K --> G
end | |
flowchart TD
A[Count voters' First Choices] --> B{"Are two candidate left?"}
B -- yes --> C[2PP found]
B -- no --> D[Eliminate last place candidate]
D --> E[Recount all ballots]
E --> B | |
flowchart TD
A[Information] -->|Conversion| B(Digital data)
B --> C[/Digital model/]
C --> D("`A code that can be
recognized by a
computer`")
D --> E([Operation])
E --> F[Processing]
F --> G[Storage]
G --> H([Transfer])
H -->I[Reduction] | |
flowchart TD
A([Start]) --> B["Determine start and end of process"]
B --> C[Make a list of steps involved in the process]
C --> D{"Are the steps in order?"}
D -- No --> E[Put steps in correct sequence]
D -- Yes --> F[Draw the correct symbols]
E --> F
F --> G[Check for Completeness]
G --> H{"Complete?"}
H -- Yes --> I[Finalize chart]
I --> J([End])
H -- No --> K[Identify incomplete areas]
K --> L[Rectify the problems]
L --> G | |
flowchart LR
A(["Should we invest in a new CRM?"])
B["Which system should we buy?"]
C[Salesforce] --> D["Do we have the budget and time for required integrations?"]
B --> E[Sugar]
F["Does it work with existing hardware and IT constraints?"]
G[Microsoft Dynamics] -->F
H["Can we get better integration with other tools?"]
I["Should we update existing system?"] -->J[Do we have list of desired features currently missing?]
A -- Yes --> B
A -- No --> I
J --> H
B --> C
B --> G | |
flowchart TD
A([Start of Process]) --> B[Receive Part]
B --> C{"Inspection"}
C -- Pass --> D[Transfer to Stores]
D --> E[Issue to Production]
E --> F[Moulding]
F --> G[Curing]
G --> H{"Inspection"}
H -- Pass --> I[Dispatch]
I --> J([End of Process])
C -- Fail --> K[Return to supplier]
B --> L[/Data recorded/]
H -- Fail --> M[Quarantine]
K --> J | |
flowchart TD
A([Start]) --> B(Verse A)
B --> C(Bridge)
C --> D(Chorus)
D --> E{"Is this the first time the chorus is played?"}
E -- Yes --> F(Chorus ending 1)
F --> D
E -- No --> G(Chorus ending 2)
G --> H(Verse B)
H --> I([End]) | |
flowchart TD
A([Start]) --> B(Verse A)
B --> C(Bridge)
C --> D(Chorus)
D --> E{"Is this the first time the chorus is played?"}
E -- Yes --> F(Chorus ending 1)
F --> D
E -- No --> G(Chorus ending 2)
G --> H(Verse B)
H --> I([End]) | |
flowchart TD
A(( )) -.-> |Order Arrives|B[Check availability of every order item]
B--> C{"Enough inventory?"}
C -- Yes --> D[Ship Item]
D --> E{"Order complete?"}
E -- Yes --> F[Send bill]
F --> G((( )))
C -- No --> H[Reorder]
H --> I{"Supplies arrived?"}
I -- Yes --> D
I -- No --> I
J(( )) -.-> |Order Arrives|I
E -- No --> I | |
flowchart TD
A([Start]) --> B{"Is Switch On?"}
B -- No --> B
B -- Yes --> C(Turn LED On)
C --> D(Start timer)
D --> E{"Has 1 second expired?"}
E -- No --> E
E -- Yes --> F(Turn LED Off)
F --> G(Reset timer)
G --> H([End]) | |
flowchart TB
A([Start]) --> B[Receive customer requirement]
B --> C[Communicate changeover requirements]
C --> D[Prepare tooling and spare parts]
D --> E[Stop the line]
E --> F[Implement changeover operations]
F --> G[Trial run and measure parameters]
G --> H{"Specs. met?"}
H -- YES --> I[Run the line]
I --> J([End])
H -- NO --> K[Adjust settings]
K --> G | |
flowchart TB
A([Start]) --> B[Receive customer requirement]
B --> C[Communicate changeover requirements]
C --> D[Prepare tooling and spare parts]
D --> E[Stop the line]
E --> F[Implement changeover operations]
F --> G[Trial run and measure parameters]
G --> H{"Specs. met?"}
H -- YES --> I[Run the line]
I --> J([End])
H -- NO --> K[Adjust settings]
K --> G | |
flowchart TD
A([Start]) --> B{{Prep}}
B --> C{Decision}
C -- Yes --> D[/Data/]
C -- No --> E[/Data/]
D --> F[Document]
E --> F[Document] | |
flowchart TD
A([Start]) --> B[Customer arrives]
B --> C[Customer makes request]
C --> D[Teller inquires after ID]
D --> E{"Valid?"}
E -- Yes --> F[Check the balance]
F --> G{"Is the balance alright?"}
G -- Yes --> H[Check policy]
H --> I{"Within the purview of the policy"}
I -- Yes --> J[Log transaction]
J --> K[Give cash to client]
K --> L([End])
E -- No --> L
F -- No --> M[Reject]
I -- No --> M
G -- No --> M | |
flowchart TD
subgraph Exam Timetable
subgraph Student
A(( )) --> B["`Selects **Exam Timetable** Hyperlink`"]
C{ } -->D["`Read **PDF1?**`"]
C --> E["`Read **PDF2?**`"]
C --> F["`Acknowledge Instructions and **Proceed**`"]
I[ ]
end
subgraph System
B -->G["`Tells Student to Read **Terms & Conditions** PDFs`"] --> H[Provides Three Options]
H -- "PDF1" --> I
H -- "Proceed Button" --> I
H -- "PDF2" --> I
D -->H
E-->H
I --> C
F -->J["`Displays Students **Exam Timetable**`"] -->K((( )))
end
end | |
flowchart TD
A([Start]) --> B[Initialisation microcontroller]
B --> C[Read Ultrasonic sensor]
C --> D{"US = 1"}
D -- No --> C
D -- Yes --> E[Display value Ultrasonic sensor]
E --> F[Read PIR sensor]
F --> G{"PIR = 1"}
G -- No --> F
G -- Yes --> H{Save Distance}
H -- Yes --> I[/"Buzzer and Led off"/] --> C
H -- No --> J[/Buzzer and Led on/]
J --> K{">10 s"}
K -- No --> J
K -- Yes --> L[Relay On]
L --> M([Finish]) | |
flowchart TD
A([Start]) --> B[Declare variables n1, n2 and sum]
B --> C[Read n1 and n2]
C --> D["sum fa:fa-arrow-left n1 + n2"]
D --> E[Display sum]
E --> F([Stop]) | |
flowchart TD
A([Start]) --> B[Declare variables n1, n2 and sum]
B --> C[Read n1 and n2]
C --> D["sum fa:fa-arrow-left n1 + n2"]
D --> E[Display sum]
E --> F([Stop]) | |
flowchart TD
A([Start]) --> B[Declare variables a, b and c]
B --> C[/Read a, b and c/]
C --> D{"is a > b?"}
D -- True --> E{"is a > c?"}
D -- False --> F{"is b > c?"}
E -- True --> G[/print a/]
E -- False --> H[/print c/]
F -- True --> I[/print b/]
F -- False --> H
G --> K([Stop])
H --> K
I --> K | |
flowchart TD
A([Start]) -->B[Patient arrives]
B --> C{"Registered patient?"}
C -- Yes --> D{"Available nurse?"}
C -- No --> F[Register patient]
F --> C
D -- Yes --> E[Record health condition]
D -- No --> G[Wait for available nurse]
G --> D
E --> H{"Available doctor?"}
H -- Yes --> I[Assign patient to doctor]
H -- No --> J[Wait for available doctor]
J --> H
I --> K{"Need follow up?"}
K -- Yes --> L[Arrange appointment]
K -- No --> M{"Need Medication?"}
L --> M
M -- Yes --> N[Give patient prescription]
M -- No --> O[Patient Leaves]
N --> O
O --> P([Start]) | |
flowchart TD
A([Start]) --> B[/Power On/]
B --> C(Scan Environment)
C --> D(Generate Map and Location)
D --> E(Plan route)
E --> E1[Route]
E --> F[/Vacuum On/]
F --> X((X))
E1 --> X
X --> G(Follow route)
G --> H{"Finished Route"}
H -- Yes --> I[/Vacuum Off/]
I --> J(Return power dock)
J --> K[/Power Off/]
K --> L([End])
H -- No --> M{"Battery Low"}
M -- Yes --> I
M -- No --> N{"Vacuum full"}
N -- Yes --> O[/Vacuum Off/]
O --> P(Stop moving)
P --> Q[/Error indicator On/]
Q --> K
N -- No --> G | |
flowchart TD
A(["Lamp doesn't work"]) --> B{"Lamp plugged in?"}
B -- No --> C([Plug in lamp])
B -- Yes --> D{"Bulb burned out?"}
D -- Yes --> E([Replace bulb])
D -- No --> F([Repair lamp]) | |
flowchart TD
A([Start]) --> B[/Read Temp/]
B --> C{"Temp < 32?"}
C -- Yes --> D[/Print"Below Freezing"/]
C -- No --> E[/Print"Above Freezing"/]
D --> F([End])
E --> F | |
flowchart TD
A([Start]) --> B[/Read Income/]
B --> C[/Read Cost/]
C --> D{"Income >= Cost?"}
D -- Yes --> E[Calculate Profit as Income - Cost]
E --> G[Print Profit]
D -- No --> F[Calculate Loss as Cost - Income]
F --> H[Print Loss]
G --> I([End])
H --> I | |
flowchart TD
subgraph Should I do My Homework Now?
B{"Do you have homework?"}-- No --> C["Maybe you are lying."]
B -- Yes --> D{"Is it due in less than 12 hours?"}
C --> D
D -- Yes --> E(["Start working!"])
D -- No --> F[Watch TV]
F --> G[Play mobile games]
G --> H[Surfing on Social Media]
H -->D
end | |
flowchart TD
A([Leave home]) --> B[/Check time/]
B --> C{"Before 7 am?"}
C -- YES --> D[Take subway]
D --> E([Reach school])
C -- NO --> F[Take bus]
F --> E | |
flowchart TD
A([Start Terminator]) --> B[Process]
B --> C{Decision}
C -- Yes --> D[/Data/]
D --> E[Document]
A2((A)) --> E
E --> F([End Terminator])
C -- No --> A1(("A")) | |
flowchart TD
A(["Main"]) --> B[/"Input from switch"/]
B --> C{"Start"}
C -- Pressed --> D[["Cook"]]
C -- Not Pressed --> A
D --> A
E(["Start"]) --> F[/"Output heat is on"/]
F --> G[/"Input toast temprature"/]
G --> H{Toast}
H --Tost is not<br> as desired --> F
H --Tost is as desired --> I[/Output heat is off/]
I --> J([End]) | |
flowchart TD
A([Start]) --> B[Declare variables a, b and c]
B --> C[/Read a, b and c/]
C --> D{"is a > b?"}
D -- True --> E{"is a > c?"}
E -- True --> G[/print a/]
E -- False --> F[/print c/]
D -- False --> H{"is b > c?"}
H -- True --> I[/print b/]
H -- False --> F
G --> J([Stop])
F --> J
I --> J | |
flowchart TD
A([Start]) --> B[Declare variables a, b and c]
B --> C[/Read a, b and c/]
C --> D{"is a > b?"}
D -- True --> E{"is a > c?"}
E -- True --> G[/print a/]
E -- False --> F[/print c/]
D -- False --> H{"is b > c?"}
H -- True --> I[/print b/]
H -- False --> F
G --> J([Stop])
F --> J
I --> J | |
flowchart TD
A([Process]) --> B[/Enter amountBill & payTo/]
B --> C[/Accept amountBill & payTo/]
C --> D{"amountBill < moneyAvail?"}
D -- Y --> F[[Loop]]
F --> D
D -- N --> E([End-Process]) | |
flowchart TD
A([Start]) --> B[/Take num1, num2/]
B --> C["Average = (num1+num2)/2"]
C --> D[/Print Average/]
D --> E([End]) | |
flowchart TD
A([Start]) --> B[/Take num1, num2/]
B --> C["Average = (num1+num2)/2"]
C --> D[/Print Average/]
D --> E([End]) | |
flowchart TD
A([Start]) --> B{"Do you need to make a flowchart?"}
B -- yes --> C{"Do you know your start and end points?"}
C -- yes --> D[Let's start]
C -- no --> E["Think about what part of the process you need to see"]
B -- no --> F[Well, go read a book then.] | |
flowchart TD
A([Start]) --> B{"Do you need to make a flowchart?"}
B -- yes --> C{"Do you know your start and end points?"}
C -- yes --> D[Let's start]
C -- no --> E["Think about what part of the process you need to see"]
B -- no --> F[Well, go read a book then.] | |
flowchart TD
A([Start]) --> B[Customer arrives]
B --> C[Customer makes request]
C --> D[Teller inquires after ID]
D --> E{"Valid ?"}
E -- Yes --> F[Check the balance]
F --> G{"Is the balance alright ?"}
G -- No --> J[Reject]
F -- No --> J
G -- Yes --> H[Check policy]
H --> I{"Within the purview of the policy"}
I -- No --> J
I -- Yes --> L[Log transaction]
L --> K[Give cash to client]
K -->M([End])
E -- No -->M | |
flowchart TD
A([Start]) --> B[Patient arrives]
B --> C{"Registered Patient"}
C -- Yes --> D{"Available nurse"}
D -- Yes --> E[Record health conditions]
E --> F{"Available doctor"}
F -- Yes --> G[Assign patient to doctor]
G --> H{"Need Follow up"}
H -- Yes --> I[Arrange appointment]
H -- No --> K{"Need Medication"}
I -->K
J[Patient Leaves]
K -- Yes --> L[Give patient prescription]
L --> J
K -- No --> J
F -- No --> M[Wait for Available doctor]
M --> F
D -- No --> N[Wait for Available nurse]
N --> D
C -- No --> O[Register Patient]
O --> C
J --> P([Start]) | |
flowchart TD
A([Start]) --> B[Patient arrives]
B --> C{"Registered patient?"}
C -- Yes --> D{"Available nurse?"}
C -- No --> E[Register patient]
E --> C
D -- No --> F[Wait for available nurse]
F --> D
D -- Yes --> G[Record health condition] --> H{"Available doctor?"}
H -- No --> I[Wait for available doctor]
I --> H
H -- Yes --> J[Assign patient to doctor] --> K{"Need follow up?"}
K -- Yes --> L[Arrange appointment]
K -- No --> M{"Need Medication?"}
M -- Yes --> N[Give patient prescription]
M -- No --> O[Patient Leaves]
L --> M
N --> O
O --> P([Stop]) | |
flowchart TD
A([Start]) --> B[Patient arrives]
B --> C{"Registered patient?"}
C -- Yes --> D{"Available nurse?"}
C -- No --> E[Register patient]
E --> C
D -- No --> F[Wait for available nurse]
F --> D
D -- Yes --> G[Record health condition] --> H{"Available doctor?"}
H -- No --> I[Wait for available doctor]
I --> H
H -- Yes --> J[Assign patient to doctor] --> K{"Need follow up?"}
K -- Yes --> L[Arrange appointment]
K -- No --> M{"Need Medication?"}
M -- Yes --> N[Give patient prescription]
M -- No --> O[Patient Leaves]
L --> M
N --> O
O --> P([Stop]) | |
flowchart TD
A([Start]) --> B[Make Sales Call]
B --> C{"Buy Product?"}
C -- Yes --> D[Credit Form]
D --> E[Submit Order]
E --> F[Order Form]
F --> G[Perform Credit Check]
H[Credit Criteria] --> G
G --> I{"Checking Passed?"}
I -- Yes --> J[Review Accounts Receivable Balance]
J --> K{"Checking Passed?"}
K -- Yes --> L[Issue Credit]
L --> M1[Credit Issued Report]
L --> M2[Credit Issued Report]
L --> N([Finish]) | |
flowchart TD
A([EMRs]) --> B{"Is big size?"}
B -- Y --> C{"Is sensitive?"}
C -- Y --> D[Encryption]
D --> E[Cloud]
C -- N --> E
E --> F[/Hash/]
B -- N --> G{"Is sensitive?"}
G -- Y --> H[Encryption]
H --> I([Block])
F --> I
G -- N --> I | |
flowchart TD
A([EMRs]) --> B{"Is big size?"}
B -- Y --> C{"Is sensitive?"}
C -- Y --> D[Encryption]
D --> E[Cloud]
C -- N --> E
E --> F[/Hash/]
B -- N --> G{"Is sensitive?"}
G -- Y --> H[Encryption]
H --> I([Block])
F --> I
G -- N --> I | |
flowchart TD
A([Login]) --> B[Login with account and password]
B --> C[Enter account and password]
C --> D{"Is the information correct?"}
D -- NO --> B
D -- YES --> E[Successfully logged in]
E --> F([Homepage])
A --> G[Login with phone number]
G --> H[Enter phone number]
H --> I[Get verification code]
I --> J[Enter the code]
J --> K{"Is the information correct?"}
K -- NO --> G
K -- YES --> L[Successfully logged in]
L --> F | |
flowchart TD
A([Login]) --> B[Login with account and password]
B --> C[Enter account and password]
C --> D{"Is the information correct?"}
D -- NO --> B
D -- YES --> E[Successfully logged in]
E --> F([Homepage])
A --> G[Login with phone number]
G --> H[Enter phone number]
H --> I[Get verification code]
I --> J[Enter the code]
J --> K{"Is the information correct?"}
K -- NO --> G
K -- YES --> L[Successfully logged in]
L --> F | |
flowchart TD
subgraph Grocery Store
subgraph Receiving
A([Goods are received at dock]) --> B[Inspect goods]
B --> C{Content match order?}
end
subgraph Quality Assurance
C -- Yes --> D[Perform Quality Check]
D --> E{Goods are Accepted?}
E -- No --> G[Issue Rejection Notice]
G --> H([Delivery Failed])
end
subgraph Warehouse
E-- Yes --> F[Receiving NotifiesWarehouse to Pickup]
end
subgraph Purchasing
C -- No --> I[Advise Supplier of Rejection]
I --> J([Delivery Failed])
end
end | |
flowchart TD
A[Customer Consulting and Quotation] --> B{"Deal?"}
B -- Yes --> C[Contract Signing]
C --> D[Shipping]
D --> E[Custom Clearance]
E --> F[Tariff Payment]
F --> G[Delivery]
G --> H[Service Payment]
H --> I{"Pay Foreign Exchange?"}
I -- Yes --> J[Payment]
J --> K([End])
B -. No .-> L[Renegotation]
I -. No .-> K | |
flowchart TD
A([Start]) --> B[Login]
B --> C{Authorized?}
C -- Yes --> D[Access granted]
C -- No --> E{"Attempted 3 times?"}
E -- Yes --> G([Start])
E -- No --> B
D --> F{"Exit module?"}
F -- Yes --> G
F -- No --> D | |
flowchart TD
A([Start]) --> B[Login]
B --> C{Authorized?}
C -- Yes --> D[Access granted]
C -- No --> E{"Attempted 3 times?"}
E -- Yes --> G([Start])
E -- No --> B
D --> F{"Exit module?"}
F -- Yes --> G
F -- No --> D | |
flowchart TD
A{"ONE TABLE ADDRESS STILL UNCHANGED?"} --> B{"ONE MEMORY LEVEL STILL UNTESTED?"}
B --> A
B --> C["*(NEW TABLE ADDRESS) = NEW MEMORY LEVEL"]
C --> D["`-START CYCLE COUNTER
-RUN SW MODULE'S UT
-END CYCLE COUNTER`"]
D --> E["*(NEW TABLE ADDRESS) = REFERENCE MEMORY LEVEL"]
E -->B | |
flowchart TD
A{"ONE TABLE ADDRESS STILL UNCHANGED?"} --> B{"ONE MEMORY LEVEL STILL UNTESTED?"}
B --> A
B --> C["*(NEW TABLE ADDRESS) = NEW MEMORY LEVEL"]
C --> D["`-START CYCLE COUNTER
-RUN SW MODULE'S UT
-END CYCLE COUNTER`"]
D --> E["*(NEW TABLE ADDRESS) = REFERENCE MEMORY LEVEL"]
E -->B |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.