What is the smallest unit of data in a computer, represented as either a 0 or a 1?
Correct answer: D
A bit is the smallest unit of data in computing, representing a single binary value of 0 or 1.
0 correct out of 0 attempted (0%)
Correct answer: D
A bit is the smallest unit of data in computing, representing a single binary value of 0 or 1.
Correct answer: B
One byte is conventionally composed of 8 bits.
Correct answer: D
A kilobyte is traditionally defined as 1,024 bytes in binary-based computing.
Correct answer: A
A megabyte is equal to approximately 1,024 kilobytes.
Correct answer: D
A gigabyte is equal to approximately 1,024 megabytes.
Correct answer: D
A terabyte is equal to approximately 1,024 gigabytes.
Correct answer: C
A petabyte is equal to approximately 1,024 terabytes.
Correct answer: C
An exabyte equals approximately 1,024 petabytes, representing an extremely large quantity of data.
Correct answer: B
The binary system, using only 0s and 1s, underlies how all data is represented and processed in computers.
Correct answer: D
Hexadecimal uses sixteen symbols (0-9, A-F) and is commonly used as a compact representation of binary data.
Correct answer: B
The decimal system, using ten digits (0-9), is the standard numbering system used in everyday life.
Correct answer: B
The octal system uses eight digits (0-7) and was used in some early computer systems as a shorthand for binary.
Correct answer: C
Data refers to raw, unprocessed facts and figures without context or organization.
Correct answer: A
Information is data that has been processed and organized to convey meaningful context.
Correct answer: B
Knowledge represents the deeper understanding gained by applying, interpreting, and contextualizing information.
Correct answer: A
Metadata is descriptive information about data, such as a file's author, creation date, or format.
Correct answer: D
Big Data refers to extremely large, complex datasets that exceed the capabilities of traditional processing tools.
Correct answer: B
Structured data follows a predefined format, like rows and columns, making it easily searchable and analyzable.
Correct answer: A
Unstructured data lacks a predefined format, encompassing content like images, videos, and free-text documents.
Correct answer: C
Semi-structured data has some organizational elements (like tags) without fully conforming to a rigid table structure.
Correct answer: A
A DBMS is software specifically designed to store, organize, retrieve, and manage data efficiently.
Correct answer: B
An RDBMS organizes data into related tables of rows and columns, using keys to define relationships between them.
Correct answer: B
SQL stands for Structured Query Language, the standard language used to manage and query relational databases.
Correct answer: D
The SELECT command retrieves data from one or more database tables.
Correct answer: A
The INSERT command adds new rows of data into a database table.