C & Python

C & Python

Professional Development

25 Qs

quiz-placeholder

Similar activities

CONTROL STRUCTURES IN C

CONTROL STRUCTURES IN C

Professional Development

20 Qs

Arduino

Arduino

KG - Professional Development

20 Qs

C# Basic

C# Basic

Professional Development

30 Qs

Python

Python

Professional Development

20 Qs

Java Chapter 4 Review Questions

Java Chapter 4 Review Questions

Professional Development

28 Qs

Quizz Circuitos Microcontrolados

Quizz Circuitos Microcontrolados

Professional Development

26 Qs

Scripting Languauges

Scripting Languauges

Professional Development

27 Qs

Module 1 Exercise (Python)

Module 1 Exercise (Python)

Professional Development

20 Qs

C & Python

C & Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Subhasree D

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you call a function in C?

myFunction();

myFunction;

myFunction[];

(myFunction);

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which statement can be used to select one of many code blocks to be executed?

break

default

format

switch

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which statement is used to stop a loop?

exit

end

break

stop

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you start writing a while loop in C?


while x < y then

while (x < y)  

if x > y while

while x < y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program?

Loop Loop Loop Loop Loop

Infinite Loop

Loop Loop Loop

Prints Nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program?

Loop

Loop Loop Loop

Infinite times Loop

Prints Nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Program?

Prints Nothing

Loop

Loop Loop

Compilation Error

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?