Skip to main content

Types of Computer Memory - Internal Memory, External Memory, ROM, RAM, SRAM, DRAM, SDRAM, RDRAM, DDR SDRAM, DDR1, DDR2, DDR3, DDR4, HDD, SSD, CD, USB.

Types of Computer Memory


Types of Computer Memory
(Image by - Google Images)



Computer Memory
|
|
|
|- Internal Memory
| |
| |- ROM (Read-only memory)
| |
| |- RAM (Random-access memory)
| |
| |-SRAM (Static Random-access memory)
| |
| |- DRAM (Dynamic Random-access memory)
| |
| |- SDRAM (Synchronous Dynamic Random Access Memory)
| |
| |- RDRAM (Rambus Dynamic Random Access Memory)
| |
| |- DDR SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory)
| |
| |- DDR1
| |
| |- DDR2
| |
| |- DDR3
| |
| |- DDR4
|
|
|
|- External Memory
|
|- HDD (Hard Disk Drive)
|
|- SSD (Solid State Drive)
|
|- CD (Compact Disc)
|
|- USB (Universal Serial Bus)


Comments

Popular posts from this blog

SQL Injection

SQL Injection The SQL Injection is a code penetration technique that might cause loss to our database. It is one of the most practiced web hacking techniques to place malicious code in SQL statements, via webpage input. SQL injection can be used to manipulate the application's web server by malicious users. SQL injection generally occurs when we ask a user to input their username/userID. Instead of a name or ID, the user gives us an SQL statement that we will unknowingly run on our database. For Example - we create a SELECT statement by adding a variable "demoUserID" to select a string. The variable will be fetched from user input (getRequestString). demoUserI = getrequestString("UserId"); demoSQL = "SELECT * FROM users WHERE UserId =" +demoUserId; Types of SQL injection attacks SQL injections can do more harm other than passing the login algorithms. Some of the SQL injection attacks include: Updating, deleting, and inserting the data: An attack can mo...

Windows Key Shortcuts

List of common keyboard shortcuts that can be used with the Windows key: (Image by - Sharma Guides | Subham232330) 1. Windows Key + D: Show the Desktop 2. Windows Key + E: Open File Explorer 3. Windows Key + I: Open Settings 4. Windows Key + L: Lock the computer 5. Windows Key + R: Open the Run Dialog 6. Windows Key + S: Open the search bar 7. Windows Key + Tab: Open Task View 8. Windows Key + Ctrl + D: Create a new virtual desktop 9. Windows Key + Ctrl + Left or Right arrow: Switch between virtual desktops 10. Windows Key + M: Minimize all windows 11. Windows Key + Shift + M: Undo minimize all windows 12. Windows Key + Up Arrow: Maximize the current window 13. Windows Key + Down Arrow: Minimize the current window 14. Windows Key + Right Arrow: Snap the current window to the right 15. Windows Key + Left Arrow: Snap the current window to the left 16. Windows Key + P: Project to a second screen 17. Windows Key + Home: Minimize all but the active window 18. Windows Key + ...

Excel Shortcuts - Ctrl + N, Ctrl + O, Ctrl + S, Ctrl + W, Ctrl + F4, Ctrl + H, Ctrl + K, Ctrl + PageDown, Ctrl + PageUp, Ctrl + P, Ctrl + G, Ctrl + ;, Ctrl + Space, Ctrl + 9, Ctrl + 0, Ctrl + F1, Ctrl + X, Ctrl + End, Ctrl + Home, Ctrl + Delete

Excel Shortcuts (Image by - Sharma Guides | Subham232330) Ctrl + N = To create a new workbook Ctrl + O = To open an existing workbook Ctrl + S = To save a workbook Ctrl + W = To close the current workbook Ctrl + F4 = To close excel Ctrl + H = To display find and replace Ctrl + K = To insert a hyperlink Ctrl + PageDown = To move the next sheet Ctrl + PageUp = To move the previous sheet Ctrl + P = Print File Ctrl + G = Display "Go To" dialog box Ctrl + ; = Insert the current date Ctrl + Space = Select the entire column Ctrl + 9 = Hide selected row Ctrl + 0 = Hide selected column Ctrl + F1 = Expand or Collapse ribbon Ctrl + X = Cut selected cells Ctrl + End = Move to the last cell in the worksheet Ctrl + Home = Move to the first cell in the worksheet Ctrl + Delete = Delete end of line