technology

What is artificial intelligence in simple terms?

Tap to reveal the answer

technology

Artificial intelligence is technology that allows computers to learn from information and make decisions similar to how humans do. AI systems can recognize patterns, understand language, and complete tasks without being explicitly programmed for every situation.

Tap to flip back

technology

What are the components of a cryptographic key pair?

Tap to reveal the answer

technology

A cryptographic key pair consists of two mathematically related keys: a public key that can be shared openly and a private key that must be kept secret. Together, they enable secure encryption, decryption, and digital signatures.

Tap to flip back

technology

Why do devices use SSH for remote access?

Tap to reveal the answer

technology

SSH (Secure Shell) is used for remote access because it encrypts all data transmitted between devices, protecting passwords and sensitive information from being intercepted by hackers. It also provides a secure way to control computers from far away over the internet.

Tap to flip back

technology

How does public key authentication work?

Tap to reveal the answer

technology

Public key authentication is a security method that uses two linked keys—a public key that anyone can see and a private key that only you have—to verify your identity and encrypt information. When you log in, the system confirms you have the matching private key without ever seeing it.

Tap to flip back

technology

What is a text-user interface (TUI)?

Tap to reveal the answer

technology

A text-user interface (TUI) is a way to interact with a computer using text commands and keyboard inputs instead of a mouse and graphics. It displays information on a screen using characters and text rather than images and windows.

Tap to flip back