Informatics Practices
Convert 1 GB to 1 Kilobytes.
Computer System
1 Like
Answer
1 GB = 1024 megabytes (MB) and 1 MB = 1024 kilobytes (KB).
Therefore:
1 GB = 1024 MB * 1024 KB/MB = 1,048,576 KB
So, 1 GB is equal to 1,048,576 KB.
Answered By
3 Likes
Related Questions
Mismatched redundant copies of data is known as Data …………… .
- Dependence
- Redundancy
- Inconsistency
- Isolation
…………… is a subfield of linguistics, Computer Science and Artificial Intelligence concerned with the interaction between computer and human language.
Shikha has written the following SQL statement:
Select Name, Dept, Salary*12 as "Annual Salary" from EMP;What is "Annual Salary" in the above statement?
Consider the following dictionary
Book = {1 : "Informatics Practices", 2 : "Computer Science ", 3 : "Information Technology"}Jaya executes statement:
2 in BookAssertion (A): For the above dictionary Book, the output of the statement
2 in Bookis True.Reasoning (R): For Dictionary, the ‘in’ and ‘not in’ operators return True or False.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.