You are on page 1of 139

Computer Programming 1

Showing 1-75 of 766 answers

________ is defined as part of an entire code.

Function

Exception

Code Block

Snippet Correct

85

________ statement is used to output a string to inform the user about the conditions need.

cin

std::cout Correct

std::cin

Cout

350

_________ values are the values that changed from original to the current value.

Processed Correct

Singular

Transformed

Converted

306

__________ is a component of the function which itemizes the input values of the function.

Return Statement

Parameter Correct

Function Declaration
Body

413

__________ keyword accepts user values.

INPUT Correct

259

__________ statement is used in undefined conditional expressions.

end if

else Correct

if

else if

235

___________ enabled developers to repeat a sequence of statements given the right conditions.

Functions

Selections

Loops Correct

Conditionals

169

___________ is the result of incorrect action committed unexpectedly.

Runtime Error

Exception Correct

Interruption

Compile Error
105

___________ scope limits the access to the properties and methods under it to the class itself and to all
classes that inherit them.

Virtual

Protected Correct

Public

Private

200

____________ are also known as procedures.

Fields

Functions Correct

Properties

Anonymous Variables

341

______________ are used to point to multiple addresses in the memory.

Pointers Correct

150

______________ is used to hide the internal working of an application.

Polymorphism

Abstraction

Encapsulation Correct

Inheritance

373

______________ variables are bound to only one type of values.

Explicit Correct

79
1

_______________ are created using word-processing applications.

Flowcharts Correct

342

_______________ is the phase in looping statements that are evaluated.

Increment/Decrement

Body

Initialization

Condition Correct

325

_______________ programming languages are easiest to work with.

High-level Correct

52

________________ principle ensures that only the necessary methods are presented outside of the
current class.

Inheritance

Encapsulation Correct

Abstraction

Polymorphism

145

________________ programming languages exhibit both strong abstraction and access to memory.

Low-level

Mid-level Correct

High-level

Machine-code
430

_________________ is a graphical representation that shows a series of actions in computer


programming

Flowchart Correct

48

_________________ is a graphical representation that shows a series of actions in computer


programming.

Flowchart Correct

336

__________________ allows developer to support scenarios in the application.

Compilation

Data

Variables

Conditionals Correct

415

__________________ is a looping statement where the body is executed first before the condition is
evaluated.

do-while Correct

while

for

do-until

359

__________________ is defined as a systematic approach to solve the main problem.

Problem Solving Correct

372
1

____________________ are assigned to variables.

Actual Value Correct

379

-9 is treated as TRUE

FALSE Correct

323

"Direction : Choose the best answer. Compared to the rest of the setup, this installation process will
take several steps to complete."

MinGW Correct

411

"Direction : Choose the best answer. Considering the low number of files that are processed for small
projects this is optional."

Version Control Correct

447

"Direction : Choose the best answer. It is a user-friendly interface and easy navigation operating
system."

Microsoft Windows Correct

292

"Direction : Choose the best answer. It is here where we develop and run our software."

Operating System Correct

405

"Direction : Choose the best answer. It is made using Native Windows Application."

GUI Correct

51

"Direction : Choose the best answer. It is needed to be enabled to compile our selected compiled
programming language to executables."
IDE Correct

369

"Direction : Choose the best answer. It presents minimalistic approach in presenting tools and libraries
necessary to develop application for Microsoft Windows."

MinGW Correct

333

"Direction : Choose the best answer. It was made to allow developers in the Open Source Community to
publicly share software by Microsoft."

CodePlex Correct

40

"Direction : Choose the best answer. What domain deals with analytics?"

Data Science Correct

364

"Direction : Choose the best answer. What domain deals with microcontrollers?"

Embedded Systems Development Correct

139

"Direction : Choose the best answer. What domain deals with server configurations?"

Back-end Development Correct

48

"Direction : Choose the best answer. What domain deals with web applications?"

Cloud Development Correct

406

"Direction : Choose the best answer. What is needed to be set up before adding a license?"

Gitlgnore Correct

145
"Direction : Choose the best answer. Which is not a version of Shell?"

PSH Correct

58

"Direction : Choose the best answer. Which of the following is not used in API Development?"

HTML Correct

307

"Direction : Choose the best answer. Which platform do C# not yet support as of 2016?"

Automation Correct

121

"Direction Choose the best answer. What is needed to be set up before adding a license?"

Gitlgnore Correct

184

"Given the following work item(s) ""To ask user for age"" ""To ask user for item price"" The most
probable problem being addressed is ""write a program to determine the discounted price of an item
given the item price and age as entered by the user."""

TRUE Correct

151

"Given the problem below, that is the most probable last work item of the solution? ""Write a program
that displays the section of the user"""

"To display section" Correct

145

"Given the problem below, what is the most probable last work item of the solution? ""Write a program
to calculate the age of the user based on his birth year"""

"To display age" Correct

86
"Given the problem, ""Write a program to calculate the BMI of the user"", is the following work item(s)
appropriate? ""To ask the user for blood type"""

FALSE Correct

103

"Given the problem, ""Write a program to categorize bills by denomination"", is the following work
item(s) appropriate? ""To ask the user for nickname"""

FALSE Correct

147

"Given the work item below, what is its most probable problem that it answers? ""To display
appendFirstLastname"""

"Write a program to display the complete name of the user" Correct

465

"What is the minimum number of flowchart symbols for this problem? ""Write a program that displays
'Hello World'."""

3 Correct

92

"What is the minimum number of flowchart symbols is needed for the following problem (excluding the
terminator symbols)? ""Write a program to display the quotient of two numbers."""

1 Correct

80

"What is the minimum number of pseudocode for this problem? ""Write a program that displays 'Hello
World'."""

1 Correct

195

#include is the act of a function saying everything inside is belongs to it.

FALSE Correct

125

A ______ statement ends the execution of the entire loop.


break Correct

66

A _________ storage in the computer that is randomly accessed is called RAM.

Temporary Correct

Read-only

Permanent

Mutable

120

A __________ can call several other functions.

Reference

Pointer

Procedure Correct

Variable

122

A ___________ are assigned to enable the assignment of values to our properties hidden by scopes.

Overloading

Accessor

Mutators Correct

Overriding

88

A _______________ is created to initialize several properties or perform operations for the class upon
declaration.

Constructor Correct

Mutators
Destructor

Accessors

104

A characteristic of Problem Solving that focuses on the quantity of test data is called Verifiable.

FALSE Correct

231

A class can contain at least ______ constructor(s).

Two

One Correct

Four

Zero

125

A class cannot contain more than one constructor.

FALSE Correct

381

A computer component that deals with miscellaneous instructions of software is called ____________.

Random Access Memory

Graphics Processing Unit/GPU

Monitor

Central Processing Unit/CPU Correct

117

A condition where it evaluated right before the body executes is called While Loop.

TRUE Correct

399
A conditional is used to perform specific actions depending on the evaluated expressions.

TRUE Correct

425

A constructor is created to initialize several properties or perform operations for the class upon
declaration.

TRUE Correct

384

A copy of the value is the result of retrieving a value from a variable?

True Correct

False

117

A Decision Symbol is the flowchart equivalent of switch keyword in pseudocode

FALSE Correct

88

A form of polymorphism that generally occurs during compile time is called _______________.

Mutators

Overloading

Overriding Correct

Accessor

60

A form of polymorphism that generally occurs during compile time is called overloading.

FALSE Correct

220

A function can call several other functions.


TRUE Correct

324

A function shall return as its final execution is called reoccurrence data type.

TRUE Correct

389

A group of related statements are called code blocks.

TRUE Correct

195

A mutators are assigned to enable the assignment of values to our properties hidden by scopes.

TRUE Correct

408

A problem wherein the values of given array is being arranged.

Descending

Counting

Ascending

Sorting Correct

102

A programming centered in the use of _____________ is called Object-Oriented Programming.

Interfaces

Objects Correct

Classes

Instantiation

74
A programming centered in the use of objects is called Object-Oriented Program.

TRUE Correct

Showing 76-150 of 766 answers

A programming language specialized in simulations is called Simula.

TRUE Correct

380

A programming language that defines an error in a specific action is called exception.

TRUE Correct

352

A property that states if a value cannot be changed is called immutability.

TRUE Correct

346

A property that states if a value cannot be changed is called. _____________.

Immutability Correct

Definiteness

Constant

Persistent

37

A scheme that focuses on entertainment and activities is called _________ Development

Game Correct

271

A scheme that focuses on entertainment and activities is called _________ Development.

Multimedia

Firmware
Game Correct

Software

76

A sector of array which contains a _________ is called element.

Variable name

Array Size

Data Type

Value Correct

269

A sector of array which contains a value is called element.

TRUE Correct

49

A separate C++ files that contains supplementary codes for applications is called Header files.

TRUE Correct

299

A series of statement repeated when a specific condition is met is called looping.

TRUE Correct

233

A statement where the body is executed first before the condition is evaluated is called do while
statement.

TRUE Correct

42

A statement wherein the increment/decrement always occurs after the statements of the body is called
________ statement.
for Correct

