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

1 Answer

Answer :

a) Bit - Bytes - Field - Record - File - Database

Related questions

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 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 : 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 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

Last Answer : 3) Character, field, record, file, database

Description : The ascending order of a data hierarchy is A) bit -byte -field -record -file B) bit -byte -record -field -file C) byte -bit -record -field -file D) byte -bit -field -record -file

Last Answer : The ascending order of a data hierarchy is bit -byte -field -record -file

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

Last Answer : Answer : D

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 master list of an indexed file A. is sortedin ascending order B. containsonly a list of keys and record numbers C. has a number assigned toeach record D. both (b)and (c) E. None of the above

Last Answer : has a number assigned toeach record

Description : Select the answer that lists the units of bytes in ascending order (from smallest to largest) A. gigabyte, megabyte, terabyte B. megabyte, terabyte, kilobyte C. gigabyte, terabyte, megabyte D. kilobyte, gigabyte, terabyte

Last Answer : A. gigabyte, megabyte, terabyte

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 : 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 : A memory unit stores 2^16 bytes in 32-bit words. How many address bits are necessary in order to retrieve a single word from this memory unit?

Last Answer : Each word is 4 bytes, which occupies 4 consecutive addresses at 16 bits each. The first 14 bits of these addresses will be the same, differing only in the two least significant bits. You only need to specify the first 14 bits, because there are only 2^14 words occupying those 2^16 bytes.

Description : Consider a 32 - bit microprocessor, with a 16 - bit external data bus, driven by an 8 MHz input clock. Assume that the microprocessor has a bus cycle whose minimum duration equals four input clock cycles. What ... (A) 8x106 bytes/sec (B) 4x106 bytes/sec (C) 16x106 bytes/sec (D) 4x109 bytes/sec 

Last Answer : (B) 4x106 bytes/sec

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 : Arrange the following devices in ascending order of the speed: A. RAM B. Hard disk C. Cache D. Floppy 1) ABDC 2) BDAC 3) DBAC 4) BADC

Last Answer : 3) DBAC

Description : Suppose that the time to do a null remote procedure call (RPC) (i.e, 0 data bytes) is 1.0 msec, with an additional 1.5 msec for every 1K of data. How long does it take to read 32 K from the file server as 32 1K RPCs? (A) 49 msec (B) 80 msec (C) 48 msec (D) 100 msec

Last Answer : (B) 80 msec

Description : Which of the following information about the UNIX file system is not correct? (A) Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks. (B ... Each i-node is 256-bytes long. (D) All the files and directories are stored in data blocks. 

Last Answer : (C) Each i-node is 256-bytes long.

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 : If the median of data (arranged in ascending order) 31, 33, 35, x, x+10, 48, 48, 50 is 40, then find value of x. -Maths 9th

Last Answer : Given data is 31, 33, 35, x, x+10, 48, 48, 50 Number of observation = 8 (even) Median = Value of (8/2)th observation + Value of (8/2+1)th observation / 2 Value of 4th observation + Value of 5th observation / 2 = x + x + 10 / 2 = x + 5 ∴ x + 5 = 40 ⇒ x = 35

Description : If the median of data (arranged in ascending order) 31, 33, 35, x, x+10, 48, 48, 50 is 40, then find value of x. -Maths 9th

Last Answer : Given data is 31, 33, 35, x, x+10, 48, 48, 50 Number of observation = 8 (even) Median = Value of (8/2)th observation + Value of (8/2+1)th observation / 2 Value of 4th observation + Value of 5th observation / 2 = x + x + 10 / 2 = x + 5 ∴ x + 5 = 40 ⇒ x = 35

Description : The order of a leaf node in a B+ tree is the maximum number of children it can have. Suppose that block size is 1 kilobytes, the child pointer takes 7 bytes long and search field value takes 14 bytes long. The order of the leaf node is ............ (1) 16 (2) 63 (3) 64 (4) 65

Last Answer : Answer: All

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 : In IPv4, what is the value of the total length field in bytes if the header is 28 bytes and the data field is 400bytes? A) 428 B) 407 C) 107 D) 427

Last Answer : 428

Description : In IPv4, what is the value of the total length field in bytes if the header is 28 bytes and the data field is 400 bytes?

