spring 2001 hw#10 multiple choice...

24
SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONS ********************************************************************* ************* A DBMS will not a. store and retrieve data b. Analyze data c. do simple calculations d. provide support for data "organizing" and selecting ********************************************************************* ************* A _______ is not data that results, but a set of instructions specifying the format of written output. a. Report b. Query c. Form d. Foreign Key e. Object ********************************************************************* ************* To share data with other windows applications use A. Object embedding B. Copying and pasting of text or images C. Object linking A. All of the above ********************************************************************* ************* What is the Primary key on this table? A. Last Name D. Age E. First Name B. Social Security Number ********************************************************************* ************* What feature of Access allows the user to view only specific records that meet criteria? A. Sorting F. Querying

Upload: others

Post on 31-Jul-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONS**********************************************************************************A DBMS will not a. store and retrieve data b. Analyze data c. do simple calculations d. provide support for data "organizing" and selecting ********************************************************************************** A _______ is not data that results, but a set of instructions specifying the format of written output. a. Report b. Query c. Form d. Foreign Key e. Object**********************************************************************************To share data with other windows applications use

A. Object embeddingB. Copying and pasting of text or imagesC. Object linkingD. All of the above

**********************************************************************************What is the Primary key on this table?

A. Last NameB. AgeC. First Name D. Social Security Number

**********************************************************************************What feature of Access allows the user to view only specific records that meet criteria?

A. SortingB. QueryingC. FilteringD. None of the above

**********************************************************************************What does the condition “J*” in Access stand for?

A. Fields beginning with ‘J’ B. Fields ending with ‘J’C. Fields beginning with ‘J’ and having only one other letter/numberD. None of the above

**********************************************************************************What is a criterion?

a. A relational expression involving exactly one field.b. A collection of conditions that tells the DBMS which records to retrieve.c. A set of instructions specifying a screen view format of the data.d. A set of instructions specifying the format of written output.

**********************************************************************************

Page 2: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

What is the purpose of filtering?a. To allow the user to temporarily order the records by a specific field.b. To remove unwanted or ineligible records through a specific field.c. To keep only those records meeting specific criteria.d. To allow the user to view only the specific records meeting the criteria.

**********************************************************************************A set of instructions specifying how specific records or combinations of records should be extracted is known as what?

a. A query.b. A report.c. A criterion.d. A form.e. A macro or module.

**********************************************************************************What is Netscape Navigator?

A. Email software B. A Car C. An internet browser D. Word processing software

**********************************************************************************What is a web spider?

A. Internet security B. Items you can click on to go to related pages C. Program that reports how many hits a search engine found D. A very poisonous arachnid

**********************************************************************************How many saved items will a clipboard hold?

A. 6 B. 8 C. 0 D. 12

**********************************************************************************Which function would you use if you wanted to know how many records met a certain criteria?

A. Sumif B. Average C. Countif D. Count

**********************************************************************************What does SMTP stand for? (answer C) A. Simplified Mail Text Problem B. Simple Mail Text Protocol C. Simple Mail Transfer Protocol D. Syncronous Messenger Tool Prototype********************************************************************************** When you get the #VALUE! error message it means, (answer B) A. The text in the fomula is not recognized. B. There is a wrong type of argument or operand in a formula. C. The numeric value is too wide to display. D. It has 2.9% APR financing. **********************************************************************************

Page 3: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

Simple interest is calculated interest on the (answer D) A. latest dollar amount B. modified dollar amount

C. greatest dollar amount D. original dollar amount

**********************************************************************************The __________________ of a cell in an Excel spreadsheet is the actual value of the number that is stored by the computer. (c) a. formatted display b. real number c. precision d. integer**********************************************************************************What is the Excel function to calculate the monthly payment of a $20,000 loan at a 5.5% annual interest rate compounded monthly that is paid off in 6 years? (b) a. =PMT(.055, 6, 20000)/12

b. =PMT(.055/12, 6*12, 20000)c. =PMT(.055*12, 6/12, 20000)d. =PMT(.055, 6, -20000)

