

MCQOPTIONS
This section includes 1033 Mcqs, each offering curated multiple-choice questions to sharpen your Engineering knowledge and support exam preparation. Choose a topic below to get started.
801. |
The physical database design identifies data integrity and security requirements. |
A. | True |
B. | False |
Answer» C. | |
802. |
The longest step of database development is database maintenance. |
A. | True |
B. | False |
Answer» B. False | |
803. |
Incremental commitment does not allow a project to be easily redirected or to be terminated. |
A. | True |
B. | False |
Answer» C. | |
804. |
There are three stages involved when analyzing the initiation of an information systems project. |
A. | True |
B. | False |
Answer» C. | |
805. |
The ODMG Object Model supports only unary and binary relationships. |
A. | True |
B. | False |
Answer» B. False | |
806. |
MySQL is just as powerful as Oracle and is half the price. |
A. | True |
B. | False |
Answer» C. | |
807. |
Java programs are compiled into bytecode. |
A. | True |
B. | False |
Answer» B. False | |
808. |
JDBC Type 2 drivers connect to the native API of the DBMS. |
A. | True |
B. | False |
Answer» B. False | |
809. |
MySQL surrogate keys are given the property AUTO_INCREMENT. |
A. | True |
B. | False |
Answer» B. False | |
810. |
A servlet is a Java program that is invoked via HTTP on the Web server. |
A. | True |
B. | False |
Answer» B. False | |
811. |
There is one physical schema for each logical schema. |
A. | True |
B. | False |
Answer» B. False | |
812. |
The most important reason for data architecture is reliability. |
A. | True |
B. | False |
Answer» C. | |
813. |
The systems development life cycle cannot be used with database implementation. |
A. | True |
B. | False |
Answer» C. | |
814. |
Enterprise data modeling typically occurs during information systems planning. |
A. | True |
B. | False |
Answer» B. False | |
815. |
A derived attribute is an attribute whose values can be calculated from a related relationship. |
A. | True |
B. | False |
Answer» C. | |
816. |
A strong entity is an entity whose existence depends on some other entity type. |
A. | True |
B. | False |
Answer» C. | |
817. |
Multiple and binary relationships are the same thing. |
A. | True |
B. | False |
Answer» C. | |
818. |
No two attributes of the same entity type should have the same name. |
A. | True |
B. | False |
Answer» B. False | |
819. |
A relationship is an association representing the interaction between attributes. |
A. | True |
B. | False |
Answer» C. | |
820. |
A binary relationship is a relationship between two or more entities. |
A. | True |
B. | False |
Answer» C. | |
821. |
Some business rules cannot be represented in common data modeling notation. |
A. | True |
B. | False |
Answer» B. False | |
822. |
A time stamp is a time value that is associated with a data value. |
A. | True |
B. | False |
Answer» B. False | |
823. |
A logical representation of the data for an organization or for a business area is known as an entity-relationship model. |
A. | True |
B. | False |
Answer» B. False | |
824. |
A null value is assigned when no other value applies. |
A. | True |
B. | False |
Answer» B. False | |
825. |
A synonym is two or more attributes that have different names but the same meaning. |
A. | True |
B. | False |
Answer» B. False | |
826. |
The primary key in a relation does not need to be underlined. |
A. | True |
B. | False |
Answer» C. | |
827. |
In a 1:M relationship, the primary key on the one side migrates to the many side to become the foreign key on the many side. |
A. | True |
B. | False |
Answer» B. False | |
828. |
Normalization is a formal process for deciding which attributes should be grouped together in a relation. |
A. | True |
B. | False |
Answer» B. False | |
829. |
During logical database design, the conceptual data model is transformed into a logical data model which describes the data in terms of a specific data management technology. |
A. | True |
B. | False |
Answer» B. False | |
830. |
An attribute is a person, place, object, event in a user environment. |
A. | True |
B. | False |
Answer» C. | |
831. |
Output reports should be included as part of an ERD. |
A. | True |
B. | False |
Answer» C. | |
832. |
Cardinality specifies the number of instances of one entity that can be associated with each instance of another entity. |
A. | True |
B. | False |
Answer» B. False | |
833. |
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary. |
A. | True |
B. | False |
Answer» C. | |
834. |
JSP and ASP not only look alike but their underlying technology is quite similar. |
A. | True |
B. | False |
Answer» C. | |
835. |
JDBC Type 1 drivers are JDBC-ODBC bridge drivers. |
A. | True |
B. | False |
Answer» B. False | |
836. |
Well-structured relations encourage anomalies of data. |
A. | True |
B. | False |
Answer» C. | |
837. |
A foreign key may be null and still adhere to the referential integrity constraint. |
A. | True |
B. | False |
Answer» B. False | |
838. |
Even though Java is machine-independent, JSPs are not. |
A. | True |
B. | False |
Answer» C. | |
839. |
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. |
A. | True |
B. | False |
Answer» B. False | |
840. |
Java bytecode is machine-specific code. |
A. | True |
B. | False |
Answer» C. | |
841. |
If a relation is in third normal form, it does not need to be in second normal form. |
A. | True |
B. | False |
Answer» C. | |
842. |
The primary key of the new relation in a many-to-many relationship is a composite key comprised of the primary keys of each of the binary entities. |
A. | True |
B. | False |
Answer» B. False | |
843. |
Apache Web server does not support servlets. |
A. | True |
B. | False |
Answer» B. False | |
844. |
An applet is a Java bytecode program that is sent to the user via HTTP and is invoked using the HTTP protocol on the user's computer. |
A. | True |
B. | False |
Answer» B. False | |
845. |
With JSP, the coding is done in Java and only in Java. |
A. | True |
B. | False |
Answer» B. False | |
846. |
MySQL is pronounced "my See-quel." |
A. | True |
B. | False |
Answer» C. | |
847. |
MySQL maintains metadata in the database meta_sql. |
A. | True |
B. | False |
Answer» C. | |
848. |
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language. |
A. | True |
B. | False |
Answer» B. False | |
849. |
JDBC stands for Java Database Connectivity |
A. | True |
B. | False |
Answer» B. False | |
850. |
Sun defines four JDBC driver types. |
A. | True |
B. | False |
Answer» B. False | |