Last Answer : 428

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

Last Answer : Answer : D

Description : Abinary number with 4 bitsiscalleda_ a. Bit b. Bytes ce. Nibble d. None of these

Last Answer : ce. Nibble

Description : Four channels are multiplexed using TDM. If each channel sends 100 bytes/second and we multiplex 1 byte per channel, then the bit rate for the link is __________. a. 400 bps b. 800 bps c. 1600 bps d. 3200 bps

Last Answer : d. 3200 bps

Description : In an IPv4 datagram, the M bit is 0, the value of HLEN is 10, the value of total length is 400 and the fragment offset value is 300. The position of the datagram, the sequence numbers of the ... 2789 b. First fragment, 2400 and 2759 c. Last fragment, 2400 and 2759 d. Middle fragment, 300 and 689

Last Answer : c. Last fragment, 2400 and 2759

Description : In an IPv4 datagram, the M bit is 0, the value of HLEN is 10, the value of total length is 400 and the fragment offset value is 300. The position of the datagram, the sequence numbers of the ... 2789 b. First fragment, 2400 and 2759 c. Last fragment, 2400 and 2759 d. Middle fragment, 300 and 689

Last Answer : c. Last fragment, 2400 and 2759

Description : How much space will be required to store the bit map of a 1.3 GB disk with 512 bytes block size ? (A) 332.8 KB (B) 83.6 KB (C) 266.2 KB (D) 256.6 KB

Last Answer : (A) 332.8 KB

Description : Four channels are multiplexed using TDM. If each channel sends 100 bytes/second and we multiplex 1 byte per channel, then the bit rate for the link is ............... (A) 400 bps (B) 800 bps (C) 1600 bps (D) 3200 bps

Last Answer : (D) 3200 bps Answer: D Explanation: The multiplexer is shown in the Figure. Each frame carries 1 byte from each channel; the size of each frame, therefore, is 4 bytes, or 32 bits. Because each ... channel, the frame rate must be 100 frames per second. The bit rate is 100 32 = 3200 bps. 

Description : A normal CD-ROM usually can store up to data? A) 680 KB B) 680 Bytes C) 680 MB D) 680 GB

Last Answer : Answer : C

Description : Can you tell what passes into and out from the computer via its ports? A) Data B) Bytes C) Graphics D) Pictures

Last Answer : Answer : A

Description : Which of the following are the best units of data on an external storage device? A) Bits B) Bytes C) Hertz D) Clock cycles

Last Answer : Answer : B

Description : Which of the following are the best units of data on an external storage device? 1) Bits 2) Bytes 3) Hertz 4) Clock cycles

Last Answer : 2) Bytes

Description : State the number of bytes occupied by char and int data types.

Last Answer : Ans. char occupies two bytes and int occupied 4 bytes.

Description : Write the memory capacity (storage size) of short and float data type in bytes

Last Answer : Ans. short data type is of 2 bytes and float is of 4 bytes

Description : Which of the following are the best units of data on an external storage device? 1 Bits 2 Bytes 3 Hertz 4 Clock cycles

Last Answer : 2 Bytes

Description : What is the commonly used unit for measuring the speed of data transmission? A) Bytes per second B) BaudC) Bits per second D) Both B and C

Last Answer : B) Baud

Description : A Floppy Disc can store _____ data. (1) 1.44 bytes (2) 1.44 MB (3) 1.44 KB (4) 1.44 GB

Last Answer : 1.44 MB

Description : RDBMS provides relational operators to manipulate the data. Here, RDBMS refers to (a) Record Database Management System -Technology

Last Answer : (b) RDBMS stands for Relational Database Management System, which provides the operator to manipulate the data stored in the database table.

Description : Does a .CSV file zero bytes in length have one empty cell or zero cells?

Last Answer : answer:Zero cells This usually occurs when a program “autosaves” a file that has not been written to yet.

Description : not bytes (did you open the file in text mode?) -Web-Development

Last Answer : answer:

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 : Which type of file is created by Word Processing Programs? 1) Database File 2) Storage File 3) Worksheet File 4) Document File

Last Answer : 4) Document File

Description : A collection of interrelated records is called a 1) Management Information System 2) Spread Sheet 3) Database 4) Text file

Last Answer : 3) Database