**********************************************************************************What does RAM stand for? (d) a. ReadAble Memory b. Random Algorithmic Memory c. Record Aligned Memory d. Random Access Memory**********************************************************************************In Access, if you use the Boolean operator "And" between two mutuallyexclusive conditions, what will Access give you? (answer b) a. an error message b. an empty table c. all answers which fulfill both conditions d. can't tell with the given info.**********************************************************************************In Access, if two conditions are specified on the same line, whichboolean operator is assumed? (answer a) a. and b. or c. not d. >**********************************************************************************In reference functions and financial functions in Excel, which two typesare default? (answer c) a. false, 1 b. false, 0 c. true, 0 d. true, 1**********************************************************************************What is the correct URL format for a web address? (answer d) a. http://www.<domain>.<host>.path/<code> b. http://www.<host>.<domain>.path/<code> c. http://www.<host>.<code>.domain/<path>

Page 4: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

d. http://www.<host>.<domain>.code/<path>**********************************************************************************What is an example of Application software? Windows MS DOS Netscape Unix**********************************************************************************What is the file name for c:\mydocuments\cis200\lab1.doc? mydocuments lab1 doc cis200**********************************************************************************What represents graphic document on the World Wide Web? .html .gif .wav .avi********************************************************************************** Which item is not apart of the excel menu? table file edit format**********************************************************************************A What-if analysis does what? (C)

A.determines an input value that would be needed to get a given outputB.determines an output value that would be needed to get a given inputC.allows us to see the change in outcome if we change the input valuesD.allows us to see the change in the input value if we change the output values

********************************************************************************** Which of the following is not true about a cpu? (C)

A.it can fetch an instructionB.it can execute the instructionC.it stores the resultsD.it writes back the results

**********************************************************************************Which symbols take the highest precedence? (B)

A.relational operatorsB.arithmatic operatorsC.operandsD.they are evaluated from left to right no matter what

**********************************************************************************Which of the following is not true of a foriegn key? (B)

A.it defines a relationship between 2 or more tablesB.its field names must match to inner joinC.related fields must have the same data typeD.there must be a primary key in at least one of the tables

**********************************************************************************

Page 5: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

What is a search engine? A. A hypertext transfer protocol document on the World Wide Web. B. A tool that is designed to help find what you want on the web. C. An application software package for browsing the World Wide Web. D. A program that automatically follows web page links and reports back details.**********************************************************************************Which one of these is a characteristic of windows clipboard? A. Able to be copied into any other windows application again and again. B. Up to 12 items can be placed on the clipboard. C. It serves as a temporary storage area in the main memory. D. All of the above.**********************************************************************************What tool allows us to determine an input value that would be needed to get a given output? A. What-if Analysis B. Boolean Logic Operators C. Goal Seeking D. Nested Ifs**********************************************************************************Which of these is true concerning Database Management Systems and Spreadsheets? A. DBMS has efficient data handling while spreadsheets have inefficient data handling. B. Spreadsheets store and retrieve the data while DBMS stores and analyzes data.

C. DBMS provides supports for complex calculations while spreadsheets can do simple calculations.

D. None of the above.**********************************************************************************AND, OR, NOT are all examples of what? (B) A. Relational Operators B. Boolean Operators C. Computer Operators D. Formula Operators**********************************************************************************Which of the following is NOT an Excel Error Value? (C) A. ##### B. #VALUE! C. #NONUM! D. #REF!**********************************************************************************A ______ is a field(s) which uniquely identifies a record in a table. (A) A. Primary Key B. Foreign Key C. ID Template D. ID Tag**********************************************************************************A Ring is found on ______ networks. A. Complex B. Simple C. Wide Area D. Local Area**********************************************************************************

Page 6: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

Writing queries require? (E)a. Choosing required tables?b. Choosing the output fields?c. Choosing which records to retrieve?d. Both a and be. All of the above

**********************************************************************************Goal Seeking… (C)

a. Allows us to see the change in outcome if we change the input values?b. Allows us to change the outcome if we change the input values?c. Allows us to determine an input value that would be needed to get a given output?d. All of the above

**********************************************************************************If two tables have the same primary key…. (C)

a. It is perfectly fine, just like foreign keys two tables can have the same primary keyb. You must get rid of one tablec. You can put the two tables togetherd. None of the above

**********************************************************************************Which of the following file extentions are used in a Microsoft Word file. (C)A. .txtB. .htmC. .docD. .wrd**********************************************************************************In Microsoft Excell what does the error value #### indicate? (C)A. A problem in with a certain value in the formulaB. Formula could not be copied downC. Not enough room to display the valueD. Can't tell from the information given**********************************************************************************On a normal URL address which comes first? (D)A. domainB. codeC. pathD. hostE. document**********************************************************************************Under which menu would you find the undo command on most Microsoft Programs? (A)A. EditB. toolsC. helpD. file**********************************************************************************A computer's primary memory is also known as: (C)A) ROMB) CPUC) RAMD) OS**********************************************************************************

