Computer

What is the smallest unit of data in a computer, represented as either a 0 or a 1?

How many bits typically make up one byte?

Which unit of data storage is equal to 1,024 bytes?

Which unit of data storage is equal to approximately 1,024 kilobytes?

Which unit of data storage is equal to approximately 1,024 megabytes?

Which unit of data storage is equal to approximately 1,024 gigabytes?

Which unit of data storage is equal to approximately 1,024 terabytes?

Which unit of data storage is even larger than a petabyte, equal to approximately 1,024 petabytes?

Which numeral system, using only digits 0 and 1, forms the basis of all data representation in computers?

Which numeral system uses sixteen distinct symbols (0-9 and A-F) and is often used to represent binary data more compactly?

Which numeral system uses ten digits (0-9) and is the standard system used in everyday counting?

Which numeral system uses eight digits (0-7) and was historically used in some early computing contexts?

What term describes raw, unprocessed facts and figures that have not yet been organized or given context?

What term describes data that has been processed, organized, or structured to have meaningful context for the recipient?

What term describes the practical understanding, experience, and insight that comes from applying and interpreting information?

What term describes 'data about data' — descriptive information that provides context about a data file, like its author or creation date?

Which term describes extremely large and complex datasets that traditional data-processing tools struggle to handle efficiently?

Which term describes data that is organized in a predefined format, such as rows and columns in a table, making it easy to search and analyze?

Which term describes data that lacks a predefined format or organization, such as photos, videos, or free-form text documents?

Which term describes data that has some organizational properties, like tags or markers, but doesn't fit strictly into rows and columns, such as JSON or XML?

Which software system is designed to store, retrieve, and manage data in an organized and efficient way?

Which type of DBMS organizes data into tables consisting of rows and columns, linked through defined relationships?

What does the acronym 'SQL' stand for, referring to the standard language used to manage relational databases?

Which SQL command is used to retrieve data from one or more tables in a database?

Which SQL command is used to add new records (rows) into a database table?