2/10 #Python
Web and Internet Development,Scientific and Numeric applications, Desktop GUIs, Business applications. It is widely used in AI and Machine Learning space.
3/10 #Java
Mostly used for developing Android apps, web apps, and Big data
4/10 #R
Data Science projects, Statistical computing, Machine learning
5/10 #javascript
JavaScript usage include web/mobile app development, game development, and desktop app development.
6/10 #Swift
Data science projects, Statistical computing and machine learning.
7/10
C++
C++ is widely used in Game Development, Advance Computations, and Graphics Compilers
8/10
C#
Widely used in enterprise Cross-application game Development
9/10 #PHP
Web Development, Content Management Systems,ecommerce applications
2/10
When i try to visit https://www.mp3juices[.]cc
(Free music downloading site)
There is a malicious ad that pops up at the top
3/10
When I go ahead and click on that ad in an isolated environment.I am presented with the screen below claiming that i have won $300,000 reward from Bank of #SouthSudan
General security policies affecting an employee using the internet are as follows:
👇👇👇👇 #SSOT#CybersecurityAwarenessMonth
Thread
1/6
2/6 Social media networks/applications
Many people have social media accounts, such as Twitter, Facebook, Instagram etc.These sites store personal details about everyone who has an account, and employees need to be careful with the information that they post on these sites.
3/6 Cognitive hacking
This is where a computer system attack relies on changing human users' perceptions and corresponding behaviors in order to be successful. This is a social engineering attack and the information required could be found on your various social media websites.
2/13
Backdoor
A backdoor in a computer system, a cryptosystem or an algorithm, is any secret method of bypassing normal authentication or security controls.
Denial-of-service attack
3/13
Denial of service attacks (DoS) are designed to make a machine or network resource unavailable to its intended users.
In Python, the command print tells the program to display words or numbers on the screen. Here's a line of code that tells Python to display the words “Hello, World!”
print("Hello, World!")
print is a keyword—that is, a word that has special meaning for Python. It means, "Display what’s inside the parentheses." Note that print isn't capitalized. If you capitalize it, the program won’t run.