sample qizz

sample qizz

University

6 Qs

quiz-placeholder

Similar activities

POINTERS

POINTERS

University

10 Qs

Pre Test ComputerProgramming

Pre Test ComputerProgramming

University

10 Qs

PPS Activity Quiz H2 Section

PPS Activity Quiz H2 Section

University

11 Qs

CS6801- Multi­core Architectures and Programming

CS6801- Multi­core Architectures and Programming

University

10 Qs

Quiz - 1

Quiz - 1

University

8 Qs

java

java

University - Professional Development

8 Qs

C Language

C Language

10th Grade - University

11 Qs

Test in C Language

Test in C Language

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