Basics of decision making statements

Basics of decision making statements

University

12 Qs

quiz-placeholder

Similar activities

IA QUIZ 1

IA QUIZ 1

University

15 Qs

EMJ17103/4 Quiz 2 - Op-Amp (Part II)

EMJ17103/4 Quiz 2 - Op-Amp (Part II)

University

10 Qs

HCI Unit 1

HCI Unit 1

University

10 Qs

Power Electronics 4

Power Electronics 4

University

10 Qs

Recap of Sessions 12 & 13

Recap of Sessions 12 & 13

11th Grade - University

10 Qs

chapter 4

chapter 4

University

10 Qs

RSGIS Basics

RSGIS Basics

University

10 Qs

Understanding Loops in Programming

Understanding Loops in Programming

University

10 Qs

Basics of decision making statements

Basics of decision making statements

Assessment

Quiz

Engineering

University

Hard

Created by

Shwetha shree

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____is the control character used for float data type.

%c

%s

%f

%d

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int m=56;

m+=4;

printf("%d",m);

The output of program is _____.

56

64

52

60

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is the set of operators which operate on binary bits

Relational operators

Arithmetic operators

Bit-wise operators

Conditional Operators

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x=383;

if( ___)

printf("Number is even");

else

printf("Number id ODD");

Fill in the blank.

x/2==0

x%2==0

x%2

x/2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Switch case expression should be_______type

int

char

both int and char are allowed

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we need to repeat set of statements ______control structure is used

decision making

looping

both decision making and looping can be used

None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ASCII value of 'a' is _____

65

97

122

90

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?