Basics of decision making statements

Basics of decision making statements

University

12 Qs

quiz-placeholder

Similar activities

Quiz Swift

Quiz Swift

University

16 Qs

Examen de arquitectura de computadores

Examen de arquitectura de computadores

University

10 Qs

Variables y constantes

Variables y constantes

University

15 Qs

Quiz 2

Quiz 2

University

10 Qs

Measurement & Measuring Instruments Quiz

Measurement & Measuring Instruments Quiz

University

15 Qs

Alpro 2 Mg 1 - Understanding C++ Basics

Alpro 2 Mg 1 - Understanding C++ Basics

University

10 Qs

Introducción al Pseudocódigo

Introducción al Pseudocódigo

University

10 Qs

Cuestionario sobre PLC

Cuestionario sobre PLC

University

17 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?