Computer_Science_Concepts
Computer_Science_Concepts
- A Storage Unit is a component in computers that stores data, instructions, and information. It can
- RAM (Random Access Memory): Temporary memory that stores data actively in use. It is
- ROM (Read-Only Memory): Permanent memory that holds the firmware or instructions for
- Cache Memory: A smaller, high-speed memory that stores frequently accessed data to increase
processing speed.
- Registers: Small, high-speed storage within the CPU used for specific functions, like holding
- Data Integrity and Accuracy: Ensures that the data is consistent, accurate, and complete.
- Data Security: Provides a controlled access environment, allowing only authorized users.
- Concurrent Access: Allows multiple users to access the same data simultaneously without
conflicts.
- Backup and Recovery: Manages backups automatically, ensuring data can be recovered in case
of failure.
- Examples:
- HTTP (Hypertext Transfer Protocol): Used for accessing web pages on the internet.
- FTP (File Transfer Protocol): Allows for the transfer of files over a network.
- SMTP (Simple Mail Transfer Protocol): Manages the sending and receiving of email.
- TCP/IP (Transmission Control Protocol/Internet Protocol): Fundamental protocol suite for the
4. Which data types will you use for the above fields: Employee Name, Address, Gender, Age,
Birthdate?
5. Write a list of operating systems for mobile phones and personal computers.
- Android
- iOS
- HarmonyOS
- KaiOS
- Windows
- macOS
INSERT INTO employees (name, age, position) VALUES ('John Doe', 30, 'Manager');
- e) ALTER TABLE: Modifies the structure of an existing table, such as adding or removing
columns.