Search Header Logo

sample qizz

Authored by Jancy Thomas

Computers

University

sample qizz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers