Save
not using
Bis
summary_validation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Ha Thien An Nguyen
Visit profile
Cards (247)
What are the three main components of hardware mentioned in the study material?
Input
,
output
, and
computer
(including
memory
and
CPU
)
View source
What is the role of memory in a computer?
Memory stores data
temporarily
(RAM) and
permanently
(ROM)
View source
What does
software
consist of?
A sequence of orders
formulated
by programs
View source
What is machine language?
It is a set of symbolic
instruction
codes usually in
binary
form
View source
What are the advantages of using modules in software development?
Modules allow for
reuse
, reduce
complexity
, and make error
detection
easier
View source
What is a database?
An
organized
collection of data
stored
in a computer
View source
What is the purpose of a network?
To allow multiple
computers
to
communicate
and
exchange
data
View source
What are the types of networks mentioned?
PAN
,
LAN
,
MAN
,
WAN
View source
What is the function of TCP and IP in networking?
TCP is for
Transmission Control Protocol
and IP is for
Internet Protocol
View source
What is a server?
A computer
dedicated
to
calculation
and storage
without
a screen or
keyboard
View source
What is the Internet described as in the study material?
The biggest
internetwork
View source
What is a business process?
A sequence of
steps
/
actions
aimed at generating a
product
or
service
View source
What is computer architecture?
The
fundamental
organization of the
computer
system
View source
What are the phases of computer architecture mentioned?
Mainframe
,
PC
&
client-server
, browser/
cloud
View source
What is an information system?
The combination of IT
hardware
,
software
,
processes
, and people who
use
it
View source
What is the first step in defining a problem in algorithm development?
The problem must be
fully
and
accurately
defined
View source
What is a solution strategy in algorithm development?
The choice of a solution
method
and
data
representation
View source
What are some representations of an algorithm?
Flow
Chart,
Nassi-Schneidermann
diagram,
Pseudo
Code
View source
What is the purpose of compiling in programming?
To detect
syntax
errors and translate into machine
language
View source
What is the difference between a compiler and an interpreter?
A compiler translates the
entire
program, while an interpreter executes
instructions
immediately
View source
What is the purpose of testing in programming?
To ensure results are
logically
correct and
compare
with other methods
View source
What is the purpose of documenting in programming?
To help
third
parties understand, modify,
improve
, or
complete
the program
View source
Why is maintenance important in programming?
Programs eventually need to be
updated
and changes must be
reported
in documentation
View source
What are the steps in programming as mentioned in the study material?
Problem
definition
Solution
strategy
Representation
of the algorithm
Programming
Compiling
Testing
Documenting
Maintenance
View source
In what applications are algorithms used today?
Computers
,
cryptography
,
information routing
,
resource planning
,
image processing
,
text processing
,
bio-computing
View source
What is an algorithm?
A method to solve a
problem
through a
sequence
of actions leading to a
goal
View source
What is a flow chart?
A scheme with basic
figures
that includes
instructions
connected by
lines
or
arrows
View source
What are the basic figures used in a flow chart?
Process
,
Input
/
Output
,
Choice
,
Begin/End
,
Comment
,
Sub-process
View source
What does a sequence flow indicate in process modeling?
It indicates the
order
in which
activities
are performed
View source
What is BPMN?
Business Process
Model and
Notation
View source
What is the purpose of a use case diagram?
To denote the
interaction
between a system and its users and the
hierarchical
relation between
functionalities
View source
What is UML?
Unified
Modeling
Language
View source
What does an actor represent in a use case diagram?
An actor denotes a
role
a
user
plays in the
system
View source
What does the include relationship in a use case diagram denote?
That a
use
case includes the
use
of another use case
View source
What is the purpose of a Gantt Chart in project management?
To
visualize
the
schedule
of a project
View source
What is the first step in creating a project?
New Project
View source
What is the purpose of creating a
milestone
in project management?
To track an
important
event in the project
View source
What is the purpose of a resource sheet in project management?
To
list
the
resources
required for the project
View source
What does task usage indicate in project management?
It shows how
resources
are
allocated
to tasks
View source
What is the purpose of a network diagram in project management?
To
visualize
the sequence of
tasks
and their
dependencies
View source
See all 247 cards