Direction : Choose the best answer. What do you call the distribution of information when stored on a physical disk?
Sectoring
None of the choices
FragmentationCorrect
Component
All of the choices
Direction : Choose the best answer. Which is not a subdomain of Application Development?
Game Development
CLI Applications
Cloud Development
UI ApplicationsCorrect
Direction : Choose the best answer. Which of the following was not helped by technology to advance further in their respective fields?
None of the choicesCorrect
Cancer Research
Oncology
Agriculture
Stem-cell Research
Direction : Choose the best answer.Compared to the rest of the setup, this installation process will take several steps to complete.
Compilers
IDE
GUI
MinGWCorrect
Direction : Choose the best answer.It is here where we develop and run our software.
Version Control
Console
Operating SystemCorrect
C++
Direction : Choose the best answer.It is made using Native Windows Application.
MinGW
Github
IDE
GUICorrect
Direction : Choose the best answer.It presents minimalistic approach in presenting tools and libraries necessary to develop application for Microsoft Windows.
MinGWCorrect
Visual studio code
Compilers
Repository
Direction : Choose the best answer.It was made to allow developers in the Open Source Community to publicly share software by Microsoft.
Github
GUI
CodePlexCorrect
MinGW
Direction : Choose the best answer.Open Source Community's most famous and most used online version control repository since 2016.
GithubCorrect
C++
MinGW
IDE
Direction : Choose the best answer.They organize source codes and development artifacts.
Respository
MinGW
C++
IDECorrect
Direction : Choose the best answer.To test if you correctly performed the steps in configuring the Microsoft windows path what is to be opened first?
Systerm Properties
Command promptCorrect
Environment Variables
Advance Settings
Direction : Choose the best answer.What domain deals with analytics?
API Development
Embedded Systems Development
Back-end Development
Data ScienceCorrect
Cloud Development
Direction : Choose the best answer.What domain deals with server configurations?
Data Science
Cloud Development
Embedded Systems Development
Back-end DevelopmentCorrect
API Development
Direction : Choose the best answer.What domain deals with web applications?
Data Science
API Development
Embedded Systems Development
Back-end Development
Cloud DevelopmentCorrect
Direction : Choose the best answer.What is needed to be installed to support C and C++ applications for Visual Studio?
MinGW
C++Correct
Visual Studio Code
IDE
Direction : Choose the best answer.What is needed to be set up before adding a license?
CodePlex
GitlgnoreCorrect
Console
Github
Direction : Choose the best answer.What web browser used the first versions of JavaScript?
Chromium
Internet Explorer
Netscape NavigatorCorrect
Opera
Firefox
Direction : Choose the best answer.Which is not a version of Shell?
BASH
SSH
CSH
RSH
PSHCorrect
Direction : Choose the best answer.Which is not an application of Embedded Systems Development?
All of the choicesCorrect
Test Automation
None of the choices
Microsystems
Direction : Choose the best answer.Which is not the file extension of Linux applications?
All of the choices
so
h
lnx
Not applicableCorrect
Direction : True or False #include <iostream> is the act of a function saying everything inside belongs to it.
True
FalseCorrect
Direction : True or False A programming centered in the use of objects is called Object-Oriented Programming.
TrueCorrect
False
Direction : True or False C++ enables the developers to get in-detail the memory sector of the computer.
TrueCorrect
False
Direction : True or False Function calls can be pointers.
True
FalseCorrect
Direction : True or False The "for" statement is range-based.
TrueCorrect
False
Direction : True or False The #include <cstdlib> is not used for system functions.
True
FalseCorrect
Direction : True or False The #include <cstdlib> statement is used for string input and output of C++.
True
FalseCorrect
Direction : True or False The #include <iostream> statement is used for the system function.
True
FalseCorrect
Direction : True or FalseA class cannot contain more than one constructor.
True
FalseCorrect
Direction : True or FalseA condition where it evaluated right before the body executes is called While Loop.
TrueCorrect
False
Direction : True or FalseA function shall return as its final execution is called reoccurrence data type.
True
FalseCorrect
Direction : True or FalseA group of statements within a code block is called body of the function.
TrueCorrect
False
Direction : True or FalseA programming language specialized in simulations is called Simula.
TrueCorrect
False
Direction : True or FalseA programming language that defines an error in a specific action is called exception.
TrueCorrect
False
Direction : True or FalseA property that states if a value cannot be changed is called immutability.
TrueCorrect
False
Direction : True or FalseA statement wherein the increment/decrement can occur before the other statements of the body is called While statement.
TrueCorrect
False
Direction : True or FalseA statement wherein the used is to terminates the execution of the entire loop is called Continue statement.
True
FalseCorrect
Direction : True or FalseA typical initialization of a counter is set to 0.
TrueCorrect
False
Direction : True or FalseA variable is used to store permanent value in a program.
True
FalseCorrect
Direction : True or FalseAccessors are methods with the return type like the data type of the property.
TrueCorrect
False
Direction : True or FalseAccessors are prefixed with "set" in their function name.
True
FalseCorrect
Direction : True or FalseAccessors should never assign values to its referenced properties.
TrueCorrect
False
Direction : True or FalseActual values are assigned to variables.
TrueCorrect
False
Direction : True or FalseAn array can contain only one value of data type.
True
FalseCorrect
Direction : True or FalseAre accessors and mutators similar in terms of limiting an action done.
TrueCorrect
False
Direction : True or FalseBody is the phase in looping where it dictates whether the loop will start or continue.
True
FalseCorrect
Direction : True or FalseChanges done to the value of the reference will change the value of the variable it points to.
TrueCorrect
False
Direction : True or FalseCode Block is a series of programming statement that is located outside of curly brackets/braces; opened by "{", and closed by "}".
True
FalseCorrect
Direction : True or FalseCondition is the phase in looping statement where the statements inside the loop are executed.
True
FalseCorrect
Direction : True or FalseConditionals do not let us to expand the capabilities of our applications through scenarios.
True
FalseCorrect
Direction : True or FalseConverting a value from a data type to another is called changes.
True
FalseCorrect
Direction : True or FalseDoes C++ allow array of dynamic sizes?
True
FalseCorrect
Direction : True or FalseDoes counting problem means that the values of given array is being arranged.
True
FalseCorrect
Direction : True or FalseEncapsulation is used to hide the internal working of an application.
TrueCorrect
False
Direction : True or FalseException is the result of incorrect action committed unexpectedly.
TrueCorrect
False
Direction : True or FalseFunction name and variable name are similar?
TrueCorrect
False
Direction : True or FalseFunction parameters are pointer.
True
FalseCorrect
Direction : True or FalseFunction parameters can be references.
TrueCorrect
False
Direction : True or FalseFunctions are also called procedures.
TrueCorrect
False
Direction : True or FalseHigh-level programming language allows developer to focus on the logic of the application they are developing.
TrueCorrect
False
Direction : True or FalseIn a series of statements, looping in C++ is not allowed to repeat.
True
FalseCorrect
Direction : True or FalseIn C++, the abstract representation of objects is called class.
TrueCorrect
False
Direction : True or FalseIn Low-level programming languages, developers are given indirect access to the memory of the computer, particularly the random-access memory.
True
FalseCorrect
Direction : True or FalseIn sorting problems, it is not allowed to arrange numerical values in ascending forms.
True
FalseCorrect
Direction : True or FalseIn the discussion, the allocated size for a double data type is 8 bits.
True
FalseCorrect
Direction : True or FalseIs it possible for a constructor to have a same number of parameters?
True
FalseCorrect
Direction : True or FalseIs it possible to create a nested conditional depending on the need?
TrueCorrect
False
Direction : True or FalseIt is possible to create multiple pointers pointing to the same variable.
TrueCorrect
False
Direction : True or FalseIt limits the access to the properties and methods under it to the class itself and to all classes that inherit it is called private scope.
True
FalseCorrect
Direction : True or FalseIt makes the properties and methods under it accessible to anywhere within and outside the class is called public scope.
TrueCorrect
False
Direction : True or FalseLocal Variables are variables declared outside of "int main ( )" function and can only be accessed outside.
True
FalseCorrect
Direction : True or FalseLow-level programming languages are the easiest to manage of all the categories of programming languages.
True
FalseCorrect
Direction : True or FalseMutators are prefixed with "get" in their function name.
True
FalseCorrect
Direction : True or FalsePointers are used to point to addresses in the memory.