AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6102
Computer Programming 1
Showing 451-525 of 752 answers
Pointers retrieve the values assigned to it and stores it to the _____________ it points to.
References
Constants
Pointers
Variables
Correct
Pointers retrieve the values assigned to it and stores it to the it points to.
Variables
Correct
Pointers retrieve the values assigned to it and stores it to the reference it points to.
FALSE
Correct
Pointers used in function calls that store addresses in the memory?
True
False
Correct
Principle of OOP that deals with different variations of the same method is called Polymorphism.
TRUE
Correct
Process is an instance that indicates a specific action done in the ________________ activity.
Previous
Current
Correct
Future
Succeeding
Prototype-based is a subset Object-Object Programming that focuses in abstract representations of the objects.
True
False
Correct
References are ____________ variables.
Parameters
Address
Constant
Correct
Actual Value
References are containers that are preceded with an asterisk.
True
False
Correct
References are special types of variables that store the address in the memory rather than the actual value or constant.
True
Correct
False
References are used to point to multiple addresses in the memory.
FALSE
Correct
References are used to refer to _________ existing address in the memory.
One
Correct
References as variables stores ____________ as their value.
Actual Value
Address
Correct
Parameters
Constant
References returns the address of the variable it points to when using _________ operator(s).
Address of
Correct
References returns the address of the variable it points to when using Address Of operator.
TRUE
Correct
Server configurations are dealt using Data Science.
FALSE
Correct
shortc[1] = { 32768 };
The statement will induce integer overflow.
Correct
Simu is a programming language specialized in simulations.
FALSE
Correct
Snippet is defined as part of an entire code.
TRUE
Correct
Some word processing applications can create _______________ and pseudocodes.
Databases
Development Projects
Source Codes
Flowcharts
Correct
Sorting problems are problems where the values of given array is being arranged in a decremental order.
FALSE
Correct
statement is used in undefined conditional expressions.
Else
Correct
Statement wherein it terminates the execution of the current iteration is called Break Statement.
FALSE
Correct
Statements found inside of the ___________ are called code block.
Function Declarations
Parenthesis
Curly Braces
Correct
Square Braces
Statements found inside of the ___________ are called code block.
Curly Braces
Correct
Structures are part of Referenced Data Types.
True
False
Correct
Switch statement is a conditional that compares one specific variable with a set of constants.
TRUE
Correct
Technical Work Items is an ___________ step prior creating flowcharts.
Optional
Correct
Terminator is always the _________ symbol that can be found at the top-most of all flowcharts.
First
Correct
Last
Second to the last
Second to the first
The ________ rights allow users to escalate the permission granted.
Administrator
Correct
The ________ statement mainly uses integers as value to be evaluated.
switch
Correct
else
if
else if
The _________ programming language is mainly used by OSX and iOS
Objective-C
Correct
The _________ programming language is mainly used by OSX and iOS.
C++
Java
Objective-C
Correct
Shell
The _________ responsible for sending data to computers are called Input Devices.
Hardware
Correct
The ___________ statement is used for the system function.
#include <cstring>
#include <iostream>
#include <cstdlib>
Correct
#include <stdio>
The ____________ looping statement evaluates the condition before executing the body and the increment/decrement.
for
while
Correct
do-until
do-while
The ____________ serves as an entry point of any C++ application.
EXIT_SUCESS
int main()
Correct
using namespace std;
#include<iostream>
The ____________ statement uses defined constants in evaluating conditions.
else
if
switch
Correct
else if
The _____________ header file is used for string input with no space on it in C++.
#include <cstring>
#include <stdio>
#include <cstdlib>
#include <iostream>
Correct
The _____________ statement is used for general input and output of C++.
#include
Correct
The _____________ statement is used for string input and output of C++.
#include
Correct
The _________________ phase decreases the value of the counter.
Merit
Decrement
Correct
Demerit
Increment
The ________________________ tool enables better code management through backups and source control.
Integrated Development Environment
Access Control
Version Control
Correct
File management
The * symbol stands for _______________ operator.
Dereferencing
Correct
None of the choices
Address of
Both Address of and Dereferencing
The * symbol stands for Address Of operator.
FALSE
Correct
The #include is not used for system functions.
FALSE
Correct
The #include statement is used for string input and output of C++.
FALSE
Correct
The #include statement is used for the system function.
FALSE
Correct
The abstraction principle ensures that only the necessary methods are presented outside of the current class.
FALSE
Correct
The act where it is declared inside of a specific code block and can only be access inside of the said code block.
None of the choices
Conditionals
Global variables
Local Variables
Correct
The act where it is declared outside of the function.
None of the choices
Conditionals
Local Variables
Global variables
Correct
The Address Of operator is used to retrieve the physical address of a variable.
True
False
Correct
The allocated size for an int data type is 64 bits
FALSE
Correct
The allocated size if a chartype is 8 bits.
TRUE
Correct
The body of code blocksis the set of statements found inside the curly braces.
TRUE
Correct
The body of the function is a group of statements contained by a code block.
TRUE
Correct
The Case Statement is part of IF Statement.
FALSE
Correct
The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.
FALSE
Correct
The characteristic of Technical Work Items that deal with consistency is called Nonce.
FALSE
Correct
The compiler that presents a minimalistic approach for Windows is called _________________.
VC++
MinGW
Correct
MingGW
WinC++
The computer can only understand ____ languages.
Four
Three
One
Correct
Two
The counters are separated by open and close parenthesis.
FALSE
Correct
The Default Statement is used when the execution of the case statement fails.
TRUE
Correct
The END terminator is placed as the _______________ symbol in the entire flowchart.
End of each page
End of the second sequence
End of the first sequence
End of the last page
Correct
The free and web-based repository that allows distributed version control is called GitOpen.
FALSE
Correct
The go-in-between of the other programming languages are the mid-level programming languages.
TRUE
Correct
The increment/decrement happen at the start of the body.
FALSE
Correct
The index _________ which element of the array is on being process.
Declares
Correct
Sets
Initializes
Destroys
The index declares which element of the array is on being process.
TRUE
Correct
The int main()function serves as an entry point of any C++ application.
FALSE
Correct
The looping statement in C++ where the condition appears on the last part of the statement is called ________________ loop.
do-while
Correct
The main purpose of mutators is to ________ values to our hidden properties.
Retrieve
Destroy
Assign
Correct
Mutate
The Methods [Class] is used to give primary information centered on the object.
FALSE
Correct
The most efficient data type to use for flags like gender is _________________.
Integer
Character
Boolean
Correct
Floating-point
The newly developed IDE from Microsoft that supports various programming languages and acts as a subset of Visual Studio is called ________________.
Visual Studio Code
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)