Nothing Special   »   [go: up one dir, main page]

Midterm Exam - ComProg1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

11/16/22, 7:08 PM Midterm Exam: Attempt review

Home / My courses / UGRD-ITE6200A-2213T / Midterm Exam / Midterm Exam

Started on Wednesday, 16 November 2022, 5:14 PM


State Finished
Completed on Wednesday, 16 November 2022, 5:37 PM
Time taken 23 mins 33 secs
Marks 50.00/50.00
Grade 100.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Unboxing
b. Equivalence
c. Casting
d. Translation

Question 2

Correct

Mark 1.00 out of 1.00

The ________ rights allow users to escalate the permission granted.

Select one:
a. Administrator
b. Desktop User
c. Default User
d. Power User

Question 3
Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 1/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 4

Correct

Mark 1.00 out of 1.00

True or False:

A way to organize configurations is called Repository.

Select one:
True

False 

Question 5
Correct

Mark 1.00 out of 1.00

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

Select one:
a. for
b. while
c. do-until
d. do-while

Question 6
Correct

Mark 1.00 out of 1.00

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

Select one:
a. cin
b. std::cout
c. std::cin
d. Cout

Question 7
Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True 

False

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 2/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 8

Correct

Mark 1.00 out of 1.00

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

Select one:
a. do-while
b. do-until
c. for
d. while

Question 9
Correct

Mark 1.00 out of 1.00

__________ statement is used in undefined conditional expressions.

Select one:
a. else if
b. end if
c. else
d. if

Question 10
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Implicit
b. Random
c. Explicit
d. Optional

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 3/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 11

Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True 

False

Question 12
Correct

Mark 1.00 out of 1.00

True or False:

A group of related statements are called code blocks.

Select one:
True 

False

Question 13
Correct

Mark 1.00 out of 1.00

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

Select one:
a. WinC++
b. MingGW
c. MinGW
d. VC++

Question 14
Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 4/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 15

Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

Question 16
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Code Block
b. Increment/Decrement
c. Body
d. Parameter

Question 17
Correct

Mark 1.00 out of 1.00

Implicit Data Types can store _____ type of values.

Select one:
a. Explicit
b. Selected
c. Any
d. Implicit

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 5/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 18

Correct

Mark 1.00 out of 1.00

The _________________ phase decreases the value of the counter.

Select one:
a. Increment
b. Decrement
c. Merit
d. Demerit

Question 19
Correct

Mark 1.00 out of 1.00

True or False:

Local variables are accessible throughout the code.

Select one:
True

False 

Question 20
Correct

Mark 1.00 out of 1.00

True or False:

One cycle of repetition using loops is called an iteration.

Select one:
True 

False

Question 21
Correct

Mark 1.00 out of 1.00

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

Select one:
a. GitHub
b. Code
c. CodePlex
d. Git

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 6/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 22

Correct

Mark 1.00 out of 1.00

Variables defined within a code block is called ____________ variables.

Select one:
a. Local
b. Global
c. Illegal
d. Initialized

Question 23
Correct

Mark 1.00 out of 1.00

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

Select one:
a. for
b. do-until
c. do-while
d. while

Question 24
Correct

Mark 1.00 out of 1.00

We use ___________________ to test the system path if defined.

Select one:
a. Environment
b. Shell
c. Command Prompt
d. WinVer

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 7/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 25

Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

Question 26
Correct

Mark 1.00 out of 1.00

__________________ allows developer to support scenarios in the application.

Select one:
a. Data
b. Compilation
c. Conditionals
d. Variables

Question 27
Correct

Mark 1.00 out of 1.00

Classes are part of ____________________ Data Types.

Select one:
a. Dereferenced
b. Referenced
c. Primitive
d. Object

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 8/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 28

Correct

Mark 1.00 out of 1.00

______________ variables are bound to only one type of values.

Select one:
a. Explicit
b. Reference-Type
c. Implicit Constant
d. Implicit

Question 29
Correct

Mark 1.00 out of 1.00

Anonymous Variables are labeled by the _____________.

Select one:
a. Microcontroller
b. Developer
c. Computer
d. User

Question 30
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Conditionals
b. Functions
c. Loops
d. Selections

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 9/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 31

Correct

Mark 1.00 out of 1.00

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

Select one:
a. for
b. while
c. do-until
d. do-while

Question 32
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Signed Int
b. Signed Short
c. Unsigned Int
d. Unsigned Short

Question 33
Correct

Mark 1.00 out of 1.00

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 Enterprise
b. Visual Studio Professional
c. Visual Studio 2017
d. Visual Studio Code

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 10/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 34

Correct

Mark 1.00 out of 1.00

True or False:

Values are limited by their data types.

Select one:
True 

False

Question 35
Correct

Mark 1.00 out of 1.00

The ____________ statement uses defined constants in evaluating conditions.

Select one:
a. switch
b. if
c. else
d. else if

Question 36
Correct

Mark 1.00 out of 1.00

_______________ is the phase in looping statements that are evaluated.

Select one:
a. Increment/Decrement
b. Initialization
c. Body
d. Condition

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 11/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 37

Correct

Mark 1.00 out of 1.00

A ______ statement ends the execution of the entire loop.

Select one:
a. end
b. continue
c. break
d. exit

Question 38
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Version Control
b. Access Control
c. File management
d. Integrated Development Environment

Question 39
Correct

Mark 1.00 out of 1.00

True or False:

Explicit Data Types are also called Variants.

Select one:
True

False 

Question 40
Correct

Mark 1.00 out of 1.00

True or False:

Unnamed variables are accessible using the unmarked symbol.

Select one:
True

False 

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 12/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 41

Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True 

False

Question 42
Correct

Mark 1.00 out of 1.00

True or False:

Compilers build the application from source codes.

Select one:
True 

False

Question 43
Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

Question 44
Correct

Mark 1.00 out of 1.00

True or False:

Unnamed variables are called Anonymous Variables.

Select one:
True 

False

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 13/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 45

Correct

Mark 1.00 out of 1.00

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

Select one:
a. Floating-point
b. Integer
c. Boolean
d. Character

Question 46
Correct

Mark 1.00 out of 1.00

True or False:

Conditions within a while loop are evaluated after the execution.

Select one:
True

False 

Question 47
Correct

Mark 1.00 out of 1.00

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

Select one:
a. Before
b. Outside
c. Inside
d. After

Question 48
Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True

False 

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 14/15
11/16/22, 7:08 PM Midterm Exam: Attempt review

Question 49

Correct

Mark 1.00 out of 1.00

True or False:

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

Select one:
True 

False

Question 50
Correct

Mark 1.00 out of 1.00

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

Select one:
a. switch
b. if
c. else if
d. else

◄ Prelim Lab Exam

Jump to...

Midterm Lab Exam ►

trimestralexam.amaesonline.com/2213/mod/quiz/review.php?attempt=124218&cmid=5215 15/15

You might also like