Exam 8: Data Abstractions
Exam 1: Data Storage31 Questions
Exam 2: Data Manipulation35 Questions
Exam 3: Operating Systems48 Questions
Exam 4: Networking and the Internet33 Questions
Exam 5: Algorithms46 Questions
Exam 6: Programming Languages42 Questions
Exam 7: Software Engineering34 Questions
Exam 8: Data Abstractions46 Questions
Exam 9: Database Systems41 Questions
Exam 10: Computer Graphics40 Questions
Exam 11: Artificial Intelligence39 Questions
Exam 12: Theory of Computation40 Questions
Select questions type
Which of the following features within a DBMS is not provided to maintain database integrity?
(Multiple Choice)
4.9/5
(34)
Which of the following file structures is associated with the problem of clustering?
(Multiple Choice)
4.7/5
(31)
Which of the following relational operations combine data from more than one relation?
(Multiple Choice)
4.9/5
(38)
Given a relation called People whose attributes are Name, Father, and Mother (containing each person's name as well as the name of that person's parents), write an SQL statement to obtain a list of all the children of Nathan.
(Short Answer)
5.0/5
(25)
Which of the following describes only the portion of a database available to a particular user?
(Multiple Choice)
4.9/5
(39)
Suppose a relation X had the attributes Name, EmployeeID, and Address. Complete the following statement to obtain a list of the names and addresses of all employees.
Result ___________________________________ from X
(Short Answer)
4.8/5
(37)
Place an X in the space before those structures that are designed to provide efficient access to randomly chosen items. Leave the other spaces blank.
_____ Sequential file
_____ Indexed file
_____ Hash file
_____ Hash table
(Short Answer)
4.8/5
(29)
Which of the following relational operations extracts entire columns from a relation?
(Multiple Choice)
4.9/5
(37)
Place an X in the space before those issues that are not problems associated with data mining. Leave the other spaces blank.
_____ Cascading rollback
_____ Deadlock
_____ Incorrect summary problem
_____ Lost update problem
(Short Answer)
4.8/5
(41)
What information is available from a relational database containing one relation with the attributes Name, Employee identification number, and Address that is not available from a database containing two relations, one with attributes Name and Address and the other with attributes Address and Employee identification number? Explain your answer.
(Essay)
4.8/5
(25)
Which of the following relational operations extracts entire rows from a relation?
(Multiple Choice)
4.8/5
(33)
Suppose a relation X had the attributes PartID (part identification number), StockGoal (quantity held when fully stocked), and CurrentQuantity (quantity actually in stock). Complete the following statement to obtain information about those parts that are not fully stocked.
Result SELECT from X where _________________________________________
(Short Answer)
4.8/5
(34)
Which of the following relational operations is performed by the SQL statement below? select A, B, C
From X
(Multiple Choice)
4.7/5
(30)
Which of the operations SELECT, PROJECT, and JOIN are actually used when executing the following SQL instruction?
select A, B
from X
where C = D
________________________________
(Short Answer)
4.8/5
(32)
Describe the distinction between class description and cluster analysis.
(Essay)
4.9/5
(30)
Place an X in the space before those questions whose answers might be obtained by means of sequential pattern analysis. Leave the other spaces blank.
_____ What are progressing stages in youthful behavior that led to criminal activity?
_____ What are the symptoms of the various stages of a particular progressing disease?
_____ What crimes does a particular judge punish most harshly?
_____ What items had the highest sales volume last week?
(Short Answer)
4.8/5
(31)
The term "lossless decomposition" refers to a decomposition of one relation into several relations such
that _____________________________________________ .
(Short Answer)
4.8/5
(39)
Which of the following file structures requires a small "auxiliary" storage system that must be updated as entries in the file are inserted or deleted.
(Multiple Choice)
4.8/5
(30)
Which of the following data mining techniques would be applied when trying to identify common properties between different groups of shoppers?
(Multiple Choice)
4.8/5
(34)
Showing 21 - 40 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)