261

A statement wherein the increment/decrement always occurs after the statements of the body is called
FOR statement.

TRUE Correct

37

A statement wherein the increment/decrement can occur before the other statements of the body is
called While statement.

TRUE Correct

295

A statement wherein the used is to terminates the execution of the entire loop is called Continue
statement.

FALSE Correct

265

A storage of _________________ is called variables.

Values Correct

65

A symbol used to identify which of the possible approaches will be taken based on the conditions called
_____________.

Initialization

If

Data

Decision Correct

92

A typical initialization of a counter is set to 0.


TRUE Correct

306

A variable is used to store permanent value in a program.

FALSE Correct

193

A variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.

FALSE Correct

387

A way to organize configurations is called Repository.

FALSE Correct

199

Abstraction generalizes the properties and methods of classes in such a way that the implementations
are hidden from outside the class.

True Correct

False

100

Accessor is a method which enables the retrieval of values hidden by scopes.

True Correct

False

309

Accessors are methods with the return type like the data type of the _________.

Addresses

Variables

Values
Properties Correct

99

Accessors are prefixed with _________ in their function name.

Never

get Correct

set

Set

228

Accessors is a method that enables the retrieval of _______________ hidden by scopes.

Properties

Addresses

Values Correct

Variables

45

Accessors should _____________ assign values to its referenced properties.

get

Never Correct

Set

Get

97

Accessors should be prefixed with "get" in their function name.

True Correct

False

74

Accessors should never assign values to its referenced properties.


TRUE Correct

228

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

256

All _______________ are convertible to ________________.

Symbols, Diagrams

Diagrams, Sumbols

Pseudocodes, Flowcharts Correct

Flowcharts, Pseudocodes

49

All flowcharts are convertible to pseudocodes.

TRUE Correct

182

All pseudocodes are convertible to flowcharts.

TRUE Correct

267

All variables can go away without declaring the data types.

True

False Correct

411

All word processing applications can create flowcharts.

FALSE Correct
377

An application can process, _______ and be developed within an operating system.

View

Console

Run Correct

Write

111

An application is made to run for platforms.

TRUE Correct

311

An array can contain ___________ values of the same data type.

Zero or One

Zero

One or Two

One or more Correct

77

An array can contain only one value of data type

FALSE Correct

260

An array dictates what element of array is being called.

FALSE Correct

181

Anonymous Variables are labeled by the

Computer Correct
78

Anonymous Variables are labeled by the _____________.

Computer Correct

403

Anonymous Variables are labeled by the Computer.

True Correct

False

135

are created using word-processing applications.

Flowcharts Correct

77

As of 2016, Cloud Computing is not yet supported by C#.

FALSE Correct

42

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

89

Bjourne Stroustrup designed the programming language.


True

False Correct

139

Body is the phase in looping where it dictates whether the loop will start or continue.

FALSE Correct

400

Boolean use only one bit.

TRUE Correct

366

C# is a ________ programming language.

Mid-level

High-level Correct

Machine-code

Low-level

97

C++ does not allow array of ________ sizes.

Singular

Dynamic Correct

Implicit Size

Fixed

73

C++ enables the developers to get in-detail the ________ sector of the computer.

Read-only

Graphical
Mutual

Memory Correct

264

C++ enables the developers to get in-detail the memory sector of the computer.

FALSE Correct

245

C++ is, by extension, an extended version of _______________________ without the support for Object-
Oriented Programming.

Simula

C Programming Language Correct

Java

Objective-C

357

C++ is, by extension, an extended version of C without the support for Object-Oriented Programming.

FALSE Correct

343

C++ Programming Language was designed by _______________.

Bjarne Stroustrup Correct

309

Cis as what type of programming language?

None of the choices

Low-level Programming Languages Correct

Mid-level Programming Languages

High-level Programming Languages

172

Cis considered as a Mid-level programming Language.


True

False Correct

168

Class-based is a subset of Object-Object Programming that focuses in reusability of the objects.

FALSE Correct

433

Classes are part of ____________________ Data Types.

Primitive

Object

Referenced Correct

Dereferenced

105

Client computers that sends requests to a ________ is processed in transmissions.

Server Correct

Domain

Client

Protocol

67

Code Block is a series of programming statement that is located outside of curly brackets/braces;
opened by "{", and closed by "}".

FALSE Correct

350

Compared to the rest of the setup, this installation process will take several steps to complete.
MinGW Correct

445

Compilers build the application from source codes.

TRUE Correct

352

Condition is the phase in looping statement where the statements inside the loop are executed.

FALSE Correct

246

Conditional means to set a different set of statements based on conditions.

TRUE Correct

352

Conditionals do not let us to expand the capabilities of our applications through scenarios.

FALSE Correct

115

Conditions within a while loop are evaluated after the execution.

FALSE Correct

56

Considering the low number of files that are processed for small projects this is optional.

Version Control Correct

92

Constructors can have at least _______ base constructor from its parent class.

Four

Two
Zero Correct

One

93

Converting a data type to another data type is called

Casting Correct

86

Converting a data type to another data type is called ___________.

Casting Correct

467

Converting a value from a data type to another is called ____________.

Transformation

Unboxing

Boxing

Casting Correct

442

Converting a value from a data type to another is called changes.

TRUE Correct

66

Converting long to int introduces naming problems.

True

False Correct

Showing 151-225 of 766 answers

cout is used to output a string to inform the user about the conditions need
TRUE Correct

96

Data is a symbol used to compare two discrete values.

FALSE Correct

89

Data Types limit the naming convention in variables.

True

False Correct

62

Database applications can create pseudocodes.

FALSE Correct

40

Descending is the usual arrangement for numerical values

FALSE Correct

198

Direction : Choose the best answer.

All of the choices Correct

99

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

152

Direction : Choose the best answer. Which is not a subdomain of Application Development?

Game Development

CLI Applications

Cloud Development

UI Applications Correct

60

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

100

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

367

Direction : Choose the best answer.It is here where we develop and run our software.
Version Control

Console

Operating System Correct

C++

77

Direction : Choose the best answer.It is made using Native Windows Application.

MinGW

Github

IDE

GUI Correct

82

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

232

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

60
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

59

Direction : Choose the best answer.They organize source codes and development artifacts.

Respository

MinGW

C++

IDE Correct

67

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

122

Direction : Choose the best answer.What domain deals with analytics?

API Development

Embedded Systems Development

Back-end Development

Data Science Correct

Cloud Development
52

Direction : Choose the best answer.What domain deals with server configurations?

Data Science

Cloud Development

Embedded Systems Development

Back-end Development Correct

API Development

78

Direction : Choose the best answer.What domain deals with web applications?

Data Science

API Development

Embedded Systems Development

Back-end Development

Cloud Development Correct

65

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

61

Direction : Choose the best answer.What is needed to be set up before adding a license?

CodePlex

Gitlgnore Correct
Console

Github

158

Direction : Choose the best answer.What web browser used the first versions of JavaScript?

Chromium

Internet Explorer

Netscape Navigator Correct

Opera

Firefox

51

Direction : Choose the best answer.Which is not a version of Shell?

BASH

SSH

CSH

RSH

PSH Correct

86

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

74

Direction : Choose the best answer.Which is not the file extension of Linux applications?
All of the choices

so

lnx

Not applicable Correct

220

Direction : True or False #include <iostream> is the act of a function saying everything inside belongs to
it.

True

False Correct

85

Direction : True or False A programming centered in the use of objects is called Object-Oriented
Programming.

True Correct

False

92

Direction : True or False C++ enables the developers to get in-detail the memory sector of the computer.

True Correct

False

81

Direction : True or False Function calls can be pointers.

True

False Correct

162

1
Direction : True or False The "for" statement is range-based.

True Correct

False

246

Direction : True or False The #include <cstdlib> is not used for system functions.

True

False Correct

177

Direction : True or False The #include <cstdlib> statement is used for string input and output of C++.

True

False Correct

100

Direction : True or False The #include <iostream> statement is used for the system function.

True

False Correct

204

Direction : True or FalseA class cannot contain more than one constructor.

True

False Correct

128

Direction : True or FalseA condition where it evaluated right before the body executes is called While
Loop.

True Correct

False

75

1
Direction : True or FalseA function shall return as its final execution is called reoccurrence data type.

True

False Correct

444

Direction : True or FalseA group of statements within a code block is called body of the function.

True Correct

False

111

Direction : True or FalseA programming language specialized in simulations is called Simula.

True Correct

False

102

Direction : True or FalseA programming language that defines an error in a specific action is called
exception.

True Correct

False

84

Direction : True or FalseA property that states if a value cannot be changed is called immutability.

True Correct

False

151

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

104

Direction : True or FalseA statement wherein the used is to terminates the execution of the entire loop
is called Continue statement.

True

False Correct

464

Direction : True or FalseA typical initialization of a counter is set to 0.

True Correct

False

150

Direction : True or FalseA variable is used to store permanent value in a program.

True

False Correct

126

Direction : True or FalseAccessors are methods with the return type like the data type of the property.

True Correct

