Your browser does not support JavaScript!

SignificantTrout

SignificantTrout is Computer Science student 💻
Last login
2 days ago
Joined
2025-09-22
SignificantTrout latest posts

2 days ago - A shared lock allows which of the following types of transactions to occur? Select one: a. Update b. Read c. Insert d. Delete

2 days ago - A false negative occurs when the outcome is incorrectly predicted as negative when it is actually positive. Select one: a. False b. True

2 days ago - The only data type that can store large values until 65,535 is _________________ _______. Select one: a. Signed Short b. Unsigned Short c. Unsigned Int d. Signed Int

2 days ago - The _________________ phase decreases the value of the counter. Select one: a. Increment b. Merit c. Decrement d. Demerit

2 days ago - These variables that may not declare their data types are called ____________ Data Types. Select one: a. Random b. Explicit c. Implicit d. Optional

2 days ago - We use ___________________ to test the system path if defined. Select one: a. Environment b. Command Prompt c. WinVer d. Shell

2 days ago - __________________ allows developer to support scenarios in the application. Select one: a. Compilation b. Conditionals c. Variables d. Data

2 days ago - The newly developed IDE from Microsoft that supports various programming languages and acts as a subset of Visual Studio is called ________________. Select one: a. Visual Studio Code b. Visual Studio Professional c. Visual Studio Enterprise d. Visual Studio 2017

2 days ago - ___________ enabled developers to repeat a sequence of statements given the right conditions. Select one: a. Selections b. Conditionals c. Functions d. Loops

2 days ago - Accessor is a method which enables the retrieval of values hidden by scopes. Select one: True False

2 days ago - _______________ is the phase in looping statements that are evaluated. Select one: a. Body b. Condition c. Increment/Decrement d. Initialization

2 days ago - Anonymous Variables are labeled by the _____________. Select one: a. Microcontroller b. User c. Developer d. Computer

2 days ago - The phase in looping that indicates the statements under the loop is called _________. Select one: a. Body b. Increment/Decrement c. Parameter d. Code Block

2 days ago - The ________ rights allow users to escalate the permission granted. Select one: a. Power User b. Administrator c. Default User d. Desktop User

2 days ago - __________________ is a looping statement where the body is executed first before the condition is evaluated. Select one: a. for b. do-until c. while d. do-while

2 days ago - The ________ statement mainly uses integers as value to be evaluated. Select one: a. switch b. else if c. if d. else

2 days ago - A statement wherein the increment/decrement always occurs after the statements of the body is called ________ statement. Select one: a. for b. while c. do-while d. do-until

2 days ago - The open source community of Microsoft to share software publicly is called ________________. Select one: a. Code b. CodePlex c. GitHub d. Git

2 days ago - __________ statement is used in undefined conditional expressions. Select one: a. else if b. if c. end if d. else

2 days ago - The ____________ looping statement evaluates the condition before executing the body and the increment/decrement. Select one: a. for b. while c. do-while d. do-until

2 days ago - The compiler that presents a minimalistic approach for Windows is called _________________. Select one: a. WinC++ b. MingGW c. MinGW d. VC++

2 days ago - ______________ variables are bound to only one type of values. Select one: a. Implicit b. Explicit c. Implicit Constant d. Reference-Type

2 days ago - Variables defined within a code block is called ____________ variables. Select one: a. Global b. Illegal c. Local d. Initialized

2 days ago - Implicit Data Types can store _____ type of values. Select one: a. Any b. Selected c. Implicit d. Explicit

2 days ago - In 1967, the practice of Object-Oriented Programming started. Select one: True False

2 days ago - Classes are part of ____________________ Data Types. Select one: a. Object b. Primitive c. Dereferenced d. Referenced

2 days ago - Converting a data type to another data type is called ___________. Select one: a. Unboxing b. Translation c. Equivalence d. Casting

2 days ago - ________ statement is used to output a string to inform the user about the conditions need. Select one: a. std::cout b. cin c. std::cin d. Cout

2 days ago - The ________________________ tool enables better code management through backups and source control. Select one: a. Integrated Development Environment b. Access Control c. File management d. Version Control

2 days ago - The ________ rights allow users to escalate the permission granted. Select one: a. Power User b. Desktop User c. Default User d. Administrator

2 days ago - The ________________________ tool enables better code management through backups and source control. Select one: a. Integrated Development Environment b. Access Control c. Version Control d. File management

2 days ago - The ________ statement mainly uses integers as value to be evaluated. Select one: a. switch b. else c. else if d. if

2 days ago - Converting a data type to another data type is called ___________. Select one: a. Equivalence b. Unboxing c. Casting d. Translation

2 days ago - Encapsulation is used to hide the internal working of an application. Select one: True False

2 days ago - The compiler that presents a minimalistic approach for Windows is called _________________. Select one: a. MingGW b. WinC++ c. MinGW d. VC++

2 days ago - The looping statement in C++ where the condition appears on the last part of the statement is called ________________ loop. Select one: a. do-until b. for c. while d. do-while

2 days ago - Constructor is created to initialize operations for the class upon declaration. Select one: True False

2 days ago - A ______ statement ends the execution of the entire loop. Select one: a. continue b. break c. end d. exit

2 days ago - Implicit Data Types can store _____ type of values. Select one: a. Any b. Implicit c. Explicit d. Selected

2 days ago - DynaBuk is the first computer created using Object-Oriented Programming? Select one: True False

2 days ago - Accessors should be prefixed with "get" in their function name. Select one: True False

2 days ago - Abstraction generalizes the properties and methods of classes in such a way that the implementations are hidden from outside the class. Select one: True False

2 days ago - Header files are separate C++ files which contain supplementary codes for the application. Select one: True False

2 days ago - The phase in looping that indicates the statements under the loop is called _________. Select one: a. Parameter b. Increment/Decrement c. Body d. Code Block

2 days ago - A statement wherein the increment/decrement always occurs after the statements of the body is called ________ statement. Select one: a. for b. do-while c. do-until d. while

2 days ago - Encapsulation extends the features and functionalities of existing classes and interfaces. Select one: True False

2 days ago - __________ statement is used in undefined conditional expressions. Select one: a. if b. else c. end if d. else if

2 days ago - ______________ variables are bound to only one type of values. Select one: a. Implicit Constant b. Reference-Type c. Explicit d. Implicit

2 days ago - We use ___________________ to test the system path if defined. Select one: a. Environment b. WinVer c. Shell d. Command Prompt

2 days ago - The ____________ statement uses defined constants in evaluating conditions. Select one: a. if b. else if c. switch d. else