sample qizz

sample qizz

University

6 Qs

quiz-placeholder

Similar activities

C program quiz 1

C program quiz 1

University

10 Qs

OCS752_CP_MODEL 1_PART B (16.10.2020)

OCS752_CP_MODEL 1_PART B (16.10.2020)

University

10 Qs

FINAL ROUND

FINAL ROUND

University

10 Qs

java

java

University - Professional Development

8 Qs

C - Pointers

C - Pointers

University

10 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

Expression in C Programming

Expression in C Programming

University

10 Qs

ENT110 C Programming Quiz2

ENT110 C Programming Quiz2

University

10 Qs

sample qizz

sample qizz

Assessment

Quiz

Computers

University

Hard

Created by

Jancy Thomas

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following C code?

#include <stdio.h>

void main()

{ int x = 5;

if (true);

printf("hello");

}

a) It will display hello

b) It will throw an error

c) Nothing will be displayed

d) Compiler dependent

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include <stdio.h>

int x;

void main()

{

if (x)

printf("hi");

else

printf("how are u");

}

a) hi

b) how are you

c) compile time error

d) error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code snippet?


int number = 25;

if (number >= 20)

System.out.print("Above ");

else

System.out.print("Below ");

System.out.println("the threshold.");

Above

Below.

. Above the threshold

Below the threshold.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

identify the person

John Doe
Michael Johnson

none of the above

Jane Smith

5.

OPEN ENDED QUESTION

3 mins • 1 pt

what is quizziz

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

what is quizziz

Evaluate responses using AI:

OFF