IRDO Flashcards
t or f: Data is the manifestation and carrier of information, and information is the connotation of data. Information is meaningful, while data is meaningless.
true
t or f: Hexadecimal is a common base system inside the computer, which can make up for the shortage of long writing digits of binary.
true
t or f: In the computer, all information must be digitized into data before it can be stored, processed and transmitted.
true
t or f: It is forbidden to use lossy compression method to compress data, because it will make the original data unrecoverable.
false
t or f: Data organization refers to organizing data with a certain logical relationship and configuring it in the memory of the computer according to a certain storage representation, so that the computer can meet the requirements of fast processing speed, less memory capacity and low cost.
true
t or f: In the queue, the end performing the insertion operation is called the queue head, and the end performing the deletion operation is called the queue tail.
false
t or f: Message digest refers to that messages (files) of any length can be converted into hash values of fixed length by means of hash function, and the original information can be inferred from the message digest.
false
t or f: HDFS is an abbreviation of Hadoop Distributed File System, which can realize the distributed storage of files on multiple hosts through the network.
true
t or f: In asymmetric cryptosystem, the private key is used to verify the signature.
false
t or f: In asymmetric cryptosystem, the encryption and decryption keys are the same, and the key distribution management is simple.
false
single: Which of the following descriptions of information and data is wrong?
Usually, information and data are strictly distinguished.
single: Which of the following descriptions about reasons for the use of binary in computer system is wrong?
It is different from the decimal system used in daily life.
single: Which of the following is the correct description of the sequence of image digitization process?
image sampling quantization coding digital signal
single: Which of the following descriptions about images is wrong?
In black-and-white images, 0 represents pure white and 1 represents pure black
single: If the input sequence of a stack is a, b, c, d, which of the following cannot be the output sequence of the stack?
c,a,b,d