Save
Digital technology
Digital technology
Digital data
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Mia Quinn
Visit profile
Cards (35)
What is the definition of data?
Data consists of
facts
and
figures
without inherent meaning.
View source
How is information different from data?
Information is data that has been
processed
and given meaning.
View source
What is the process of an information system?
Input data
Process data
Output information
View source
What is a binary digit (bit)?
A binary digit (bit) has a value of
0
or
1
.
View source
What is a byte?
A byte is a grouping of
bits
,
specifically
8 bits.
View source
How many bits are in a nibble?
A nibble consists of
four
bits.
View source
How many bytes are in a kilobyte (KB)?
1024
bytes make up 1 kilobyte (KB).
View source
How many kilobytes are in a megabyte (MB)?
1024
kilobytes make up 1 megabyte (MB).
View source
How many megabytes are in a gigabyte (GB)?
1024
megabytes make up 1 gigabyte (GB).
View source
How many gigabytes are in a terabyte (TB)?
1024
gigabytes make up 1 terabyte (TB).
View source
What does ASCII stand for?
ASCII stands for
American Standard Code for Information Interchange
.
View source
How are characters stored in ASCII?
Characters are stored in a unique
binary
pattern in ASCII.
View source
What are the different data types mentioned?
Integer
: whole numbers, can be
positive
or
negative
(e.g., 10, -9)
Real number
: decimals or fractions, can be positive or negative (e.g., 7.9, -3)
View source
What are the formats for displaying dates and times?
Long date
:
Saturday
,
April
1,
2024
Medium date
: 1-Apr-2024
Short date
:
01/01/24
Long time
:
13:26:34
Medium time
:
01:26pm
Short time
: 13:26
View source
What is a string in digital technology?
A string is textual information in the form of a sentence of characters.
View source
What is a bitmap image?
A bitmap image stores details about every individual
pixel
.
View source
What is the relationship between pixels and image quality?
More
pixels
result in
better
image
quality.
View source
What is a vector image?
A vector image is based on
mathematical
objects like
lines
and shapes.
View source
What is the advantage of vector images over bitmap images?
Vector images are easier to
edit
and use less storage.
View source
How do you calculate the number of colors in an image based on bits?
The number of colors is calculated as
2
number of bits
2^{\text{number of bits}}
2
number of bits
.
View source
What is buffering in video streaming?
Buffering is an
allocated
part of
memory
used to store a downloaded part of the video before it is watched.
View source
What is the purpose of buffering in video streaming?
Buffering helps prevent possible
disruptions
in streaming the video.
View source
What are the advantages of streaming a video?
Users
do not save a full copy of the video.
Users do not have to wait for the entire file to download.
Users'
computers
do not need to store the entire file.
View source
What is sample rate in sound representation?
Sample rate is the number of
sound samples
captured every
second
to represent sound.
View source
How does bit depth affect sound quality?
Higher bit depth requires higher quality sound
representation
.
View source
What is the typical bit depth for CD-quality audio?
The typical bit depth for CD-quality audio is
16 bits
.
View source
What is bit rate in sound representation?
Bit rate is the quantity of data measured in
bits
processed
in a given amount of time.
View source
How do you calculate bit rate?
Bit rate is calculated as
Bit rate
=
\text{Bit rate} =
Bit rate
=
Bit depth
×
Sample Rate
\text{Bit depth} \times \text{Sample Rate}
Bit depth
×
Sample Rate
.
View source
What is the difference between analog and digital signals?
Analog
signals are continuous, while digital signals are represented in
binary format
.
View source
What happens if the sampling rate is too low?
A low sampling rate results in a loss of
audio quality
.
View source
How do you calculate the file size of an image?
File size is calculated as
Size
=
\text{Size} =
Size
=
Width
×
Depth
×
Color depth
\text{Width} \times \text{Depth} \times \text{Color depth}
Width
×
Depth
×
Color depth
.
View source
What does DPI stand for in image resolution?
DPI stands for
dots per inch
.
View source
How does image resolution affect image quality?
Higher resolution results in sharper images but requires more
storage space
.
View source
What is pixelation in bitmap images?
Pixelation occurs when you enlarge a bitmap image, making the
pixels
appear larger.
View source
What happens to image quality during pixelation?
The
image quality
is
reduced
during
pixelation.
View source