Page 7: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

Html is an example of a file____________......? (B)A) Main DirectoryB) ExtensionC) SubdirectoryD) Root Directory**********************************************************************************The Operating System we use in lab is called....? (D)A) NetcenterB) LAN-centerC) NetworkingD) Wincenter**********************************************************************************In email addressing, the "code" is a(n)....? (C)A) Specific name of the mail account being accessed on the computerB) Name of the computerC) Identifying suffix of country or organization typeD) Rule used to share and transfer info**********************************************************************************A __________ is a unique identifier for records in a _________. A) Primary Key, Workbook B) Foreign Key, Data Table C)Secondary Key, Workbook D) Primary Key, Data Table **********************************************************************************Cell B5 has the function =$C5+B2+A$1. What would the function look like in cell C7? A) $D7+C4+B$3 B) $C7+C4+B$1 C) $C7+C4+A$1 D) $C5+C4+A$3 **********************************************************************************What are queries in Access? A) List of data organized into fields and records. B) Structures for written output of data. C) Question structures to sort, filter and select specific information. D) Program code to perform specific actions. **********************************************************************************I want to know the percentage cost component of each food item of a meal for a given group size. Which type of chart wouldI use? A) XY Chart B) Line Chart C) Bar Chart D) Pie Chart**********************************************************************************The "Fly or Die" airliner has lost one of its biggest clients. It hopes to go into its' database, delete the clientid# (which incidentally is the primary key), and have all related tables reflect this change. What must the database designer have selected when he/she were designing this particular database so that this will happen? A. Cascade Delete Related Records B. Referential Data Integrity, Cascade Update Related Fields C. Cascade Update Related Fields

Page 8: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

D. Cascade Delete Related Records, Referential Data Integrity**********************************************************************************I have decided to use a VLOOKUP function in my excel worksheet which will determine the grade letter of my homework assignments. The function looks as so: VLOOKUP (77, A2:B6, 2, TRUE). In using the TYPE that I did, A. I must sort the first column specified by my function in descending order. B. I must sort the first column specified by my function in ascending order. C. It doesn't matter if my columns are sorted, it is my preference. D. I only have to sort the first column specified by my function if my type argument were

FALSE. **********************************************************************************This question takes a look at one of my excel worksheets. In cell A3, I have the function =ROUND(24.44,1). In cell D5, which has been formatted to display zero decimal places, I have the number 27.541. What would the result be in cell G9, assuming the formula were A3+D5-2? A. 49.981 B. 49.4 C. 49.941 D. 50**********************************************************************************What is the correct layout of a URL? A. http://www.<host>.<domain>.code/<path> B. <username>@<domain>.code C. http://www.<domain>.<host>.<path>/code D. http://www.<domain>.<host>.<code>/path**********************************************************************************RAM memory is:

a. small, fast, and inexpensiveb. erased when you turn off the computerc. stored on devices such as floppy disks, hard drives, CD Rom’sd. secondary memory

**********************************************************************************Applications software:

a. Are computer programs written to perform specified tasksb. Is a collection of networks, each composed of a collection of smaller networksc. Includes operating systems like MS DOS, Windows, and Unixd. Are programs to control computer operations

**********************************************************************************

Page 9: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

In the picture above, the total cost equals number of items multiplied by the price per item. The formula in cell B6=B2*B5 and is copied into cells C6 and D6. In order to get the correct answers in each the cell, the formula should be changed to

a. =B2*B6b. =B$2*B5c. =B2*B*5d. no change

**********************************************************************************

Using the tables above, the Primary Key in Table 1 is ____ and the Foreign Key is ____ in Table 2.a. Last name, IDb. ID, Credits takenc. Last Name, First Named. ID, ID

