Practice Quizz

Practice Quizz

University

60 Qs

quiz-placeholder

Similar activities

Graphics and Numerical Methods Quiz

Graphics and Numerical Methods Quiz

University

56 Qs

MMT [S2025] - Chapter 1.2 - Mechanical Processing Methods

MMT [S2025] - Chapter 1.2 - Mechanical Processing Methods

University

60 Qs

CONNECTION QUIZ

CONNECTION QUIZ

University

60 Qs

Pneumatics Quiz

Pneumatics Quiz

8th Grade - University

64 Qs

DM - Unit 1 - Intro to Design

DM - Unit 1 - Intro to Design

8th Grade - University

56 Qs

Thermal Physics │ Physics 2

Thermal Physics │ Physics 2

University

57 Qs

Structural Mechanics

Structural Mechanics

University

65 Qs

Structure C

Structure C

University

60 Qs

Practice Quizz

Practice Quizz

Assessment

Quiz

Engineering

University

Medium

Created by

Rishabh Tomar

Used 1+ times

FREE Resource

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.

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?