A report allows you to represent data retrieved from one or more tables so that, it can be analysed and printed if required. -Technology

1 Answer

Answer :

True When you want to print those records which are fetched from your database then, reports are more useful for this purpose.

Related questions

Description : Information is retrieved through Internet using ………….. . -Technology

Last Answer : Information is retrieved through the Internet using search engine.

Description : Consider the following ER diagram:  The minimum number of tables required to represent M, N, P, R1, R2 is (A) 2 (B) 3 (C) 4 (D) 5

Last Answer : (A) 2 

Description : Let E1 and E2 be two entities in E-R diagram with simple single valued attributes. R1 and R2 are two relationships between E1 and E2 where R1 is one-many and R2 is many-many. R1 and R2 do not have any ... are required to represent this situation in the Relational Model? (A) 4 (B) 3 (C) 2 (D) 1

Last Answer : (B) 3 

Description : Let M and N be two entities in an E-R diagram with simple single vale attributes. R1 and R2 are two relationship between M and N, whereas R1 is one-to-many and R2 is many-to-many. The minimum number of tables required to ... and R2 in the relational model are .......... (1) 4 (2) 6 (3) 7 (4) 3

Last Answer : Answer: 4

Description : Which one of the following statements is correct? (A) The function of an information system is to improve one s ability to make decisions (B) The information system is the chain of operations ... , analysed data, its stored information is suitability used in making decisions (D) All the above

Last Answer : Answer: Option D

Description : Quantitative data refers to (i) Graphs and tables (ii) Any data you present in your report (iii) Statistical analysis (iv) Numerical data that could be useful to answer your research question(s) and to meet your Objectives

Last Answer : (iv) Numerical data that could be useful to answer your research question(s) and to meet your Objectives

Description : ………… is very useful in situation when data have to stored and then retrieved in reverse order. A) Stack B) Queue C) List D) Link list

Last Answer : A) Stack

Description : Memo data type allows you to store character type values in a table. -Technology

Last Answer : True Memo data type allows upto 65536 characters.

Description : Memo data type allows you to store only 255 characters in the table. -Technology

Last Answer : False Memo data type is used when character size is more than 255.

Description : Design View allows users to enter data in the table. -Technology

Last Answer : False Because Design View is used to edit the table design only.

Description : Identify the columns out of the given three, which should not be present in each of the following tables: -Technology

Last Answer : (i) DateofBirth(ii) Admno(iii) Phonenumber

Description : Database is made up of all the following components except (a) tables (b) queries -Technology

Last Answer : (d) A database is made up of tables, queries, and forms.

Description : A database that contains tables linked by common fields is called a (a) Centralized database (b) Flat file database -Technology

Last Answer : (c) Relational database stores data in the form of tables which are linked by common fields.

Description : In a MS_Access database, which component is not present? (a) Formula Bar (b) Tables -Technology

Last Answer : (a) MS-Access contains various components, i.e. Tables, Queries, Forms, Reports, Macros and Modules.

Description : The different objects supported by MS_Access are tables, queries, ………… and reports. -Technology

Last Answer : The different objects supported by MS-Access are tables, queries, forms, and reports.

Description : Which of the following is used to specify the beginning of a table’s row? (a) -Technology

Last Answer : (b) tag indicates the beginning of a table’s row.

Description : Which tag is used to add columns in the tables? (a) (b) -Technology

Last Answer : (b) is used to add columns in the tables.

Description : Which tags divide HTML tables in multiple section? -Technology

Last Answer : , and

Description : Define cell padding and cell spacing with respect to tables in HTML. -Technology

Last Answer : CELLSPACING controls the space between table cells and CELLPADDING sets the amount of space between the contents of the cell and the cell wall.

Description : In a Bank’s database, there are two tables ‘Customer’ and ‘Transaction’ as shown below. -Technology

Last Answer : (i)Acc_No, Cust_Phone(ii)All the columns having capability to become Primary Key are known as Candidate Keys.(iii)Acc_No(iv)Trans_Id

