Write a program that creates a child process. The remaining of your program depends on the last digit of your student number (9 digit number) (consider zero as an even number). If the last digit of your student number (9 digit number) is an odd number: After creating the child process, the parent process will set an alarm using the SIGALRM signal to expire in X minutes. The value of X is calculated using the last digit of your student number (9 digit number) plus 5. While the alarm timer does not expire, the child process will print on the screen the message “The clock is ticking for Y minutes!”, where Y is the current amount of minutes passed since the first message sent by the child process. Therefore, the child prints the message at one minute intervals. When the alarm timer expires, the parent kills the child process, waits for the child to die and then prints: “The child task is completed!”, and exits the program. If the last digit of your student number (9 digit number) is an even number: After creating the child process, the child process will set an alarm using the SIGALRM signal to expire in X minutes. The value of X is calculated using the last digit of your student number (9 digit number) plus 5. While the alarm timer does not expire, the parent process will print on the screen the message “The clock is ticking for Y minutes!”, where Y is the current amount of minutes passed since the first message was printed by the parent. Therefore, the parent prints the message at one minute intervals. When the alarm timer expires, the child sends a SIGINT signal to the parent process, sleeps for 2 seconds and terminates. When the parent handles the SIGINT signal, it waits for the child to die and then prints: “The child task is completed!”, and exits the program. Note: Inside the C code you must add meaningful explanatory comments to all major commands and semantics of what the control structures are performing in relation to the realisation of your unique example. Comments must be short, clear, and objective about how the code will perform.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Write a program that creates a child process. The remaining of your program depends
on the last digit of your student number (9 digit number) (consider zero as an even number).


If the last digit of your student number (9 digit number) is an odd number:
After creating the child process, the parent process will set an alarm using the
SIGALRM signal to expire in X minutes. The value of X is calculated using the
last digit of your student number (9 digit number) plus 5. While the alarm timer does not expire, the
child process will print on the screen the message “The clock is ticking for Y
minutes!”, where Y is the current amount of minutes passed since the first
message sent by the child process. Therefore, the child prints the message at
one minute intervals. When the alarm timer expires, the parent kills the child
process, waits for the child to die and then prints: “The child task is
completed!”, and exits the program.


If the last digit of your student number (9 digit number) is an even number:
After creating the child process, the child process will set an alarm using the
SIGALRM signal to expire in X minutes. The value of X is calculated using the
last digit of your student number (9 digit number) plus 5. While the alarm timer does not expire, the
parent process will print on the screen the message “The clock is ticking for Y
minutes!”, where Y is the current amount of minutes passed since the first
message was printed by the parent. Therefore, the parent prints the message
at one minute intervals. When the alarm timer expires, the child sends a
SIGINT signal to the parent process, sleeps for 2 seconds and terminates. When
the parent handles the SIGINT signal, it waits for the child to die and then prints:
“The child task is completed!”, and exits the program.


Note: Inside the C code you must add meaningful explanatory comments to all major
commands and semantics of what the control structures are performing in relation to the
realisation of your unique example. Comments must be short, clear, and objective about
how the code will perform.

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education