Showing posts with label 11/12 SEM 1 BCS2413. Show all posts
Showing posts with label 11/12 SEM 1 BCS2413. Show all posts

10/12/2011

(chapter 8) End of Chapter Solution

ANSWERS TO CHAPTER EXERCISES (CHAPTER 8)

Review Questions

1. List and describe various types of output, including technology-based forms of information delivery.

Technology advances have had an enormous impact on how people communicate and obtain information. In addition to printed output, other forms of output include:

· Internet-based information delivery: Millions of firms use the Internet to reach new customers and markets around the world.

· E-mail: E-mail has become an essential means of internal and external business communication. Employees send and receive e-mail on local or wide area networks, including the Internet.

· Audio output: Audio output can be attached to an e-mail message or inserted as an audio clip in a document. In addition, many firms use automated systems to handle voice transactions and provide information to customers.

· Automated facsimile systems: Some firms use automated facsimile, sometimes called faxback systems, to allow a customer to request a fax using e-mail, the company Web site, or by telephone. The response is transmitted in a matter of seconds back to the user’s fax machine.

· Computer output to microfilm (COM): COM systems, such as microfilm and microfiche, capture an image of a document and produce film output. Users then can retrieve, view, and print the images.

· Computer output to laser disk (COLD): Computer output to laser disk (COLD) is a relatively new way to store images of paper documents. Using COLD technology, a paper document is scanned, and the digital image is stored on a high-density laser disk medium. COLD technology also enables rapid information retrieval of formatted information. For example, if an insurance company stores thousands of paper application forms, special software can treat the document as data and extract information from a particular column or area on the form.

  • Specialized forms of output: Businesses require a variety of specialized output devices, such as retail point-of-sale terminals, automated teller machines (ATMs), special-purpose printers, plotters, digital camera, and programmable devices (such as television sets, VCRs, and microwave ovens) that produce visual output displays. (Pages 334-337)

3. Explain the concept of human-computer interaction (HCI).

Human-computer interaction describes the relationship between computers and people who use them to perform business-related tasks. HCI concepts apply to everything from a PC desktop to the main menu for a global network. HCI includes all the communications and instructions necessary to enter input to the system and to obtain output in the form of screen displays or printed reports. (Page 348)

4. Describe eight principles for a user-centered interface design.

Eight principles for a user-centered design are:

§ Understand the underlying business functions

§ Maximize graphical effectiveness

§ Profile the system’s users

§ Think like a user

§ Use prototyping

§ Design a comprehensive interface

§ Continue the feedback process

§ Document the interface design (Page 351-352)

5. Explain each of the data validation checks mentioned in this chapter.

Data validation checks include the following:

§ Sequence checks are used when the data must be in some predetermined sequence.

§ Existence checks are used for mandatory data items.

§ Data type checks test to ensure that a data item fits the required data type.

§ Range checks test data items to verify that they fall between a specified minimum and maximum value.

§ Reasonableness checks identify values that are questionable, but not necessarily wrong.

§ Validity checks are used for data items that must have certain values.

§ Combination checks are performed on two or more fields to ensure that they are consistent or reasonable when considered together.

§ Batch controls are totals used to verify batch input and might involve checking data items such as record counts and numeric field totals. (Pages 365-366)

6. Describe six types of user interface controls, and provide an example of how you could use each type in a data entry screen.

Controls can include menu bars, toolbars, dialog boxes, text boxes, toggle buttons, list boxes, scroll bars, drop-down list boxes, option buttons, check boxes, command buttons, and calendar controls, among others. Controls can be used as follows:

§ Menu bar: The main menu options display at the top of the screen in a menu bar. Some software packages allow you to create customized menu bars and toolbars.

§ Toolbar: A toolbar contains icons or buttons that represent shortcuts for executing common commands. The commands might be navigation shortcuts or can trigger other actions.

§ Command button: Command buttons initiate an action such as printing a form or requesting Help.

