SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Algorithms
 »Â
Pseudo-code and Flowchart
level: Pseudo-code and Flowchart
Questions and Answers List
level questions: Pseudo-code and Flowchart
Question
Answer
What is the method of expressing an algorithm design?
Pseudo-code
What is called the informal way of programming description written in a language with common programming terms to express an algorithm design?
Pseudo-code
The statement language always should be independent while writing a ______
Pseudo-code
Pseudo-code and flow charts are used for designing ______
Algorithms
What are the two common methods for expressing algorithm designs?
Pseudo-code and flowcharts
In a flowchart, a rectangle represents a ________
Process
Which shape is used to represent the start and end of a flowchart?
Oval
In a flow chart, data flow is represented by _______
An arrow
A detailed flowchart is known as _______
Micro
The process of drawing a flowchart for an algorithm is known as ________
Flowcharting
A graphical way of representing an algorithm design is called ________
Flowchart
The instructions in flowcharting are normally represented in _______
Boxes
Which type of box can represent two different conditions?
Diamond
The method used to repeat things in a flowchart is called _______
Loop