Description : In a Bank’s database, there are two tables ‘Customer’ and ‘Transaction’ as shown below. Write a query to display customer’s name who has -Technology

Last Answer : (i) Select cust_name from customer c,transaction t where c.Acc_No=t.Acc_No and Transaction_Type= 'Debit';(ii)Select cust_name, t.* from customer c, transaction t where c.Acc_No=t.Acc_No;(iii) ... total amount of all type of transactions, it will only display the total of credit transactions only.

Description : With reference to the above given tables, write commands in SQL for (i) and (ii) and output for (iii) below: -Technology

Last Answer : (i) select TName, Passenger from Train T, Reservation R where T.TrainId=R.TrainId;(ii) select T.* from Train T, Reservation R where T.TrainId!=R.TrainId;(iii)TrainIdTNameSourceDestination3424Lucknow MailLucknowNew Delhi5400Century ExpressNew DelhiKanpur

Description : How many rows and column will be there in the Cartesian product of the above given tables. Also mention the degree and cardinality -Technology

Last Answer : Cartesian Product:Number of Rows: 20Number of Columns: 9Degree: 9Cardinality: 20

Description : Consider the following tables PATIENT and TEST and answer the questions that follow : -Technology

Last Answer : Primary key in PATIENT and TEST tables are PCODE and TESTID respectively. Because primary key of a relational table uniquely identifies each record.Foreign key in PATIENT table is TESTID whose value is derived from the primary key (TESTID) of another table (TEST).

Description : Consider the tables given below. Salesperson -Technology

Last Answer : (i) Primary, Foreign(ii) Salespersons cannot be set as the primary key in the table Orders because table Orders has already primary key and one table cannot have more than one primary key column.

Description : Why is an E_book more accessible than a printed book? -Technology

Last Answer : E-book can be accessed, download or read with the help Internet.Multiple copies can be made easily and made available simultaneously to all the users who need it.If E-book is on network, then same book can be utilized/studied by more than one user.

Description : ……… is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper. -Technology

Last Answer : OCR is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper.

Description : The printed information on the paper is called …….. -Technology

Last Answer : The printed information on the paper is called hardcopy.

Description : ……………. means that a printed document is exactly a copy of what you see on screen. -Technology

Last Answer : WYSIWYGmeans that a printed document is exactly a copy of what you see on screen.

Description : The entire Word document can be printed by choosing Microsoft Office button —> Print and OK. -Technology

Last Answer : TrueSteps for printing the document is Microsoft Office button —> Print and OK.

Description : ………………… is a tool in MS_Word using which customized letters, mailing labels and envelopes can be printed in bulk. -Technology

Last Answer : Mail Mergeis a tool in MS-Word using which customized letters, mailing labels and envelopes can be printed in bulk.

Description : Write a numPy program to create a numPy array with all values as True printed 10 times. -Technology

Last Answer : This answer was deleted by our moderators...

Description : ey to represent relationship between tables is called (A) Primary key (B) Secondary Key (C) Foreign Key (D) None of these

Last Answer : (C) Foreign Key

Description : According to the principles of ICH GCP what should be recorded, handled, and stored in a way that allows its accurate reporting, interpretation and verification?  A. Data entered into the case report form  B. Source information  C. All clinical trial information  D. Essential documents

Last Answer : C. All clinical trial information 

Description : Why did Jimmy look at Annabel so strangely in the book A Retrieved Reformation?

Last Answer : She

Description : A 0.2 g sample containing copper (II) was analysed iodometrically, where copper (II) is reduced to copper (I) by iodide ions. `2Cu^(2+) +4I^(-)rarr2 C

Last Answer : A 0.2 g sample containing copper (II) was analysed iodometrically, where copper (II) is reduced to copper (I) by ... ` B. `63.5%` C. `53%` D. `37%`

