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
 »Â
Design,Testing and Translators
 »Â
Structured Programming
level: Structured Programming
Questions and Answers List
level questions: Structured Programming
Question
Answer
The process of breaking a complex task in to sub-tasks is called ______
Decomposition
A control structure that allows a few lines of a code to be executed multiple times is called _______
Iteration
A control structure where program executes items in the listed order is called _________
Sequence
Top-down approach is followed in structural programming, True or False?
True
Sequence, Selection, _____ are the three control structures in programming.
Iteration
What is the mechanism that allows controlling the flow of execution within a program?
Control structure
Give an example for structured programming language:
C