looping and branching statements in C

Quiz
•
Computers
•
9th Grade
•
Medium
GEETHAKUMAR CSC
Used 79+ 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
Computer 10 | Introduction to Java

Quiz
•
9th - 12th Grade
17 questions
Cumulative Test Practice Units 1, 3, 4, 5, & 7

Quiz
•
9th - 12th Grade
15 questions
Unit 8 Javascript Quiz

Quiz
•
9th - 12th Grade
20 questions
Java For Loop basic syntax

Quiz
•
9th - 12th Grade
15 questions
Java Lab Mastery Quiz

Quiz
•
9th Grade
20 questions
Variables and Loops Review

Quiz
•
9th - 12th Grade
16 questions
Python массив

Quiz
•
9th Grade
20 questions
Programming

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade