PIF-Quiz 3

PIF-Quiz 3

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Advanced Manufacturing II Final 21-40

Advanced Manufacturing II Final 21-40

11th Grade

20 Qs

PLTW Engineering Essentials

PLTW Engineering Essentials

11th Grade

20 Qs

Engineering-A Very Short Intro 2

Engineering-A Very Short Intro 2

11th Grade

20 Qs

Computer Hardware Basics

Computer Hardware Basics

9th Grade - University

20 Qs

Quiz tentang Rangkaian RC dan Arduino

Quiz tentang Rangkaian RC dan Arduino

11th Grade

14 Qs

Kuis Pengenalan Sistem Embedded TEI

Kuis Pengenalan Sistem Embedded TEI

11th Grade

10 Qs

Vibrations Quiz - Multi Degree of Freedom Systems

Vibrations Quiz - Multi Degree of Freedom Systems

12th Grade - University

10 Qs

L2 U201 Health and Safety Quiz

L2 U201 Health and Safety Quiz

12th Grade

11 Qs

PIF-Quiz 3

PIF-Quiz 3

Assessment

Quiz

Engineering

9th - 12th Grade

Medium

Created by

Chun Ng

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an algorithm?
A type of programming language
A set of rules for writing code
A step-by-step procedure for solving a problem
A visual representation of a program

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a basic flowchart symbol?
Process
Decision
Variable
Start/End

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the printf function in C programming?
To read input from the user
To display output on the console
To perform calculations
To declare variables

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to declare an integer variable named "count" in C?
variable int count;
int count;
integer count;
count = int;

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data type is used to store a single character in C?
int
float
char
string

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of the expression 10 % 3 in C?
3
1
0
10

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator is used to compare if two values are equal in C?
=
==
!=
>

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?