Which of the following places the common data elements in order from
smallest to largest?
1) Character, file, record, field, database
2) Character, record, field, file, database
3) Character, field, record, file, database
4) Bit, byte, character, record, field, file, database

1 Answer

Answer :

3) Character, field, record, file, database

Related questions

Description : Which of the following places the common data elements in order from smallest to largest? a) Character, file, record, field, database b) Character, record, field, file, database c) Character, field, record, file, database d) Bit, byte, character, record, field, file, database

Last Answer : d) Bit, byte, character, record, field, file, database

Description : Which of the following is in the ascending order of Data hierarchy? (1) Byte–Bit–File–Record–Database–Field (2) Field–Byte–Bit–Record–File– Database (3) Bit–Byte–Record–Field–Database–File (4) Bit–Byte–Field–Record–File– Database

Last Answer : Bit–Byte–Field–Record–File– Database

Description : The ascending order of a data hierarchy is: a) Bit - Bytes - Field - Record - File - Database b) Bit - Bytes - Record - Field - File - Database c) Bytes - Bit - Record - Field - File - Database d) None of The Above

Last Answer : a) Bit - Bytes - Field - Record - File - Database

Description : The ascending order or a data Hierarchy is a. bit - bytes - fields - record - file - database b. bit - bytes - record - field - file - database c. bytes - bit- field - record - file - database d. bytes -bit - record - field - file - database

Last Answer : a. bit - bytes - fields - record - file - database

Description : Which of the following is the largest unit? A) data B) field C) record D) database file

Last Answer : Answer : D

Description : A character of information is represented by a(n)- 1) Byte 2) Bit 3) Field 4) None of these

Last Answer : 1) Byte

Description : The smallest unit of data in computer is ________________ a) Byte b) Nibble c) Bit d) KB

Last Answer : Answer: c Explanation: A bit is defined as the smallest unit of data in a computer system. It is used as a short form of Binary Digit. A bit can have only two values 0 or 1. A nibble comprises of 4 bits, a byte is a collection of 8 bits whereas KB (Kilobyte) is equal to 1024 bytes

Description : Group of attributes/field in a database is known as a: a) Data Entry b) Record c) File d) None of These

Last Answer : b) Record

Description : The most common protocol for point-to-pointaccess is the Point-to-Point Protocol (PPP), which is a _________protocol. A) bit-oriented B) byte-oriented C) character-oriented D) none of the above

Last Answer : byte-oriented

Description : Set of related records in a database is known as a: a) File b) Field c) Record Group d) None of These

Last Answer : a) File

Description : High-level Data Link Control (HDLC) is a _______ protocol for communication over point-to-pointand multipoint links. A) bit-oriented B) byte-oriented C) character-oriented D) none of the above

Last Answer : bit-oriented

Description : 8096 has following features fill up the following, i) ____ Register file, ii) ____ I/O Ports iii) ____ architecture. a) 256 byte, five 8bit, register to register b) 256 byte, four 8bit, register ... c) 232 byte, five 8bit, register to register d) 232 byte, six 8 bit, register to register

Last Answer : c) 232 byte, five 8bit, register to register

Description : 8096 has following features fill up the following, i) ____ Register file, ii) ____ I/O Ports iii) ____ architecture. a) 256 byte, five 8bit, register to register b) 256 byte, four 8bit, ... c) 232 byte, five 8bit, register to register d) 232 byte, six 8 bit, register to register

Last Answer : d) 232 byte, six 8 bit, register to register

Description : What is the difference between the Ethernet frame preamble field and the IEEE 802.3 preamble and start of frame Delimiter fields? a. 1 byte b. 1 bit c. 4 bit d. 16 bit

Last Answer : a. 1 byte

Description : Which of the following is the smallest measure of storage? A. KB B. MB C. TB D. Byte

Last Answer : D. Byte

Description : If a piece of data (field value) is stored in two places in the database, then storage space -Technology

Last Answer : False If a piece of data is stored in two places in the database, then storage space is wasted and changing the data in one spot will cause data inconsistency.

Description : What is the relationship between Bit, Byte, KB, MB, GB and TB ?

Last Answer : The capacity of a computer's memory can be determined by the number of bits , bytes, or words that it holds. Bytes are usually used to express memory. However, the bit is the smallest unit of the computer ... Kilobyte = 1 Megabyte (MB) 1024 Megabyte = 1 Gigabyte (GB) 1024 Gigabyte = 1 Terabyte (TB)

Description : Which of the following is true? 1) Byte is a single digit in a binary number 2) Bit represents a grouping of digital numbers 3) Eight-digit binary number is called a byte 4) Eight-digit binary number is called a bit 5) None of these

Last Answer : Answer :3

Description : The original ASCII code used__bits of each byte, reserving that last bit for error checking A) 5 B) 6 C) 7 D) 8

Last Answer : Answer : C

Description : Bit stands for A) Binary digits B) bit of system C) a part of byte D) All of above

Last Answer : Answer : A

Description : A 32 bit microprocessor has the word length equal to A) 2 byte B) 32 byte C) 4 byte D) 8 byte

Last Answer : Answer : C

Description : A byte consists of A) One bit B) Four bits C) Eight bits D) Sixteen bits

