C & Python

C & Python

Professional Development

25 Qs

quiz-placeholder

Similar activities

ZeroToMastery

ZeroToMastery

University - Professional Development

20 Qs

Python - String and Lists

Python - String and Lists

Professional Development

20 Qs

Python

Python

Professional Development

20 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

C programming_Shivank

C programming_Shivank

Professional Development

20 Qs

Quiz1_8B

Quiz1_8B

3rd Grade - Professional Development

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics

Python basics

Professional Development

22 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?