Organization and structure of data Flashcards
what is the denary system
it is a number system with a base value of 10. it counts in multiples of ten
what is the binary system
a number system with a base of 2 it counts in the multiples of 2
define bit
the unit of memory that is used to store a binary digit
define nibble
the unit of memory that is used to store 4 binary digits
what is an overflow error
an error that occurs when the maximum storage capacity of a register is exceeded
what is a character set
it is a complete set of all characters along with their codes
how many bits represent a character in ASCII code
7
how many different characters are represented in ASCII code
127
how many bits represent a character in extended ASCII code
8
How many different characters are represented in Extended ASCII code
256
How many different characters are represented in Unicode
several billions of characters
How many bits represent a character in Unicode
8 - 32
Which of the these is the industrial standard for encoding characters: ASCII, extended ASCII, Unicode
Unicode
True or False: ASCII codes also represent characters used in European languages
False. ASCII codes represent characters used in English only
True or False: Extended ASCII codes also represent characters used in European languages
True
True or False: ASCII codes for the characters and symbols remain unchanged in Unicode
True
True or False: Unicode allocates character codes for English and European languages only
False. Unicode allocates character codes for languages all over the world
What is data structure
A collection of data structured together in a specific format is called a data structure
Why are variables not enough for real-life programming
Real-life programs need to handle tens of thousands of pieces of data. To handle large amounts of data, it is impossible to store each piece of data in a separate variable
List a few types of data structures
Linear and non-linear
Homogenous and non-homogenous
Static and dynamic
State a few characteristics of arrays
Arrays are linear, homogenous and static data structures
True or False: All the data elements in an array should be of the same data type
True
What programming structure is used to input and output data in arrays
Iteration
What is an analogue signal
Information in the form of continuous varying data is an analogue signal