False

112

Direction : True or FalseAccessors are prefixed with "set" in their function name.

True

False Correct

68

Direction : True or FalseAccessors should never assign values to its referenced properties.

True Correct

False
85

Direction : True or FalseActual values are assigned to variables.

True Correct

False

81

Direction : True or FalseAn array can contain only one value of data type.

True

False Correct

88

Direction : True or FalseAre accessors and mutators similar in terms of limiting an action done.

True Correct

False

103

Direction : True or FalseBody is the phase in looping where it dictates whether the loop will start or
continue.

True

False Correct

99

Direction : True or FalseChanges done to the value of the reference will change the value of the variable
it points to.

True Correct

False

435

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
214

Direction : True or FalseCondition is the phase in looping statement where the statements inside the
loop are executed.

True

False Correct

87

Direction : True or FalseConditionals do not let us to expand the capabilities of our applications through
scenarios.

True

False Correct

125

Direction : True or FalseConverting a value from a data type to another is called changes.

True

False Correct

105

Direction : True or FalseDoes C++ allow array of dynamic sizes?

True

False Correct

253

Direction : True or FalseDoes counting problem means that the values of given array is being arranged.

True

False Correct

178

Direction : True or FalseEncapsulation is used to hide the internal working of an application.

True Correct

False
158

Direction : True or FalseException is the result of incorrect action committed unexpectedly.

True Correct

False

80

Direction : True or FalseFunction name and variable name are similar?

True Correct

False

297

Direction : True or FalseFunction parameters are pointer.

True

False Correct

144

Direction : True or FalseFunction parameters can be references.

True Correct

False

141

Direction : True or FalseFunctions are also called procedures.

True Correct

False

270

Direction : True or FalseHigh-level programming language allows developer to focus on the logic of the
application they are developing.

True Correct

False
242

Direction : True or FalseIn a series of statements, looping in C++ is not allowed to repeat.

True

False Correct

109

Direction : True or FalseIn C++, the abstract representation of objects is called class.

True Correct

False

132

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

251

Direction : True or FalseIn sorting problems, it is not allowed to arrange numerical values in ascending
forms.

True

False Correct

164

Direction : True or FalseIn the discussion, the allocated size for a double data type is 8 bits.

True

False Correct

132

Direction : True or FalseIs it possible for a constructor to have a same number of parameters?
True

False Correct

118

Direction : True or FalseIs it possible to create a nested conditional depending on the need?

True Correct

False

399

Direction : True or FalseIt is possible to create multiple pointers pointing to the same variable.

True Correct

False

72

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

Showing 226-300 of 766 answers

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

141

Direction : True or FalseLocal Variables are variables declared outside of "int main ( )" function and can
only be accessed outside.

True

False Correct

136
Direction : True or FalseLow-level programming languages are the easiest to manage of all the
categories of programming languages.

True

False Correct

138

Direction : True or FalseMutators are prefixed with "get" in their function name.

True

False Correct

135

Direction : True or FalsePointers are used to point to addresses in the memory.

True Correct

False

117

Direction : True or FalsePointers are variables.

True Correct

False

170

Direction : True or FalsePrinciple of OOP that deals with different variations of the same method is called
Polymorphism.

True Correct

False

207

Direction : True or FalseReferences are used to point to multiple addresses in the memory.

True

False Correct
133

Direction : True or FalseReferences are used to refer to one existing address in the memory.

True Correct

False

110

Direction : True or FalseReferences returns the address of the variable it points to when using Address
Of operator.

True Correct

False

160

Direction : True or FalseSmalltalk was the Object-Oriented Programming Language built for Dynabook.

True Correct

False

110

Direction : True or FalseSnippet is defined as part of an entire code.

True Correct

False

104

Direction : True or FalseSwitch statement is a conditional that compares one specific variable with a set
of constants.

True Correct

False

96

Direction : True or FalseThe & symbol is used to retrieve the value of references.

True

False Correct
98

Direction : True or FalseThe abstraction principle ensures that only the necessary methods are
presented outside of the current class.

True

False Correct

78

Direction : True or FalseThe Case Statement is part of IF Statement.

True

False Correct

121

Direction : True or FalseThe counters are separated by open and close parenthesis.

True

False Correct

121

Direction : True or FalseThe easiest category of programming languages to work with are the high-level
programming languages

True Correct

False

179

Direction : True or FalseThe first personal computer created using Object-Oriented Programming is PC
DOS by IBM.

True

False Correct

279

1
Direction : True or FalseThe go-in-between of the other programming languages are the mid-level
programming languages.

True Correct

False

246

Direction : True or FalseThe main function serves as an entry point of any C++ application.

True Correct

False

90

Direction : True or FalseThe Methods [Class] is used to give primary information centered on the object.

True

False Correct

142

Direction : True or FalseThe one that dictates the maximum value stored by an array is called
proportions.

True

False Correct

108

Direction : True or FalseThe programming language designed by Bjarne Stroustrup in 1976 was initially
proposed as a high-level programming language

True

False Correct

400

Direction : True or FalseThe programming languages that showcase user-friendly implementations and
structures are the mid-level programming languages.

True Correct

False
75

Direction : True or FalseThe return EXIT_SUCCESS statement is used for closing remarks.

True Correct

False

225

Direction : True or FalseThe syntax for the parameter is dataType variableName.

True Correct

False

87

Direction : True or FalseThe use of breaks is to prevent next conditions to be executed causing the
switch statement to be executes.

True Correct

False

119

Direction : True or FalseUnprocessed values are the values that changed from original to the current
value.

True

False Correct

110

Direction: True or False. Initialization use a special variable called counter.

True Correct

False

83

Does C++ allow array of dynamic sizes?

FALSE Correct
67

DynaBuk is the first computer created using Object-Oriented Programming?

TRUE

FALSE Correct

181

Else statement is used in undefined conditional expressions.

FALSE Correct

92

Encapsulation extends the features and functionalities of existing classes and interfaces.

TRUE Correct

82

Encapsulation is used to hide the internal working of an application.

TRUE Correct

161

Exception is the result of an incorrect action or operation

TRUE Correct

118

Exception is the result of incorrect action committed unexpectedly.

TRUE Correct

100

Explicit Data Types are also called Variants.

FALSE Correct

78
1

Explicit Variables are declared outside the context of the application.

True

False Correct

40

Float can store up to -9.10 x 1030.

True

False Correct

261

Flowcharts are created using spreadsheet applications.

FALSE Correct

32

Flowcharts do not support multi-paged configuration.

FALSE Correct

342

For Loops is a statement in C++ where the body phases occur within the parenthesis of the statement.

FALSE Correct

225

for(i=5; i>0; i--){ cout << endl; }

TRUE Correct

167

Function ______________ are pointer in a pointer function.

Parameters Correct

274

Function calls can be pointers.


TRUE Correct

95

Function is used as an alias as reference to the function.

FALSE Correct

293

Function name and variable name are similar?

FALSE Correct

265

Function name and variable name are____________.

Dissimilar Correct

102

Function name is a separate code block that performs a specific task.

FALSE Correct

326

Function parameters can be references.

TRUE Correct

37

Functions are also called procedures.

TRUE Correct

43

Functions are declared with parameters.

TRUE Correct

67
Functions are essentially a code block of related statements that allow varying values of its variables.

TRUE Correct

169

Functions can use ___________ in its parameters.

Pointers Correct

348

Functions can usein its parameters.

Pointers Correct

32

Fundamentals of computer programming are learned easily through the use of GUI.

FALSE Correct

148

Given the following work items (a) "To ask user for age" and (b) "To ask user for item price", the
problem being addressed is about prices and interests

FALSE Correct

140

Given the problem below, that is the most probable last work item of the solution?

To display section Correct

119

Given the problem below, that is the most probable last work item of the solution?"Write a program
that displays the section of the user"

"To enter the username"

"To display section" Correct

"To calculate the birth year"

"To display the age"


77

Given the problem below, what is the most probable last work item of the solution?

To display age Correct

224

Given the problem below, what is the most probable last work item of the solution?"Write a program to
calculate the age of the user based on his birth year"

"To display the lastname"

"To display the birth month"

"To display age" Correct

"To display the firstname"

130

Given the work item below, what is its most probable problem that it answers?"To display
appendFirstLastname"

"Write a program that displays the firstname"

"Write a program to display the complete name of the user" Correct

"Write a program to estimate the lifespan of the user"

"Write a program to display the age of the user"

128

Global variables are variables declared _____________ int main() code block.

Inside

Before

Outside

After Correct

128

10

Global variables are variables declared inside of "int main ( )" functions.
FALSE Correct

156

He is one of the creators of the open source programming language, Go, at Google, Inc in 2007.

Ken Thompson Correct

86

Header files are separate C++ files which contain supplementary codes for the application.

True Correct

False

55

How many components build up the phases that a looping statement need to undergo internally?

Four (4) Correct

Five (5)

Three (3)

One (1)

72

Immutability is a property that states that the value cannot be changed.

TRUE Correct

323

Implicit Data Types can contain either integer or character.

True Correct

