Your browser does not support JavaScript!

Computer Programming 1

Showing 151-225 of 752 answers

Direction : Choose the best answer.
  • All of the choices Correct
Direction : Choose the best answer. What do you call the distribution of information when stored on a physical disk?
  • Sectoring
  • None of the choices
  • Fragmentation Correct
  • 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 Applications Correct
Direction : Choose the best answer. Which of the following was not helped by technology to advance further in their respective fields?
  • None of the choices Correct
  • 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
  • MinGW Correct
Direction : Choose the best answer.It is here where we develop and run our software.
  • Version Control
  • Console
  • Operating System Correct
  • C++
Direction : Choose the best answer.It is made using Native Windows Application.
  • MinGW
  • Github
  • IDE
  • GUI Correct
Direction : Choose the best answer.It presents minimalistic approach in presenting tools and libraries necessary to develop application for Microsoft Windows.
  • MinGW Correct
  • 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
  • CodePlex Correct
  • MinGW
Direction : Choose the best answer.Open Source Community's most famous and most used online version control repository since 2016.
  • Github Correct
  • C++
  • MinGW
  • IDE
Direction : Choose the best answer.They organize source codes and development artifacts.
  • Respository
  • MinGW
  • C++
  • IDE Correct
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 prompt Correct
  • Environment Variables
  • Advance Settings
Direction : Choose the best answer.What domain deals with analytics?
  • API Development
  • Embedded Systems Development
  • Back-end Development
  • Data Science Correct
  • Cloud Development
Direction : Choose the best answer.What domain deals with server configurations?
  • Data Science
  • Cloud Development
  • Embedded Systems Development
  • Back-end Development Correct
  • API Development
Direction : Choose the best answer.What domain deals with web applications?
  • Data Science
  • API Development
  • Embedded Systems Development
  • Back-end Development
  • Cloud Development Correct
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
  • Gitlgnore Correct
  • Console
  • Github
Direction : Choose the best answer.What web browser used the first versions of JavaScript?
  • Chromium
  • Internet Explorer
  • Netscape Navigator Correct
  • Opera
  • Firefox
Direction : Choose the best answer.Which is not a version of Shell?
  • BASH
  • SSH
  • CSH
  • RSH
  • PSH Correct
Direction : Choose the best answer.Which is not an application of Embedded Systems Development?
  • All of the choices Correct
  • 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 applicable Correct
Direction : True or False #include <iostream> is the act of a function saying everything inside belongs to it.
  • True
  • False Correct
Direction : True or False A programming centered in the use of objects is called Object-Oriented Programming.
  • True Correct
  • False
Direction : True or False C++ enables the developers to get in-detail the memory sector of the computer.
  • True Correct
  • False
Direction : True or False Function calls can be pointers.
  • True
  • False Correct
Direction : True or False The "for" statement is range-based.
  • True Correct
  • False
Direction : True or False The #include <cstdlib>  is not used for system functions.
  • True
  • False Correct
Direction : True or False The #include <cstdlib> statement is used for string input and output of C++.
  • True
  • False Correct
Direction : True or False The #include <iostream> statement is used for the system function.
  • True
  • False Correct
Direction : True or FalseA class cannot contain more than one constructor.
  • True
  • False Correct
Direction : True or FalseA condition where it evaluated right before the body executes is called While Loop.
  • True Correct
  • False
Direction : True or FalseA function shall return as its final execution is called reoccurrence data type.
  • True
  • False Correct
Direction : True or FalseA group of statements within a code block is called body of the function.
  • True Correct
  • False
Direction : True or FalseA programming language specialized in simulations is called Simula.
  • True Correct
  • False
Direction : True or FalseA programming language that defines an error in a specific action is called exception.
  • True Correct
  • False
Direction : True or FalseA property that states if a value cannot be changed is called immutability.
  • True Correct
  • False
Direction : True or FalseA statement wherein the increment/decrement can occur before the other statements of the body is called While statement.
  • True Correct
  • False
Direction : True or FalseA statement wherein the used is to terminates the execution of the entire loop is called Continue statement.
  • True
  • False Correct
Direction : True or FalseA typical initialization of a counter is set to 0.
  • True Correct
  • False
Direction : True or FalseA variable is used to store permanent value in a program.
  • True
  • False Correct
Direction : True or FalseAccessors are methods with the return type like the data type of the property.
  • True Correct
  • False
Direction : True or FalseAccessors are prefixed with "set" in their function name.
  • True
  • False Correct
Direction : True or FalseAccessors should never assign values to its referenced properties.
  • True Correct
  • False
Direction : True or FalseActual values are assigned to variables.
  • True Correct
  • False
Direction : True or FalseAn array can contain only one value of data type.
  • True
  • False Correct
Direction : True or FalseAre accessors and mutators similar in terms of limiting an action done.
  • True Correct
  • False
Direction : True or FalseBody is the phase in looping where it dictates whether the loop will start or continue.
  • True
  • False Correct
Direction : True or FalseChanges done to the value of the reference will change the value of the variable it points to.
  • True Correct
  • 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
  • False Correct
Direction : True or FalseCondition is the phase in looping statement where the statements inside the loop are executed.
  • True
  • False Correct
Direction : True or FalseConditionals do not let us to expand the capabilities of our applications through scenarios.
  • True
  • False Correct
Direction : True or FalseConverting a value from a data type to another is called changes.
  • True
  • False Correct
Direction : True or FalseDoes C++ allow array of dynamic sizes?
  • True
  • False Correct
Direction : True or FalseDoes counting problem means that the values of given array is being arranged.
  • True
  • False Correct
Direction : True or FalseEncapsulation is used to hide the internal working of an application.
  • True Correct
  • False
Direction : True or FalseException is the result of incorrect action committed unexpectedly.
  • True Correct
  • False
Direction : True or FalseFunction name and variable name are similar?
  • True Correct
  • False
Direction : True or FalseFunction parameters are pointer.
  • True
  • False Correct
Direction : True or FalseFunction parameters can be references.
  • True Correct
  • False
Direction : True or FalseFunctions are also called procedures.
  • True Correct
  • False
Direction : True or FalseHigh-level programming language allows developer to focus on the logic of the application they are developing.
  • True Correct
  • False
Direction : True or FalseIn a series of statements, looping in C++ is not allowed to repeat.
  • True
  • False Correct
Direction : True or FalseIn C++, the abstract representation of objects is called class.
  • True Correct
  • 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
  • False Correct
Direction : True or FalseIn sorting problems, it is not allowed to arrange numerical values in ascending forms.
  • True
  • False Correct
Direction : True or FalseIn the discussion, the allocated size for a double data type is 8 bits.
  • True
  • False Correct
Direction : True or FalseIs it possible for a constructor to have a same number of parameters?
  • True
  • False Correct
Direction : True or FalseIs it possible to create a nested conditional depending on the need?
  • True Correct
  • False
Direction : True or FalseIt is possible to create multiple pointers pointing to the same variable.
  • True Correct
  • 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
  • False Correct
Direction : True or FalseIt makes the properties and methods under it accessible to anywhere within and outside the class is called public scope.
  • True Correct
  • False
Direction : True or FalseLocal Variables are variables declared outside of "int main ( )" function and can only be accessed outside.
  • True
  • False Correct
Direction : True or FalseLow-level programming languages are the easiest to manage of all the categories of programming languages.
  • True
  • False Correct
Direction : True or FalseMutators are prefixed with "get" in their function name.
  • True
  • False Correct
Direction : True or FalsePointers are used to point to addresses in the memory.
  • True Correct
  • False
All courses