Sample Test - Computer Professionals Program at MIU
Sample Test - Computer Professionals Program at MIU
English
Computer Professionals
Master’s Program Sample Test
You will be asked to complete a real test as part of your
application process.
The purpose of this short test is to assess your ability to solve elementary
programming problems in a language of your choice.
Write your solutions in Java if you are familiar with that language; otherwise
use one of these languages: C, C++, or C#. For each of the problems below,
write the simplest, clearest solution you can, in the form of a short
program.
SAMPLE TEST
1. An array with an odd number of elements is said to be centered if all
elements (except the middle one) are strictly greater than the value
of the middle element. Note that only arrays with an odd number of
elements have a middle element. Write a function that accepts an
integer array and returns 1 if it is a centered array, otherwise it
returns 0.
Examples:
https://compro.miu.edu/sample-test/ 1/7
4/6/2021 Sample Test - Computer Professionals Program at MIU
{1, 2, 3, 4, 5} 0 (the middle element 3 is not strictly less than all other
elements) English
{3, 2, 1, 4, 1} 0 (the middle element 1 is not strictly less than all other
elements)
Examples
{1} 1
{1, 2} -1
{1, 2, 3} 2
{1, 2, 3, 4} -2
{3, 3, 4, 4} -2
{3, 2, 3, 4} 0
https://compro.miu.edu/sample-test/ 2/7
4/6/2021 Sample Test - Computer Professionals Program at MIU
{1, 1} 2
English
{} 0
Examples
{}, 0, 1 null
English
Examples
1234 4321
12005 50021
1 1
1000 1
0 0
-12345 -54321
https://compro.miu.edu/sample-test/ 4/7
4/6/2021 Sample Test - Computer Professionals Program at MIU
{}, {1, 2, 3} {}
{1, 2}, {} {}
null, {} null
Examples
https://compro.miu.edu/sample-test/ 5/7
4/6/2021 Sample Test - Computer Professionals Program at MIU
Application Links:
Application Checklist
Sample Test
Recommendation Form
Online Application
Entry Dates:
INTERNATIONAL:
https://compro.miu.edu/sample-test/ 6/7
4/6/2021 Sample Test - Computer Professionals Program at MIU
February
English
May
August
November
U.S. CITIZENS & PERMANENT RESIDENTS:
February
August
https://compro.miu.edu/sample-test/ 7/7