Description : In common size Balance Sheet analysis we evaluate– (A) Increase or decrease over two years is analysed (B) Only increase over two years is analysed (C) Only decrease over two years is analysed (D) All assets and liabilities are expressed in terms of percentage of total

Last Answer : Answer: All assets and liabilities are expressed in terms of percentage of total

Description : Neurospora is used as genetic material because (a) It has short life cycle of 10 days (b) The product of single meiosis can be easily analysed (c) Meiotic products are linearly arranged in the form of ordered tetrads (d) Is a diploid fungus

Last Answer : Ans:(a)

Description : Who among the following analysed DNA for the first time? (1) Arthur Cornberg (2) Hargobind Khurana (3) M. W. Nirenberg (4) Watson and Krick

Last Answer : (4) Watson and Krick Explanation: James D Watson and Fracis Crick, the two scientists who discovered the structure of DNA in 1953. Watson and Crick took a crucial conceptual step, suggesting ... pairs interlocked in the middle of the double helix to keep the distance between the chains constant.

Description : The forces in the members of simple trusses, may be analysed by  (A) Graphical method  (B) Method of joints  (C) Method of sections  (D) All the above 

Last Answer : (D) All the above 

Description : Volumetric composition of flue gas analysed with the Orsat apparatus is : CO2 = 12%, O2 = 8%, CO = nil, N2 = 80%. This flue gas composition indicates that (A) Pure oxygen has been used for combustion ... very high (C) Excess air has been used for combustion (D) Hydrogen is not present in the fuel

Last Answer : (C) Excess air has been used for combustion

Description : hen financial statements for a number of years are reviewed and analysed, the analysis is known as --------------------- a) Vertical nalysis b) Internal analysis c) Horizontal analysis d) External analysis

Last Answer : c) Horizontal analysis

Description : Services can be meaningfully analysed by using a five-category classification scheme including type of market, degree of labour-intensiveness, degree of customer contact, skill of service provider, ... of the service provider. D)employee structure of the service provider. E)production environments.

Last Answer : B)goal of the service provide

Description : Who among the following analysed DNA for the first time ? (1) Arthur Cornberg (2) Hargobind Khurana (3) M. W. Nirenberg (4) Watson and Krick

Last Answer :  Watson and Krick

Description : You own Dude, Inc., which manufactures wooden tables. You need to hire some accountants to prepare your monthly financial statements. The preparation of your financial statements is referred to as a(n) a. Audit. b. Review. c. Compilation. d. Special report

Last Answer : Compilation.

Description : Which of the following is included in the database collection: a) Schemes, Tables, Queries b) Queries, Report, Views and other Objects c) Both of Above d) None of These

Last Answer : c) Both of Above

Description : MS_Word 2007 allows you to easily create a variety of professional looking documents using features such as Themes, Styles, SmartArt and more. -Technology

Last Answer : TrueMS-Word 2007 is a powerful tool that allows you to create a variety of professional looking documents because in Word 2007, all the things are replaced with a new navigation system.

Description : Has anyone retrieved valuables from a fire safe, after a fire?

Last Answer : Back during Firestorm, my crew went into the burned out neighborhoods to restore some of the vital phone lines to satellite towers. A coworker of mine was working next to a burned out lot, where the ... now had the oxygen they needed.. It needed time to cool before the safe should have been opened.

Description : Have you successfully retrieved money from a fraud claim you filed on your debit card?

Last Answer : I did. It took a few days, but I only dealt with my bank. Actually, the bank had called me first, suspecting that the transaction was fraudulent.

Description : If you were attempting a water rescue of two children and you retrieved one, but he wasn't breathing, do you go back for the second and then attempt CPR on the first or stick with the first child and start CPR?

Last Answer : I go for them both…that is that I am sure I can get to them both within 3–5 minutes. Gosh that would be a difficult situation and I would do chest compressions on both as that is the new CPR guidelines so I would like to think I could administer the chest compressions until help arrived.