**********************************************************************************What feature of Microsoft Excel allows the user to determine what input value is needed to reach a given output? (B) a) Nested IF c) Fill Handle b) Goal-Seek d) What-If Analysis **********************************************************************************2) If you have written the formula A$1+B1 in cell B2, what would be the resulting formula if this formula were copied to cell H5? (D) a) G$4+H4 c) D$1+E7 b) D$7+E7 d) G$1+H4 **********************************************************************************3) In a Microsoft Access Database, question structures that sort, filter and select specific information from a database are known as: (A)___________. a) Queries c) Reports b) Tables d) Program Modules **********************************************************************************4) In Access, this aggregate function is used when you have a query that is using aggregate functions and you need to specify a certain criteria. (B)

Page 10: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

a) Group By c) Expression b) Where d) Null Value **********************************************************************************Which of these is NOT considered an output device on a computer? (B)A. PrintersB. KeyboardC. MonitorsD. Speakers**********************************************************************************Which of these functions is not aggregate? (C)A. CountB. SumC. HlookupD. StDev**********************************************************************************Which of these Internet File Standards transfers files? (B)A. httpB. ftpC. fsmtD. smtp**********************************************************************************When do you need to use the aggregate function, "where" ? (C)A. whenever one field uses an aggregate functionB. to define groups to perform calculations forC. to specify criteria in a field when using aggregate functionsD. to create a calculated field that includes an aggregate function in its expression**********************************************************************************In Excel, to absolute address a column or row you would use a __ symbol. (D)

a. #b. ^c. *d. $

**********************************************************************************In Excel, to return a True/False value you would use a (D)

a. Boolean Operatorb. Relational Operatorc. Arithmetic Operatord. A and B

**********************************************************************************What does the Excel error value #N/A mean? (A)

a. Data being referenced is not validb. Cell reference is not validc. Wrong type of argument or operand in a formulad. Problem with a number in a formula or function

**********************************************************************************In access, an example of an Aggregate function is (C)

a. >10b. “text”c. sumd. and

Page 11: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

**********************************************************************************A hypertext link is (C)

a. A link that connects you to a hyper e-mail accountb. A link that takes you to a site where you can create a web page using textc. A link that takes you to another page or resourced. A link designed to allow you to download text used on a hyper-site

**********************************************************************************Programs to control computer operations are called (answer C)

A. hard driveB. application softwareC. operating systemD. GUI

**********************************************************************************In Excel, the number displayed in a cell may NOT be the number stored in the computer. (answer A)

A. trueB. false

**********************************************************************************What If Analysis allows users to see the change in if we change

values. Goal Seeking allows users to determine an valuethat would be needed to get a given . (answer B)

A. input, output, input, outputB. outcome, input, input, outputC. input, outcome, output, inputD. output, outcome, output, input

**********************************************************************************Access will automatically group by the . (answer D)

A. highest simple level fieldB. highest detail level fieldC. lowest simple level fieldD. lowest detail level field

**********************************************************************************Which of the following is not a function of the CPU? (C) A. Decode instructions B. Write back the results C. Stores the program D. Fetch data**********************************************************************************Data integrity is enforced when: (B) A. There is a value in the foreign key field that doesn't exist in the primary key field B. There is not a value in the foreign key field that doesn't exist in the primary key field. C. Data is saved to a disk D. Primary and foreign keys are established**********************************************************************************Goal Seek: (C) A. Calculates an answer when information is changed B. Searches for a specific file C. Calculates the criteria needed to obtain a predetermined value.

Page 12: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

D. Searches for a website**********************************************************************************The original ARPANET of 1969 had how many nodes? (D) A. 3 B. 8 C. 2 D. 4**********************************************************************************A example of a URL is (B)A. [email protected]. http://www.host.domain.code/pathC. Universal Relative LinkD. class newsgroup**********************************************************************************Which is a true method that web pages are found (D)A. The first paragraphB. web spiders C. finder engineD. A and BE. B and C**********************************************************************************What is the answer to the formula 215-200/4+9*(5+4) (A)A. 109B. 114.75C. 110D. 212.65**********************************************************************************A computer does what operations (E)A. inputB. outputC. processD. storageE. all of the above**********************************************************************************Application Software includes:a. MS DOSb. Netscapec. Microsoft Officed. both b and c **********************************************************************************In Excel, which of the following is a Boolean Operator?a. >b. ANDc. +d. * **********************************************************************************In Excel, #REF! means that:a. the wrong type of argument or operand is used in a formulab. the numeric value is too wide to displayc. the cell reference is not validd. the data being reinforced is not available

Page 13: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

