PIF-Quiz 3

PIF-Quiz 3

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Mastering Java Arithmetic Operators

Mastering Java Arithmetic Operators

10th Grade - University

10 Qs

C Programming Control Statements

C Programming Control Statements

12th Grade

10 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

11th Grade - University

20 Qs

Ôn thi HKI Khối 11

Ôn thi HKI Khối 11

11th Grade

20 Qs

PIF-Quiz 4

PIF-Quiz 4

9th - 12th Grade

15 Qs

Quiz sobre Arduino y Programación

Quiz sobre Arduino y Programación

9th Grade

20 Qs

EVALUACION M4S2

EVALUACION M4S2

12th Grade

16 Qs

Quiz on Variables and Arithmetic Operations

Quiz on Variables and Arithmetic Operations

12th Grade - University

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