Your browser does not support JavaScript!

Computer Programming 1

Showing 676-750 of 752 answers

True or False:There are three (3) components that build up the phases of looping statements.
  • True
  • False Correct
True or False:There exists a multi-paged pseudocode.
  • True Correct
  • False
True or False:Unnamed variables are accessible using the unmarked symbol.
  • True
  • False Correct
True or False:Unnamed variables are called Anonymous Variables.
  • True Correct
  • False
True or False:Visual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
  • True Correct
  • False
Unnamed variables are accessible using the unmarked symbol.
  • FALSE Correct
Unnamed variables are called Anonymous Variables.
  • TRUE Correct
Usually ignored and not to be earnestly read before installing.
  • License agreement Correct
Values are limited by their data types.
  • TRUE Correct
variableName an alias used to remark an ___________.
  • Conditional Correct
Variables are appended with ___________ operator(s).
  • None of the choices Correct
Variables are container objects in C++ that can be applied with pointers.
  • True Correct
  • False
Variables are container objects in C++ that can be applied with references.
  • True Correct
  • False
Variables are pointers.
  • FALSE Correct
Variables can be reassigned a new address without redeclaring the variable.
  • FALSE Correct
Variables can go away without declaring the data types.
  • TRUE Correct
Variables defined within a code block is called ____________ variables.
  • Initialized
  • Global
  • Illegal
  • Local Correct
Variables store any type of values.
  • FALSE Correct
Version Control allows users to revert changes and download copies of the changes from the client.
  • FALSE Correct
Visual Studio Code is an IDE that supports multiple programming languages under multitude of operating systems.
  • TRUE Correct
voidreturn type informs the application that the function shall not return any data.
  • TRUE Correct
We use ___________________ to test the system path if defined.
  • Command Prompt Correct
We used __________to get user input.
  • std::cin Correct
  • Cout
  • Cin
  • std::cout
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
What are the special variables in C++ that points to a sector in the memory?
  • Address Of (&)
  • Dereferencing (*)
  • References
  • Pointers Correct
What are the tangible components of Computers?
  • Development Tool Kits
  • Hardware Correct
  • Operating System
  • Software
What are used in function calls that store addresses in the memory?
  • References Correct
  • None of the choices
  • Pointers
  • Variables
What are used in function's parameters that store addresses in the memory?
  • None of the choices
  • References
  • Pointers Correct
  • Variables
What do you call a device where an application was made to run into?
  • Embedded System
  • Platform Correct
  • Operating System
  • Smart device
What do you call the distribution of information when stored on a physical disk?
  • Fragmentation Correct
What domain deals with analytics?
  • Data Science Correct
What domain deals with both software and hardware configurations?
  • API Development
  • Embedded System Development Correct
  • Back-end Development
  • Application Development
What domain deals with microcontrollers?
  • Embedded Systems Development Correct
What domain deals with server configurations and setups?
  • Application Development
  • Embedded System Development
  • Back-end Development Correct
  • API Development
What domain deals with web applications?
  • Cloud Development Correct
What flowchart symbol is the equivalent for the pseudocode CALL keyword?
  • Data
  • Preparation
  • Process Correct
  • Conditional
What flowchart symbol is the equivalent for the pseudocode IF ... THEN ... END keyword?
  • Process
  • Preparation
  • Conditional Correct
  • Data
What flowchart symbol is the equivalent for the pseudocode SET ... TO keyword?
  • Process Correct
  • Preparation
  • Conditional
  • Data
What general part of Computers that performs calculations to accomplish tasks?
  • Process Correct
  • Output
  • Operating System
  • Input
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
What is needed to be installed to support C and C++ applications for Visual Studio?
  • C++ Correct
What is needed to be set up before adding a license?
  • Gitlgnore Correct
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
What is needed to be verified correct and accurate before creating a repository?
  • Permissions
  • Administrative Rights
  • Fields Correct
  • Disk Space
What is the allocated size of a 3D double array with size 2, 4, 8?
  • 4,096 bits Correct
What is the allocated size of a 3D int array with size 2, 4, 8?
  • 2,048 bits (integral) Correct
What is the allocated size of a 3D long array with size 2, 4, 8?
  • 4,096 bits (integral) Correct
What is the allocated size of a 3D short array with size 2, 3 and 4 respectively?
  • None of the choices Correct
What is the allocated size of a 3D string array with size 12, 4, 10?
  • Insufficient Data Correct
What is the allocated size of a 5D bool array with size 2, 5, 10, 1?
  • 100 bits Correct
What is the equivalence of the flowchart DISPLAY in pseudocodes?
  • CONDITION
  • OUTPUT Correct
  • INPUT
  • PROCESS
What is the equivalence of the pseudo code IF ... THEN ... END in flowcharts?
  • CONDITION Correct
What is the equivalence of the pseudocode IF ... THEN ... END in flowcharts?
  • CONDITION Correct
  • PROCESS
  • INPUT
  • OUTPUT
What is the first computer created using Object-Oriented Programming?
  • Sims
  • Perl
  • DynaBook Correct
  • Simula
What is the minimum number of flowchart symbols for this problem?
  • 3 Correct
What is the minimum number of flowchart symbols for this problem?"Write a program that displays 'Hello World'."
  • 2
  • 0
  • 1
  • 3 Correct
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
  • 5
  • 7
  • 3
What is the minimum number of pseudocode for this problem?"Write a program that displays 'Hello World'."
  • 1 Correct
  • 3
  • 2
  • 0
What is the scripting language used in Linux Operating Systems?
  • Python
  • C++
  • Shell Correct
  • Java
What is the usual arrangement for a numerical value?
  • Counting
  • Sorting
  • Ascending Correct
  • Descending
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
What type of software that acts as translators for the hardware components of the computer?
  • Firmwares Correct
What variable contains more than one value of similar data types?
  • Index
  • Array Correct
  • None of the choices
  • Size
What web browser used the first versions of JavaScript?
  • Netscape Navigator Correct
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
When was the Chinese abacus invented?
  • 200 BC
  • 300 BC
  • 1,000 BC
  • 3,000 BC Correct
Which is not a subdomain of Application Development?
  • UI Applications Correct
Which is not a version of Shell?
  • PSH Correct
Which is not an application of Embedded Systems Development?
  • All of the choices Correct
Which is not attributable to Computers?
  • Agriculture
  • Political Science Correct
  • Biology
  • Physics
Which language ranked Top 5 of the most used languages in GitHub as of 2016?
  • PHP Correct
Which of the following is not used in API Development?
  • HTML Correct
Which of the following was not helped by technology to advance further in their respective fields?
  • None of the choices Correct
Which one was not made possible because of Computers?
  • Lasers
  • Telephone
  • Modern Automobiles
  • Electricity Correct
Which platform do C# not yet support as of 2016?
  • Automation Correct
All courses