False

137

Implicit Data Types can store _____ type of values.


Any Correct

Explicit

Selected

Implicit

250

Implicit Variables are declared within the context of the application.

True

False Correct

124

In 1967, the practice of Object-Oriented Programming started.

True Correct

False

249

In 3,000 B.C., the Greek Abacus was invented.

FALSE Correct

84

In a series of statements, looping in C++ is not allowed to repeat.

FALSE Correct

Showing 301-375 of 766 answers

In C++, the abstract representation of objects is called ______________.

Interfaces

Classes Correct

Objects
Instantiation

356

In Low-level programming languages, developers are _________ access to the memory of the computer,
particularly the random-access memory?

Direct Correct

Mutable

Strong

Transmutable

422

In sorting problems, it is not allowed to arrange numerical values in ascending forms.

FALSE Correct

91

In the discussion, the allocated size for a _________ data type is 1 bit.

Bool Correct

109

In the discussion, the allocated size for a double data type is___________.

64 bits (floating point) Correct

32 bits (floating point)

32 bits (integer)

64 bits (integer)

321

In the discussion, what is the allocated size for a char data type?

32 bits

1 bit

64 bits

8 bits Correct
77

In the discussion, what is the allocated size for a double data type?

32 bits

1 bit

8 bits

64 bits Correct

103

In the discussion, what is the allocated size for an int data type?

32 bits Correct

1 bit

64 bits

8 bits

95

In this discussion, how many principles does OOP have?

Two (2)

One (1)

Four (4) Correct

Three (3)

84

In what year does the practice of Object-Oriented Programming started?

1967 Correct

1968

1969

None of the choices

65
Inheritance ensures that only the necessary methods are presented outside of the current class.

FALSE Correct

61

Initialization used a special variable called count.

TRUE Correct

190

int b[2] = { 1, 2 }; cout << b[2];

The statement will induce array out of index. Correct

65

is a graphical representation that shows a series of actions in computer programming.

Flowchart Correct

221

Is for statement a range-based?

TRUE Correct

68

Is it possible to create a nested conditional depending on the need?

TRUE Correct

329

Is the given conditional statement correct? if (cout << endl);

TRUE Correct

59

Is the given looping statement correct? for(i=5; i>0; i--){ cout << endl; }

TRUE Correct
38

is the phase in looping statements that are evaluated.

Condition Correct

48

It dictates the maximum number of values stored by an array.

Index

Array

Size Correct

None of the choices

184

It focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native
Windows Application

Minimalist GNU for Windows Correct

91

It focuses on Native libraries hence even its Graphical User Interface (GUI) is made using Native
Windows Application.

Microsoft Windows

Minimalist GNU for Windows Correct

GitHub

Visual Studio Code

104

It informs the application that the function shall not return any data.

Void/Void Return Type Correct

Return Type
Body/Body of Code Blocks

Function Name

98

It is a conditional that compares one specific variable with a set of constants.

Else

If-Else

Switch Correct

If-Switch

101

It is a data type where the function shall return as its execution.

Body/Body of Code Blocks

Function Name

Return Type Correct

Void/Void Return Type

270

It is a free and public web-based repository that allows distributed version control and source control
management tool that uses extended Git functionalities.

Minimalist GNU for Windows

Visual Studio Code

Microsoft Windows

GitHub Correct

270

It is a group of statements contained by a code block.

Void/Void Return Type

Body/Body of Code Blocks Correct


Return Type

Function Name

57

It is a keyword or group of keywords in writing a pseudocode which only executes contained statements
if all the conditions are met.

IF THEN ELSE END

IF THEN ELSE IF THEN ELSE END

IF THEN END Correct

CALL

142

It is a keyword that accepts values from the user.

OUTPUT

CALL

WHILE DO LOOP

INPUT Correct

52

It is a keyword that calls user-defined functions.

WHILE DO LOOP

INPUT

CALL Correct

OUTPUT

111

It is a keyword that specifies a condition to repeat a block of statements

WHILE DO LOOP Correct


59

It is a keyword that specifies a condition to repeat a block of statements.

OUTPUT

WHILE DO LOOP Correct

CALL

INPUT

58

It is a keyword used to call user-defined functions

CALL Correct

109

It is a method that enables the assignment of values to our properties hidden by scopes.

Abstraction

Encapsulation

Accessors

Mutators Correct

66

It is a method which enables the retrieval of values hidden by scopes.

Encapsulation

Mutators

Abstraction

Accessors Correct

64

It is a phase in looping where the statements inside the loop are executed.

Counter
Condition

Body Correct

Increment/Decrement

55

It is a programming centered in the use of objects.

Header Files

Class

Object-Oriented Programming Correct

Objects

84

It is a programming language specialized in simulations.

DynaBook

Simula Correct

Sims

Perl

44

It is a representation of tangible and intangible materials in Object-Oriented Programming.

Objects Correct

Header Files

Object-Oriented Programming

Class

172

It is a separate C++ file which contains supplementary codes for applications.

Object-Oriented Programming
Class

Header Files Correct

Objects

88

It is a separate code block that performs a specific task.

Function Correct

Body/Body of the Function

Parameter

None of the choices

119

It is a special lightweight software that organizes and manages the different changes done to our source
codes and related files.

Version Control Correct

246

It is a special variable wherein set of initial value are place.

Counter Correct

51

It is a special variable wherein set of initial values are placed.

Counter Correct

Body

Increment/Decrement

Condition

66

It is a specific device running a specific operating system.

Platforms Correct

126
1

It is a subset in the internet where documents are relating to other documents using hypertext links.

World Wide Web Correct

236

It is a subset Object-Object Programming which focuses in abstract representations of the objects.

Prototype-based

State-based

Class-based Correct

Object-based

260

It is a subset Object-Object Programming which focuses in reusability of the objects.

Prototype-based Correct

State-based

Object-based

Class-based

382

It is a symbol in flowcharting used to display value to the user.

Process

Preparation

Terminator

Data Correct

189

It is a symbol in flowcharting used to initialize values and routines.

Process
Preparation Correct

Terminator

Data

281

It is a symbol in flowcharting used to retrieve value from the user

Data Correct

48

It is a symbol in flowcharting used to retrieve value from the user.

Preparation

Data Correct

Terminator

Process

206

It is a symbol of Flowcharting used to initialize something.

Preparation Correct

44

It is a symbol used to connect parts of the flowcharts from different pages.

Off-page Connector Correct

Process

Data

Decision

126

It is a symbol used to indicate a specific action to be done.

Off-page Connector
Data

Decision

Process Correct

290

It is a symbol used to set values.

Process

Off-page Connector

Data Correct

Decision

280

It is a symbol with two and only two out-going paths possible

Decision Correct

41

It is a symbol with two and only two out-going paths possible.

Process

Data

Decision Correct

Off-page Connector

106

It is a user-friendly interface and easy navigation operating system.

Microsoft Windows Correct

65

It is a variant of the IF-THEN-END keywords wherein there can be more than one condition, and a
separate block if none of the conditions specified matched.

IF ... THEN ... ELSE IF ... THEN ... ELSE ... END Correct

42
It is an abstract representation of objects

Class Correct

46

It is an abstract representation of objects.

Header Files

Objects

Class Correct

Object-Oriented Programming

452

It is an array of characters.

None of the choices

String Correct

String and Text

Text

272

It is an integrated development environment (IDE) which houses mono develop as its base framework.

Xamarin Correct

58

It is an open source cross-platform IDE that supports a series of programming language.

Microsoft Windows

Minimalist GN for Windows

Visual Studio Code Correct

Code Blocks

360
1

It is assigned with the pointers which are done by appending an ampersand, the address of operator,
before the variable name.

Address of the variable Correct

None of the choices

Address of the pointer

Address of the reference

92

It is created to initialize operations for the class upon declaration.

Instantiation

Destructor

Initializer

Constructor Correct

229

It is equivalent to one cycle of repetition.

Condition

Looping

Initialization

Iteration Correct

129

It is here where we develop and run our software.

Operating System Correct

153

It is impossible to create ________________ arrays because it is resource expensive.

Five-dimensional Correct

265
It is impossible to create five-dimensional arrays because its resource expensive.

FALSE Correct

91

It is located within a curly brackets/braces; opened by "{", and closed by "}".

Code Blocks Correct

39

It is located within a curly brackets/braces; opened by “{“, and closed by “}”.

Code Blocks Correct

83

It is located within a curly brackets/braces; opened by =E2=80=9C{=E2=80=9C, and closed by


=E2=80=9C}=E2=80=9D.

Microsoft Windows

Visual Studio Code

Code Blocks Correct

Minimalist GN for Windows

85

It is made using Native Windows Application

GUI Correct

Showing 376-450 of 766 answers

It is needed to be enabled to compile our selected compiled programming language to executables.

IDE Correct

68

It is one of the characteristics of problem solving in computer programming that aims to meet one
specific path.

Goal-oriented Correct

Solvable
Verifiable

Doable in a finite step

219

It is one of the characteristics of problem solving in computer programming that deals with assessing the
validity of the solutions.

Doable in a finite step

Solvable

Verifiable Correct

Goal-oriented

109

It is one of the characteristics of problem solving in computer programming that deals with the
feasibility of the problem in terms of time

Doable in a finite step Correct

72

It is one of the characteristics of problem solving in computer programming that deals with the
feasibility of the problem in terms of time.

Verifiable

Goal-oriented

Doable in a finite step Correct

Solvable

199

It is one of the characteristics of problem solving where the practicality of the solution is
counterchecked against a range of test data.

Solvable

Quantifiable

Doable in finite steps

Verifiable Correct
709

It is one of the characteristics of problem solving where the problem can be processed by the computer
given a specific conversion scale.

Quantifiable Correct

373

It is one of the characteristics of problem solving where the problem is non-quality oriented.

Solvable Correct

Quantifiable

Verifiable

Doable in finite steps

281

It is one of the characteristics of technical work item that deals with being clear in nature.

Classifiable Correct

72

It is one of the characteristics of technical work item that deals with process statements.

Unambiguous

Concise

None of the choices

Classifiable Correct

331

It is one of the characteristics of technical work item that deals with pseudocodes.

None of the choices Correct

59

It is one of the characteristics of technical work item that deals with the simplicity of the statement.
Concise Correct

104

It is one of the characteristics of technical work items to be distinctive in purpose or aim.

Concise

Unambiguous

Specific

Classifiable Correct

83

It is one of the characteristics of technical work items to be written direct to the point.

Specific

Classifiable

Concise

Unambiguous Correct

119

It is one of the characteristics of technical work items to be written shortly.

Classifiable

Specific

Concise Correct

Unambiguous

276

It is one of the main thing we consider when undergoing Software Development.

Compilers

Operating System Correct


Integrated Development Environment

Version Control

280

It is phase in looping where the counter in increasing or decreasing.

Counter

Condition

Body

Increment/Decrement Correct

120

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

100

It is the characteristic of Problem Solving that focuses on the solution to meet a specific singular end.

Goal-oriented Correct

55

It is the characteristic of Problem Solving that focuses on the testability of the identified solution.

Verifiable Correct

51

It is the characteristic of Problem Solving that states there should exist at least one probable solution.

Solvable Correct

85

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

66

It is the characteristic of Technical Work Items that focuses on shortly written work items.
Concise Correct

369

It is the characteristic of Technical Work Items that focuses on the precision of the given work item.

Unambiguous Correct

192

It is the characteristic of Technical Work Items that talks about a single entity being manipulated or task
being accomplished.

Specific Correct

56

It is the classification of Technical Work Items for "all displayed information".

OUTPUT Correct

66

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

53

It is the classification of Technical Work Items for "to clear all values stored in the variables".

PROCESS Correct

80

It is the classification of Technical Work Items for "to display the account number in masked text".

OUTPUT Correct

81

It is the classification of Technical Work Items for "to imitate a user input".
None of the choices Correct

134

It is the complex, fully functional software where we write, organize and manages our source codes and
related files.

Integrated Development Environment Correct

92

It is the equivalent of the DATA symbol of Flowcharts in Pseudocodes.

SET Correct

257

It is the equivalent of the INPUT symbol of Pseudocodes in Flowcharts.

DATA Correct

85

It is the equivalent of the OUTPUT symbol of Pseudocodes in Flowcharts.

DISPLAY Correct

73

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

59

It is the operator used to retrieve the address of the variable.

Dereferencing (*)

References
Address Of (&) Correct

Pointers

88

It is the part of Visual Studio Code where the contents of the files are previewed and edited.

Editor Correct

160

It is the part of Visual Studio Code where the project structure is displayed.

Explorer Correct

99

It is the phase in looping statements where a variable called counter.

Condition Correct

62

It is the phase of looping statements where a variable called counter is set an initial value.

Initialization Correct

Looping

Iteration

Condition

158

It is the programming language that ranked as the Top 3 most used language in 2016 based from GitHub
research.

Python Correct

63

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

49

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

58

It is the result of an incorrect action or operation.

Bug

Exception Correct

Defect

Error

299

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

144

It is used to itemize the input values of the function.

Body/Body of the Function

Parameter Correct
Function

None of the choices

95

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

67

It repeats a series of statement that aim to reach a certain condition.

Condition

Iteration

Initialization

Looping Correct

292

It serves as an entry point of any C++ application.

int sum( )

int init( )

int entry( )

int main( ) Correct

334

It was made to allow developers in the Open Source Community to publicly share software by Microsoft.

CodePlex Correct

147

It's a special type of variable that stores the address permanently in the memory.

Dereferencing (*)

References Correct

Pointers
Address Of (&)

88

Iteration is the special variable that controls the flow of loops.

FALSE Correct

42

James Gosling developed the ________ programming language.

Objective-C

Java Correct

C#

Python

78

James Gosling developed the programming language.

Java Correct

227

Local variables are accessible throughout the code.

FALSE Correct

72

Local Variables are variables declared outside of "int main ( )" function and can only be accessed
outside.

FALSE Correct

64

Long can store up to 65,535 in value.

True
False Correct

282

Low-level Programming Languages exhibit the strongest abstraction of its programming schema.

True

False Correct

82

Machine Languages are Low-level Programming Languages.

True Correct

False

87

Majority of the features available to mid-level programming languages are hidden in the background
and are usually taken for granted

FALSE Correct

83

Mid-level Programming Languages exhibit _______ abstraction.

Transmutable

Mutable

Strong Correct

Direct

78

Mid-level Programming Languages exhibit abstraction.

Strong Correct

112
Mid-level Programming Languages exhibit strong abstraction and mid-range access to the memory and
operating system.

True Correct

False

71

Mirror Images of the variables are created by pointers.

True Correct

False

74

Mutator is a method that enables the assignment of values to our properties hidden by scopes.

True Correct

False

135

Mutator's main purpose is to store values in hidden properties.

True Correct

False

185

Mutators are prefixed with "get" in their function name.

FALSE Correct

32

Mutators should be prefixed with "sets" in their function name.

True

False Correct

37

Object is an abstract representation of actual objects.


FALSE Correct

91

Object-Oriented Programming is programming centered in the use of objects.

True Correct

False

171

One characteristic of Technical Work Items is Classifiable - being able to distinctively classify the purpose
or aim.

TRUE Correct

218

One cycle of repetition using loops is called an iteration.

TRUE Correct

101

One possible application of Embedded Systems Development is in Home Automation

TRUE Correct

32

Open Source Communitys most famous and most used online version control repository since 2016.

Github Correct

60

Overlapping arrows are _______________ in flowcharts.

Optional

Not Allowed Correct

Allowed Sometimes

Allowed
Showing 451-525 of 766 answers

Overlapping arrows are in flowcharts.

Not Allowed Correct

57

Parameter code block can adopt input from another code block.

TRUE Correct

60

Parameter is a component of the function which _______ the input values of the function.

Increases

Destroys

Multiplies

Itemizes Correct

423

Pointers are a special type of

Variables Correct

61

Pointers are a special type of __________________.

References

Pointers

Constants

Variables Correct

38

Pointers are the special variables in C++ that points to a sector in the memory.

True Correct

False
80

Pointers are used to point to ___________ in the memory.

Parameters

Constants

Actual Value

Address Correct

119

Pointers are variables.

TRUE Correct

42

Pointers retrieve the values assigned to it and stores it to the _____________ it points to.

References

Constants

Pointers

Variables Correct

56

Pointers retrieve the values assigned to it and stores it to the it points to.

Variables Correct

45

Pointers retrieve the values assigned to it and stores it to the reference it points to.

FALSE Correct

43

Pointers used in function calls that store addresses in the memory?

True

False Correct
303

Principle of OOP that deals with different variations of the same method is called Polymorphism.

TRUE Correct

44

Process is an instance that indicates a specific action done in the ________________ activity.

Previous

Current Correct

Future

Succeeding

173

programming languages are easiest to work with.

High-level Correct

39

Prototype-based is a subset Object-Object Programming that focuses in abstract representations of the


objects.

True

False Correct

50

References are ____________ variables.

Parameters

Address

Constant Correct

Actual Value

107

References are containers that are preceded with an asterisk.

True
False Correct

170

References are special types of variables that store the address in the memory rather than the actual
value or constant.

True Correct

False

234

References are used to point to multiple addresses in the memory.

FALSE Correct

76

References are used to refer to _________ existing address in the memory.

One Correct

33

References as variables stores ____________ as their value.

Actual Value

Address Correct

Parameters

Constant

142

References returns the address of the variable it points to when using _________ operator(s).

Address of Correct

121

References returns the address of the variable it points to when using Address Of operator.

TRUE Correct

81

Server configurations are dealt using Data Science.


FALSE Correct

52

shortc[1] = { 32768 };

The statement will induce integer overflow. Correct

133

Simu is a programming language specialized in simulations.

FALSE Correct

68

Snippet is defined as part of an entire code.

TRUE Correct

41

Some word processing applications can create _______________ and pseudocodes.

Databases

Development Projects

Source Codes

Flowcharts Correct

189

Sorting problems are problems where the values of given array is being arranged in a decremental
order.

FALSE Correct

76

statement is used in undefined conditional expressions.

Else Correct

35

Statement wherein it terminates the execution of the current iteration is called Break Statement.
FALSE Correct

58

Statements found inside of the ___________ are called code block.

Function Declarations

Parenthesis

Curly Braces Correct

Square Braces

74

Statements found inside of the ___________ are called code block.

Curly Braces Correct

70

Structures are part of Referenced Data Types.

True

False Correct

90

Switch statement is a conditional that compares one specific variable with a set of constants.

TRUE Correct

70

Technical Work Items is an ___________ step prior creating flowcharts.

Optional Correct

80

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

178

The ________ rights allow users to escalate the permission granted.

Administrator Correct

122

The ________ statement mainly uses integers as value to be evaluated.

switch Correct

else

if

else if

157

The _________ programming language is mainly used by OSX and iOS

Objective-C Correct

121

The _________ programming language is mainly used by OSX and iOS.

C++

Java

Objective-C Correct

Shell

257

The _________ responsible for sending data to computers are called Input Devices.
Hardware Correct

87

The ___________ statement is used for the system function.

#include <cstring>

#include <iostream>

#include <cstdlib> Correct

#include <stdio>

161

The ____________ looping statement evaluates the condition before executing the body and the
increment/decrement.

for

while Correct

do-until

do-while

331

The ____________ serves as an entry point of any C++ application.

EXIT_SUCESS

int main() Correct

using namespace std;

#include<iostream>

112

The ____________ statement uses defined constants in evaluating conditions.

else

if
switch Correct

else if

309

The _____________ header file is used for string input with no space on it in C++.

#include <cstring>

#include <stdio>

#include <cstdlib>

#include <iostream> Correct

174

The _____________ statement is used for general input and output of C++.

#include Correct

101

The _____________ statement is used for string input and output of C++.

#include Correct

100

The _________________ phase decreases the value of the counter.

Merit

Decrement Correct

Demerit

Increment

99

The ________________________ tool enables better code management through backups and source
control.

Integrated Development Environment


Access Control

Version Control Correct

File management

121

The * symbol stands for _______________ operator.

Dereferencing Correct

None of the choices

Address of

Both Address of and Dereferencing

73

The * symbol stands for Address Of operator.

FALSE Correct

117

The #include is not used for system functions.

FALSE Correct

156

The #include statement is used for string input and output of C++.

FALSE Correct

138

The #include statement is used for the system function.

FALSE Correct

162

The abstraction principle ensures that only the necessary methods are presented outside of the current
class.
FALSE Correct

68

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

114

The act where it is declared outside of the function.

None of the choices

Conditionals

Local Variables

Global variables Correct

77

The Address Of operator is used to retrieve the physical address of a variable.

True

False Correct

290

The allocated size for an int data type is 64 bits

FALSE Correct

214

The allocated size if a chartype is 8 bits.

TRUE Correct

65
The body of code blocksis the set of statements found inside the curly braces.

TRUE Correct

101

The body of the function is a group of statements contained by a code block.

TRUE Correct

107

The Case Statement is part of IF Statement.

FALSE Correct

94

The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.

FALSE Correct

135

The characteristic of Technical Work Items that deal with consistency is called Nonce.

FALSE Correct

225

The compiler that presents a minimalistic approach for Windows is called _________________.

VC++

MinGW Correct

MingGW

WinC++

78

The computer can only understand ____ languages.

Four

Three
One Correct

Two

169

The counters are separated by open and close parenthesis.

FALSE Correct

164

The Default Statement is used when the execution of the case statement fails.

TRUE Correct

279

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

460

The free and web-based repository that allows distributed version control is called GitOpen.

FALSE Correct

110

The go-in-between of the other programming languages are the mid-level programming languages.

TRUE Correct

Showing 526-600 of 766 answers

The increment/decrement happen at the start of the body.


FALSE Correct

105

The index _________ which element of the array is on being process.

Declares Correct

Sets

Initializes

Destroys

173

The index declares which element of the array is on being process.

TRUE Correct

103

The int main()function serves as an entry point of any C++ application.

FALSE Correct

127

The looping statement in C++ where the condition appears on the last part of the statement is called
________________ loop.

do-while Correct

84

The main purpose of mutators is to ________ values to our hidden properties.

Retrieve

Destroy

Assign Correct

Mutate

105

The Methods [Class] is used to give primary information centered on the object.
FALSE Correct

95

The most efficient data type to use for flags like gender is _________________.

Integer

Character

Boolean Correct

Floating-point

369

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

191

The one that dictates the maximum value stored by an array is called proportions

FALSE Correct

165

The only data type that can store large values until 65,535 is _________________ _______.

Unsigned Short Correct

173

The open source community of Microsoft to share software publicly is called ________________.

CodePlex Correct

152

The original C is a ____________ programming language.


High-level

Mid-level

Low-level Correct

Machine-code

155

The OUTPUT keyword in pseudocodes ____________________.

Displays a value Correct

107

The phase in looping that indicates the statements under the loop is called _________.

Body Correct

Code Block

Increment/Decrement

Parameter

111

The phase in loops where the counter is changed is called Variation.

FALSE Correct

121

The practical result involving more than one programming language is called __________________

Development Correct

143

The practical result involving more than one programming language is called __________________.
Development Correct

290

The practice of Object-Oriented Programming came as early as the year _______.

1967 Correct

1969

1966

1968

386

The principle of OOP that deals with different variations of the same method is called
__________________.

Encapsulation

Inheritance

Polymorphism Correct

Abstraction

383

The programming language designed by Bjarne Stroustrup in ____ was initially proposed as a high-level
programming language

1979 Correct

184

The programming language designed by Bjarne Stroustrup in 1976 was initially proposed as a high-level
programming language

FALSE Correct

110

The programming language is mainly used by OSX and iOS.

Objective-C Correct

209
The programming languages that showcase user-friendly implementations and structures are the mid-
level programming languages.

TRUE Correct

305

The pseudocode for accepting user values is called INPUT

TRUE Correct

78

The return ___________ statement is used for closing remarks.

EXIT_SUCCESS Correct

108

The return EXIT_SUCCESS statement is used for_____________.

Closing Remarks Correct

61

The symbol used for Data is shaped like a ______________.

Rounded Rectangle

Oval

Rhombus Correct

Rectangle

328

The symbol used to set or retrieve values is called ___________.

Data Correct

236

The syntax for the ______________ is dataType variableName.


Parameter Correct

Increment/Decrement

for Loop Declaration

Function Declaration

125

The syntax for the parameter is dataType variableName.

TRUE Correct

77

The top most terminator uses ___________ arrow.

Out-going Correct

416

The two (2) pseudocode keywords that are the equivalent for the Data symbol in flowcharts are INPUT

TRUE Correct

64

The use of breaks is to prevent next conditions to be executed causing the switch statement to be
executes.

TRUE Correct

219

The use of the statement "using namespace std;" is to ask permission in C++ that we will use std.

FALSE Correct

89

There are ______ terminator symbols per flowchart

Two/2 Correct

36

1
There are _______ programming languages that are categorized in terms of complexity.

One

Four

Three Correct

Two

352

There are _______ scenarios per decision symbol in flowcharts.

Two/2 Correct

314

There are at least ______________ arrows in Decision Symbols of flowcharts.

Four/4

One/1

Two/2 Correct

Three/3

265

There are six (6) principles of C++.

True

False Correct

270

There are three (3) components that build up the phases of looping statements.

FALSE Correct

235

There exists a multi-paged pseudocode


TRUE Correct

53

There is only one data type that can handle textual values.

TRUE Correct

206

These are also called Variants.

Explicit Variables

Anonymous Variables

Explicit Data Types

Implicit Data Types Correct

129

These are conditionals that extend the functionality of if where in several other scenarios are accounted.

If ... Else If ... Else Correct

85

These are conditionals that matches the value of the variable-under-check with their literal counterpart.

Switch Correct

92

These are conditionals that provide an alternative scenario should the condition-under-check fails.

If ... Else Correct

233

These are container objects in C++ that can be applied with pointers.

None of the choices


References

Variables Correct

Pointers

157

These are container objects in C++ that can be applied with references.

Pointers

Variables Correct

None of the choices

References

154

These are containers that are assigned an actual value (e.g. not an address in the memory).

None of the choices

Pointers

References

Variables Correct

83

These are containers that are preceded with an ampersand.

References Correct

None of the choices

Pointers

Variables

278

1
These are containers that are preceded with an asterisk.

Pointers Correct

Variables

None of the choices

References

200

These are data types that are declared and defined.

Explicit Data Types Correct

100

These are data types that are objective by nature.

Referenced Data Types Correct

67

These are data types that are taken depending on how they are stored or used.

Implicit Data Types Correct

103

These are declared variables.

Implicit Data Types

Anonymous Variables

Explicit Variables Correct

Explicit Data Types

184

These are declared with parameters.


Classes

Functions Correct

