PIF-Quiz 3

PIF-Quiz 3

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz sobre Sensores e Componentes Eletrônicos

Quiz sobre Sensores e Componentes Eletrônicos

12th Grade

10 Qs

latihan_kelas_12

latihan_kelas_12

12th Grade

20 Qs

Pemrograman Arduino: Input Analog

Pemrograman Arduino: Input Analog

12th Grade

20 Qs

Antar Muka Digital Arduino

Antar Muka Digital Arduino

12th Grade

15 Qs

Quiz on Architecture of the ATmega328

Quiz on Architecture of the ATmega328

12th Grade

15 Qs

Elements and Principles of Design

Elements and Principles of Design

11th Grade

19 Qs

Arduino Robotics S2

Arduino Robotics S2

9th - 12th Grade

10 Qs

Dasar Arsitektur Arduino

Dasar Arsitektur Arduino

11th 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?