Computer Science Quiz #2

5 Questions | Attempts: 128
Share
Please wait...
Question 1 / 5
0 %
0/100
Score 0/100
1. What kind of loop on this structures:

x = 0;
while (x < 3)
{
printf("x = %d\n",x);
x++;
}

Submit
Please wait...
About This Quiz
Computer Science Quizzes & Trivia

Algorithm made me Cool. . .

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition. Note though that unlike most languages, Fortran's do loop is actually analogous to the for loop.

Example :

do {
statements;
} while (condition);

Submit
3. Is a data structure consisting of a collection of elements (values or variables), each identified by one or more integer indices, stored so that the address of each element can be computed from its index tuple by a simple mathematical formula
Submit
4. Is a technique for locating a particular value in a sorted list.
Submit
5. Is a programming language statement which allows code to be repeatedly executed.
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 03, 2009
    Quiz Created by
    Jopet
Cancel
  • All
    All (5)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What kind of loop on this structures:x = 0;while (x < 3){ ...
Is a control flow statement that allows code to be executed repeatedly...
Is a data structure consisting of a collection of elements (values or...
Is a technique for locating a particular value in a sorted list.
Is a programming language statement which allows code to be repeatedly...
Alert!

Advertisement