Variables

Pointers

143

These are fully-integrated software that contains various features dedicated to software development.

Compilers

Version Control

Operating System

Integrated Development Environment Correct

262

These are functions in C++ that allows varying sizes of arrays.

Dynamic Memory Allocation Correct

95

These are functions in C++ that changes the address of a variable to another address.

None of the choices Correct

137

These are high-level description of the processes in Computer Programming.

Pseudocode Correct

83

These are limits placed to handle specific data


Data Types Correct

326

These are limits placed to handle specific data.

Both Variables and Data Types

Data Types Correct

None of the choices

Variables

235

These are looping statements where only the initialization, condition and increment phases occur within
the parentheses of the statement.

None of the choices Correct

83

These are looping statements where the condition is evaluated right before the body is executed.

While Correct

62

These are looping statements where the increment/decrement is evaluated right after the condition is
executed.

None of the choices Correct

81

These are non-constant containers that may only be assigned a value once.

References Correct

Variables

Pointers

None of the choices

232
1

These are temporary storage of data.

None of the choices

Variables Correct

Data Types

Both Variables and Data Types

66

These are the only data type to handle textual values.

Characters Correct

Doubles

Integers

Floats

147

These are the parts of Object-Oriented Programming that deals with extended functionality of the class.

Methods Correct

63

These are the parts of Object-Oriented Programming that deals with the constraint placed in variables
and functions regarding where they can be accessed.

Scopes Correct

75

These are the parts of Object-Oriented Programming that deals with the different internal variables of
the class.

Properties Correct

354

1
These are the parts of Object-Oriented Programming that deals with the initialization of various forms of
the class.

Constructors Correct

36

These are the parts of Object-Oriented Programming that gives meaning to the classes through the
availability of accessible data.

Properties Correct

112

These are the restriction we place to variables to handle only specified data.

Data Types Correct

Showing 601-675 of 766 answers

These are the set of statements found inside the curly braces.

Body/Body of Code Blocks Correct

Function Name

Void/Void Return Type

Return Type

53

These are the strong-typed data types.

Implicit Data Types

Explicit Data Types Correct

Anonymous Variables

Explicit Variables

73

These are the two types of conditionals in C++.

If-Switch Correct
Switch

If-Else

Else

209

These are undeclared variables that are used by the computer.

Anonymous Variables Correct

50

These are unnamed variables.

Explicit Variables

Anonymous Variables Correct

Implicit Data Types

Explicit Data Types

196

These variables that may not declare their data types are called ____________ Data Types.

Implicit Correct

65

They are special type of variables that store the address in the memory rather than the actual value or
constant.

References Correct

211

They organize source codes and development artifacts.

IDE Correct

40
This act means to create a different set of statement based on conditions.

Global variables

Conditionals Correct

Local Variables

None of the choices

154

This allow you to revert and secure copies of changes that you will commit to the repository

Version Control Correct

202

This allow you to revert and secure copies of changes that you will commit to the repository.

Integrated Development Environment

Compilers

Version Control Correct

Operating System

83

This code block can adopt input from another code block.

Body/Body of the Function

None of the choices

Parameter

Function Correct

79

This code block is the entry point of C++ applications.

using namespace std;

int main( ) Correct


return EXIT_SUCCESS;

#include<iostream>

211

This command prompt-like window that will help build fundamentals in computer programming

Console Correct

194

This command prompt-like window that will help build fundamentals in computer programming.

Console Correct

Visual Studio

Graphical User Interface

Git

300

This integer dictates what element of array is being process.

Index Correct

Size

Array

None of the choices

325

This is a part of a function that can indicate the function will not pass a value.

Return Type Correct

47

This is a part of a function that indicates the alias of the function.

Function Name Correct


49

This is a way to organize the development files and configurations in a centralized repository.

Integrated Development Environment

Version Control Correct

Operating System

Compilers

96

This is the act of getting stored values from variables.

Assigning

None of the choices

Declaring

Retrieving Correct

99

This is the act of saying we will be using a variable of a specific data type.

Assigning

Retrieving

Declaring Correct

None of the choices

82

This is the act of storing values to variables.

Assigning Correct

None of the choices

Declaring
Retrieving

72

This is the maximum value for booldata type.

1 Correct

169

This is the minimum value for booldata type.

0 Correct

205

This is the minimum value for long data type.

-9.22337E+18 Correct

162

This is the minimum value for signed shortdata type.

-32768 Correct

67

This is the minimum value for unsigned short data type.

0 Correct

101

This is the value for "NUL (null)" character of char data type.

0 Correct

31

This looping statement in C++ where the condition is evaluated right before the execution.

While Loop Correct


Do-While Loop

For Loop

None of the choices

164

This method has a prefixed with "get" in their function name.

Accessors Correct

Abstraction

Encapsulation

Mutators

82

This method has a prefixed with "set" in their function name.

Encapsulation

Accessors

Abstraction

Mutators Correct

90

This method's main purpose is to store values in hidden properties.

Mutators Correct

Accessors

Abstraction

Encapsulation

54

This phase in looping statements that dictates whether the loop should stop or continue.

Iteration

Initialization
Looping

Condition Correct

325

This principle ensures that only the necessary methods are presented outside of the current class.

Mutators

Encapsulation Correct

Accessors

Abstraction

252

This principle extends the features and functionalities of existing classes and interfaces.

Overriding

Inheritance Correct

Overloading

Polymorphism

98

This principle generalizes the properties and methods of classes in such a way that the implementations
are hidden from outside the class.

Mutators

Encapsulation

Accessors

Abstraction Correct

155

This principle is used to hide the internal working of an application.

Encapsulation Correct

Abstraction

Mutators
Accessors

148

This property states that the value cannot be changed.

Maintainability

Permutability

Configurability

Immutability Correct

95

This special variable manages the flow of the loop.

Increment/Decrement

Counter Correct

Condition

Body

98

This statement is used in undefined conditional expressions.

Switch Statements

If Statements Correct

Switch

Else

300

This statement is used to perform different actions per its condition.

If-Switch

Switch
If-Else Correct

Else

83

This tool varies mainly on how they support internal libraries, up-to-date third-party libraries and code
optimization.

Integrated Development Environment

Compilers Correct

Operating System

Version Control

269

This will not need to reference MinGW compiler and libraries per project by inserting our newly

Visual Studio Correct

120

To test if you correctly performed the steps in configuring the Microsoft windows path what is to be
opened first?

Command prompt Correct

36

True or False: DECLARE keyword is the equivalent for the Preparation symbol of flowcharts in
pseudocode.

True

False Correct

445

True or False: Parameter code block can adopt input from another code block.

True

False Correct

84
True or False:A Decision Symbol is the flowchart equivalent of switch keyword in pseudocode.

True

False Correct

116

True or False:A group of related statements are called code blocks.

True Correct

False

60

True or False:A series of statement repeated when a specific condition is met is called looping.

True Correct

False

368

True or False:All flowcharts are convertible to pseudocodes.

True Correct

False

79

True or False:All pseudocodes are convertible to flowcharts.

True Correct

False

104

2
True or False:All word processing applications can create flowcharts.

True

False Correct

56

True or False:As of 2016, Cloud Computing is not yet supported by C#.

True

False Correct

46

True or False:Conditions within a while loop are evaluated after the execution.

True

False Correct

762

True or False:Data is a symbol used to compare two discrete values.

True

False Correct

301

True or False:Database applications can create pseudocodes.

True

False Correct

68

True or False:Descending is the usual arrangement for numerical values.

True
False Correct

131

True or False:Explicit Data Types are also called Variants.

True

False Correct

98

True or False:Flowcharts are created using spreadsheet applications.

True

False Correct

432

True or False:Flowcharts can start with other symbol aside from a START terminator.

True

False Correct

281

True or False:Function is used as an alias as reference to the function.

True

False Correct

81

True or False:Function name is a separate code block that performs a specific task.

True

False Correct

233
True or False:Given the following work item(s):"To ask user for basic salary""To ask user for total
deductions"The most probable problem being addressed is "write a program to determine interest
rate."

True

False Correct

111

True or False:Given the following work items: (a) "To ask user for age" and (b) "To ask user for item
price", the problem being addressed is about prices and interests.

True

False Correct

131

True or False:Given the problem, "Write a program to calculate the BMI of the user", is the following
work item(s) appropriate?"To ask the user for blood type"

True

False Correct

76

True or False:Given the problem, "Write a program to categorize bills by denomination", is the following
work item(s) appropriate?"To ask the user for nickname"

True

False Correct

63

True or False:Given the problem, "Write a program to organize paper bills by their corresponding
denomination", a possible work item would be "to ask the user for nickname and address".

True

False Correct

385
1

True or False:In 3,000 B.C., the Greek Abacus was invented.

True

False Correct

51

True or False:Iteration is the special variable that controls the flow of loops.

True

False Correct

83

True or False:Local variables are accessible throughout the code.

True

False Correct

44

True or False:One cycle of repetition using loops is called an iteration.

True Correct

False

252

True or False:One possible application of Embedded Systems Development is in Home Automation.

