wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Infoman -Final Examination

Total questions: 50

Worksheet time: 9mins

Name
Class
Date
1.

It refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data.

a)

File System

b)

Database Management System

c)

Database design

2.

What is a type of flowchart that illustrates how “entities” such as people, objects or concepts relate to each other within a system? 

a)

Relationa Database

b)

Attributes

c)

Database

d)

Entity Relation Diagram

3.

What is a free software tool written in PHP that is intended to handle the administration of a MySQL or MariaDB database server?

a)

SQL Database

b)

MariaDB

c)

phpMyAdmin

d)

MySQL

4.

It provides pre-defined standardized code that contains the instructions that a database can understand to generate appropriate results in response to a user's query.

a)

QUERY DATABASE

b)

SQL

c)

DATABASE

d)

QUERY

5.

It usually refers to a request for information to be extracted from a database.

a)

SQL

b)

ENTITY

c)

QUERY

d)

TABLE

6.

What is a question or a request for information expressed in a formal manner?

a)

SQL

b)

ENTITY

c)

STATEMENT

d)

QUERY

7.

To retrieve entire table of a customer's database, what wild card parameter you need to use?

a)

PERIOD

b)

UNDERSCORE

c)

ASTERISK

d)

DASHLINE

8.

Together with the SELECT command, it is used to filter records and

used to extract only those records that fulfill a specified condition.

a)

DISTINCT

b)

WHERE

c)

LIKE

d)

SELECT

9.

It is an SQL statement operator that allows you to specify multiple values in a WHERE clause.

a)

DISTINCT

b)

IN

c)

LIKE

d)

SELECT

10.

It is an SQL statement operator used in a WHERE clause to search for a specified pattern in a column.

a)

DISTINCT

b)

IN

c)

LIKE

d)

SELECT

11.

What is an special character used to represents zero, one, or multiple characters?

a)

PERCENT

b)

UNDERSCORE

c)

DASHLINE

d)

BRACKET

12.

What is LIKE operator used to represents one, or single characters?

a)

PERCENT

b)

UNDERSCORE

c)

DASHLINE

d)

BRACKET

13.

Every folder can contain sub-folder and each sub-folder can still hold more sub-folders

a)

Computers

b)

Network

c)

Hierarchical

d)

Object-Oriented

14.

To execute SQL statement using SELECT, what is a needed keyword to dispaly only different values of a records?

a)

DISTINCT

b)

WHERE

c)

LIKE

d)

SELECT

15.

Defines the numerical attributes of the relationship between two entities or entity sets.  

a)

Cardinality

b)

Attribute

c)

Entity

d)

Database

16.

What is a collection of data items organized as a set of formally described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables?

a)

Database Systems

b)

Database Model

c)

Relational Database Management System

d)

Database Management System

17.

It occurs when not all of the required changes in the redundant data are made successfully.

a)

Data anomaly

b)

Data redundancy

c)

Data dependence

18.

What is a computerized system whose overall purpose is to maintain information and make that information available on demand?

a)

Database Systems

b)

Database Model

c)

Relational Database Management System

d)

Database Management System

19.

What are raw facts, unprocessed inputs, and useless because it has no context unless processed?

a)

Data

b)

Hardware

c)

Information

d)

Procedures

20.

It refers to a computer programming language that allows you to insert, delete, and update data in a database.

a)

QUERY DATABASE

b)

SQL

c)

DML

d)

QUERY

21.

A database has five major parts: hardware, software, procedures, people and data

a)

True

b)

False

22.

What data type accepts time values and no parameters are required when declaring this data type?

a)

Time

b)

Boolean

c)

Date

d)

Integer

23.

It occurs when complex entries are made in several different files or recur frequently in one more files.

a)

Data-entry error

b)

Data inconsistency

c)

Data integrity problems

d)

Data anomaly

24.

It enables you to design and set up your database and this is where you set up and configure your tables, forms and reports. What is it?

a)

Design View

b)

Database Design

c)

Primary Key

d)

Database

25.

What is the process that involves developing and refining a database structure based on the requirements of your business?

a)

Design View

b)

Database Design

c)

Primary Key

d)

Database

26.

Which of the coices below accepts character strings, and  unicodeof a fixed length?

a)

Boolean

b)

Integer

c)

Date

d)

Character

27.

What data type accepts numeric values with an implied scale of zero?

a)

Boolean

b)

Integer

c)

Date

d)

Character

28.

What are basically describe people, places, or things you want to keep information about?

a)

Conceptual Design

b)

Primary Key

c)

Entities and Attributes

d)

Database Design

29.

What is a wildcard operator used to returns a result if any of the characters inside that gets a match?

a)

PERCENT

b)

UNDERSCORE

c)

DASHLINE

d)

BRACKET

30.

What type of database that collects different types of data sets that use tables, records, and columns and also used to create a well-defined relationship between database tables so that relational databases can be easily stored?

a)

Relational database

b)

MariaDB

c)

Distributed database

d)

SQL databse

31.

What is the process that involves developing and refining a database structure based on the requirements of your business?

a)

Logical Design

b)

Database Design

c)

Entities and Attributes

d)

Conceptual Design

32.

What is a situation that exists between two relational database tables when one table has a foreign key that references the primary key of the other table?

a)

records

b)

entity

c)

relationships

d)

data

33.

 Its purpose is to build conceptual model based upon the previously identified requirements, but closer to the final physical model.

a)

Conceptual Design

b)

Database Design

c)

Primary Key

d)

Design View

34.

What is the process of deciding how to arrange the attributes of the entities in a given business environment into database structures?

a)

Logical Design

b)

Database Design

c)

Entities and Attributes

d)

Conceptual Design

35.

 It enables you to design and set up your database and this is where you set up and configure your tables, forms and reports. What is it?

a)

Logical Design

b)

Database Design

c)

Design View

d)

Conceptual Design

36.

 What database table that holds the primary key?

a)

parent table

b)

neighbor table

c)

child table

d)

database table

37.

What is the process of deciding how to arrange the attributes of the entities in a given business environment into database structures?

a)

Conceptual Design

b)

Logical Design

c)

Entities and Attributes

d)

Database Design

38.

What describes to increase the power of the database by allowing data to be stored separately, but managed and retrieved collectively?

a)

primary data

b)

records of files

c)

data entity

d)

table relationships

39.

Unlocks the relationship potential of a table and creating a unique link between tables.

a)

primary data

b)

table relationships

c)

primary key

d)

data entity

40.

The first table in entity relation must be assigned as primary key entity.

a)

True

b)

False

41.

(a)   is a cross-platform web server that is free and open-source and can run Apache, MySQL, PHP, and Perl.

42.

Entity attributes is property or characteristic of an entity often shown as an oval or (a)   .  

43.

The entity (a)   act upon each other or how associated with each other. 

44.

The logical data type that can have only the values true or false is called (a)   .

45.

 Attributed is calculated or otherwise (a)   from another attribute, such as age from a birthdate.  (answer must be past tense)  

46.

It is shared, integrated computer structure that houses a collection of end user data and metadata

a)

data

b)

file

c)

database

d)

information

47.

It is a collection of programs that manages the database structure and controls access to the data stored in the database.

a)

database

b)

data

c)

information

d)

database management system

48.

A type of database that supports data located at a single site.

a)

centralized database

b)

distributed database

c)

cloud database

d)

enterprise database

49.

A type of database designed primarily to support a company's day-to-day operations.

a)

Operational database

b)

Workgroup database

c)

Enterprise database

d)

Desktop database

50.

The first table in entity relation must be assigned as primary key entity.

a)

True

b)

False