Search Header Logo

Practice Quizz

Authored by Rishabh Tomar

Engineering

University

Used 2+ times

Practice Quizz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a computer program?

A set of instructions for a computer to follow.

A type of hardware component.

A programming language.

A software application.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid C statement?

print "Hello, world!";

printf("Hello, world!\n");

echo "Hello, world!";

display "Hello, world!";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a semicolon (;) in C?

To start a new line.

To end a statement.

To separate variables.

To comment out code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `%d` format specifier do in `printf()`?

Prints a floating-point number.

Prints a character.

Prints an integer.

Prints a string.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `scanf()` function do?

Prints data to the console.

Reads data from the console.

Declares a variable.

Ends the program.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `if` statement do in C?

Repeats a block of code.

Executes a block of code conditionally.

Declares a variable.

Defines a function.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `for` loop do in C?

Executes a block of code repeatedly.

Executes a block of code conditionally.

Reads data from a file.

Writes data to a file.

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?