Last Answer : Answer : C

Description : One byte consists of 1) four bits 2) one bit 3) ten bit 4) eight bits

Last Answer : 4) eight bits

Description : The unit of measurement of a word length is (1) Metre (2) Byte (3) Bit (4) Millimetre

Last Answer : Bit

Description : One byte consists of (1) one bit (2) four bits (3) eight bits (4) ten bits

Last Answer : eight bits

Description : A name or number used to identify a storage location is called A) A byte B) A record C) An address D) All of above

Last Answer : Answer : C

Description : A name or number used to identify storage location devices? A) A byte B) A record C) An address D) All of above

Last Answer : Answer : C

Description : Arrange the following primitive data types in an ascending order of their size: (i) char (ii) byte (iii) double (iv) int

Last Answer : Ans. The sizes of the given data types are as follows char = 2 bytes byte = 1 byte double = 8 bytes int = 4 bytes Arranging them in ascending order gives byte < char < int < double

Description : In a relational database, this is a data structure that organizes the information about a single topic into rows and columns. 1) Block 2) Record 3) Tuple 4) Table 5) Command line interface

Last Answer : Answer :4

Description : The PC productivity tool that manipulates data organized in rows and coloumn is called a a) spreadhsheet b) word processing document c) presentation mechanism d) database record manager e) None of these

Last Answer : a) spreadhsheet

Description : It is more accurate to define a _____ as a variety of different recordtypes that aretreated as asingle unit A. Database B. Table C. Record D. Flat File E. None of the above

Last Answer : Database

Description : GO BOTTOM and SKIP-3 commands are given one after another in a database file of 30 records. It shifts the control to (A) 28th record (B) 27th record (C) 3rd record (D) 4th record

Last Answer : (B) 27th record

Description : A collection of related instructions organized for a common purpose is referred to as A) File B) Database C) Program D) None of above

Last Answer : Answer : C

Description : The Method of file organisation in which data records in a file are arranged in a specified order according to a key field is known as the1 Direct access method 2) Queuing method 3) Predetermined method 4) Sequential method

Last Answer : 4) Sequential method

Description : A text field is initially 40 characters long and one record has an entry in this field in MS_Access database. -Technology

Last Answer : Since the new field length is 20 characters long. So, this field will contain only left 20 characters including spaces and the remaining data will be discarded. Thus, the data from the right side of the field will be lost.

Description : The number of characters that can be stored in given physical space is a. Word length b. Byte c. Data density d. Field

Last Answer : Data density

Description : The number of characters that can be stored in given physical space is a. Word length b. Byte c. Data density d. Field

Last Answer : c. Data density

Description : The number of characters that can be stored in given physical space is a. Word length b. Byte c. Data density d. Field

Last Answer : c. Data density

Description : To locate a data item for storage is A) Field B) Feed C) Database D) Fetch

Last Answer : Answer : D

Description : Data in order from the smallest to largest or vice-versa?

Last Answer : range

Description : Bit and byte are not the same - why ?

Last Answer : Bit and byte are not one because bit is an abbreviation of binary number , on the other hand letter or word consisting of 4 bits is byte. Moreover bit is 0 and 1, on the other hand A = 010000001 is byte. So bit and byte are not one.

Description : What is the difference between bit and byte ?

Last Answer : Bitcoins do not have their own language. They only use the language of electricity. That is why English , Bengali , Arabic are not used in any of these languages. The binary number system is used to communicate ... is called a byte. A byte is made up of 8 bits. Computer memory is measured by bytes.

Description : Differenitate between the following pairs: (a) BIT and BYTE (b) RAM and ROM (c) Epidemic and endemic (d) Photosynthesis and respiration (e) Herbivores and carnivores

Last Answer : (a) BIT and BYTE Bit: -the computer works with binary numbers, which are 0 and 1. Each binary digit is called a bit . Bit is the short for binary integer. It is the smallest ... include cat, dog, lion, tiger etc. Herbivores and carnivores constitute the food chain of a particular community.

Description : What is the difference between. (i) BIT and BYTE (ii) RAM and ROM (iii) C.U. and A.L.U (iv) Hardware and Software (v) Personal computer and mainframe

Last Answer : Personal computer and mainframe: Personal Computer (PC): Short for personal computer or IBM PC. The first personal computer produced by IBM was called the PC, and increasingly the term ... mainframes and minicomputers is vague, depending really on how the manufacturer wants to market its machines.

Description : : Each digit in a binary number is known as a A. bit B. byte C. number D. digit

Last Answer : bit

Description : Oand 1 are know as a. Byte b. Bit c. Digits d. Component

Last Answer : b. Bit

Description : A 32 bit microprocessor has the word length equal to a. 2 byte b. 32 byte c. 4 byte d. 8 byte

Last Answer : 4 byte

Description : A byte consists of a. One bit b. Four bits c. Eight bits d. Sixteen bits

Last Answer : Eight bits

Description : A byte consists of a. One bit b. Four bits c. Eight bits d. Sixteen bits

Last Answer : Eight bits

Description : A band is always equivalent to a. a byte b. a bit c. 100 bits d. none of above

Last Answer : none of above