Your browser does not support JavaScript!

Computer Programming 1

Showing 226-300 of 752 answers

Direction : True or FalsePointers are variables.
  • True Correct
  • False
Direction : True or FalsePrinciple of OOP that deals with different variations of the same method is called Polymorphism.
  • True Correct
  • False
Direction : True or FalseReferences are used to point to multiple addresses in the memory.
  • True
  • False Correct
Direction : True or FalseReferences are used to refer to one existing address in the memory.
  • True Correct
  • False
Direction : True or FalseReferences returns the address of the variable it points to when using Address Of operator.
  • True Correct
  • False
Direction : True or FalseSmalltalk was the Object-Oriented Programming Language built for Dynabook.
  • True Correct
  • False
Direction : True or FalseSnippet is defined as part of an entire code.
  • True Correct
  • False
Direction : True or FalseSwitch statement is a conditional that compares one specific variable with a set of constants.
  • True Correct
  • False
Direction : True or FalseThe & symbol is used to retrieve the value of references.
  • True
  • False Correct
Direction : True or FalseThe abstraction principle ensures that only the necessary methods are presented outside of the current class.
  • True
  • False Correct
Direction : True or FalseThe Case Statement is part of IF Statement.
  • True
  • False Correct
Direction : True or FalseThe counters are separated by open and close parenthesis.
  • True
  • False Correct
Direction : True or FalseThe easiest category of programming languages to work with are the high-level programming languages
  • True Correct
  • False
Direction : True or FalseThe first personal computer created using Object-Oriented Programming is PC DOS by IBM.
  • True
  • False Correct
Direction : True or FalseThe go-in-between of the other programming languages are the mid-level programming languages.
  • True Correct
  • False
Direction : True or FalseThe main function serves as an entry point of any C++ application.
  • True Correct
  • False
Direction : True or FalseThe Methods [Class] is used to give primary information centered on the object.
  • True
  • False Correct
Direction : True or FalseThe one that dictates the maximum value stored by an array is called proportions.
  • True
  • False Correct
Direction : True or FalseThe programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level programming language
  • True
  • False Correct
Direction : True or FalseThe programming languages that showcase user-friendly implementations and structures are the mid-level programming languages.
  • True Correct
  • False
Direction : True or FalseThe return EXIT_SUCCESS statement is used for closing remarks.
  • True Correct
  • False
Direction : True or FalseThe syntax for the parameter is dataType variableName.
  • True Correct
  • False
Direction : True or FalseThe use of breaks is to prevent next conditions to be executed causing the switch statement to be executes.
  • True Correct
  • False
Direction : True or FalseUnprocessed values are the values that changed from original to the current value.
  • True
  • False Correct
Direction: True or False. Initialization use a special variable called counter.
  • True Correct
  • False
Does C++ allow array of dynamic sizes?
  • FALSE Correct
DynaBuk is the first computer created using Object-Oriented Programming?
  • TRUE
  • FALSE Correct
Else statement is used in undefined conditional expressions.
  • FALSE Correct
Encapsulation extends the features and functionalities of existing classes and interfaces.
  • TRUE Correct
Encapsulation is used to hide the internal working of an application.
  • TRUE Correct
Exception is the result of an incorrect action or operation
  • TRUE Correct
Exception is the result of incorrect action committed unexpectedly.
  • TRUE Correct
Explicit Data Types are also called Variants.
  • FALSE Correct
Explicit Variables are declared outside the context of the application.
  • True
  • False Correct
Float can store up to -9.10 x 1030.
  • True
  • False Correct
Flowcharts are created using spreadsheet applications.
  • FALSE Correct
Flowcharts do not support multi-paged configuration.
  • FALSE Correct
For Loops is a statement in C++ where the body phases occur within the parenthesis of the statement.
  • FALSE Correct
for(i=5; i>0; i--){ cout << endl; }
  • TRUE Correct
Function ______________ are pointer in a pointer function.
  • Parameters Correct
Function calls can be pointers.
  • TRUE Correct
Function is used as an alias as reference to the function.
  • FALSE Correct
Function name and variable name are similar?
  • FALSE Correct
Function name and variable name are____________.
  • Dissimilar Correct
Function name is a separate code block that performs a specific task.
  • FALSE Correct
Function parameters can be references.
  • TRUE Correct
Functions are also called procedures.
  • TRUE Correct
Functions are declared with parameters.
  • TRUE Correct
Functions are essentially a code block of related statements that allow varying values of its variables.
  • TRUE Correct
Functions can use ___________ in its parameters.
  • Pointers Correct
Fundamentals of computer programming are learned easily through the use of GUI.
  • FALSE Correct
Given the following work items (a) "To ask user for age" and (b) "To ask user for item price", the problem being addressed is about prices and interests
  • FALSE Correct
Given the problem below, that is the most probable last work item of the solution?
  • To display section Correct
Given the problem below, that is the most probable last work item of the solution?"Write a program that displays the section of the user"
  • "To enter the username"
  • "To display section" Correct
  • "To calculate the birth year"
  • "To display the age"
Given the problem below, what is the most probable last work item of the solution?
  • To display age Correct
Given the problem below, what is the most probable last work item of the solution?"Write a program to calculate the age of the user based on his birth year"
  • "To display the lastname"
  • "To display the birth month"
  • "To display age" Correct
  • "To display the firstname"
Given the work item below, what is its most probable problem that it answers?"To display appendFirstLastname"
  • "Write a program that displays the firstname"
  • "Write a program to display the complete name of the user" Correct
  • "Write a program to estimate the lifespan of the user"
  • "Write a program to display the age of the user"
Global variables are variables declared _____________ int main() code block.
  • Inside
  • Before
  • Outside
  • After Correct
Global variables are variables declared inside of "int main ( )" functions.
  • FALSE Correct
He is one of the creators of the open source programming language, Go, at Google, Inc in 2007.
  • Ken Thompson Correct
Header files are separate C++ files which contain supplementary codes for the application.
  • True Correct
  • False
How many components build up the phases that a looping statement need to undergo internally?
  • Four (4) Correct
  • Five (5)
  • Three (3)
  • One (1)
Immutability is a property that states that the value cannot be changed.
  • TRUE Correct
Implicit Data Types can contain either integer or character.
  • True Correct
  • False
Implicit Data Types can store _____ type of values.
  • Any Correct
  • Explicit
  • Selected
  • Implicit
Implicit Variables are declared within the context of the application.
  • True
  • False Correct
In 1967, the practice of Object-Oriented Programming started.
  • True Correct
  • False
In 3,000 B.C., the Greek Abacus was invented.
  • FALSE Correct
In a series of statements, looping in C++ is not allowed to repeat.
  • FALSE Correct
In C++, the abstract representation of objects is called ______________.
  • Interfaces
  • Classes Correct
  • Objects
  • Instantiation
In Low-level programming languages, developers are _________ access to the memory of the computer, particularly the random-access memory?
  • Direct Correct
  • Mutable
  • Strong
  • Transmutable
In sorting problems, it is not allowed to arrange numerical values in ascending forms.
  • FALSE Correct
In the discussion, the allocated size for a _________ data type is 1 bit.
  • Bool Correct
In the discussion, the allocated size for a double data type is___________.
  • 64 bits (floating point) Correct
  • 32 bits (floating point)
  • 32 bits (integer)
  • 64 bits (integer)
In the discussion, what is the allocated size for a char data type?
  • 32 bits
  • 1 bit
  • 64 bits
  • 8 bits Correct
All courses