Your browser does not support JavaScript!

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
All courses