System Analysis and Design - Phase IV. Part 1

System Analysis and Design - Phase IV. Part 1

Assessment

Quiz

Computers

University

6 plays

Hard

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which type of testing focuses on individual functions?
User acceptance testing
Integration testing
Unit testing
System testing

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which statement is NOT true about the implementation of logical data model?
Entities on the ERD are transformed into physical tables
Attributes of entities are transformed to table columns
Attributes of entities are transformed to table rows
Entity instances are inserted into table rows

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which SQL statement is responsible for creating the database schema
CREATE TABLE
INSERT INTO
SELECT
UPDATE TABLE

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which SQL statement is responsible for inserting data instances into table rows?
INSERT INTO
CREATE TABLE
SELECT
UPDATE TABLE

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which would be the most appropriate data type for the 'number of children' attribute of a 'Family' entity, if we later need to find families with more than one children?
fixed length string using CHAR
variable string using VARCHAR
whole number using SMALLINT
decimal number using NUMERIC

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does 'CREATE TABLE' NOT do
Define table name
Define column data types
Define entity and referential constraints
Populate data in the table

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image
Given the statement shown in the picture below, which statement is NOT true
The table has two attributes/columns
The table has a composite primary key (x, y)
The primary key constraint can also be defined as a column integrity rule
The primary key constraint is an example of a 'table integrity rule'

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?