subject
Computers and Technology, 30.07.2019 13:30 kx123

1. you are creating a database for a web hosting service. which of the following data types would be most appropriate for a field labeled home page? (a)hyperlink (b)ole object (c)text (d)memo 2. david needs to create a password. he uses “rtjjkliusfvwr.” which of the following best explains the weakness in his password? (a)it only contains lowercase letters. (b)he repeats the letters r and j. (c)it is hard to remember. (d)it is 13 characters long. 3. which of the following is an example of a strength of using a database? (a)databases increase the power of the operating system, which can make your work faster. (b)databases only allow local access, which reduces the threat of information being stolen. (c)databases only allow one person to access data at a time, which reduces user error. (d)databases can be used to track information related to your business, which could increase profits. 4. you are a database administrator. chanelle comes to you asking for on how to access all the data in one row of the database. which of the following responsibilities does this describe? (a)performance satisfaction (b)database backup (c)user training (d)change requests 5. in a student database, a student id number is the? (a)key. (b)record. (c)field. (d)column. 6. a collection of related records is called a? (a)matrix. (b)file. (c)field. (d)database. 7. which of the following best illustrates the distinction between a database and a database management system? (a) a database is like a microsoft® word document, whereas a database management system is like microsoft word. (b) a database is a file, whereas a database management system is the folder that contains the files. (c) a database is a spreadsheet, whereas a database management system is an application that evaluates formulas in the spreadsheet. (d) a database is a collection of information, whereas a database management system is an application that manipulates the information. 8. you are looking at a database for a university admissions office. which of the following pieces of data belongs in a metadata field? (a) high school gpa (b) reason for acceptance/rejection (c) applicant name (d) social security number 9. all of the following are examples of a database management system product except? (a) oracle. (b) mysql. (c) ubuntu. (d) db2. 10. on which of the following levels are databases not used? (a) global (b) corporate (c) personal (d) business

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 04:00
Write a method that takes in an array of point2d objects, and then analyzes the dataset to find points that are close together. be sure to review the point2d api. in your method, if the distance between any pair of points is less than 10, display the distance and the (x,y)s of each point. for example, "the distance between (3,5) and (8,9) is 6.40312." the complete api for the point2d adt may be viewed at ~pf/sedgewick-wayne/algs4/documentation/point2d.html (links to an external site.)links to an external site.. try to write your program directly from the api - do not review the adt's source code.
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What software programs are used to to create professional publication? a.) graphics programs b.) word processors c.) page layout programs d.) spreadsheet programs
Answers: 2
question
Computers and Technology, 24.06.2019 04:30
Write and test a python program to find and print the largest number in a set of real (floating point) numbers. the program should first read a single positive integer number from the user, which will be how many numbers to read and search through. after reading in all of the numbers, the largest of the numbers input (not considering the count input) should be printed.
Answers: 1
question
Computers and Technology, 24.06.2019 07:50
Write a defining table and then a program that determines if you can sleep in or not. your program should get all its input from your computer’s clock. on all weekdays (monday through friday) that are not holidays, your program should output “get up! ” on all other days (weekends and holidays), your program should output “sleep in.” the three holidays that your program must check for are january 1 (new year’s day), july 4 (u.s. independence day), and december 25 (christmas). you don’t need to include other holidays in your program because most other holidays do not occur on a fixed day each year.
Answers: 1
You know the right answer?
1. you are creating a database for a web hosting service. which of the following data types would be...
Questions
question
Computers and Technology, 26.06.2019 10:20