True Correct

False

68
True or False:Parameter is used to itemize the input values of the function.

True Correct

False

142

True or False:Server configurations are dealt using Data Science.

True

False Correct

383

True or False:Sorting problems are problems where the values of given array is being arranged in a
decremental order.

True

False Correct

Showing 676-750 of 766 answers

True or False:string is an array of text.

True

False Correct

104

True or False:The allocated size for a double data type is 64 bits (integer).

True

False Correct

221

True or False:The allocated size for an int data type is 64 bits

True

False Correct

181

True or False:The allocated size if a chartype is 8 bits.


True Correct

False

80

True or False:The body of the function is a group of statements contained by a code block.

True Correct

False

40

True or False:The category in pseudocodes that deal with decision making is IF ... THEN ... ENDF.

True

False Correct

109

True or False:The characteristic of Technical Work Items that deal with consistency is called Nonce.

True

False Correct

119

True or False:The characteristic of Technical Work Items that deals with clarity is called Clear.

True

False Correct

230

True or False:The free and web-based repository that allows distributed version control is called
GitOpen.

True

False Correct

284

2
True or False:The int main()function serves as an entry point of any C++ application.

True Correct

False

81

True or False:The two (2) pseudocode keywords that are the equivalent for the Data symbol in
flowcharts are INPUT and OUTPUT.

True Correct

False

118

True or False:There are three (3) components that build up the phases of looping statements.

True

False Correct

345

True or False:There exists a multi-paged pseudocode.

True Correct

False

52

True or False:Unnamed variables are accessible using the unmarked symbol.

True

False Correct

85

True or False:Unnamed variables are called Anonymous Variables.

True Correct

False
83

True or False:Visual Studio Code is an IDE that supports multiple programming languages under
multitude of operating systems.

True Correct

False

367

Unnamed variables are accessible using the unmarked symbol.

FALSE Correct

45

Unnamed variables are called Anonymous Variables.

TRUE Correct

61

Usually ignored and not to be earnestly read before installing.

License agreement Correct

188

Values are limited by their data types.

TRUE Correct

111

variableName an alias used to remark an ___________.

Conditional Correct
46

Variables are appended with ___________ operator(s).

None of the choices Correct

46

variables are bound to only one type of values.

Explicit Correct

124

Variables are container objects in C++ that can be applied with pointers.

True Correct

False

72

Variables are container objects in C++ that can be applied with references.

True Correct

False

171

Variables are pointers.

FALSE Correct

112

Variables can be reassigned a new address without redeclaring the variable.

FALSE Correct

38

Variables can go away without declaring the data types.

TRUE Correct

40
Variables defined within a code block is called ____________ variables.

Initialized

Global

Illegal

Local Correct

303

Variables store any type of values.

FALSE Correct

68

Version Control allows users to revert changes and download copies of the changes from the client.

FALSE Correct

112

Visual Studio Code is an IDE that supports multiple programming languages under multitude of
operating systems.

TRUE Correct

30

voidreturn type informs the application that the function shall not return any data.

TRUE Correct

29

We use ___________________ to test the system path if defined.

Command Prompt Correct

43

1
We used __________to get user input.

std::cin Correct

Cout

Cin

std::cout

94

What are the result of retrieving a value from a variable?

Copy of the address

Reference to the address

Reference to the value

Copy of the value Correct

98

What are the special variables in C++ that points to a sector in the memory?

Address Of (&)

Dereferencing (*)

References

Pointers Correct

63

What are the tangible components of Computers?

Development Tool Kits

Hardware Correct

Operating System

Software

68

What are used in function calls that store addresses in the memory?
References Correct

None of the choices

Pointers

Variables

82

What are used in function's parameters that store addresses in the memory?

None of the choices

References

Pointers Correct

Variables

76

What do you call a device where an application was made to run into?

Embedded System

Platform Correct

Operating System

Smart device

66

What do you call the distribution of information when stored on a physical disk?

Fragmentation Correct

37

What domain deals with analytics?

Data Science Correct

39
What domain deals with both software and hardware configurations?

API Development

Embedded System Development Correct

Back-end Development

Application Development

108

What domain deals with microcontrollers?

Embedded Systems Development Correct

252

What domain deals with server configurations and setups?

Application Development

Embedded System Development

Back-end Development Correct

API Development

291

What domain deals with web applications?

Cloud Development Correct

42

What flowchart symbol is the equivalent for the pseudocode CALL keyword?

Data

Preparation

Process Correct

Conditional

83
What flowchart symbol is the equivalent for the pseudocode IF ... THEN ... END keyword?

Process

Preparation

Conditional Correct

Data

65

What flowchart symbol is the equivalent for the pseudocode SET ... TO keyword?

Process Correct

Preparation

Conditional

Data

405

What general part of Computers that performs calculations to accomplish tasks?

Process Correct

Output

Operating System

Input

260

What is needed to be downloaded for the convenience of users working different Microsoft Windows
Architecture?

Microsoft Windows

GitHub

Minimalist GNU for Windows

Visual Studio Code Correct

106

What is needed to be installed to support C and C++ applications for Visual Studio?
C++ Correct

58

What is needed to be set up before adding a license?

Gitlgnore Correct

38

What is needed to be set up before adding a license? TRUE or False The pseudocode for accepting user
values is called INPUT.

TRUE Correct

53

What is needed to be verified correct and accurate before creating a repository?

Permissions

Administrative Rights

Fields Correct

Disk Space

162

What is the allocated size of a 3D double array with size 2, 4, 8?

4,096 bits Correct

207

What is the allocated size of a 3D int array with size 2, 4, 8?

2,048 bits (integral) Correct

59

What is the allocated size of a 3D long array with size 2, 4, 8?

4,096 bits (integral) Correct

59

What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?
None of the choices Correct

326

What is the allocated size of a 3D string array with size 12, 4, 10?

Insufficient Data Correct

73

What is the allocated size of a 5D bool array with size 2, 5, 10, 1?

100 bits Correct

72

What is the equivalence of the flowchart DISPLAY in pseudocodes?

CONDITION

OUTPUT Correct

INPUT

PROCESS

413

What is the equivalence of the pseudo code IF ... THEN ... END in flowcharts?

CONDITION Correct

40

What is the equivalence of the pseudocode IF ... THEN ... END in flowcharts?

CONDITION Correct

PROCESS

INPUT

OUTPUT

351
1

What is the equivalence of the pseudocode IF THEN END in flowcharts?

CONDITION Correct

64

What is the first computer created using Object-Oriented Programming?

Sims

Perl

DynaBook Correct

Simula

102

What is the minimum number of flowchart symbols for this problem?

3 Correct

41

What is the minimum number of flowchart symbols for this problem?"Write a program that displays
'Hello World'."

3 Correct

296

What is the minimum number of flowchart symbols is needed for the following problem (excluding the
terminator symbols)? "Write a program to display the quotient of two numbers."

1 Correct

214

What is the minimum number of flowchart symbols is needed for the following problem (excluding the
terminator symbols)?"Write a program to display the quotient of two numbers."
1 Correct

63

What is the minimum number of pseudocode for this problem?"Write a program that displays 'Hello
World'."

1 Correct

408

What is the scripting language used in Linux Operating Systems?

Python

C++

Shell Correct

Java

126

What is the usual arrangement for a numerical value?

Counting

Sorting

Ascending Correct

Descending

45

What kind of somewhat image does pointer create with the variable they are pointed to?

Mirror Image Correct


None of the choices

Duplicate Image

Copy Image

Showing 751-766 of 766 answers

What type of software that acts as translators for the hardware components of the computer?

Firmwares Correct

90

What variable contains more than one value of similar data types?

Index

Array Correct

None of the choices

Size

181

What web browser used the first versions of JavaScript?

Netscape Navigator Correct

139

When determining the gender of a person, the most practical data type to use is Boolean or Integer
Values; even when displaying the value directly,without helping texts, to the user.

FALSE Correct

141

When was the Chinese abacus invented?

200 BC

300 BC
1,000 BC

3,000 BC Correct

125

Which is not a subdomain of Application Development?

UI Applications Correct

59

Which is not a version of Shell?

PSH Correct

87

Which is not an application of Embedded Systems Development?

All of the choices Correct

54

Which is not attributable to Computers?

Agriculture

Political Science Correct

Biology

Physics

85

Which language ranked Top 5 of the most used languages in GitHub as of 2016?

PHP Correct

59

Which of the following is not used in API Development?

HTML Correct

79
1

Which of the following was not helped by technology to advance further in their respective fields?

None of the choices Correct

74

Which one was not made possible because of Computers?

Lasers

Telephone

Modern Automobiles

Electricity Correct

100

Which platform do C# not yet support as of 2016?

Automation Correct

47

Who designed the programming language that initially proposed as a high-level programming language?

Josh Gosling

Roberts Khult

George Washitzer

Bjarne Stroustrup Correct

85

Who single-handedly designed and developed the Java programming language?

Guido van Rossum

Yukihiro Matsumoto

James Gosling Correct

Bjarne Stroustrup

You might also like