Phone:+91-88823 09876

SUB- Business Systems solved assignment of Amity

Body: 

                                                                  SUB- Business Systems

1.What are Visual Basic forms? List out the features that may be incorporated into form to facilitate easier data entry

2. How sequential files are different from Indexed files?

3.Write the output for the following:

4.a) Write a program to find the factorial of a number

b) Write a program to print the Fibonacci series

5. a) Write short notes on:

I) Inventory Control System

ii) Payroll System

6. a) Give any four- application areas of databases

b) What is business computing? What role does the database play in business computing?

7. Explain relational database and advantages of relational database. Explain different types of relationship

8. What are the two standard methods used in data processing systems for organizing data? Explain their relative advantages and disadvantages.

1. Explain the following:

2. Difference between

3. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report with employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

Assignment C

Question No: 1

In the data processing system, if the input data are processed, as the transaction occurs, it is called

a)         Parallel Processing

b)         Real Time Processing

c)         Batch Processing

d)         Virtual Processing

Question No: 2

A file management system can typically access records from

a)         Only one files at a time

b)         Many files at a time

c)         Only two files at a time

d)         None of the above

Question No: 3

Which A sequential file organization is most suited for

a)         Airline Reservation system

b)         A library

c)         A Payroll system

d)         None of the above

Question No: 4

A suite of programs that handle an organization’s database responsibilities is called a

a)         DBMS

b)         Database Processing System(DBPS)

c)         DMS

d)         All of the above

Question No: 5

Coding and Testing are carried out

a)         Top down

b)         Bottom up

c)         Ad hoc

d)         None of the above

Question No: 6

The operation carried out on an input data for examining its acceptability is termed

a)         Validation

b)         Verification

c)         Moderation

d)         None of the above

Question No: 7

A program is made up of

a)         Constants

b)         Buffers

c)         Instructions

d)         All of the above

Question No: 8

Which of the following is a flowchart symbol?

a)         Decision

b)         Flow Lines

c)         Both a and b

d)         None of the above

Question No: 9

Which of the following is a valid command?

a)         INPUT “enter your name” Name

b)         INPUT “enter your name”, Name

c)         INPUT “enter your name” Get Name

d)         INPUT enter your name to Name

Question No: 10

IN which of the following cases, the output will be 220?

a)         ?ROUND(219.89,0)

b)         ?CEILING(219.89,0)

c)         Both a and b

d)         None

Question No: 11

Which of the following does not constitute a master file in a store system?

a)         Material issue file

b)         Material reciept file

c)         Purchase orders file

d)         All of the above

Question No: 12

Which of the following is true about a disk file where WRITE statement will always place a record in the next physical position?

a)         Sequential file

b)         Relative file

c)         Indexed file

d)         None of the above

Question No: 13

The command used to add a new field to an active table file is

a)         Modify command

b)         Modify Structure

c)         Both a and b

d)         None of the above

Question No: 14

A field that uniquely identifies records in the table wizard is known as

a)         Primary Key

b)         Special Key

c)         Unique Key

d)         None of the above

Question No: 15

To remove all records from the current table, the most appropriate command is

a)         Pack

b)         Delete all

c)         Zap all

d)         delete file

Question No: 16

The purpose of EXIT command is to

a)         Get out of condition loop

b)         Get out of Fox Pro

c)         Transfer the control to a different procedure

d)         None of the above

Question No: 17

The lowest level of management concerns with

a)         operational information

b)         tactical information

c)         long term planning

d)         Strategic information

Question No: 18

Which of the following is an invalid command in DBMS package?

a)         RUN

b)         CLEAR

c)         REPLACE

d)         None

Question No: 19

A typical commercial application file would have

a)         A master file and a transaction file

b)         A master file but may not have a transaction file

c)         A transaction file but may not have a master file

d)         None of the above

Question No: 20

Which of the following appropriately explains the desirable characterstic of good system design

  1. Modular approach
  2. Proper documentation
  3. Either a and b
  4. Both a and b

