pseudo codes
syntax
flowcharts
programs
stack
macro
micro
union
Looping
Selective
Sequence
None
Square
Circle
Parallelogram
Triangle
Statement
Program
Flow chart
All the above
Micro
Union
Macro
Stack
Input/Output, Decision, Repeat
Input, Output, Process
Loop, Input/Output, Process
Sequence, Selection, Repeat
Design
Palnning
Algorithm
Execution
program
Flowchart
statement
Prime numbers
Fibonacci sequence
Even numbers
Odd numbers
Branch
Loop
Condition
What will be the output of the following pseudo code?
Integer a,bset a=10,b=5a=a mod(a-6)b=b mod(b-2)print a-b
4
0
1
8
Control flow
Terminal
Processing
Decision
Sub Function
Recursion
Reverse Polish Notation
Traversal Algorithm
What will be the output of the following algorithm for a=5, b-8, c=6 ?
Step 1: Start Step 2: Declare variables a, b and c. Step 3 Read variables a, b and c. Step 4: If a < b If a <c Display a is the smallest number. Else Display c is the smallest number. Else If b <c Display b is the smallest number. Else Display c is the smallest number Step 5:Stop
a is the smallest number
b is the smallest number
c is the smallest number
stop
Oval
Rectangle
Arrow
Diamond
Process
None of these
A Circle
A Diamond
square
Both A and B
1 and itself
1 and 2
All numbers
2 and itself
Input/Output
arrow
circle
box
parallelogram
Sequential processing
Parallel processing
Decision processing
Iterative processing
Better programming
easy testing and debugging
Efficient Coding
All
Processor and memory
Complexity and capacity
Time and space
Data and space
Arithmetic instruction
Start/Stop
All of the above
Performance
Algorithmic Representation
Evaluation
Flowcharting
integer a,bset a=9,b=5a=a mod(a-3)b=b mod(b-3)print a+b
5
9
A flowchart
Step by step instructions used to solve a problem
A flowchart or pseudo code
A decision