Your browser does not support JavaScript!

Computer Programming 1

Showing 601-675 of 752 answers

This code block can adopt input from another code block.
  • Body/Body of the Function
  • None of the choices
  • Parameter
  • Function Correct
This code block is the entry point of C++ applications.
  • using namespace std;
  • int main( ) Correct
  • return EXIT_SUCCESS;
  • #include<iostream>
This command prompt-like window that will help build fundamentals in computer programming
  • Console Correct
This command prompt-like window that will help build fundamentals in computer programming.
  • Console Correct
  • Visual Studio
  • Graphical User Interface
  • Git
This integer dictates what element of array is being process.
  • Index Correct
  • Size
  • Array
  • None of the choices
This is a part of a function that can indicate the function will not pass a value.
  • Return Type Correct
This is a part of a function that indicates the alias of the function.
  • Function Name Correct
This is a way to organize the development files and configurations in a centralized repository.
  • Integrated Development Environment
  • Version Control Correct
  • Operating System
  • Compilers
This is the act of getting stored values from variables.
  • Assigning
  • None of the choices
  • Declaring
  • Retrieving Correct
This is the act of saying we will be using a variable of a specific data type.
  • Assigning
  • Retrieving
  • Declaring Correct
  • None of the choices
This is the act of storing values to variables.
  • Assigning Correct
  • None of the choices
  • Declaring
  • Retrieving
This is the maximum value for booldata type.
  • 1 Correct
This is the minimum value for booldata type.
  • 0 Correct
This is the minimum value for long data type.
  • -9.22337E+18 Correct
This is the minimum value for signed shortdata type.
  • -32768 Correct
This is the minimum value for unsigned short data type.
  • 0 Correct
This is the value for "NUL (null)" character of char data type.
  • 0 Correct
This looping statement in C++ where the condition is evaluated right before the execution.
  • While Loop Correct
  • Do-While Loop
  • For Loop
  • None of the choices
This method has a prefixed with "get" in their function name.
  • Accessors Correct
  • Abstraction
  • Encapsulation
  • Mutators
This method has a prefixed with "set" in their function name.
  • Encapsulation
  • Accessors
  • Abstraction
  • Mutators Correct
This method's main purpose is to store values in hidden properties.
  • Mutators Correct
  • Accessors
  • Abstraction
  • Encapsulation
This phase in looping statements that dictates whether the loop should stop or continue.
  • Iteration
  • Initialization
  • Looping
  • Condition Correct
This principle ensures that only the necessary methods are presented outside of the current class.
  • Mutators
  • Encapsulation Correct
  • Accessors
  • Abstraction
This principle extends the features and functionalities of existing classes and interfaces.
  • Overriding
  • Inheritance Correct
  • Overloading
  • Polymorphism
This principle generalizes the properties and methods of classes in such a way that the implementations are hidden from outside the class.
  • Mutators
  • Encapsulation
  • Accessors
  • Abstraction Correct
This principle is used to hide the internal working of an application.
  • Encapsulation Correct
  • Abstraction
  • Mutators
  • Accessors
This property states that the value cannot be changed.
  • Maintainability
  • Permutability
  • Configurability
  • Immutability Correct
This special variable manages the flow of the loop.
  • Increment/Decrement
  • Counter Correct
  • Condition
  • Body
This statement is used in undefined conditional expressions.
  • Switch Statements
  • If Statements Correct
  • Switch
  • Else
This statement is used to perform different actions per its condition.
  • If-Switch
  • Switch
  • If-Else Correct
  • Else
This tool varies mainly on how they support internal libraries, up-to-date third-party libraries and code optimization.
  • Integrated Development Environment
  • Compilers Correct
  • Operating System
  • Version Control
This will not need to reference MinGW compiler and libraries per project by inserting our newly
  • Visual Studio Correct
To test if you correctly performed the steps in configuring the Microsoft windows path what is to be opened first?
  • Command prompt Correct
