instruction stringlengths 14 84 | output stringlengths 1 210 |
|---|---|
What is social engineering? Explain briefly. | Social engineering is the manipulation of people into performing actions or revealing information. |
Which city is the capital of Mexico? | The capital of Mexico is Mexico City. |
Write a Python function that finds the maximum in a list. | ```python
def max_value(items):
if not items:
raise ValueError('empty list')
return max(items)
``` |
Summarize this idea: backups protect your data. | Backups help you recover important data after mistakes, failures or attacks. |
Give me three study tips. | Study in short focused sessions, review notes regularly, and test yourself instead of only rereading. |
What is 623 + 773? | 1396 |
Write a Python function that finds the maximum in a list. | ```python
def max_value(items):
if not items:
raise ValueError('empty list')
return max(items)
``` |
Translate into Italian: Cybersecurity | Sicurezza informatica |
Which city is the capital of China? | The capital of China is Beijing. |
Translate into Italian: Good morning | Buongiorno |
What is 335 + 914? | 1249 |
What is 386 - 615? | -229 |
What is the Solar System? | The Solar System is the Sun and the objects that orbit it, including planets, moons, asteroids and comets. |
What is two-factor authentication? | Two-factor authentication adds a second proof of identity, such as an app code or hardware key, in addition to the password. |
Write a short motivational sentence. | Small consistent steps can create big results over time. |
Why should you verify a suspicious link before clicking? | Because attackers can disguise malicious websites as legitimate ones to steal credentials or install malware. |
What is 812 - 738? | 74 |
Raccontami una breve storia in italiano. | C'era una volta un piccolo gatto nero di nome Luna. Ogni sera osservava le stelle e aiutava gli animali del bosco. Un giorno trovò un uccellino ferito, lo salvò e capì che la gentilezza rende il mondo migliore. |
In simple words, what is OSINT? | OSINT means Open Source Intelligence: collecting and analyzing publicly available information in a lawful and structured way. |
Spiega il phishing in italiano semplice. | Il phishing è un inganno online. Qualcuno finge di essere una banca, un servizio o una persona affidabile per convincerti a inserire password, codici o dati personali. |
Translate into Italian: Cybersecurity | Sicurezza informatica |
Dammi tre consigli per una password sicura. | Usa password lunghe e uniche, attiva l'autenticazione a due fattori e conserva le password in un password manager. |
What is the largest planet in the Solar System? | The largest planet in the Solar System is Jupiter. |
Which city is the capital of Canada? | The capital of Canada is Ottawa. |
Answer directly: capital of China? | The capital of China is Beijing. |
Cybersecurity: What is OSINT? | OSINT means Open Source Intelligence: collecting and analyzing publicly available information in a lawful and structured way. |
What is the capital of Argentina? | The capital of Argentina is Buenos Aires. |
What is 44 + 29? | 73 |
Spiega il phishing in italiano semplice. | Il phishing è un inganno online. Qualcuno finge di essere una banca, un servizio o una persona affidabile per convincerti a inserire password, codici o dati personali. |
Say hello politely. | Hello! How can I help you today? |
Write a Python function that reverses a string. | ```python
def reverse_string(s):
return s[::-1]
``` |
All dogs are mammals. Fido is a dog. What follows logically? | Fido is a mammal. |
Name the capital city of Argentina. | The capital of Argentina is Buenos Aires. |
Name the capital city of Finland. | The capital of Finland is Helsinki. |
Why should you verify a suspicious link before clicking? | Because attackers can disguise malicious websites as legitimate ones to steal credentials or install malware. |
Name the capital city of Sweden. | The capital of Sweden is Stockholm. |
What is 825 - 11? | 814 |
Translate into Italian: Machine learning | Apprendimento automatico |
Cos'è un backup? | Un backup è una copia dei dati salvata in un posto sicuro. Serve per recuperare file dopo guasti, errori o attacchi ransomware. |
Write a Python function that computes factorial. | ```python
def factorial(n):
if n < 0:
raise ValueError('n must be non-negative')
result = 1
for i in range(2, n + 1):
result *= i
return result
``` |
Write a Python function that checks if a number is even. | ```python
def is_even(n):
return n % 2 == 0
``` |
What is 579 + 930? | 1509 |
What is 48 * 59? | 2832 |
What is malware? | Malware is software designed to damage, disrupt, spy on or gain unauthorized access to systems. |
Dammi tre consigli per una password sicura. | Usa password lunghe e uniche, attiva l'autenticazione a due fattori e conserva le password in un password manager. |
Cybersecurity: How can I recognize a phishing email? | Check the sender, links, urgency, spelling, attachments and requests for passwords or codes. When in doubt, do not click and verify through an official channel. |
What is 910 - 566? | 344 |
Translate into Italian: Password | Password |
How can I recognize a phishing email? Explain briefly. | Check the sender, links, urgency, spelling, attachments and requests for passwords or codes. When in doubt, do not click and verify through an official channel. |
Geography question: what is Belgium's capital? | The capital of Belgium is Brussels. |
Summarize this idea: backups protect your data. | Backups help you recover important data after mistakes, failures or attacks. |
Name the capital city of France. | The capital of France is Paris. |
Raccontami una breve storia in italiano. | C'era una volta un piccolo gatto nero di nome Luna. Ogni sera osservava le stelle e aiutava gli animali del bosco. Un giorno trovò un uccellino ferito, lo salvò e capì che la gentilezza rende il mondo migliore. |
Write a Python function that reverses a string. | ```python
def reverse_string(s):
return s[::-1]
``` |
What is 623 + 314? | 937 |
What is the capital of United States? | The capital of United States is Washington, D.C.. |
In simple words, how can I recognize a phishing email? | Check the sender, links, urgency, spelling, attachments and requests for passwords or codes. When in doubt, do not click and verify through an official channel. |
What is 69 + 802? | 871 |
What is 323 - 518? | -195 |
Cos'è un backup? | Un backup è una copia dei dati salvata in un posto sicuro. Serve per recuperare file dopo guasti, errori o attacchi ransomware. |
Name the capital city of China. | The capital of China is Beijing. |
What is 39 - 375? | -336 |
Translate into Italian: I need help | Ho bisogno di aiuto |
Translate into Italian: Machine learning | Apprendimento automatico |
Write a Python function that reverses a string. | ```python
def reverse_string(s):
return s[::-1]
``` |
Write a Python function that computes factorial. | ```python
def factorial(n):
if n < 0:
raise ValueError('n must be non-negative')
result = 1
for i in range(2, n + 1):
result *= i
return result
``` |
Summarize this idea: backups protect your data. | Backups help you recover important data after mistakes, failures or attacks. |
What is the capital of Hungary? | The capital of Hungary is Budapest. |
Why is a unique password important? | If one service is breached, a unique password prevents attackers from using the same password on other accounts. |
Translate into Italian: Thank you | Grazie |
Dammi tre consigli per una password sicura. | Usa password lunghe e uniche, attiva l'autenticazione a due fattori e conserva le password in un password manager. |
Cybersecurity: What is ransomware? | Ransomware is malware that encrypts files or blocks systems and demands payment to restore access. |
Dammi tre consigli per una password sicura. | Usa password lunghe e uniche, attiva l'autenticazione a due fattori e conserva le password in un password manager. |
What is phishing? Explain briefly. | Phishing is a social engineering attack where criminals use fake emails, messages or websites to trick people into giving away passwords, payment data or other sensitive information. |
What is 39 * 24? | 936 |
What is HTTPS? Explain briefly. | HTTPS is HTTP protected with TLS encryption, which helps keep communication between browser and website confidential and authentic. |
Which city is the capital of Japan? | The capital of Japan is Tokyo. |
What is 100 + 746? | 846 |
Why is a unique password important? | If one service is breached, a unique password prevents attackers from using the same password on other accounts. |
In simple words, what is malware? | Malware is software designed to damage, disrupt, spy on or gain unauthorized access to systems. |
What is 29 * 92? | 2668 |
How do I protect against ransomware? Explain briefly. | Keep offline backups, update systems, use MFA, limit privileges, filter email attachments and train users to recognize suspicious messages. |
What is the largest planet in the Solar System? | The largest planet in the Solar System is Jupiter. |
What is 777 - 9? | 768 |
Write a Python function that checks if a number is even. | ```python
def is_even(n):
return n % 2 == 0
``` |
Spiega il phishing in italiano semplice. | Il phishing è un inganno online. Qualcuno finge di essere una banca, un servizio o una persona affidabile per convincerti a inserire password, codici o dati personali. |
Explain the calculation 9 * 2. | 9 multiplied by 2 means adding 9 exactly 2 times. The result is 18. |
Write a short motivational sentence. | Small consistent steps can create big results over time. |
What is 811 - 465? | 346 |
Translate into Italian: Backups are important | I backup sono importanti |
What is 84 + 802? | 886 |
Answer directly: capital of Netherlands? | The capital of Netherlands is Amsterdam. |
What is phishing? Explain briefly. | Phishing is a social engineering attack where criminals use fake emails, messages or websites to trick people into giving away passwords, payment data or other sensitive information. |
If it rains, the ground gets wet. It rains. What happens? | The ground gets wet. |
Name the capital city of Turkey. | The capital of Turkey is Ankara. |
Say hello politely. | Hello! How can I help you today? |
What is 67 * 98? | 6566 |
Why should you verify a suspicious link before clicking? | Because attackers can disguise malicious websites as legitimate ones to steal credentials or install malware. |
Write a Python function that counts vowels in a string. | ```python
def count_vowels(text):
vowels = set('aeiouAEIOU')
return sum(1 for ch in text if ch in vowels)
``` |
Spiega cos'è l'intelligenza artificiale. | L'intelligenza artificiale è un insieme di tecnologie che permette ai computer di riconoscere schemi, generare testo, analizzare dati e aiutare le persone a prendere decisioni. |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 67