#4 is true
We use pseudocode to help us understand code.
#5 is false
Strings are surrounded by quotes, integers are not.
#6 is 100.
Integers are numbers with no decimal places.
The subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
<h3>What is SRS document?</h3>
SRS document of the software requirement specification document is the document which describes the function of a software and its procedure to perform a particular function.
Different types of requirement-
- A. External Interface Requirements- This includes the interface of used, such as layout of screen, button etc.
- B. Design Constraints- This includes the subcomponent of the system, such as performance requirement.
- C. Inverse Requirements- It defines that what a system can not do.
- D. Logical Database Requirements- Data of the user are saved in this such as profile, massage,data formats, data integrity, and storage capabilities etc.
- E. Non-Functional Requirements-This includes attributes of system, performance, security etc.
Frank is preparing a subsection of the SRS document that specifies data formats, data integrity, and storage capabilities.
Thus, the subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
Learn more about the SRS document here:
brainly.com/question/26161636
#SPJ1
Shell programs are computer programs designed to run on the Unix/Linux shell
The shell program where comments are used to explain each line is as follows:
#This gets input for NAME
read NAME
#This gets input for AGE
read AGE
#This gets input for USN
read USN
#This gets input for GENDER
read GENDER
#This prints the name
echo "Name: $NAME"
#This prints the age
echo "Age: AGE"
#This prints the usn
echo "USN: USN"
#This prints the gender
echo "GENDER: $GENDER"
#The following if condition determines, if the user is eligible to vote or not
if [ $USN -gt 50 ] then
echo "You are not eligible"
else
echo "You are eligible"
Read more about computer programs at:
brainly.com/question/13795586
The answer in the space provided is the bullets as this is
the graphic elements that are used in each items that is organized in a list in
a way of making the list more clearer and more presentable with the given
indications or symbols.