§ Dialog box: A dialog box allows a user to enter information about a task that the system will perform.

§ Text box: A text box can display messages or provide a place for a user to enter data.

§ Toggle button: A toggle button is used to represent on or off status — clicking the toggle button switches to the other status.

§ List box: A list box displays a list of choices that the user can select.

§ Scroll bar: A scroll bar allows the user to move through the available choices when they do not all fit on the screen.

§ Drop-down list box: A drop-down list box displays the current selection. When the user clicks the arrow, a list of the available choices displays.

§ Option button: Option buttons, or radio buttons, represent groups of options. The user can select only one option at a time; selected options contain a black dot.

§ Check box: A check box is used to select one or more choices from a group. A checkmark or an X represents selected options.

§ Calendar control: A calendar control allows the user to select a date that the system will display and store as a field value. (Pages 358-359)

7. Explain the concept of a GUI and a switchboard. How does a GUI design differ from a character-based screen design?

A GUI uses graphical objects and techniques. A well-designed GUI helps users learn and use a system effectively. Now that GUIs have become universal in application packages, users expect in-house software also to have GUIs. Unlike a character-based screen design, a GUI combines process control and data entry. A switchboard is an opening screen that introduces an application and allows users to view the main options. A switchboard contains command buttons that enable users to navigate the system and select tasks. (Pages 348, 351, 359)

8. Explain batch and online input methods. Define source data automation and provide an example.

Using batch input, data entry is performed on a specified time schedule, such as daily, weekly, monthly, or longer. Although batch input is used in specific situations, most business activity requires online input. Online input offers immediate validation and availability of data.

A popular online input method is source data automation, which combines online data entry and automated data capture using input devices such as magnetic data strips, or swipe scanners. Examples of source data automation include retail stores that use portable bar code scanners to log new shipments and update inventory data, and libraries that use handheld scanners to read optical strips on books. (Page 360, 362)

10. Provide four guidelines for reducing input volume.

Four guidelines for reducing input volume are:

§ Input necessary data only. Do not input a data item unless it is needed by the system.

§ Do not input data that the user can retrieve from system files or calculate from other data.

§ Do not input constant data. If orders are in batches with the same date, then a user should enter the order date only once for the first order in the batch. If orders are entered online, then the user can retrieve the order date automatically using the current system date.

§ Use codes whenever possible. Codes are shorter than the data they represent, and coded input can reduce data entry time. (Pages 362-363)

9/28/2011

Ujuan 1 System Analysis & Design (BCS2413)

Ujian 1 SAD akan di adakan pada ketetapan berikut:-

Tarikh : 5/10/2011
Masa : 3:00 pm
Tempat : L22
Topik : Chapter 1 hingga 5

Sila klik pautan ini untuk format dan contoh soalan.

9/21/2011

BCS2413SAD LAB (interface design)


Berikut adalah cara memaparkan gambar(dalam picturebox) dari senarai (listbox). Menggunakan Visual Basic.NET Windows Application.





Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged

If ListBox1.SelectedIndex = 0 Then
PictureBox1.Load("c:\image1.jpg")
End If


If ListBox1.SelectedIndex = 1 Then
PictureBox1.Load("c:\image2.jpg")
End If


If ListBox1.SelectedIndex = 2 Then
PictureBox1.Load("c:\image3.jpg")
End If

'note: 3 image (di beri nama image1.jpg, image2.jpg dan image3.jpg ) di simpan dalam root c:

9/13/2011

BCS2413SAD Chapter 4 Exercise

T/F

1. Systems analysis is the second of five phases in the systems development life cycle.

2. The role of a Recorder is to document the results of JAD sessions.

3. Compared with traditional methods, JAD is less expensive.

4. The requirement that data entry screens must be uniform is an example of an output requirement.

5. In an informal structure, some people have more influence and knowledge than appears on an organizational chart.


Multiple Choice

6. ____ are the logical rules that transform data into meaningful information.
a. Inputs
b. Outputs
c. Processes
d. Controls

