Your browser does not support JavaScript!

Computer Programming 1

Showing 76-150 of 752 answers

A property that states if a value cannot be changed is called immutability.
  • TRUE Correct
A property that states if a value cannot be changed is called. _____________.
  • Immutability Correct
  • Definiteness
  • Constant
  • Persistent
A scheme that focuses on entertainment and activities is called _________ Development
  • Game Correct
A scheme that focuses on entertainment and activities is called _________ Development.
  • Multimedia
  • Firmware
  • Game Correct
  • Software
A sector of array which contains a _________ is called element.
  • Variable name
  • Array Size
  • Data Type
  • Value Correct
A sector of array which contains a value is called element.
  • TRUE Correct
A separate C++ files that contains supplementary codes for applications is called Header files.
  • TRUE Correct
A series of statement repeated when a specific condition is met is called looping.
  • TRUE Correct
A statement where the body is executed first before the condition is evaluated is called do while statement.
  • TRUE Correct
A statement wherein the increment/decrement always occurs after the statements of the body is called ________ statement.
  • for Correct
A statement wherein the increment/decrement always occurs after the statements of the body is called FOR statement.
  • TRUE Correct
A statement wherein the increment/decrement can occur before the other statements of the body is called While statement.
  • TRUE Correct
A statement wherein the used is to terminates the execution of the entire loop is called Continue statement.
  • FALSE Correct
A storage of _________________ is called variables.
  • Values Correct
A symbol used to identify which of the possible approaches will be taken based on the conditions called _____________.
  • Initialization
  • If
  • Data
  • Decision Correct
A typical initialization of a counter is set to 0.
  • TRUE Correct
A variable is used to store permanent value in a program.
  • FALSE Correct
A variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.
  • FALSE Correct
A way to organize configurations is called Repository.
  • FALSE Correct
Abstraction generalizes the properties and methods of classes in such a way that the implementations are hidden from outside the class.
  • True Correct
  • False
Accessor is a method which enables the retrieval of values hidden by scopes.
  • True Correct
  • False
Accessors are methods with the return type like the data type of the _________.
  • Addresses
  • Variables
  • Values
  • Properties Correct
Accessors are prefixed with _________ in their function name.
  • Never
  • get Correct
  • set
  • Set
Accessors is a method that enables the retrieval of _______________ hidden by scopes.
  • Properties
  • Addresses
  • Values Correct
  • Variables
Accessors should _____________ assign values to its referenced properties.
  • get
  • Never Correct
  • Set
  • Get
Accessors should be prefixed with "get" in their function name.
  • True Correct
  • False
Accessors should never assign values to its referenced properties.
  • TRUE Correct
Actual values are assigned with the pointers which are done by appending an ampersand, the address of operator, before the variable name.
  • True
  • False Correct
All _______________ are convertible to ________________.
  • Symbols, Diagrams
  • Diagrams, Sumbols
  • Pseudocodes, Flowcharts Correct
  • Flowcharts, Pseudocodes
All flowcharts are convertible to pseudocodes.
  • TRUE Correct
All pseudocodes are convertible to flowcharts.
  • TRUE Correct
All variables can go away without declaring the data types.
  • True
  • False Correct
All word processing applications can create flowcharts.
  • FALSE Correct
An application can process, _______ and be developed within an operating system.
  • View
  • Console
  • Run Correct
  • Write
An application is made to run for platforms.
  • TRUE Correct
An array can contain ___________ values of the same data type.
  • Zero or One
  • Zero
  • One or Two
  • One or more Correct
An array can contain only one value of data type
  • FALSE Correct
An array dictates what element of array is being called.
  • FALSE Correct
Anonymous Variables are labeled by the _____________.
  • Computer Correct
Anonymous Variables are labeled by the Computer.
  • True Correct
  • False
As of 2016, Cloud Computing is not yet supported by C#.
  • FALSE Correct
Aside from machine languages, these are programming languages that exhibit the weakest abstraction of all the programming languages.
  • Mid-level Programming Languages
  • Low-level Programming Languages Correct
  • None of the choices
  • High-level Programming Languages
Bjourne Stroustrup designed the programming language.
  • True
  • False Correct
Body is the phase in looping where it dictates whether the loop will start or continue.
  • FALSE Correct
Boolean use only one bit.
  • TRUE Correct
C# is a ________ programming language.
  • Mid-level
  • High-level Correct
  • Machine-code
  • Low-level
C++ does not allow array of ________ sizes.
  • Singular
  • Dynamic Correct
  • Implicit Size
  • Fixed
C++ enables the developers to get in-detail the ________ sector of the computer.
  • Read-only
  • Graphical
  • Mutual
  • Memory Correct
C++ enables the developers to get in-detail the memory sector of the computer.
  • FALSE Correct
C++ is, by extension, an extended version of _______________________ without the support for Object-Oriented Programming.
  • Simula
  • C Programming Language Correct
  • Java
  • Objective-C
C++ is, by extension, an extended version of C without the support for Object-Oriented Programming.
  • FALSE Correct
C++ Programming Language was designed by _______________.
  • Bjarne Stroustrup Correct
Cis as what type of programming language?
  • None of the choices
  • Low-level Programming Languages Correct
  • Mid-level Programming Languages
  • High-level Programming Languages
Cis considered as a Mid-level programming Language.
  • True
  • False Correct
Class-based is a subset of Object-Object Programming that focuses in reusability of the objects.
  • FALSE Correct
Classes are part of ____________________ Data Types.
  • Primitive
  • Object
  • Referenced Correct
  • Dereferenced
Client computers that sends requests to a ________ is processed in transmissions.
  • Server Correct
  • Domain
  • Client
  • Protocol
Code Block is a series of programming statement that is located outside of curly brackets/braces; opened by "{", and closed by "}".
  • FALSE Correct
Compared to the rest of the setup, this installation process will take several steps to complete.
  • MinGW Correct
Compilers build the application from source codes.
  • TRUE Correct
Condition is the phase in looping statement where the statements inside the loop are executed.
  • FALSE Correct
Conditional means to set a different set of statements based on conditions.
  • TRUE Correct
Conditionals do not let us to expand the capabilities of our applications through scenarios.
  • FALSE Correct
Conditions within a while loop are evaluated after the execution.
  • FALSE Correct
Considering the low number of files that are processed for small projects this is optional.
  • Version Control Correct
Constructors can have at least _______ base constructor from its parent class.
  • Four
  • Two
  • Zero Correct
  • One
Converting a data type to another data type is called ___________.
  • Casting Correct
Converting a value from a data type to another is called ____________.
  • Transformation
  • Unboxing
  • Boxing
  • Casting Correct
Converting a value from a data type to another is called changes.
  • TRUE Correct
Converting long to int introduces naming problems.
  • True
  • False Correct
cout is used to output a string to inform the user about the conditions need
  • TRUE Correct
Data is a symbol used to compare two discrete values.
  • FALSE Correct
Data Types limit the naming convention in variables.
  • True
  • False Correct
Database applications can create pseudocodes.
  • FALSE Correct
Descending is the usual arrangement for numerical values
  • FALSE Correct
All courses