Question No: 21

A flowchart is a

a)   Method of programming

b)   Usually difficult to understand

c)   A method of displaying the solution to a problem in simple steps

d)   None of the above

Question No: 22

The Modify command is use to

a)         Modify Label

b)         Modify Command

c)         Modify Structure

d)         Modify Report

Question No: 23

The function to remove the leading and trailing spaces from a character expression is

a)         TRIM()

b)         LTRIM()

c)         RTRIM()

d)         ALLTRIM()

Question No: 24

The command CLEAR will

a)         Close all open databases

b)         Release all memory variables

c)         Erase the screen contents and reposition the cursor to the upper left corner

d)         All of the above

Question No: 25

Trial Balance is a term used in

a)         Payroll

b)         Inventory Control

c)         Financial Accounting

d)         Sales Management

Question No: 26

The ??? indicates

a)         Print text to output screen

b)         print text directly to printer

c)         Comment

d)         Logical operation

Question No: 27

Input: A=”11/05/1983” Choose the right function to get Output: 198

a)         ?SUBSTR(A,7,2)

b)         ?STUFF(A,7,3)

c)         ?SUBSTR(A,8,3)

d)         ?SUBSTR(A,7,3)

Question No: 28

Decision Table is a

a)         Tabular representation of a program logic

b)         Symbolic representation of a program logic

c)         Graphical representation of a program logic

d)         All of the above

Question No: 29

The command to create a new database file based on two open database files is

a)         SET RELATION

b)         UPDATE

c)         JOIN

d)         None of the above

Question No: 30

Edit Checks and Controls are built into a computer based system to

a)         Ensure that transcription errors do not corrupt the result

b)         Duplicate date does not enter into the computer system

c)         Avoid transposition errors

d)         All of the above

Question No: 31

Which one is not a function of Management?

a)         Staffing

b)         Controlling

c)         Planning

d)         Co-operating

Question No: 32

Which one correct for display a record with the value 2000 in the field phone and ‘false’ in the logical field paid.

a)         Display for phone=2000 .AND. .NOT. paid

b)         Display for phone=2000 AND paid =’false’

c)         Display for phone=2000 AND. paid=’false’

d)         Display for phone=2000 .AND.NOT.paid

Question No: 33

What is output of expression: A=CEILING(5.4)?

a)         5

b)         4

c)         6

d)         none of the Above

Question No: 34

Identify which of the following is not a database maintenance task

a)         Renaming database

b)         Copying database

c)         Combining database

d)         Viewing database

Question No: 35

Payroll is integrated with financial accounts through

a)         A month and journal voucher

b)         Online up-dation

c)         Maintaining each employee record in a subsidiary ledger

d)         All of the above

Question No: 36

A file management system can typically access records from

a)         File management

b)         File listing

c)         File recovery

d)         Disk management

Question No: 37

The means by which an operating system or any other program interacts with the user is called.

a)         Only one file at a time

b)         Many files at a time

c)         Only two files at a time

d)         None of the above

Question No: 38

How many style options are available in Form Wizard

a)         Six

b)         Five

c)         Three

d)         None

Question No: 39

Which one correct for display a record with the value 2000 in the field phone and ‘false’ in the logical field paid?

a)         Display for phone=2000 .AND. .NOT. paid

b)         Display for phone=2000 AND paid =’false’

c)         Display for phone=2000 AND. paid=’false’

d)         Display for phone=2000 .AND.NOT.paid

Question No: 40

The command to create a new database file based on two open database files is

a)         SET RELATION

b)         UPDATE

c)         JOIN

d)         None of the above

 

Title:
SUB- Business Systems solved assignment of Amity (Customize)
Short Name or Subject Code:  Business Systems solved assignment of Amity
University:  Amity
Select Type: 
Service Type:  Assignments
Select Semester:  Semester- II Select Cource:  B.Sc (IT)
commerce line item type: 
Price: 
₹500.00
Product: