2018S IP Question
2018S IP Question
(1)
IT Passport Examination
Instructions:
1. Use a pencil. If you need to change an answer, erase your previous answer completely
and neatly. Wipe away any eraser debris.
2. Mark your examinee information and your answers in accordance with the instructions
below. Your answer will not be graded if you do not mark properly. Do not mark nor
write on the answer sheet outside of the prescribed places.
(1) Examinee Number
Write your examinee number in the space provided, and mark the appropriate space
below each digit.
(2) Date of Birth
Write your date of birth (in numbers) exactly as it is printed on your examination
admission card, and mark the appropriate space below each digit.
(3) Answers
Select one answer (a through d) for each question.
Mark your answers as shown in the following sample question.
[Sample Question]
Q1. In which month is the spring IT Passport Examination conducted in 2018?
Since the correct answer is “b)” (March), mark your answer sheet as follows:
[Sample Answer]
Q1
– 1 –
Company names and product names appearing in the examination questions are trademarks or registered
trademarks of their respective companies. Note that the symbols ® and ™ are not used within.
– 2 –
Answer questions Q1 through Q45 concerning technology.
Q1. Which of the following is the binary number that is obtained by adding the binary
numbers 01011010 and 01101011? Here, the binary numbers are expressed as positive
8-bit values.
Q2. When the reward for an improvement proposal concerning business operations is
determined based on the decision table below, how much is the reward for an
improvement proposal that results in an improvement of $20,000 and a turnaround time
reduction of three days? Here, “Y” in the table means that each condition holds “true”,
and “N” means “not true”. In addition, “ ” indicates the reward that applies to each
specific combination of these conditions.
Q3. A PC plays back video data recorded at 500 400 pixels per frame, 30 frames per second,
and 3 bytes per pixel while reading it from a peripheral device. When the data transfer
rate between the peripheral device and the PC is 1 106 bytes per second, in order to play
back the video without delay, the data must be compressed to one n-th (1/n) in advance.
Which of the following is the minimum value of n? Here, the time to expand the
compressed data and other impacts can be ignored.
a) 18 b) 54 c) 72 d) 144
– 3 –
Q4. Which of the following describes the relationship that is always true for two (2) sets A
and B? Here, (X Y) represents the part that belongs to both X and Y (intersection
set), and (X Y) represents the part that belongs to at least one of X or Y (union set).
Q5. There is a series of numbered boxes stacked as shown in the figure below. The
operations described in the table below are performed in the sequence of operations 1
through 4. When the operation 4 is completed, which of the following shows the status
of the stacked boxes?
Table
Operation Description
4 Take two boxes from the top, add the numbers on the
Operation 1 boxes, write the sum on a new box, and then put it on the
3 top.
2 Operation 2 Write the number 3 on a new box, and then put it on the top.
2
Take three boxes from the top, calculate the average, write
1 Operation 3 the average value on a new box, and then put it on the top.
Fig. Take two boxes from the top, calculate the absolute value
Operation 4 of the difference between the numbers on the boxes, write
the absolute value on a new box, and then put it on the top.
a) b) c) d)
1
4 2
2 2 2
0 1 1 1
– 4 –
Q6. Which of the following is an appropriate description concerning HTML?
a) It is a markup language that can specify the logical structure and layout of a web page
by using tags.
b) It is a script language that can describe programs or processing steps executed on a
web browser.
c) It is a communication protocol that is used between a web browser and a web server.
d) It is a markup language that enables users to describe the meaning and structure of
data by defining their own unique tags.
a) A generic term for artificial languages used to enable a computer to perform a series
of operations
b) A processing procedure for enabling a computer to accomplish a specific purpose
c) Designing buildings or industrial products with the assistance of a computer
d) Software for translating a program into a machine language that can be directly
executed by a computer
Q9. Which of the following is the method for describing the logical structure of a sentence
in XML?
a) Enclosing the sentence, clauses, and other elements by using double quotes (“”)
b) Separating the sentence, clauses, and other elements by using commas
c) Enclosing the sentence, clauses, and other elements by using tags
d) Separating the sentence, clauses, and other elements by using tabs
– 5 –
Q10. Which of the following is appropriate as a description concerning Plug and Play?
a) When a peripheral device is connected to a PC, the installation and settings of the
device driver are performed automatically.
b) Software for enhancing the functions of application software is installed at a later time.
c) Power is supplied from a PC to a peripheral device via a cable connecting them.
d) A specific program is executed, and the system performance is evaluated on the basis
of the time taken for the execution.
Q11. Which of the following is a characteristic common to IEEE 1394 and USB that are often
used for connection interfaces between PCs and peripheral devices?
a) Peripheral devices can be connected and disconnected while the PC and/or devices
are powered on.
b) A maximum transfer rate is 100 Mbits/second.
c) A unique ID must be assigned to each device connected to a PC.
d) Data can be transmitted in parallel over multiple data lines.
Q12. Which of the following is an appropriate combination of words that are inserted into
blanks A and B in the description below concerning the execution sequence of
instructions in a computer?
A B
a) Decode Read
b) Read Decode
c) Read Write
d) Write Decode
– 6 –
Q13. Which of the following printers can take multiple copies simultaneously by using carbon
paper or non-carbon paper at the time of printing?
Q14. In the new system environment of Company X, three systems including the customer
management system, the ordering management system, and the call center system run at
separate locations and connected via a network and they can complement one another in
the event of a failure. Also, the system operations are managed at their respective
locations. Which of the following is the greatest merit of this new system environment?
a) It is the division of a series of processing into processing units that can be executed
simultaneously, and the execution of these on multiple CPUs.
b) It is the grouping and execution of multiple related processes in a single process.
c) It is the performing of business logic and database processes on the server side, and
the performing of user interface processes on the client side.
d) It is the division of processing time for a single CPU into short units, and the
sequential allocation of these to multiple applications for execution.
Q16. Which of the following is the term for the form of using a PC by itself without connecting
it to any network?
– 7 –
Q17. The diagram below shows the directory structure for a part of a certain file system.
Which of the following is the reference from the current directory D3 (indicated with an
asterisk “*”) to the file “a” under the directory D4 (indicated with an arrow)? Here,
files are specified as follows:
D1
D2 D3*
D4 D5
a) . . \ . . \ D 2 \ D 4 \ a b) . . \ D 2 \ D 4 \ a
c) D 1 \ D 2 \ D 4 \ a d) D 2 \ D 4 \ a
Q18. Which of the following is an OS function that executes several application programs
progressively in turn on a single PC, such as when a file is downloaded from a web site
while data is processed with spreadsheet software?
– 8 –
Q19. Which of the following is an appropriate description concerning the use of OSS (Open
Source Software)?
a) OSS users have an obligation to pay the developer the fee for the software.
b) OSS users are allowed neither to sell the OSS nor to distribute it at no fee.
c) OSS cannot be used in the field of genetic research.
d) Software derived from the published OSS can be made available as OSS.
Q20. A certain company holds briefing sessions six times a month to attract customers. To
manage the attendees in January by using spreadsheet software, a table is created as
shown in cells A1 through D8. Then, to manage the attendees in February, cells A2
through D8 are copied to cells F2 through I8, and cell I3 is corrected. Which of the
following is the appropriate expression to be entered into cell I3? Here, when the table
for February is copied to the table for March, cells should be filled so that the expressions
in cells do not have to be changed.
A B C D E F G H I
Management of
1 Management of attendees in January
attendees in February
Briefing Number of Month-to-date Year-to-date
2
session attendees total total
3 1st B3 B3
4 2nd C3 + B4 D3 + B4
5 3rd C4 + B5 D4 + B5
6 4th C5 + B6 D5 + B6
7 5th C6 + B7 D6 + B7
8 6th C7 + B8 D7 + B8
a) C8 + D8 b) C8 + H3
c) D8 + G3 d) D8 + G8 + H3
– 9 –
Q21. The types of programs that are executed at the startup time of a PC are generally
classified into three categories: BIOS, OS, and startup services. Which of the following
is the list that is arranged in the sequence of the execution of the programs?
Q22. Spreadsheet software is used to predict sales according to the weather. The table is a
worksheet into which the probability for the weather type (sunny, cloudy, rainy) on the
day to be predicted and the predicted sales amount by weather type for each product are
entered. An expression is entered in cell E4 to calculate the predicted sales amount on
the day for Product A, and this is copied to cells E5 through E6 and used. Under these
conditions, which of the following is an appropriate expression to be entered in cell E4?
Here, to obtain the predicted sales amount on the day for each product, the probability
for each weather type is multiplied by the predicted sales amount for each of weather
type, and then these values are added up.
A B C D E
1 Weather type Sunny Cloudy Rainy
Probability of
2 0.5 0.3 0.2
weather type
Predicted Predicted Predicted Predicted
3 Product name sales amount sales amount sales amount sales amount
when sunny when cloudy when rainy on the day
4 Product A 300,000 100,000 80,000
5 Product B 250,000 280,000 300,000
6 Product C 100,000 250,000 350,000
a) B2*B4+C2*C4+D2*D4
b) B$2*B4+C$2*C4+D$2*D4
c) $B2*B$4+$C2*C$4+$D2*D$4
d) $B$2*$B$4+$C$2*$C$4+$D$2*$D$4
– 10 –
Q23. Which of the following is a typical example of a system operating on a super computer?
a) A Supply Chain Management system that is required for linkage between enterprises
b) A global climate change forecast system that requires large-scale scientific and
technical computing
c) A banking system that requires a high reliability
d) An engine control system of a vehicle that requires advanced real-time control
Q24. Which of the following is an input method where a touch panel is operated by touching
it in multiple locations simultaneously?
Q25. Which of the following is an international standard for a compression method for still
(or static) images?
– 11 –
Q26. There are “Sales”, “Customer” and “Product” tables in a relational database. Among lists
A through C, which of the following contains all and only the lists that can be created
from the data in these tables? Here, a solid underlined part represents a primary key, and
a dotted underlined part represents a foreign key.
Sales
SalesNumber CustomerNumber ProductNumber SalesDate SalesAmount
Customer
CustomerNumber CustomerName
Product
ProductNumber ProductCategoryName ProductName
A The list of customers who bought more than a certain amount of money during a
certain period in the past
B The list of products that were out of stock in the previous month
C The ranking list for sales amount by product in the previous month
a) A, B b) A, B, C c) A, C d) B, C
Q27. Which of the following effect is obtained by normalizing the tables of a relational
database?
a) The number of disk accesses for data update is reduced by compiling frequently used
data in the same table.
b) Data inconsistency due to data update is prevented by eliminating data duplication.
c) The usage efficiency of the main memory is improved by making the size of the tables
uniform.
d) Response time for queries is shortened by reducing the number of tables.
– 12 –
Q28. When the order records shown below are entered in the system where each order number
must be uniquely assigned, which of the following is the appropriate method for
searching the order master file containing all of the past order records, and for checking
the uniqueness of the order number?
Order record
Order number Order date Item code Quantity Customer code
(Character (Year/Month/Day) (Character (Numeric value) (Character
string) string) string)
Q29. When an activity for building a relational database is divided into steps A through C
below, which of the following is an appropriate order of the steps?
a) A → B → C b) A → C → B
c) B → A → C d) B → C → A
Q30. Which of the following is an appropriate description concerning a virus check for an e-
mail?
– 13 –
Q31. Which of the following is an appropriate explanation of tethering?
a) A type of virus that replicates itself and spreads infection throughout a network
b) A function of connecting a PC to the Internet by using a communication terminal such
as a smartphone as a mobile router
c) A method of detecting a tampering by using a hash function and public key
cryptography for electronic data
d) An attack that attempts to illegally manipulate the information in a database by
deliberately entering an SQL command in an input field on a web page
Q32. Which of the following is an appropriate effect of replacing IPv4 with IPv6?
a) Problems no longer occur when an IP address that can be accessed directly from the
Internet is duplicated.
b) The shortage of IP addresses that can be accessed directly from the Internet is resolved.
c) It becomes possible to use optical fibers for connecting to the Internet.
d) The communication speed at the time of using the Internet improves.
Q34. Which of the following is an appropriate explanation of SSID that is used in wireless
LANs?
– 14 –
Q35. When information security measures are grouped into three (3) categories of technical
security measures, human security measures, and physical security measures, which of
the following is an appropriate example of physical security measures?
a) A, B b) A, B, D c) B, D d) B, C, D
Q37. Among the descriptions A through C below concerning information security measures,
which of the following is the list that contains all and only the goals that can be achieved
by encrypting communication content?
a) A b) A, B c) A, C d) B
– 15 –
Q38. Which of the following is an authentication method where a user uses information that
differs each time and is generated with a device called a token or other such device?
Q39. In the description below concerning the ISMS conformity assessment scheme, which of
the following is an appropriate combination of words to be inserted into blanks A and B?
A B
a) personal information protection an audit department in the organization
b) personal information protection a specific third party institution
c) information security an audit department in the organization
d) information security a specific third party institution
Q40. In order to promote risk management, the execution plan for introducing the risk
management system was developed as the first step. When the subsequent actions are
divided into steps A through C below, which of the following is the order of the steps in
accordance with the PDCA cycle?
a) A → B → C b) A → C → B
c) C → A → B d) C → B → A
– 16 –
Q41. All employees are registered in an entry and exit control system with biometric
authentication, and the employees who are allowed to enter each room within the
company are specified. The exit from a room is not controlled. Among the following
lists of the descriptions A through D, which is the list that contains all and only the items
that can be achieved by the entry and exit control system?
a) A, B, C b) A, C c) A, D d) B, C, D
Q42. Which of the following is the most appropriate description concerning SSL/TLS?
Q43. Among the countermeasures A through D concerning information security, which of the
following is the list that contains all and only the appropriate countermeasures for
preventing a virus infection?
a) A, B b) A, B, C c) A, D d) B, C
– 17 –
Q44. Among the descriptions A through D concerning the operations management of a file
server, which of the following is the list that contains all and only the items that are
effective as a security measure?
a) A, B, D b) A, D c) B, C d) B, D
Q45. Which of the following is the most appropriate description of an information security
policy for an organization?
a) The management must implement not only the top-level information security policy,
but also the rules and procedures for information security.
b) It is necessary to publish outside of the company not only the top-level information
security policy, but also the rules and procedures for information security.
c) While the rules and procedures for information security should be tailored to the
organization, the top-level information security policy must be adopted from the
industry standard model.
d) Even when different information security measures are implemented in different
departments of an organization, the top-level information security policy must be
unified across the organization.
– 18 –
Answer questions Q46 through Q65 concerning management.
a) A black box test and a white box test are used to test internal structures and external
specifications respectively.
b) The number of errors remaining in a program has no relationship to the number of
errors already found.
c) The objective of the test is to prove completeness of a program, so a test plan should
be created on the assumption that all errors can be detected.
d) When a program is tested, the program must be checked not only for correct behavior
in normal cases, but also for intended behavior in the event of input errors.
Q47. In system development, which of the following is an activity that is performed after
software detailed design?
Q48. When the current system is replaced with a new system, the data to be migrated from the
current system to the new system and the resources necessary for the migration are listed
to create a migration plan. Which of the following is the most appropriate item to be
included in the migration plan?
– 19 –
Q49. Which of the following is the most appropriate design policy for an output form?
a) The numeric items and the character items are classified into different groups, and
each group is separately placed on the top and bottom or left and right of the form.
b) In order to ensure consistency between forms, rules regarding the form design, such
as the title position and the layout of data items, are predetermined.
c) All data items, including both numeric and character items, are printed with either
right or left justification.
d) The data items are arranged so that the program can be understood and maintained as
easily and simply as possible.
a) Through a trial model in the initial stage of the development process, the user interface
is determined and the system performance is verified, in order to reduce the risk of
rework caused by specification change in subsequent phases.
b) It is a type of growth model where the system is refined by repeating development
processes. In each iteration process, risk is assessed based on development cost and
quality, and the process with the lowest risk is adopted.
c) Through a series of system development processes, some functions are completed.
The entire system is developed in incremental steps by repeating such a cycle.
d) It is performed in order of requirements analysis, system design, production, and test.
It is suitable for large-scale system development.
Q51. Availability, performance, data consistency, maintainability, and such other indicators
are used to represent the capabilities and quality of a system. Which of the following
is an appropriate description of availability?
– 20 –
Q52. At the beginning phase of a new personnel system development project, in order to
clarify the possible risks, the persons in charge of the planning department, personnel
department, and information systems department, who act as the project team members,
get together and freely exchange their opinions on the apparent risks concerning the
project. What is such a method called?
Q53. Which of the following is an appropriate index or indicator that is used to evaluate the
quality of deliverables in a system development project?
Q54. At the request of a user department, the development department launches a project of
system development. Which of the following is the most appropriate role of the project
manager?
– 21 –
Q55. The project management knowledge areas include project cost management, project
human resource management, project time management, and project procurement
management. In a system development project, which of the following is an appropriate
activity of project procurement management when a device is purchased for testing?
a) Creating a schedule so as to start the test using the purchased device after the delivery
of the device
b) Providing training in device operations to the person in charge of performing the test
by using the purchased device
c) Adding the purchase cost of the device for testing to the project budget, and managing
the estimated and actual total cost
d) Presenting the specifications of the device for testing to several candidate suppliers,
evaluating the proposals, and deciding on the appropriate supplier accordingly
Q56. When the progress of a project is managed, which of the following is an appropriate item
to be considered?
a) The amount of delay in progress can be adjusted based on the judgment of the
administrator.
b) Qualitative items are set as the control items of progress management.
c) Quantitative items and their target values are set in order to evaluate the progress
quantitatively.
d) A radar chart is used to facilitate the understanding of progress.
Q57. After the start of a project, the scope is defined by collecting the requirements for the
project. Which of the following is the most appropriate purpose of defining the scope?
– 22 –
Q58. In order to achieve the objectives of a project, the roles, responsibilities, and skills
required for project team members are determined, and the time periods of their
participation are also clarified. Which of the following is the appropriate knowledge
area of the project management processes where such activities are classified?
Q59. The private power generator is installed to protect a business server against electric
power failure, but it takes one minute to provide a stable power supply after the power
failure is detected. Which of the following devices is necessary to supply temporary
power to the server during that one-minute period?
Q60. An organization is going to set up a service desk to respond to information system users.
Which of the following is the most appropriate description concerning incident handling
by the service desk?
a) In response to fault reports from users, the service desk provides information to them
after a resolution method has been formally decided.
b) The service desk responds to fault reports from users with the primary aim of
restoration of service, not investigation of the causes of faults.
c) For receipt of user inquiries, the service desk standardizes on a single method such as
e-mail, telephone, or FAX, regardless of conditions in users’ organizations.
d) The service desk keeps records of only the user inquiries that are not able to be quickly
resolved.
– 23 –
Q61. When the operation of an information system is outsourced, which of the following is
created in order to agree on the quality level for the service to be provided between the
outsourcing party and the contractor?
Q62. In order to reduce the risk of unauthorized entry into the server room where a computer
system is operating, the decision is made not to indicate the installation location of the
computers. Which of the following is the appropriate management that corresponds to
this measure?
Q63. Company A’s internal auditors conduct a system audit concerning the company’s BCP
(Business Continuity Plan). The system audit found in the backup measures for computer
power supplies that some of the batteries in the uninterruptible power supplies managed
by the System Operations Department are deteriorated. Which of the following is the
party responsible for making improvements in response to the finding?
– 24 –
Q64. Which of the following is the most appropriate phrase to be inserted in blank A in the
description below concerning IT control in a company?
a) implement IT governance
b) implement system audit
c) establish information literacy
d) establish software development standards
Q65. IT controls are classified into IT application controls and IT general controls. IT
application controls refer to the control activities for ensuring that all approved business
operations in the system for managing business operations are processed and recorded
appropriately. IT general controls refer to the control activities for guaranteeing the
environment in which each IT application control functions effectively. Which of the
following controls in a company that performs development and operation of its in-house
systems, such as the purchase management system, corresponds to IT application
controls?
a) Controls such as access management, ensuring the security of the in-house systems
b) Controls preventing duplicated entry of data in the purchase management system
c) Controls on the operation and management of the in-house systems
d) Controls on the development and maintenance of the in-house systems
– 25 –
Answer questions Q66 through Q100 concerning strategy.
Q66. In order to manufacture one (1) unit of a product, 10 kg of the raw material A and 5 kg
of the raw material B are needed. If the amount of raw material that can be used in one
(1) month is 60 kg of raw material A and 40 kg of raw material B, what is the maximum
number of units of the product that can be manufactured in one (1) month?
a) 4 b) 6 c) 8 d) 10
Q67. Which of the following is a method of education and training by which the techniques
and knowledge required for working are mastered through daily work experience?
Q68. When there are n evaluation items, n evaluation axes are drawn from the center of a
circle so that the circle can be divided into n equal pieces, and then evaluation values are
plotted on each axis. Which of the following is the appropriate chart or diagram that is
used for determining the relative balance between evaluation items and the distance from
averages by connecting neighboring plotted points with line segments?
Q69. An implementation plan for a company-wide information system that is consistent with
the business strategy is to be created. Which of the following is the most appropriate
person to take responsibility for this activity?
a) CIO
b) CTO
c) Head of the core business department
d) Person in charge of planning in the information systems department
– 26 –
Q70. The design quality of software is associated with the skills of the designers, the design
methods, the design tools, and other factors. Which of the following is an appropriate
name for a diagram or a chart that resembles a fishbone and is used for identifying the
items that affect the quality?
Q71. Company A manufactures and sells product B. Which of the following is the
appropriate expression for calculating the total cost of product B ? Here, the total cost
refers to all the costs incurred until product B is sold.
Q72. Which of the following is a mechanism by which interested parties, such as the
shareholders or investors, supervise and monitor the management of a company
conducted by the management executives and board of directors?
a) Information is scanned in the horizontal direction only, in the same way as the linear
bar code.
b) Errors can be detected in both horizontal and vertical directions, but cannot be
corrected.
c) When the area is equivalent in size to the linear bar code, more information can be
recorded.
d) Since a matrix code has information in both horizontal and vertical directions, its
adjustable scanning angle is narrow.
– 27 –
Q74. Which of the following corporate activities is related to compliance promotion?
a) A mechanism for sharing sales people’s sales know-how, customer information, and
negotiation information in the sales department is implemented to improve sales
productivity.
b) A mechanism for sharing customer information and purchasing history among all
departments that come into contact with customers is implemented to increase
customer satisfaction.
c) Schedules, documents, messages, and meeting room reservation status are shared with
groups such as departments and projects in order to prevent communication loss.
d) A code of conduct and a conduct manual that aim to follow the law are created on the
basis of corporate ethics, and ethical education is implemented to ensure that
employees understand them.
Q75. Which of the following is an appropriate example of a practice based on the concept of
Green IT?
a) Use of displays that reduce eye fatigue from blue LED light
b) Installation of air shower devices in server room entrances and exits
c) Construction of backup systems in preparation for disasters
d) Making a rule of viewing materials on PC screens and limiting their printing on paper
– 28 –
Q77. Which of the following is the right to protect the content of user guides attached to
software packages?
– 29 –
Q80. There are two types of performance indexes: one to evaluate the achievement level of a
goal and the other to evaluate the method for achieving a goal. When the goal is to
“improve the English ability of employees,” which of the following is an appropriate
index to represent the achievement level of this goal?
Q81. In order to reduce the number of in-process or in-stock items between processes,
production is carried out in each process according to the requests from the subsequent
process and only the required number of the required items are supplied at the required
time to the subsequent process. Which of the following is the system that performs this
type of production?
Q82. Which of the following is the method for implementing marketing strategies by
combining multiple marketing elements?
– 30 –
Q83. Which of the following is an explanation of affiliate that is one of the advertisement
methods on the Internet?
Q84. Among the business management systems, which of the following has an objective of
maximizing customer lifetime value? Here, customer lifetime value is the amount of
profit expected to be brought into a company by a customer throughout his/her lifetime.
a) It organizes the transition of past technology and does not show future trends.
b) It is created for the technology strategy of a company or an industry and is not created
by a government or an administration.
c) It represents milestones in technology development, and does not involve any review
based on market trends.
d) It shows a technology development strategy based on an enterprise strategy, and is
intended to be understood not only by engineers but also by other employees.
– 31 –
Q87. A single unit of Product A is composed of three (3) pieces of Part B and two (2) pieces
of Part C. In the production plan for a particular period, when the demand for Product
A is 10, which of the following is the net requirement of Part B? Here, the quantity in
stock is five (5) for Part B, and there are no other pieces in stock, in process, on back
order, or already allocated. The net requirement is calculated by subtracting the stock
available for allocation from the gross requirement.
a) 20 b) 25 c) 30 d) 45
Q88. Which of the following is an appropriate example of a function that uses an IC tag?
Q89. Which of the following is an appropriate explanation of POS terminals (or POS cash
registers) in a supermarket and other such places?
a) They are terminals of the system used for collecting and managing information such
as the product code and price at the time of a sales transaction (at the “Point of Sale”).
b) They are terminals of the “Purchase Order System”, and are mainly used to automate
purchase orders for the replenishment of products.
c) They are terminals of the strategic product management system developed for
monitoring the “Probability of Survival” of such products.
d) They are terminals of the inventory management system first manufactured in “Port
of Spain”, and they hold an overwhelming market share.
Q90. Among the characteristics required for an embedded system, which of the following is
the most appropriate terminology used when a certain process must be completed within
a given period of time?
a) Availability b) Reliability
c) Real-time ability d) Serviceability
– 32 –
Q91. When the spreadsheet shown below is converted into CSV format, which of the
following is an appropriate list of data that is generated by spreadsheet software? Here,
records are separated by the carriage return code “CR”. The expression in a cell is
automatically recalculated, and the resulting value is written back into that cell.
Although the entered expressions are shown in row 3 and column C below, the resulting
values are actually displayed on the screen.
A B C
1 2 7 A1+B2
2 6 4 A2+B1
3 A1+A2 B1+B2 C2+B3
C C C
a) 2,6,8 R 7 , 4 , 11 R 6 , 13 , 24 R
C C C
b) 2,6,8 R 7 , 4 , 11 R 9 , 10 , 19 R
C C C
c) 2,7,6 R 6 , 4 , 13 R 8 , 11 , 24 R
C C C
d) 2,7,9 R 6 , 4 , 10 R 8 , 11 , 19 R
a) A company provides services, such as welfare and education for the company’s own
employees, through the Internet.
b) A travel company uses the Internet to give campaign information and sell tickets to
consumers in advance.
c) An automobile manufacturer uses the Internet to procure components and materials
from vendors across the world.
d) In an auction held on the Internet, a participant buys a product from another participant.
Q93. Which of the following is a term that means that the development and operation of a
system is farmed out to an overseas company or an overseas subsidiary?
– 33 –
Q94. Which of the following is the most appropriate description concerning DFD notation?
a) It is a notation that shows the transition in the state of a system as time passes and the
situation changes.
b) It is a notation that assigns relations between entities handled by a system, and
describes the data structure.
c) It is a notation for the attributes and operations of elements that a system is composed
of, and the relations between the elements.
d) It is a notation that focuses on the flow of data, and describes the relations between
the flow and the processing of business data.
a) It describes data and functions required for programming during system development.
b) It specifies conditions necessary for asking for proposal regarding the outsourcing of
system development.
c) It specifies the business activities and data flow which are subject to computerization.
d) It describes organizations and resources required for the development, operations, and
maintenance of a system.
Q96. Which of the following is an appropriate service that enables the use of business
software via the Internet?
– 34 –
Q97. The table below shows the evaluated value of the proposals of four (4) vendors from the
viewpoints of management, technology, and price. When each value of the management
viewpoint, technology viewpoint, and price viewpoint is weighted, and the vendor with
the highest total score is selected as the supplier, which of the following vendors is
selected?
a) Vendor A b) Vendor B
c) Vendor C d) Vendor D
Q98. Which of the following is an appropriate explanation concerning an RFP (Request for
Proposal)?
a) It is created by the vendor with whom an order is placed, with the purpose of
requesting the ordering company to submit a request for computerization.
b) It is created jointly by the ordering company and the vendor with whom an order is
placed, with the purpose of providing the details of the development.
c) It is created by the ordering company with the purpose of obtaining specific and
concrete ideas for a system from the vendors with whom an order is to be placed.
d) It is created by the ordering company with the purpose of collecting information and
accumulating know-how and knowledge from a wide range of sources.
Q99. When the system life cycle is divided into the planning process, requirements definition
process, development process, and operation/maintenance process, which of the
following is an appropriate process to clarify the functions of the system for the
implementation of business operations?
– 35 –
Q100. When software is procured based on the procedure shown in the diagram below, which
of the following is the most appropriate item to be inserted into blank (1)? Here, each
of items a) through d) corresponds to one of blanks (1) through (4).
a) Explanation of RFP
b) Creation of criteria for vendor selection
c) Creation of proposal
d) Evaluation of proposal
– 36 –