Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python program 12. 13. You are finding the area of a rectangle. In your pseudocode or in your program, you write the process as such:
Python program
12. 13. You are finding the area of a rectangle. In your pseudocode or in your program, you write the process as such: area = length + width What type of error would you encounter? High Level Languages such as Fortran, Pascal and COBOL are considered as which generation of programming languages? Write one way that a+=3 be written in a pseudocode? Which datatype carries the values of True and False? The next three questions are based on the problem statement in Figure 2 below. 14. 15. A small local bank employs thousands of employees. Each employee's data is stored in a file belonging to the Human Resource Department. The manager needs a report on employees who have worked for more than 10 years. He summoned on you as the IT personnel to generate a report that will help him identify the names and departments of the staff who fall under that category. You write a pseudocode before creating a program. You use the file which, among others, has the staff id, name, date joined, salary, department, date of birth and blood type. Figure 2 What is the main input value that will result in the ability to find the required output? What structure is required to enable the data to be read and stored in an array? When the data are stored in an array, name one process that can be done easily. In the early history of programming language, which language can computers understand? 16. 17. 18. 19. 20. 21. What type of error happens when you write this line in Python: c==a+b What keyword in used in a pseudocode to represent putting in a data from the keyboard? What does a condition need to be to execute the succeeding line following the if- statement? 22Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started