Microcontroller

Microcontroller

3rd Grade

30 Qs

quiz-placeholder

Similar activities

Introducing Windows 11

Introducing Windows 11

KG - Professional Development

26 Qs

Estructura Datos C++

Estructura Datos C++

3rd Grade

25 Qs

Kuis TIK - Kls 7

Kuis TIK - Kls 7

1st - 8th Grade

25 Qs

Programacion JAVA I

Programacion JAVA I

3rd Grade

25 Qs

การงานอาชีพและเทคโนโลยี ป.3

การงานอาชีพและเทคโนโลยี ป.3

3rd Grade

30 Qs

เครือข่ายเน็ตเวิก (Network)

เครือข่ายเน็ตเวิก (Network)

3rd - 6th Grade

25 Qs

แนวข้อสอบวิทยาการคำนวณ ม.5

แนวข้อสอบวิทยาการคำนวณ ม.5

3rd Grade

30 Qs

แข่งขันตอบปัญหาวันวิทยาศาสตร์ ปี 2565

แข่งขันตอบปัญหาวันวิทยาศาสตร์ ปี 2565

1st - 7th Grade

30 Qs

Microcontroller

Microcontroller

Assessment

Quiz

Instructional Technology

3rd Grade

Hard

Created by

krisana hengchun

Used 13+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include คือส่วนใดในโครงสร้างภาษาซีสำหรับ Arduino

main

setup

loop

header

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดตั้งชื่อและกำหนดตัวแปรได้ถูกต้อง

char d_1; int k 2;

char d-1; int key;

char d%; int k$;

char d_7; int bath;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

หากต้องการให้ตัวแปร data เก็บตัวอักษร ‘a’ ข้อใดถูกต้องที่สุด

unsigned char data = ‘a’;

int data = ‘a’;

char data = ‘a’;

short data = ‘a’;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ตัวแปรในข้อใดเป็นตัวแปรชนิดไม่คิดเครื่องหมาย

int

unsigned char

long

char

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ตัวแปรชนิด char มีขอบเขตตรงกับข้อใด

0 ถึง 255

-128 ถึง +127

-128 ถึง +127 หรือ 0 ถึง 255

0 ถึง 65,535

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

จากโปรแกรมด้านล่างที่หน้าจอแสดงผลตามข้อใด

int x=100;

printf(“%d”,x);

0

10

20

100

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้าต้องการใ่ส่คำอธิบายหลังโปรแกรมเพียงบรรทัดเดียวต้องใช้เครื่องหมายตามข้อใด

;; …

//…

. “... ”

‘…

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?