BSCS Flashcards
For Bachelor of Science in Computer Science. (14 cards)
01_Handout_1
is any activity that utilizes computers to manage, process and communicate critical information that is integral part of modern technology.
Intro/(duction to) Comp/uting
INTRODUCTION TO COMPUTING
Computing is any activity that
02_Handout_1
This technology simulates hardware functions by creating multiple virtual machines on a physical server that acts as a hardware device.
Intro/(duction to) Comp/uting
THE MODERN COMPUTING
Virtualization
This technology simulates
02_Handout_1
It is a network of an extensive range of physical objectives that automatically share data over the internet.
Intro/(duction to) Comp/uting
THE MODERN COMPUTING
Internet of Things (IoT)
It is a network of
02_Handout_1
It allows faster information exchange and communication between “things”
such as global positioning systems (GPS) and laser scanners.
Intro/(duction to) Comp/uting
THE MODERN COMPUTING
Internet of Things (IoT)
It allows faster
02_Handout_1
Machines can learn from experience, adjust to new inputs, and do human-like activities because of this technology.
Intro/(duction to) Comp/uting
THE MODERN COMPUTING
Artificial Intelligence (AI)
Machines can\_\_\_\_\_\_
such as factory and machine robots can
02_Handout_1
This fast-emerging field supports computers for science, engineering, research, and machines. Robots such as factory and machine robots can help perform several tasks considered complex for human abilities.
Intro/(duction to) Comp/uting
THE MODERN COMPUTING
Robotics
This fast-emerging field supports
Robots such as
01_Handout_1
— It is a sequence of statements intended to accomplish a certain task. It is a set of instructions for computers to follow.
Comp/uter Prog/ramming
Types of Programming
Computer program — It is a
sequence of
set of
01_Handout_1
— It is a process of planning and creating a program.
Comp/uter Prog/ramming
Types of Programming
Programming — It is a process of
01_Handout_1
— rules of the language,
“”
for example, print or write is used to produce an output.
Comp/uter Prog/ramming
Types of Programming
- Syntax — rules of
01_Handout_1
— these are program statements that carry out tasks that the program has to perform,
for example, print this word or add these two (2) numbers.
Comp/uter Prog/ramming
Types of Programming
- Commands — these are
01_Handout_1
— these are errors that might be encountered during the process of translation.
An example is a misspelled command.
Comp/uter Prog/ramming
Types of Programming
- Syntax errors — these are
01_Handout_1
— errors that occur when the syntax of the program is correct, but the expected output is not.
Comp/uter Prog/ramming
Types of Programming
- Logical errors — errors that occur when
01_Handout_1
— the process of locating and correcting the errors of a program.
Comp/uter Prog/ramming
Types of Programming
- Debugging — The process of
01_Handout_1
— It is a problem-solving technique used in solving programming problems. It is a step-be-step problem solving process in which a solution is arrived at in a finite amount of time.
Comp/uter Prog/ramming
Programming Cycle
-
Algorithm — It is a
It is a