Reference no: EM134011151
Tutorial - Programming for Security Professionals
This tutorial session is designed for 1 hour. Students will practice basic programming concepts using C Programming, HTML, Perl, and Python through short guided activities. The focus is on writing simple programs, understanding syntax, and observing outputs with support from Introduction To Programming concepts.
Activity 1: Writing Your First Algorithm
Task: Write down the steps for making scrambled eggs. Assume the person has never cooked before.
Activity 2: Debugging a Simple C Program
Activity 3: Creating a Simple HTML Webpage
Task: Write a simple HTML webpage that displays the title 'Security Tester Website' and a link to https://cve.mitre.org/ with the text 'Click here for vulnerabilities'.
Activity 4: Writing a Python Script (20 minutes)
Task: Write a Python script that prints 'Hello Security Testers!' to the screen.