make cards abt memory and data Flashcards

(44 cards)

1
Q

What is the definition of memory in the context of computing?

A

Memory in computing refers to the hardware devices that store data temporarily or permanently for processing by the CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: RAM is a type of non-volatile memory.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does RAM stand for?

A

Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: The primary function of memory is to store ______.

A

data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which type of memory is faster: RAM or hard disk?

A

RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the main purpose of cache memory?

A

To speed up the access to frequently used data and instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: Flash memory is a type of volatile memory.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between volatile and non-volatile memory?

A

Volatile memory loses its data when the power is turned off, while non-volatile memory retains data without power.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multiple choice: Which of the following is an example of non-volatile memory? A) RAM B) Cache C) SSD D) Register

A

C) SSD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does SSD stand for?

A

Solid State Drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blank: The CPU communicates with memory through the ______.

A

memory bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: The larger the RAM, the more applications can run simultaneously.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the role of virtual memory?

A

To extend the apparent amount of RAM by using disk space to simulate additional memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Multiple choice: Which type of memory is typically the slowest? A) Cache B) RAM C) Hard Disk D) Flash Memory

A

C) Hard Disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the primary use of ROM?

A

To store firmware and system software that does not change frequently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False: Data stored in ROM can be easily modified.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does EEPROM stand for?

A

Electrically Erasable Programmable Read-Only Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Fill in the blank: The speed of memory affects the overall ______ of a computer system.

19
Q

What is a memory leak?

A

A situation where a program consumes memory without releasing it back to the system, leading to reduced performance.

20
Q

Multiple choice: Which memory type is often used in mobile devices? A) HDD B) RAM C) Flash D) Cache

21
Q

What is the function of memory management in an operating system?

A

To allocate and manage memory resources for applications and processes.

22
Q

True or False: The term ‘data’ refers only to numerical information.

23
Q

What is the difference between data and information?

A

Data is raw facts and figures, while information is processed data that is meaningful.

24
Q

Fill in the blank: Data can be classified into ______ and ______ types.

A

qualitative, quantitative

25
What is the purpose of data compression?
To reduce the size of data for storage or transmission purposes.
26
Multiple choice: Which of the following is a lossless compression method? A) JPEG B) PNG C) MP3 D) MPEG
B) PNG
27
True or False: Data integrity refers to the accuracy and consistency of data over its lifecycle.
True
28
What is metadata?
Data that provides information about other data.
29
Fill in the blank: A database is an organized collection of ______.
data
30
What is the purpose of a primary key in a database?
To uniquely identify each record in a database table.
31
Multiple choice: Which of the following is a relational database management system (RDBMS)? A) MongoDB B) MySQL C) Redis D) Cassandra
B) MySQL
32
True or False: Data redundancy is the duplication of data in a database.
True
33
What is normalization in the context of databases?
The process of organizing data to reduce redundancy and improve data integrity.
34
Fill in the blank: A ______ is a collection of related data stored in a database.
table
35
What is SQL used for?
Structured Query Language (SQL) is used for managing and manipulating relational databases.
36
Multiple choice: Which SQL command is used to retrieve data from a database? A) INSERT B) UPDATE C) SELECT D) DELETE
C) SELECT
37
True or False: Data mining involves analyzing large datasets to discover patterns and relationships.
True
38
What is big data?
Extremely large datasets that may be analyzed computationally to reveal patterns, trends, and associations.
39
Fill in the blank: The three Vs of big data are Volume, Velocity, and ______.
Variety
40
What is the purpose of data visualization?
To represent data graphically to make it easier to understand and interpret.
41
Multiple choice: Which of the following tools is commonly used for data visualization? A) Excel B) SQL C) Python D) All of the above
D) All of the above
42
True or False: Data security is only concerned with protecting data from unauthorized access.
False
43
What is encryption?
The process of converting data into a coded format to prevent unauthorized access.
44
Fill in the blank: A ______ is an organized collection of data that can be easily accessed, managed, and updated.
database