Write 'T' for true and 'F' for false.
a.
Algorithm uses various symbols to shows the process flow of the program.
In flowcharts, decision box is used to show the branches in the
b.
process flow.
C.
d.
Algorithm and flowchart are the same thing.
Assembly language is a first generation language.
High-level languages are machine independent.
e.
Answers
Answer:
(a) False
(b) True
(c) False
True/ False involves placing true in front of correct sentences and false in front of incorrect sentences.
- The given sentences belong to the concept of assembly language and other elements associated with it.
- The sentences can be categorised as -
a. Algorithm uses various symbols to show the process flow of the program - True ( Various processes are depicted by symbols)
b. In flowcharts, decision box is used to show the branches in the process flow. - True ( It is a diamond-shaped box in a flowchart that houses an important choice)
c. The algorithm and flowchart are the same things. - False ( Especially in computer programming, numerous processes such as algorithms and flowcharts are utilised to construct various programmes.)
d. Assembly language is a first-generation language. - True ( It is the most initial language made)
e. High-level languages are machine independent - True ( These are machine independent and enables users to write easily)
#SPJ3