Sunteți pe pagina 1din 4

Downloaded from http://edufever.

com

Central Applications Office (CAO) and DBMS Max marks 50.


TGT/PGT Comp. Sci. for KVS/NVS/AWS/DSSSB Time 45 min

1. The basic function that a computer can 7. The unit of data transfer between CPU and
performs are cache is known as
a) Data processing and storage a) Word transfer b) Byte transfer
b) Data movement and control c) block transfer d) data transfer
C) both a & b
d) none 8. To achieve greater performance and higher
availability, servers and larger systems use
2. the following diagram depicts a _________ _____ disk technology.
a) RAID b) Register
c) Faster CPU d) Bus
9. which of the following is/are external I/O
interfaces ?
a) storage b) mobile a) Fire Wire b) InfiniBand
c) memory d) register c) both a & b d) None
3. ______ is the extension of the 8086
enabled addressing a 16-MByte memory 10. _______, in which I/O occurs under the
instead of just 1MByte direct and continuous control of the program
a) 80286 b) 80386 requesting the I/O operation.
b) Pentium d) core a) interrupt-driven I/O b) Programmed I/O
c) DMA d) All of the above
4. MBR stand for ?
a) Memory buffer reader 11. Peripherals cannot be directly connected
b) Memory buffer register to system bus because of
c) Magnetic buffer reader a) different peripheral have different method
d) Magnetic buffer register of operation.
b) data transfer rate are different.
5. The collection of paths connecting the c) peripheral use different data formats.
various modules is called d) All of the above
a) Bus
b) communication line 12.The following block diagram depicts
c) path
d) interconnection structure

6. ________ determines the maximum


possible memory capacity of the system.
a) data lines b) control lines
c) address lines d) control signals

a) I/O module b) internal devices


c) External devices d) Register
13. which I/O technique use the interrupt and 23. Which method/s of representation of
processor for communication numbers occupies large amount of memory
a) Programmed I/O b) DMA than others ?
c) interrupt-driven I/O d) None a) Sign-magnitude b) 1′s compliment
c) 2′s compliment d) Both a and b
14. 111001 this number is represent in 2’s
complement form the decimal equivalent to 24. The time delay between two successive
the given number is initiation of memory operation _______ .
a) 57 b) -57 a) Memory access time
c) -6 d) -7 b) Memory search time
c) Memory cycle time
15. the range for n bit 2’s complement d) Instruction delay
number is
a) 0 to 2n-1 b) 0 to 2n-1-1 25. MIMD stands for _____.
c) -2n-1-1 to 2n-1-1 d) - 2n-1 to 2n-1-1 a). Multiple instruction multiple data
b). Multiple instruction memory data
16. ______ addressing mode is used for array c). Memory instruction multiple data
indexing d). Multiple information memory data
a) Immediate b) direct
c) Displacement d) register indirect 26. Which of the following is TRUE?
a) Every relation in 2NF is also in BCNF
17.The addressing mode, where you directly b) A relation R is in 3NF if every non-prime
specify the operand value is _______ . attribute of R is fully functionally dependent
a) Immediate b) Direct on every key of R
c) Register d) Stack c) Every relation in BCNF is also in 3NF
d) No relation can be in both BCNF and 3NF
18. User visible mode can be characterized in
which of following categories 27. A table has fields F1, F2, F3, F4, and F5,
a) General Purpose b) Data and address with the following functional dependencies:
c) condition code d) All of the above F1->F3, F2->F4, (F1,F2)->F5 in terms of
normalization, this table is in
19. The decoded instruction is stored in ____. a) 1NF b) 2NF
a) IR b) PC c) 3NF d) None
c) MBR d) MAR
28. Which one of the following statements
21.Which of the register/s of the processor about normal forms is FALSE?
is/are connected to Memory Bus ? a) BCNF is stricter than 3NF
a) PC b) MAR b) Lossless, dependency-preserving
c) IR d) Both a and b decomposition into 3NF is always possible
c) Lossless, dependency-preserving
22.Which representation is most efficient to decomposition into BCNF is always possible
perform arithmetic operations on the d) Any relation with two attributes is in BCNF
numbers ?
a) Sign-magnitude b) 1′s compliment
c) 2′S compliment d) None of the above
29. Which one of the following statements if 36. the keyword used to eliminate duplicate
FALSE? rows from the Query result in SQL is
a) Any relation with two attributes is in BCNF a) DISTINCT b) NO DUPLICATE
b) A relation in which every key has only one c) UNIQUE d) None
attribute is in 2NF
c) A prime attribute can be transitively 37. Which of the following aggregate function
dependent on a key in a 3 NF relation. does not ignore the NULL in its result?
d) A prime attribute can be transitively a) COUNT b) COUNT(*)
dependent on a key in a BCNF relation. c) MAX d) MIN

