looping and branching statements in C

Quiz
•
Computers
•
9th Grade
•
Medium
GEETHAKUMAR CSC
Used 78+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select different parts of "for" looping statement-
Initialization part
Condition Part
Update part
All of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following code- for(int i = 1; i < 5; i++ )
{
System.out.print(i);
}
13
135
1234
12345
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
_________ in programming come into use when we need to repeatedly execute a block of statements.
nested for loop
none
for loop
loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The __________ statement uses single expression for multiple choices
loop
switch
multiple value
if else
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
in __________ the controlling condition appears at the start of the loop and _______ at the end of the loop
While / Do while
Do while/While
None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Array?
A group of elements of same data type.
An array contains more than one element
Array elements are stored in memory in continuous or contiguous locations.
All the above.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Programming Fundamentals Part 2

Quiz
•
9th - 11th Grade
15 questions
JS Talks, Quiz #5

Quiz
•
1st - 12th Grade
20 questions
APCS A - Array 6.1,6.2,6.3,6.

Quiz
•
9th - 12th Grade
17 questions
CSA Array Unit Test

Quiz
•
9th Grade
15 questions
Java Basic Data Structures

Quiz
•
6th - 10th Grade
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
15 questions
C# Loops (All)

Quiz
•
9th - 12th Grade
20 questions
National 5 Programming (VB and Theory)

Quiz
•
1st - 11th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade