Midterm Exam

Midterm Exam

University

17 Qs

quiz-placeholder

Similar activities

C BOOTCAMP DAY 2

C BOOTCAMP DAY 2

University

20 Qs

PERULANGAN WHILE DO

PERULANGAN WHILE DO

University

20 Qs

Control Structures  C#

Control Structures C#

University

20 Qs

COA

COA

University

20 Qs

Programming C

Programming C

University

20 Qs

C Programming

C Programming

University

20 Qs

[CONTROL FLOW STATEMENTS]

[CONTROL FLOW STATEMENTS]

University

15 Qs

Chp. 4 Alice Loop Structures

Chp. 4 Alice Loop Structures

12th Grade - University

21 Qs

Midterm Exam

Midterm Exam

Assessment

Quiz

Computers

University

Medium

Created by

Roel Galvan

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A data type that is used to represent single character data.

Int

Float

String

Char

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

This part sets a control variable to an initial value.

Increment

Decrement

Initialization Expression

Update Expression

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

After the program has run, you need to be sure that the results are correct, that they are in a form you like, and that your program produces the correct solution in all cases.

Test the Result

Document the Program

Develop an Algorithm

Run the Program

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A looping statement that never ends.

Pretest Loop

Posttest Loop

do...While Loop

Infinite Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

An operators follow a variable. Example: a++, x++ and y++.

Posttest

Pretest

Prefix

Postfix

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

It is normally consist of a comparison of the control variable to a value.

Update Expression

Continuation Condition

Initialization Expression

increment and Decrement

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A pretest loop. It is considered a single executable statement.

For Loop

While Loop

Do...While Loop

Nested Loop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?