Home
Current Affairs January 2024

What is the correct answer?

4

Noisy channel has ……… .. types of protocols

A. two

B. three

C. four

D. none

Correct Answer :

B. three


Related Questions

What is the correct answer?

4

DECLARE is a(an)

A. executable statement.

B. declarative statement.

C. Ordered file

D. none of the above

What is the correct answer?

4

The privilege lists include
i) select
ii) insert
iii) update
iv) delete

A. only i)

B. only i) ii)

C. only i) ii) iii)

D. i) ii) iii) iv)

What is the correct answer?

4

Noisy channel has ……… .. types of protocols

A. two

B. three

C. four

D. none

What is the correct answer?

4

Data integrity refers to

A. the uniqueness of the data in a database

B. the correctness and completeness of the data in a database

C. the un redundancies of the data in a database

D. Data independence of the database

What is the correct answer?

4

Which one of the following statements is false?

A. The data dictionary is normally maintained by the database administrator.

B. Data elements in the database can be modified by changing the data dictionary.

C. The data dictionary contains the name and description of each data element.

D. The data dictionary is a tool used exclusively by the database administrator.

What is the correct answer?

4

Every Boyce-Codd normal form is in

A. 3NF

B. 2NF

C. 1NF

D. none of the above

What is the correct answer?

4

Which of the following Key is used to represent relationship between the tables?

A. Primary key

B. Secondary Key

C. Foreign Key

D. None of these

What is the correct answer?

4

Size of source and destination address in IP header

A. 4 bits

B. 8 bits

C. 12 bits

D. 32 bits

What is the correct answer?

4

.................. occurs due to velocity of propagation the frequency varies. Thus various frequency components of a signal arrive at the receiver at different times.

A. Noise

B. Delay distortion

C. Attenuation distortion

D. Dispersion

What is the correct answer?

4

In which of the following transmissions, we can send data by grouping n bits at a time instead of a single bit?

A. parallel

B. serial

C. analog

D. digital

What is the correct answer?

4

Technique used in log based recovery

A. Immediate database modification

B. Graph-based recovery

C. key dependencies

D. none of the above

What is the correct answer?

4

What is the result of the following SQL statement ?
SELECT A.emp_Name, B.ph_num
FROM emp A LEFT OUTER JOIN phone B
ON A. emp_ID = B.emp_ID

A. A list of employees phone number

B. A list of all employees that have spouses, with phone number included in the list

C. A list of all employees names, including the phone number if they have one

D. Two lists : One list of employees, the other of phone numbers

What is the correct answer?

4

In an Entity-Relationship Diagram Diamonds represents

A. Attributes

B. Multi-valued attributes

C. Weak entity set

D. Relationship sets

What is the correct answer?

4

In the architecture of a database system external level is the

A. physical level.

B. logical level.

C. conceptual level

D. view level.

What is the correct answer?

4

A relation that has no partial dependencies is in which normal form

A. First

B. Second

C. Third

D. BCNF

What is the correct answer?

4

A …………… is a memory area where data are processed.

A. view

B. trigger

C. cursor

D. none of the above

What is the correct answer?

4

In two-phase locking protocol the two phases are

A. growing phase and shrinking phase

B. execution phase and blocking phase.

C. running phase and sleeping phase.

D. none of the above

What is the correct answer?

4

Three SQL, DDL, CREATE commands are

A. Schema, Base and Table

B. Schema, Table and View

C. Base, Table and Schema

D. Key, Base and Table

What is the correct answer?

4

Triggers are also called

A. active rules

B. passive rules

C. inferences

D. none of the above

What is the correct answer?

4

The left outer join takes all tuples

A. in the left relation which didnt match with any tuple in right relation

B. in the left relation which matched with a tuple in right relation

C. in the right relation which didnt match with any tuple in left relation

D. in the right relation which matched with a tuple in left relation

What is the correct answer?

4

Commit operation …………… writes the changes made to the database.

A. temporarily

B. permanently

C. none of these

D. all of the above

What is the correct answer?

4

Which of the following is also known as Offline storage ?

A. primary storage

B. secondary storage

C. tertiary storage

D. none of the above

What is the correct answer?

4

Which of the following is/are error-free channel(s)
i) Noisy channel
ii) Noiseless channel

A. i only

B. ii only

C. Both

D. None of these

What is the correct answer?

4

An entity set that does not have sufficient attributes to form a primary key is a

A. strong entity set.

B. weak entity set.

C. simple entity set.

D. primary entity set.

What is the correct answer?

4

Symbol to represent weak entity set in ER Model

A. Dotted rectangle

B. Square

C. Doubly outlined rectangle

D. Diamond

What is the correct answer?

4

The degree of the table with 500 rows and 7 columns is

A. 500

B. 7

C. 3500

D. none of these

What is the correct answer?

4

.................. is the loss of energy as the signal propagates outward, where the amount of energy depends on the frequency.

A. Noise

B. Delay distortion

C. Attenuation distortion

D. Dispersion

What is the correct answer?

4

What is ACID properties of Transactions?

A. Atomicity, Consistency, Isolation, Database

B. Atomicity, Consistency, Isolation, Durability

C. Atomicity, Consistency, Inconsistent, Durability

D. Automatically, Concurrency, Isolation, Durability

What is the correct answer?

4

Radio frequencies below ............. are more suitable for omnidirectional applications.

A. 300MHz

B. 1GHz

C. 5GHz

D. 10 GHz

What is the correct answer?

4

Which of the following submit and execute query at run time?

A. Static SQL

B. Dynamic SQL

C. both

D. none of these