AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6102
Computer Programming 1
Showing 376-450 of 752 answers
It is one of the characteristics of technical work item that deals with being clear in nature.
Classifiable
Correct
It is one of the characteristics of technical work item that deals with process statements.
Unambiguous
Concise
None of the choices
Classifiable
Correct
It is one of the characteristics of technical work item that deals with pseudocodes.
None of the choices
Correct
It is one of the characteristics of technical work item that deals with the simplicity of the statement.
Concise
Correct
It is one of the characteristics of technical work items to be distinctive in purpose or aim.
Concise
Unambiguous
Specific
Classifiable
Correct
It is one of the characteristics of technical work items to be written direct to the point.
Specific
Classifiable
Concise
Unambiguous
Correct
It is one of the characteristics of technical work items to be written shortly.
Classifiable
Specific
Concise
Correct
Unambiguous
It is one of the main thing we consider when undergoing Software Development.
Compilers
Operating System
Correct
Integrated Development Environment
Version Control
It is phase in looping where the counter in increasing or decreasing.
Counter
Condition
Body
Increment/Decrement
Correct
It is the characteristic of Problem Solving that focuses on the practicality to provide a solution that takes a finite number of resources.
Doable in finite steps
Correct
It is the characteristic of Problem Solving that focuses on the solution to meet a specific singular end.
Goal-oriented
Correct
It is the characteristic of Problem Solving that focuses on the testability of the identified solution.
Verifiable
Correct
It is the characteristic of Problem Solving that states there should exist at least one probable solution.
Solvable
Correct
It is the characteristic of Technical Work Items that ensures the work item falls into a specific action.
Classifiable as INPUT, PROCESS, or OUTPUT
Correct
It is the characteristic of Technical Work Items that focuses on shortly written work items.
Concise
Correct
It is the characteristic of Technical Work Items that focuses on the precision of the given work item.
Unambiguous
Correct
It is the characteristic of Technical Work Items that talks about a single entity being manipulated or task being accomplished.
Specific
Correct
It is the classification of Technical Work Items for "all displayed information".
OUTPUT
Correct
It is the classification of Technical Work Items for "to accept a user input and add the value to a variable".
None of the choices
Correct
It is the classification of Technical Work Items for "to clear all values stored in the variables".
PROCESS
Correct
It is the classification of Technical Work Items for "to display the account number in masked text".
OUTPUT
Correct
It is the classification of Technical Work Items for "to imitate a user input".
None of the choices
Correct
It is the complex, fully functional software where we write, organize and manages our source codes and related files.
Integrated Development Environment
Correct
It is the equivalent of the DATA symbol of Flowcharts in Pseudocodes.
SET
Correct
It is the equivalent of the INPUT symbol of Pseudocodes in Flowcharts.
DATA
Correct
It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.
DISPLAY
Correct
It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any source excluding user entry.
SET ... AS …
Correct
It is the operator used to retrieve the address of the variable.
Dereferencing (*)
References
Address Of (&)
Correct
Pointers
It is the part of Visual Studio Code where the contents of the files are previewed and edited.
Editor
Correct
It is the part of Visual Studio Code where the project structure is displayed.
Explorer
Correct
It is the phase in looping statements where a variable called counter.
Condition
Correct
It is the phase of looping statements where a variable called counter is set an initial value.
Initialization
Correct
Looping
Iteration
Condition
It is the programming language that ranked as the Top 3 most used language in 2016 based from GitHub research.
Python
Correct
It is the programming languages that exhibit strong abstraction and mid-range access to the memory and operating system.
None of the choices
Low-level Programming Languages
Mid-level Programming Languages
Correct
High-level Programming Languages
It is the programming languages that exhibit the strongest abstraction of its programming schema.
Mid-level Programming Languages
None of the choices
High-level Programming Languages
Correct
Low-level Programming Languages
It is the result of an incorrect action or operation.
Bug
Exception
Correct
Defect
Error
It is used as an alias as reference to the function.
Body/Body of Code Blocks
Void/Void Return Type
Return Type
Function Name
Correct
It is used to itemize the input values of the function.
Body/Body of the Function
Parameter
Correct
Function
None of the choices
It limits the access to the properties and methods under it to only the class where they are defined is called protected scope.
FALSE
Correct
It repeats a series of statement that aim to reach a certain condition.
Condition
Iteration
Initialization
Looping
Correct
It serves as an entry point of any C++ application.
int sum( )
int init( )
int entry( )
int main( )
Correct
It was made to allow developers in the Open Source Community to publicly share software by Microsoft.
CodePlex
Correct
It's a special type of variable that stores the address permanently in the memory.
Dereferencing (*)
References
Correct
Pointers
Address Of (&)
Iteration is the special variable that controls the flow of loops.
FALSE
Correct
James Gosling developed the ________ programming language.
Objective-C
Java
Correct
C#
Python
James Gosling developed the programming language.
Java
Correct
Local variables are accessible throughout the code.
FALSE
Correct
Local Variables are variables declared outside of "int main ( )" function and can only be accessed outside.
FALSE
Correct
Long can store up to 65,535 in value.
True
False
Correct
Low-level Programming Languages exhibit the strongest abstraction of its programming schema.
True
False
Correct
Machine Languages are Low-level Programming Languages.
True
Correct
False
Majority of the features available to mid-level programming languages are hidden in the background and are usually taken for granted
FALSE
Correct
Mid-level Programming Languages exhibit _______ abstraction.
Transmutable
Mutable
Strong
Correct
Direct
Mid-level Programming Languages exhibit abstraction.
Strong
Correct
Mid-level Programming Languages exhibit strong abstraction and mid-range access to the memory and operating system.
True
Correct
False
Mirror Images of the variables are created by pointers.
True
Correct
False
Mutator is a method that enables the assignment of values to our properties hidden by scopes.
True
Correct
False
Mutator's main purpose is to store values in hidden properties.
True
Correct
False
Mutators are prefixed with "get" in their function name.
FALSE
Correct
Mutators should be prefixed with "sets" in their function name.
True
False
Correct
Object is an abstract representation of actual objects.
FALSE
Correct
Object-Oriented Programming is programming centered in the use of objects.
True
Correct
False
One characteristic of Technical Work Items is Classifiable - being able to distinctively classify the purpose or aim.
TRUE
Correct
One cycle of repetition using loops is called an iteration.
TRUE
Correct
One possible application of Embedded Systems Development is in Home Automation
TRUE
Correct
Open Source Communitys most famous and most used online version control repository since 2016.
Github
Correct
Overlapping arrows are _______________ in flowcharts.
Optional
Not Allowed
Correct
Allowed Sometimes
Allowed
Overlapping arrows are in flowcharts.
Not Allowed
Correct
Parameter code block can adopt input from another code block.
TRUE
Correct
Parameter is a component of the function which _______ the input values of the function.
Increases
Destroys
Multiplies
Itemizes
Correct
Pointers are a special type of
Variables
Correct
Pointers are a special type of __________________.
References
Pointers
Constants
Variables
Correct
Pointers are the special variables in C++ that points to a sector in the memory.
True
Correct
False
Pointers are used to point to ___________ in the memory.
Parameters
Constants
Actual Value
Address
Correct
Pointers are variables.
TRUE
Correct
« Previous
1
2
3
4
5
6
7
8
9
10
11
Next »
Search
All courses
ACTG
Cost Accounting and Control -
(101 answers)
Intermediate Accounting 3 -
(117 answers)
BAMM
Macroeconomics Theory and Practice -
(132 answers)
BIO
Biological Science -
(155 answers)
COMM
Introduction to Communication Media -
(23 answers)
COMP
Current Trends and Issues -
(453 answers)
CPE
Introduction to HDL -
(100 answers)
CS
2D/3D Digital Animation -
(108 answers)
Algorithms and Complexity -
(107 answers)
Animation Project -
(61 answers)
Application Life Cycle Management -
(272 answers)
Audio and Video Production (Digital Imaging) -
(370 answers)
Automata Theory and Formal Language -
(246 answers)
Computer Architecture and Organization -
(14 answers)
Discrete Mathematics -
(326 answers)
Discrete Structures 2 -
(106 answers)
Introduction to Machine Learning -
(163 answers)
Load Testing -
(189 answers)
Logic Design and Digital Computer Circuits -
(27 answers)
Mobile Application Development -
(60 answers)
Modeling and Simulation -
(90 answers)
Object Oriented Programming -
(155 answers)
Principles of Operating Systems and its Applications -
(189 answers)
Programming Languages with Compiler -
(40 answers)
Software Engineering 1 -
(316 answers)
Software Engineering 2 -
(186 answers)
Statistical Analysis with Software Application -
(174 answers)
Unified Functional Testing -
(107 answers)
ECE
Electronics 1: Electronic Devices and Circuits -
(169 answers)
Fundamentals of Mixed Signals and Sensors -
(98 answers)
ECON
Managerial Economics -
(5 answers)
EE
Electric Circuits Theory 2 -
(67 answers)
ENG
Computer Aided Drawing -
(114 answers)
Engineering Economincs -
(79 answers)
ENGL
Afro-Asian Literature -
(202 answers)
Philippine Literature -
(278 answers)
Purposive Communication 2 -
(240 answers)
Speech Communication 2 -
(152 answers)
ETHNS
Euthenics 1 -
(151 answers)
Euthenics 2 -
(239 answers)
FILI
Kritikal na Pagbasa, Pagsulat at Pagsasalita -
(558 answers)
Pagsasaling Pampanitikan -
(270 answers)
FLN
Foreign Language -
(278 answers)
GE
Art Appreciation -
(260 answers)
Environmental Science -
(269 answers)
Ethics -
(139 answers)
Life and Works of Jose Rizal -
(518 answers)
Living in the IT Era -
(135 answers)
Mathematics in the Modern World -
(111 answers)
Philippine Popular Culture -
(149 answers)
Purposive Communication 1 -
(59 answers)
Readings in Philippine History -
(214 answers)
Science, Technology and Society -
(358 answers)
The Contemporary World -
(226 answers)
Understanding the Self -
(204 answers)
GMAT
General Mathematics -
(8 answers)
IA
Accounting Information System -
(143 answers)
IT
Advanced Database Management Systems -
(139 answers)
Audio and Video Production -
(57 answers)
Cisco - Introduction to Packet Tracer -
(21 answers)
Data Communications and Networking 1 -
(271 answers)
Data Communications and Networking 2 -
(361 answers)
Data Communications and Networking 3 -
(247 answers)
Data Communications and Networking 4 -
(140 answers)
Database Management System 1 (Oracle) -
(144 answers)
Database Management System 2 (Oracle 10g Admin) -
(187 answers)
Information Assurance and Security 1 -
(405 answers)
Information Assurance and Security 2 -
(93 answers)
Integrative Programming and Technology 1 -
(109 answers)
Introduction to Human Computer Interaction -
(432 answers)
Introduction to Multimedia -
(366 answers)
IT Capstone Project 1 -
(82 answers)
Network Security -
(30 answers)
Project Management -
(258 answers)
Quantitative Methods -
(19 answers)
Screenwriting -
(102 answers)
System Administration and Maintenance -
(74 answers)
System Integration and Architecture 1 -
(160 answers)
Web Application Development 1 -
(218 answers)
Web Enhanced Animation Graphics -
(137 answers)
Web Systems Technologies -
(115 answers)
IT
Web Application Development 2 -
(63 answers)
ITE
Application Development and Emerging Technology -
(570 answers)
Cloud Computing and the Internet of Things -
(292 answers)
Computer Programming 1 -
(752 answers)
Computer Programming 2 -
(146 answers)
Data Structures and Algorithm Analysis -
(228 answers)
Fundamentals of Database System -
(52 answers)
Information Management -
(377 answers)
Introduction to Computing -
(144 answers)
Social and Professional Issues -
(436 answers)
Technopreneurship -
(177 answers)
MATH
Calculus 1 -
(164 answers)
Data Analysis -
(251 answers)
Differential Equation -
(50 answers)
Number Theory -
(268 answers)
Numerical Methods -
(256 answers)
MGT
Production Operations Management -
(151 answers)
Strategic Management -
(138 answers)
NSCI
Anatomy -
(58 answers)
Calculus-Based Physics 1 -
(222 answers)
Calculus-Based Physics 2 -
(258 answers)
NSTP
National Service Training Program 1 -
(352 answers)
National Service Training Program 2 -
(198 answers)
OFAD
Web Design -
(54 answers)
PHYED
Individual/Dual Sports -
(303 answers)
Physical Fitness -
(537 answers)
Rhythmic Activities -
(203 answers)
Team Sports -
(281 answers)
PSYC
Abnormal Psychology -
(14 answers)
Developmental Psychology -
(311 answers)
Introduction to Psychology -
(227 answers)
Physiological Psychology -
(98 answers)
RSCH
Accounting Research Methods -
(57 answers)
Inquiries, Investigations and Immersion -
(226 answers)
Practical Research 1 -
(249 answers)
TAX
Income Taxation -
(75 answers)