Your browser does not support JavaScript!

Computer Programming 1

Showing 376-450 of 752 answers

It is one of the characteristics of technical work item that deals with being clear in nature.
  • Classifiable Correct
It is one of the characteristics of technical work item that deals with process statements.
  • Unambiguous
  • Concise
  • None of the choices
  • Classifiable Correct
It is one of the characteristics of technical work item that deals with pseudocodes.
  • None of the choices Correct
It is one of the characteristics of technical work item that deals with the simplicity of the statement.
  • Concise Correct
It is one of the characteristics of technical work items to be distinctive in purpose or aim.
  • Concise
  • Unambiguous
  • Specific
  • Classifiable Correct
It is one of the characteristics of technical work items to be written direct to the point.
  • Specific
  • Classifiable
  • Concise
  • Unambiguous Correct
It is one of the characteristics of technical work items to be written shortly.
  • Classifiable
  • Specific
  • Concise Correct
  • Unambiguous
It is one of the main thing we consider when undergoing Software Development.
  • Compilers
  • Operating System Correct
  • Integrated Development Environment
  • Version Control
It is phase in looping where the counter in increasing or decreasing.
  • Counter
  • Condition
  • Body
  • Increment/Decrement Correct
It is the characteristic of Problem Solving that focuses on the practicality to provide a solution that takes a finite number of resources.
  • Doable in finite steps Correct
It is the characteristic of Problem Solving that focuses on the solution to meet a specific singular end.
  • Goal-oriented Correct
It is the characteristic of Problem Solving that focuses on the testability of the identified solution.
  • Verifiable Correct
It is the characteristic of Problem Solving that states there should exist at least one probable solution.
  • Solvable Correct
It is the characteristic of Technical Work Items that ensures the work item falls into a specific action.
  • Classifiable as INPUT, PROCESS, or OUTPUT Correct
It is the characteristic of Technical Work Items that focuses on shortly written work items.
  • Concise Correct
It is the characteristic of Technical Work Items that focuses on the precision of the given work item.
  • Unambiguous Correct
It is the characteristic of Technical Work Items that talks about a single entity being manipulated or task being accomplished.
  • Specific Correct
It is the classification of Technical Work Items for "all displayed information".
  • OUTPUT Correct
It is the classification of Technical Work Items for "to accept a user input and add the value to a variable".
  • None of the choices Correct
It is the classification of Technical Work Items for "to clear all values stored in the variables".
  • PROCESS Correct
It is the classification of Technical Work Items for "to display the account number in masked text".
  • OUTPUT Correct
It is the classification of Technical Work Items for "to imitate a user input".
  • None of the choices Correct
It is the complex, fully functional software where we write, organize and manages our source codes and related files.
  • Integrated Development Environment Correct
It is the equivalent of the DATA symbol of Flowcharts in Pseudocodes.
  • SET Correct
It is the equivalent of the INPUT symbol of Pseudocodes in Flowcharts.
  • DATA Correct
It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.
  • DISPLAY Correct
It is the keyword in Pseudocodes that indicates a value being stored to a temporary storage from any source excluding user entry.
  • SET ... AS … Correct
It is the operator used to retrieve the address of the variable.
  • Dereferencing (*)
  • References
  • Address Of (&) Correct
  • Pointers
It is the part of Visual Studio Code where the contents of the files are previewed and edited.
  • Editor Correct
It is the part of Visual Studio Code where the project structure is displayed.
  • Explorer Correct
It is the phase in looping statements where a variable called counter.
  • Condition Correct
It is the phase of looping statements where a variable called counter is set an initial value.
  • Initialization Correct
  • Looping
  • Iteration
  • Condition
It is the programming language that ranked as the Top 3 most used language in 2016 based from GitHub research.
  • Python Correct
It is the programming languages that exhibit strong abstraction and mid-range access to the memory and operating system.
  • None of the choices
  • Low-level Programming Languages
  • Mid-level Programming Languages Correct
  • High-level Programming Languages