True or False: DECLARE keyword is the equivalent for the Preparation symbol of flowcharts in pseudocode.
  • True
  • False Correct
True or False: Parameter code block can adopt input from another code block.
  • True
  • False Correct
True or False:A Decision Symbol is the flowchart equivalent of switch keyword in pseudocode.
  • True
  • False Correct
True or False:A group of related statements are called code blocks.
  • True Correct
  • False
True or False:A series of statement repeated when a specific condition is met is called looping.
  • True Correct
  • False
True or False:All flowcharts are convertible to pseudocodes.
  • True Correct
  • False
True or False:All pseudocodes are convertible to flowcharts.
  • True Correct
  • False
True or False:All word processing applications can create flowcharts.
  • True
  • False Correct
True or False:As of 2016, Cloud Computing is not yet supported by C#.
  • True
  • False Correct
True or False:Conditions within a while loop are evaluated after the execution.
  • True
  • False Correct
True or False:Data is a symbol used to compare two discrete values.
  • True
  • False Correct
True or False:Database applications can create pseudocodes.
  • True
  • False Correct
True or False:Descending is the usual arrangement for numerical values.
  • True
  • False Correct
True or False:Explicit Data Types are also called Variants.
  • True
  • False Correct
True or False:Flowcharts are created using spreadsheet applications.
  • True
  • False Correct
True or False:Flowcharts can start with other symbol aside from a START terminator.
  • True
  • False Correct
True or False:Function is used as an alias as reference to the function.
  • True
  • False Correct
True or False:Function name is a separate code block that performs a specific task.
  • True
  • False Correct
True or False:Given the following work item(s):"To ask user for basic salary""To ask user for total deductions"The most probable problem being addressed is "write a program to determine interest rate."
  • True
  • False Correct
True or False: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.
  • True
  • False Correct
True or False:Given the problem, "Write a program to calculate the BMI of the user", is the following work item(s) appropriate?"To ask the user for blood type"
  • True
  • False Correct
True or False:Given the problem, "Write a program to categorize bills by denomination", is the following work item(s) appropriate?"To ask the user for nickname"
  • True
  • False Correct
True or False:Given the problem, "Write a program to organize paper bills by their corresponding denomination", a possible work item would be "to ask the user for nickname and address".
  • True
  • False Correct
True or False:In 3,000 B.C., the Greek Abacus was invented.
  • True
  • False Correct
True or False:Iteration is the special variable that controls the flow of loops.
  • True
  • False Correct
True or False:Local variables are accessible throughout the code.
  • True
  • False Correct
True or False:One cycle of repetition using loops is called an iteration.
  • True Correct
  • False
True or False:One possible application of Embedded Systems Development is in Home Automation.
  • True Correct
  • False
True or False:Parameter is used to itemize the input values of the function.
  • True Correct
  • False
True or False:Server configurations are dealt using Data Science.
  • True
  • False Correct
True or False:Sorting problems are problems where the values of given array is being arranged in a decremental order.
  • True
  • False Correct
True or False:string is an array of text.
  • True
  • False Correct
True or False:The allocated size for a double data type is 64 bits (integer).
  • True
  • False Correct
True or False:The allocated size for an int data type is 64 bits
  • True
  • False Correct
True or False:The allocated size if a chartype is 8 bits.
  • True Correct
  • False
True or False:The body of the function is a group of statements contained by a code block.
  • True Correct
  • False
True or False:The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.
  • True
  • False Correct
True or False:The characteristic of Technical Work Items that deal with consistency is called Nonce.
  • True
  • False Correct
True or False:The characteristic of Technical Work Items that deals with clarity is called Clear.
  • True
  • False Correct
True or False:The free and web-based repository that allows distributed version control is called GitOpen.
  • True
  • False Correct
True or False:The int main()function serves as an entry point of any C++ application.
  • True Correct
  • False
True or False:The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT and OUTPUT.
  • True Correct
  • False
All courses