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
21 questions
Sains Komputer Tingkatan 4 : Struktur data & Modular

Quiz
•
9th - 12th Grade
20 questions
Uji Pengetahuan Dasar Informatika

Quiz
•
8th Grade - University
15 questions
Pemahaman Struktur Data dan Algoritma

Quiz
•
9th Grade
20 questions
COMPUTER

Quiz
•
9th - 10th Grade
19 questions
SHS 9.4 Python

Quiz
•
9th Grade
15 questions
Java Arrays and Loops Quiz Review

Quiz
•
9th - 12th Grade
22 questions
C# Quiz

Quiz
•
9th - 12th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade