
Finals Exam
Quiz by Joseph John Galo
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Programming is a creative task: there is no right or wrong way to solve a problem.
We use binary to run programs in English-like language.
A speaker is a type of input device.
A system Unit consists of Mouse, Keyboard, Monitor, and Microphone.
Pseudocode is a part of the documentation in the Programming Process.
During the Maintenance phase, programmers would be assigned to write specific programs using a programming language decided by SystemAnalyst.
Comments in the program are also considered part of the documentation in the programming Process.
The term programming languages usually refers to fourth-generation languages.
Constant is a universal quantity where it dynamically changes for every aspect of computation.
In any program, the variable has a Name, Datatype, Value, and Size.
___________ operators designed to carry out calculations
___________ operators are used to combine relational operators to give more complex decisions.
___________ is the skill of writing a computer program for various purposes.
The generation languages are programming languages that to contain visual tools to help develop a program.
_______________ is a skill of Finding ways to structure or classify multiple pieces of information.
_______________ translates the whole source code into a machine code program.
In computer programming, a (also known as Case Statement)
operator is for conditional testing
Arrays contain a amount of elements.
___________ is a data structure, which can store a fixed-size collection of elements of the same data type.
Enumerate 2 Types of Arrays.
(ex. 1. First Array, 2. Second Array).
Enumerate 5 Phases of the Software Development Life Cycle.
(ex. 1. First Phase, 2. Second Phase, 3. Third Phase, 4. Fourth Phase, 5. Fifth Phase)
Enumerate 3 Types of Loop.
(ex. 1. First Loop, 2. Second Loop, 3. Third Loop).
Type of error where errors are not detected by the compiler and cause incorrect results.
In this SDLC phase, it is required to consider all possible bugs and feedback that may soon affect the development of the system.
It is a set of instructions following the rules and usually syntax for chosen programming language.
It is a classification of data that tells a compiler how the program tends to use the data.
It is a standard way of naming a variable that required a (_) underscore to replace a whitespace.
It is a set of grammatical rules or also known as syntax that aims to perform a specific task.
It is basically a two-way decision statement and is used in conjunction with an expression
A type of loop that goes around until one error forces the application to crash.
The ability to listen to and understand information and ideas presented through spoken words and sentences.
A data type that has only two possible outputs which are True and False.