club activity

club activity

University

15 Qs

quiz-placeholder

Similar activities

C Programming Output Quiz

C Programming Output Quiz

University

15 Qs

String Formatting and Conversion Techniques

String Formatting and Conversion Techniques

12th Grade - University

15 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

2021_DASPRO_PERTEMUAN2

2021_DASPRO_PERTEMUAN2

University

10 Qs

Byte the panel game

Byte the panel game

University

20 Qs

Programming in C language

Programming in C language

12th Grade - University

18 Qs

Veri tabanı yönetim sistemleri

Veri tabanı yönetim sistemleri

University

12 Qs

C Programming Quiz

C Programming Quiz

University

15 Qs

club activity

club activity

Assessment

Quiz

Science

University

Hard

Created by

Chandrasekar R Professor

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Look at this series: 7, 10, 8, 11, 9, 12, ..... What number should come next?

7

10

12

13

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In certain language, CHAMPION is coded as HCMAIPNO, how is NEGATIVE coded in the coded?

NEAGVEIT

ENAGITEV

MGAETVIE

EGAITEVN

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Moon : Satellite : : Earth : ?

Sun

Planet

Solar System

Asteroid

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Synonym for AUGUST

Comman

Ridiculous

Dignified

petty

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The last day of a century cannot be

Monday

Wednesday

Tuesday

Friday

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following C code?

#include <stdio.h>

void main()

 {

if(printf(“happ”))

printf(“y”);

else

printf(“iness”);

}

happ

happy

happiness

compile-time error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code?

void solve ( )

{

int a=2;

int res = a++ + ++a + ++a + a++;

printf (“%d”, res);

}

int main( )

{

solve();

return 0;

}

18

19

15

16

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?

Discover more resources for Science