MMET 383 EXAM 2 EXAM (ACTUAL
EXAM) WITH CORRECT QUESTIONS AND
WELL ANSWERED ANSWERS LATEST WELL
GRADED A+ 2025 – 2026
How to change the size of an array and keep previous data -
ANSWERS-ReDim Preserve ArrayName(0 to UpperBound)
How to Open/Close a sequential File - ANSWERS-
FileOpen(FileNumber, FileName, OpenMode.Mode)
FileClose(FileNumber)
What are the different modes for sequential files -
ANSWERS-Input-Read
Output-Write
Random-Read and Write
Append- add onto the end
How to read from a sequential file - ANSWERS-
Input(FileNumber, VariableToAssignDataTo)
, How to read an entire file - ANSWERS-use EOF function
Pre Test Loops - ANSWERS-Do While ________
Statements
Loop
Do Until ______
Statements
Loop
Post Test Loops - ANSWERS-Do
Statements
Loop While ____
Do
Statements
Loop Until
Counting Loops - ANSWERS-For Cntr = StartValue To
EndValue Step StepValue
EXAM) WITH CORRECT QUESTIONS AND
WELL ANSWERED ANSWERS LATEST WELL
GRADED A+ 2025 – 2026
How to change the size of an array and keep previous data -
ANSWERS-ReDim Preserve ArrayName(0 to UpperBound)
How to Open/Close a sequential File - ANSWERS-
FileOpen(FileNumber, FileName, OpenMode.Mode)
FileClose(FileNumber)
What are the different modes for sequential files -
ANSWERS-Input-Read
Output-Write
Random-Read and Write
Append- add onto the end
How to read from a sequential file - ANSWERS-
Input(FileNumber, VariableToAssignDataTo)
, How to read an entire file - ANSWERS-use EOF function
Pre Test Loops - ANSWERS-Do While ________
Statements
Loop
Do Until ______
Statements
Loop
Post Test Loops - ANSWERS-Do
Statements
Loop While ____
Do
Statements
Loop Until
Counting Loops - ANSWERS-For Cntr = StartValue To
EndValue Step StepValue