More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
Computer Science Ics Part 2 Chapter 4 Online Test MCQs With Answers
Question # 1
In relational database, table is also called:
Choose an answer
Table
Relation
File
Schema
Previous
Skip
Next
Question # 2
Two or more attributes with different name but same meaning create a problem:
Choose an answer
Homonyms
Synonyms
Aliases
Alternate attributes
Previous
Skip
Next
Question # 3
A relation is in third normal form if it is in second normal form and:
Choose an answer
Dependent on part of the key
Dependent on the whole key
Independent of the key
Has no transitive dependencies
Previous
Skip
Next
Question # 4
------------- is the process of converting complex data structures into simple and stable data structures
Choose an answer
database integrity
homonyms
normalization
mutually exclusive data
Previous
Skip
Next
Question # 5
Which are basic data distribution strategies?
Choose an answer
Centralized
Partitioned
Replication
All
Previous
Skip
Next
Question # 6
The program structure that executes program statements in order is
Choose an answer
selection
sequence
repetition
iteration
Previous
Skip
Next
Question # 7
The columns of a table correspond to:
Choose an answer
Table
Record
Field
Cell
Previous
Skip
Next
Question # 8
Which of the following is a decision making statement
Choose an answer
break
getch ( )
if
all
Previous
Skip
Next
Question # 9
Which form of dependency is removed in 2NF?
Choose an answer
Functional
Transitive
Associative
Partial
Previous
Skip
Next
Question # 10
Which format specific is used for integer data type?
Choose an answer
%d
%S
%C
%f
Previous
Skip
Next
Question # 11
Different attributes in two different tables having same name are called:
Choose an answer
Synonym
Homonym
Acronym
Mutually exclusive
Previous
Skip
Next
Question # 12
A relation is in 2NF if it is in 1NF and all its non-key attributes are:
Choose an answer
Dependent on part of the primary key
Dependent on the entire primary key
Independent on the primary key
Independent of any other relation
Previous
Skip
Next
Question # 13
Which can be previewed on the screen before printing?
Choose an answer
Report
Form
Sub-form
None
Previous
Skip
Next
Question # 14
In relational data base, a table is also called:
Choose an answer
Tuple
Relation
File
Schema
Previous
Skip
Next
Question # 15
The number of bytes used by 'int' data type in C are:
Choose an answer
2
8
12
16
Previous
Skip
Next
Back