It is the programming languages that exhibit the strongest abstraction of its programming schema.
  • Mid-level Programming Languages
  • None of the choices
  • High-level Programming Languages Correct
  • Low-level Programming Languages
It is the result of an incorrect action or operation.
  • Bug
  • Exception Correct
  • Defect
  • Error
It is used as an alias as reference to the function.
  • Body/Body of Code Blocks
  • Void/Void Return Type
  • Return Type
  • Function Name Correct
It is used to itemize the input values of the function.
  • Body/Body of the Function
  • Parameter Correct
  • Function
  • None of the choices
It limits the access to the properties and methods under it to only the class where they are defined is called protected scope.
  • FALSE Correct
It repeats a series of statement that aim to reach a certain condition.
  • Condition
  • Iteration
  • Initialization
  • Looping Correct
It serves as an entry point of any C++ application.
  • int sum( )
  • int init( )
  • int entry( )
  • int main( ) Correct
It was made to allow developers in the Open Source Community to publicly share software by Microsoft.
  • CodePlex Correct
It's a special type of variable that stores the address permanently in the memory.
  • Dereferencing (*)
  • References Correct
  • Pointers
  • Address Of (&)
Iteration is the special variable that controls the flow of loops.
  • FALSE Correct
James Gosling developed the ________ programming language.
  • Objective-C
  • Java Correct
  • C#
  • Python
James Gosling developed the programming language.
  • Java Correct
Local variables are accessible throughout the code.
  • FALSE Correct
Local Variables are variables declared outside of "int main ( )" function and can only be accessed outside.
  • FALSE Correct
Long can store up to 65,535 in value.
  • True
  • False Correct
Low-level Programming Languages exhibit the strongest abstraction of its programming schema.
  • True
  • False Correct
Machine Languages are Low-level Programming Languages.
  • True Correct
  • False
Majority of the features available to mid-level programming languages are hidden in the background and are usually taken for granted
  • FALSE Correct
Mid-level Programming Languages exhibit _______ abstraction.
  • Transmutable
  • Mutable
  • Strong Correct
  • Direct
Mid-level Programming Languages exhibit abstraction.
  • Strong Correct
Mid-level Programming Languages exhibit strong abstraction and mid-range access to the memory and operating system.
  • True Correct
  • False
Mirror Images of the variables are created by pointers.
  • True Correct
  • False
Mutator is a method that enables the assignment of values to our properties hidden by scopes.
  • True Correct
  • False
Mutator's main purpose is to store values in hidden properties.
  • True Correct
  • False
Mutators are prefixed with "get" in their function name.
  • FALSE Correct
Mutators should be prefixed with "sets" in their function name.
  • True
  • False Correct
Object is an abstract representation of actual objects.
  • FALSE Correct
Object-Oriented Programming is programming centered in the use of objects.
  • True Correct
  • False
One characteristic of Technical Work Items is Classifiable - being able to distinctively classify the purpose or aim.
  • TRUE Correct
One cycle of repetition using loops is called an iteration.
  • TRUE Correct
One possible application of Embedded Systems Development is in Home Automation
  • TRUE Correct
Open Source Communitys most famous and most used online version control repository since 2016.
  • Github Correct
Overlapping arrows are _______________ in flowcharts.
  • Optional
  • Not Allowed Correct
  • Allowed Sometimes
  • Allowed
Overlapping arrows are in flowcharts.
  • Not Allowed Correct
Parameter code block can adopt input from another code block.
  • TRUE Correct
Parameter is a component of the function which _______ the input values of the function.
  • Increases
  • Destroys
  • Multiplies
  • Itemizes Correct
Pointers are a special type of
  • Variables Correct
Pointers are a special type of __________________.
  • References
  • Pointers
  • Constants
  • Variables Correct
Pointers are the special variables in C++ that points to a sector in the memory.
  • True Correct
  • False
Pointers are used to point to ___________ in the memory.
  • Parameters
  • Constants
  • Actual Value
  • Address Correct
Pointers are variables.
  • TRUE Correct
All courses