Unit 7 - Module 1 - Python Programming Flashcards
What is the use of technology to reduce human manual effort persom common and repetitive tasks?
Automation
Why is Python used in cybersecurity?
q
User friendly
Rembles Human language
Less code
Easy to read
Standard Guidelines
Online Support
Built-in Code
What is a process that can be used to create a specific set of instructions for a computer to execute tasks?
Programming
What do you call a computer program that translates Python code into runnable instructions line by line?
Interpreter
What refers to the rules that determine what is correctly structured in a computer language?
Syntax
What do you call a note programmers make about the intention behind their code?
Comment
In Python, What code outputs a specified object to the screen?
print ()
Example - print(“Hello Python”)
What is something that is an online interface for writing, storing and running code?
Notebook
What is a software application for writing code that proivides editing assistance and error correction tools?
Integrated Devleopment Enviroment (IDE)
What is a category for a particular type of dta item?
Data type
What is data consisting of an ordered sequence of characters?
String Data
What is data consisting of a number with decimal point?
Float Data
What is data consisiting of a number that does not include a decimal point?
Integer Data
What is data that can only be one of two values: True or False
Boolean Data
What do you call data structure that consists of a collection of data in sequential form?
List Data