Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

USING PYTHON IDLE 3.4: These are the task list for each part, to make things cle

ID: 3864911 • Letter: U

Question

USING PYTHON IDLE 3.4:

These are the task list for each part, to make things clear:

I need help with this please! Really appreciate it! :(

Part 1: The MagRail Launch Control Panel The first step in developing the simulated MagRail launch system is to design and test the launch control panel. This is the command center for the entire operation and must be setup correctly for the simulation to be successful. The operator must be able to define the test parameters, check that they meet the operational parameters of the MagRail system, receive approval, launch and then monitor the flight of the vehicle. The actual MagRail system uses a proprietary, highly confidential launch control system, which unfortunately the client cannot provide. After some negotiating, they agreed to draw a rough sketch of a functional layout for the control panel showing five (5) groups of components Razzzzzzzzzzzzzzzzzzzz 1) Status lights 1 Ma Rail Launch Error, Go and Warning Contro L Center 2) ata entry boxes Angle, Power and Gravity 3) interactive buttons He Verify and Launch Launch Drtande 4) Real-time data displays Height, Distance, Flight Time and Count Down 5) System Information Messages Enter a Tower

Explanation / Answer

#!/bin/bash #

Parallel shell for pre-requisite verification

shopt -s expand_aliases

D=$(dirname "$0")

abspath=$(cd "$D" 2>/dev/null && pwd || echo "$D")

eval enpath=$(echo /sys/kernel/mm/*transparent_hugepage/enabled)

#Setup Parallel Shell to use

alias psh=clush

alias dshbak=clubak

parg="-a"

# System info

psh $parg "dmidecode |grep -A2 '^System Information'" | dshbak -c

echo $sep

# BIOS

psh $parg "dmidecode | grep -A3 '^BIOS I'" | dshbak -c

echo $sep

# Memory

psh $parg "cat /proc/meminfo | grep -i ^memt | uniq" | dshbak -c

echo $sep