30. Which normal form is considered 38. Which of the following statement on the
adequate for normal relational database view concept in SQL is invalid
design? a) All views are not updatable.
a) 2NF b) 5NF b) The views may be referenced in an SQL
c) 4NF d) 3NF statement whenever tables are referenced.
c) The views are instantiated at the time they
31. Which can a derived attribute for an are referenced and not when they are
entity? defined.
a) Age b) Name d) The definition of View should not have a
c) Father Name d) address Group By clause in it.

32. The clause in the SQL that specifies that 39. In SQL testing whether a sub query is
the query result should be sorted in ascending empty is done using
or descending order based on the one or a) DISTINCT b) UNIQUE
more columns is c) NULL d) EXISTS
a) View b) Order by
c) Group by d) having 40. The clause ALTER TABLE in SQL can be
used to
33. According to the level of abstraction the a) add an attribute
schema at the intermediate level is called as b) delete an attribute
a) conceptual Schema b) Physical Schema c) alter the default value of an attribute
c) Subschema d) Super Schema d) All of the above

34. DROP is a _________ statement in SQL 41. A table can have only one
a) Query b) Embedded SQL a) secondary key b) primary key
c) DDL d) DCL c) candidate key d) super key

35. In 2NF 42. ________ operator is used to compare a


a) No functional dependency (FD) exist. value to a list of literals values that have been
b) No multivalued dependency (MVD) exist. specified
c) No partial FD exist. a) LIKE b) COMPARE
d) No partial MVD exist. c) BETWEEN d) IN
43.An _____ is a person,place,thing or event
for which data is collected and maintained.
a) entity b) attribute
c) domain d) relation

44. the FD A B, DB  C implies


a) DA  C b) A C
c) B A d) DB A 48.How to select all data from studentinfo
table starting the name from letter 'r'?
45. the functional dependency of the form X a) SELECT * FROM studentinfo WHERE sname
Y is trivial if LIKE 'r%';
a) X subset of Y b) Y subset of X b) SELECT * FROM studentinfo WHERE sname
c) both a and b d) none LIKE '%r%';
c) SELECT * FROM studentinfo WHERE sname
46. Select name, course_id LIKE '%r';
from instructor, teaches d) SELECT * FROM studentinfo WHERE sname
where instructor_ID= teaches_ID; LIKE '_r%';
This Query can be replaced by which one of
the following ? 49. The result of a SQL SELECT statement is
a) Select name,course_id from a(n) ________ .
teaches,instructor where a) report b) form
instructor_id=course_id; c) file d) table
b) Select name, course_id from instructor
natural join teaches; 50. NOT IN connective in SQL is identical to
c) Select name ,course_id from instructor; a) <ALL b) <> ALL
d) Select course_id from instructor join c) =SOME d) <>SOME
teaches;

47. Select * from employee where


salary>10000 and dept_id=101;
Which of the following fields are displayed as
output?
a) Salary, dept_id
b) Employee
c) Salary
d) All the field of employee relation

For More Question Papers Visit:


http://edufever.com or, Follow Us:
http://trendinghour.com/edufever FB: http://www.facebook.com/edufever
Twitter: http://twitter.com/edufever
For Any Query Related to Education and G+: http://google.com/+edufever
Career Ask Here: Edufever Forum

S-ar putea să vă placă și