Programming Flashcards
1
Q
What are the types of operations a computer can perform?
A
Shifting operations
Comparing or testing operations
Calculating or computer operations
Jumping operations
2
Q
Definition of an algorithm by Knuth
A
A recipe or process or procedure or method or technique or routine in that it is a finite set of rules which gives sequence of operations for solving a specific type of problem
3
Q
Features of an algorithm
A
Finiteness Definiteness Input Output Effectiveness
4
Q
Why flowchart language?
A
It helps beginners to follow the logical structure of a program pictorially
5
Q
Rectangle
A
Any Processing
6
Q
Circle
A
Start/Stop
7
Q
Diamond/Kite
A
Decision
8
Q
Rhombus
A
Inout/Output
9
Q
Rectangle with sleeves
A
Predefined processing
10
Q
4 arrows
A
Logic Flow
11
Q
Small circle
A
Connector