7. ____ skills are used to communicate and interact effectively with other people.
a. Acting
b. Interpersonal
c. Interactive
d. Analytical


8. A planned meeting where you obtain information from another person is a(n) ____.
a. office visit
b. focus group
c. summit
d. interview

9. A question where the answer is unstructured is considered to be a(n) ____ question.
a. closed-ended
b. open-ended
c. leading
d. range-of-response


10. Observing a system in use at another location is called a(n) ____.
a. operational visit
b. system visit
c. site visit
d. technical visit


8/15/2011

BCS2413 SAD : Chapter 2 Reinforcement

Name _________________________ Date ___________
Chapter 2 – True/False
Instructions: Circle T if the statement is true or F if the statement is false.

1. Systems development typically starts with a systems request, followed by a preliminary investigation.

2. A strategic plan is a review of what has happened in the past.

3. The "S" in SWOT analysis refers to Sales.

4. Stakeholders include anyone affected by the company's operations.

5. To achieve a goal a company sets shorter term strategic plans.

6. A systems request is an informal way of asking for IT support.

7. Encryption is the coding of data to keep it safe from unauthorized users.

8. According to industry experts, EPC technology is moving in on bar code technology.

9. Right-on-time inventory systems provide the right product at the right place at the right time.

10. Schedule feasibility means a project is implemented in an acceptable time frame.





8/09/2011

BCS2413 SAD : Chapter 1 Reinforcement

Name _________________________ Date ___________

Chapter 1 – True/False

Instructions: Write T if the statement is true or F if the statement is false.

1. Systems analysis and design refers to the combination of hardware and software products and services.
2. Application programmers plan, develop, and maintain information systems.

3. In-house applications are developed inside the company.
4. Information consists of basic facts that are the system’s raw material.
5. Company-wide applications are called enterprise applications.
6. Newer systems are called legacy systems.
7. Google, Yahoo, and AOL are examples of pure dot-com companies.
8. Electronic Data Interchange (EDI) is primarily used to communicate between businesses and consumers.

9. B2C stands for Business-to-Client.
10. A scalable design can expand to meet new business requirements.






























7/31/2011

BCS2413 System Analysis & Design


Saya akan mengendalikan kelas SAD (System Analysis and Design) bagi pelajar BCBM utuk sesi 2011/2012 SEM 1. Berikut adalah bahan-bahan pengajaran bagi subjek berkenaan:-

1) 'Lesson Plan' / Rancangan Pengajaran (download)
2) Buku Rujukan

Gary B. Shelly, Thomas J. Cashman, Harry J. Rosenblatt. (2011). System Analysis and Design, 8th edition. Thomson Learning
Harga buku ialah RM 60 (boleh di dapat dengan saya).

3) 'Power point slide' boleh di dapati dari link di bawah:-

Chapter 1 Introduction to Systems Analysis and Design (download)
Chapter 2 Analyzing the Business Case
(download)
Chapter 3 Managing Systems Projects (download)
Chapter 4 Requirements Modeling (download)
Chapter 5 Data and Process Modeling (download)
Chapter 6 Object Modeling (download)
Chapter 7 Development Strategies (download)
Chapter 8 Output and User Interface Design (download)
Chapter 9 Data Design (download)
Chapter 11Managing Systems Implementation (download)
Chapter 12Managing Systems Support and Security (download)

4) *Perisian
Beberapa perisian akan di gunakan dalam subjek ini seperti:-
Microsoft Visual Basic (untuk design interface)
Microsoft Visio (untuk design interface, flowchart dan lain-lain)
Microsoft Project
(untuk lukis gantt chart)
Visible Analyst (untuk lukis diagram ERD, UML dan lain-lain)
* akan di maklum dari masa ke semasa.





Cara download Installer windows 10 dalam format ISO

1. Jika anda bercadang untuk download windows 10 melalui website rasmi windows - pilihan untuk download dalam format ISO tidak di berikan.  ...