PIF-Quiz 3

PIF-Quiz 3

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

PIF-Quiz 4

PIF-Quiz 4

9th - 12th Grade

15 Qs

Quiz on C Programming

Quiz on C Programming

12th Grade

20 Qs

Robotics Quiz 2

Robotics Quiz 2

12th Grade

20 Qs

Arduino Quiz

Arduino Quiz

12th Grade

10 Qs

Intro to Robotics Engineering Session SYP

Intro to Robotics Engineering Session SYP

9th - 12th Grade

11 Qs

EVALUACION M4S2

EVALUACION M4S2

12th Grade

16 Qs

Java Fundamentals Quiz (Intermediate)

Java Fundamentals Quiz (Intermediate)

12th Grade

20 Qs

LATIHAN MAteri Semester Gasala

LATIHAN MAteri Semester Gasala

10th Grade

20 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?