In PowerPoint, which of the following Views shows a combination of slide, outline and notes view?a. Slide Viewb. Normal Viewc. Slide Showd. Master View **********************************************************************************In Access, which of the following is not an element of the Objects Bar?a. Tablesb. Queriesc. Microsd. Macros**********************************************************************************1. The Client-Server WAN stands for: (B) a. World Access Network b. Wide Access Network c. Wide Area Network d. World Area Network **********************************************************************************2. In Access, Querying is: (C) a. The process of asking the database for specific information b. Uniquely identifying a record in a table c. The process of asking the database to define the relationship between 2 or more tables d. The process of ordering categories **********************************************************************************3. Database Management Systems (DBMS) (D) a. Store and analyze data b. Provide support for complex calculations c. Store and retrieve data d. Are a form of computer hardware **********************************************************************************4. In Excel, Precision refers to: (C) a. The number that appears in a cell b. The number of decimal places used in calculations and stored in the computer c. The type of operation used in the cell d. A sequence of values, cell references and operators that produce a new value**********************************************************************************Which of the following is NOT an example of applications software? a) electronic mailb) Windows '98c) Netscape d) Microsoft excel **********************************************************************************The ROUND() function:a) changes just the display of the cellb) changes just the value of the cell precisionc) changes both the display of the cell and the value of the cell precisiond) does not change either the display of the cell or the value of the cell precision********************************************************************************** What-if analysis:a) lets you vary only one input variable

Page 14: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

b) allows us to work backward in a worksheetc) allows us to determine an input value than would be needed to get a given outputd) allows us to see the change in outcome if we change input values********************************************************************************** Database management systems:a) provide support for complex calculationsb) store and analyze data c) store and retrieve datad) are best used when dealing with small to medium amounts of data**********************************************************************************What is the transmission rate in Internet Protocol Standards? a.) 14.4 kbps b.) 56 kbps c.) as fast as the slowest pipe d.) as quick as the fastest pipe.**********************************************************************************What is an example of an IPP? a.) MCI b.) AOL c.) Roadrunner d.) Geocities**********************************************************************************These are used to get information from user, send a message or warning: (ANSWER: C) a.) command button b.) check box c.) dialog boxes d.) menu bar********************************************************************************** A sequence of values, cell references and operators that produce a new value:(ANSWER: B) a.) function b.) formula c.) spreadsheet d.) inputs********************************************************************************** Can be used to perform a comparison of the left and right sides of an expression:(ANSWER: A) a.) relational operators b.) comparison operators c.) Boolean expression d.) logic operator********************************************************************************** A field, or combination of fields, which uniquely identifies a record in a database:(ANSWER: D) a.) foreign key b.) database c.) information d.) primary key**********************************************************************************In which of the following instances would you use a database, as opposed to a spreedsheet? A. for a single table

Page 15: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

B. for simple sorting, filtering, and subtotaling C. for small to medium amounts of data D. for related tables of information **********************************************************************************Which of these is a common ISP? A. Angelfire B. Geocities C. Roadrunner D. Netcom **********************************************************************************What does TCP/IP stand for? A. Transfer Consumer Production/Interest Production B. Transfer Control Protocol/Internet Protocol C. Temporary Computer Protocol/Intranet Protocol D. Temporary Computer Production/Internet Protocol **********************************************************************************Which Excel function would return a True/False answer? A. sum B. If C. Average D. Max **********************************************************************************Of the following, which is NOT an input device? (answer: C) A. Keyboard B. Mouse C. Monitor D. Joy stick********************************************************************************** Operating sytems such as Window, and MS DOS, can be found under what category? (answer: B) A. Modem B. System Software C. Application Software D. Search Engine********************************************************************************** To find the total value of all numbers greater than zero in a row or column, you would use which excel function? (answer: A) A. sumif B. countif C. sum D. count**********************************************************************************Example(s) of Boolean value(s) are: (a) OR (b) TRUE (c) NOT (d) Both (a) and (c) (e) None of the above

Page 16: SPRING 2001 HW#10 MULTIPLE CHOICE QUESTIONSweb.cse.ohio-state.edu/~reeves.92/CSE200/MultipleChoic…  · Web viewA DBMS will not . a. store and retrieve data . b. Analyze data

Which Excel chart is best described by: shows a functional relationship between two or more variables? (a) Bar Chart (b) Area Chart (c) Line Chart (d) XY Chart**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************

**********************************************************************************